﻿/*
*/

body {
	margin: 0;
	padding: 0;
	background: #0F5B96 url(img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

input, textarea {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #064B80;
	height: 18px;
	width: 355px;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
	

}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #A4E4F5;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 150px;
	background: url(img02.jpg) no-repeat center top;
	text-transform: lowercase;
	color: #000000;
}

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 3em;
	color: #FFFFFF;
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 60px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 100px;
	height: 40px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1B97CE url(img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover, #menu .current_page_item a {
	background: #26BADF url(img04.gif) no-repeat;
}

/* Page */

#page {
	width: 990; /*990*/
	margin: 0 auto;
	height: (650px);
}

/* Content */

#content {
	float: left;
	width: 1200 ;/*750px*/
	padding: 0 0 0 25px;
}

.post {
	margin-bottom: 15px;
	/*background: #1EB5DD url("../mbs_home/images/img05_1.gif") no-repeat; */
	color: #0A416B;
}

.post a {
	color: #A4E4F5;
}

.post a:hover {
	color: #FFFFFF;/* weiss*/

}

.post .title {
	margin: 0;
	padding: 5px 5px 5px 10px;
}

.post .title a {
		text-decoration: none ;
	color: #FFFFFF;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 20px 20px 10px;
	color: #000000;
	height: 400px;
	width: 440px;
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	background: url(img06.gif) repeat-x left bottom;
	border-top: 1px solid #2872A6;
}

.post .links a {
	padding-left: 10px;
	background: url(img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	/*color: #0A416B; */
}

.post .links a:hover {
	color: #FFFFFF;/* weiss*/

}

/* Sidebars */

.sidebar {
	float: left;
	width: 210px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 2px 0 6px 15px;
	background: url(img08.gif) no-repeat 0 12px;
	border-bottom: 1px solid #2872A6;
}

.sidebar li li a {
	font-size:medium;

	text-decoration: none;
	color: #C9ECF5;
}

/* wenn man mit Maus drüber fährt */
.sidebar li li a:hover { 
    pitch:high ; 
	color:  yellow ;
	font-size:medium;
	text-decoration:none;
	background-attachment:scroll
}

.sidebar li h2 {
	padding-top: 20px;
	color: #FFFFFF;	/* weiss*/
}

/* Left Sidebar */

#leftbar {	height: (340px);
}

/* Right Sidebar */

#rightbar {
	padding: 10 10 10 10px;
}

/* Footer */

#footer {
	clear: both;
	background: #083253;
	position:  inherit;

}

#footer p {
	text-align: center;
	position:relative;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
}


