/*
Dunkelblau
#0c2f62

*/


body {
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	line-height: 140%;
}

#shadow {
	width: 879px;
	background: url(../images/shadow_right.jpg) right top repeat-y;
}

* html #shadow {
	background: url(../images/shadow_right.jpg) 862px repeat-y;
	
}

#logomap {
	position:absolute;
	top: 60px;
	left: 30px;
	width: 70px;
	height: 95px;
}

#logomap a {
	display: block;
	height: 100%;
	width: 100%;
}

#content .gototop {
	padding-left: 15px;
	background: url(../images/arrow.jpg) no-repeat left top;
	float: right;
	font-weight: bold;
	text-decoration: underline;
}

#wrapper {
	width: 865px;

}

#head {
	position: relative;
	height: 170px;
}

#anschrift {
	position: relative;
	z-index: 20;
}

#anschrift p {
	line-height: 120%;
}

#anschrift a {
	color: #0C2F62;
}

#navigation {
	height: 168px;
	padding: 15px;
	padding-bottom: 19px;
	padding-top: 10px;
	background: url(../images/head_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 965px;
}
 
*html #navigation {
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/head_bg.png', sizingMethod='crop');
 	background: url(blank.gif);
}

#navigation a {
	text-decoration: none;
	position: relative;
}

#navigation h1 {
	font-size: 20px;
	color: #0C2F62;
	position: absolute;
}

#navigation h1 a {
	color: #0C2F62;
}

#navigation p {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 33px;
	margin-left: 410px;
	font-size: 11px;
	display: block;
	color: #0C2F62
}

#content {
	background: #F3F6FB;
}

#footer {
	width: 885px;
	height: 37px;
	background: url(../images/footer_bg.jpg) no-repeat;
	font-size: 11px;
	color: #777;
}


#footer p {
	margin: 0px;
	padding-top: 13px;
	margin-left: 250px;
}

#footer a {
	text-decoration: none;
	color: #777;
	font-weight: normal;
}

/*TODO footer margins fixen*/
#footer a:hover {
	text-decoration: underline;
}