@charset "UTF-8";
/* CSS Document */

body{
	background-color:#00275b;
	color:#00275b;
	/*font-size: 62.5%;*/ 
	font-family: Georgia, "Times New Roman", Times, serif;
}
a{color:#e41c3c;text-decoration:none;}
img{border:none;}
h2{
	font-weight:normal;
	/*font-size:1.4em;*/
	font-size:16px;
	font-size-adjust:none;
	font-style: italic;
	color:#e41c3c;
	margin-top:10px;
	color:#00275b;
}	
ul{margin-left:0px; padding:0px;}
li{
	list-style-type: none;
	padding-top:4px;
	padding-bottom:8px;
	background-color:#eaebf2;
	padding-left:8px;
	padding-right:18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99a3be;
	word-spacing: 0.05em;

}
.first{background-color:#d5d8e3;padding-bottom:30px;}
.second{background-color:#c5cada;	padding-bottom:30px;}
.third{background-color:#d5d8e3;padding-bottom:30px;}
.fourth{background-color:#d5d8e3;padding-bottom:10px;}
.fourth a{color:#00275b;}
.red {color:#e41c3c;}
.blue {color:#00275b;}

#container{
width:1080px;
height:100%;
margin-top: 50px;
margin-right: auto;
margin-left: auto;	
}

#left{
	width:174px;
	float:left;
	margin-left:40px;
	min-height:608px;
	z-index:1;
	position:absolute;
	top:326px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	/*font-size:1.22em;*/
	font-size:13px;
	font-size-adjust:none;
	line-height:130%;
	/*background-image: url(img/left.png);
	background-repeat: no-repeat;
	background-position: bottom;*/
}

#aktuell{width:174px; color:#00275b; }

#right{
height:884px; 
width:1080px;
/*background-color:#a8afc5;*/
/*background-color:#99a3be;*/
background-color:#a8aec4;
float:right;
position:absolute;
z-index:0;
}

