body
{
	background-color: #161e3e;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.5;
	vertical-align: top;
}



#content {

background-color: #FFFFFF;
border: 1px solid #2a3a7c;
padding: 3px;
width: 990px;
margin: 0 auto;
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#2a3a7c')";
	/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#2a3a7c');
}


#header {
clear:both;
margin: 0 auto;
}



#navigation {
clear:both;
margin: 0 auto;
text-align: center;
padding-bottom: 10px;
}


#menu {
clear:both;
margin: 0 auto;
padding-bottom: 25px;
}



#main_left {
position: relative;
float:left;
width:660px;
padding-left: 40px;
padding-right: 25px;
text-align:top;
}


#sidebar {
position: relative;
float: right;
border-left: 1px solid #2a3a7c;
width:223px;
padding-left: 40px;
padding-right: 0px;
padding-bottom: 25px;
vertical-align: top;
}


#bund {
clear:both;
text-align: center;
border-top: 1px solid #164e6e;
padding-top: 8px;
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	
}	
	h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #2a3a7c;
	font-weight: bold;
	vertical-align: top;
	line-height: 1.5;
}



/* LINKS */

a/*.content*/ {
	color: #2a3a7c;
	text-decoration: none;
}

a/*.content*/:hover {
	color: #00000;
	text-decoration: underline;
}

