@charset "utf-8";
/* CSS Document */

html { 
	height: 100%;
	margin-bottom: 1px;
}

body { 
	background-color: #ebebeb;
}

#schatten_oben {
	background-image: url(../img/schatten_oben.jpg);
}
#schatten_unten {
	background-image: url(../img/schatten_unten.jpg);
}
#schatten_links {
	background-image: url(../img/schatten_links.jpg);
}
#schatten_rechts {
	background-image: url(../img/schatten_rechts.jpg);
}


#navigation_1 {
	background-color: #426f96;
	color:#c9d2e3;
	text-align:right;
	padding-right: 43px;
	font-family:Verdana;
	font-size:11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation_1 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#c9d2e3;
}

#navigation_1 a:hover {
	text-decoration:underline;
}

#keyvisual {
	border-top: 1px solid white; 
	border-bottom: 1px solid white; 
}



#navigation_2 { 
	background-color: #1a476e;
	padding-left: 185px;
	padding-top: 14px;
	padding-bottom: 14px;
}



#navigation_2 a {
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-decoration:none;
	text-transform: uppercase;
	padding-right:38px;
}


#footer_p1 {
	float:left;
}

#footer_p2 {
	text-align:right;
}

#footer_p1 a {
	color: #5182ad;
	text-decoration:none;
	font-size:11px;
}	




