/* CSS Document */

body {
	margin: 0px;
}

img{
border:none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:12px;
}

#wrapper {
	position: relative;
	width: 984px;
	height: auto;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 984px;
	padding: 0;
	height: 56px;
}

#nav_top {
	position: absolute;
	left: 15px;
	top: 82px;
	margin: 0px;
	padding: 0px;
}

#nav_top a {
	display: block;
	width: 162px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #18496e;
	border-bottom: 1px solid #c4c5c6;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	text-decoration: none;
	padding:4px 0 4px 21px;
	background:#E8E8E8 url(navi_pfeil_01.gif) 0 0 no-repeat;
}

#nav_top a.first {
width: 181px;
border-left:none;
border-right:none;
background-color:#18496e;
color:#e8e8e8;
font-weight:bold;
padding:4px 0 4px 4px;
background-image:none;
}

#nav_top a:hover {background-color:#FFFFFF; }


#nav_top a.first:hover{
background-color:#18496e;
}

#nav_top_bottom {
	position: absolute;
	left: 0px;
	top: 130px;
	width: 763px;
	margin: 0px;
	padding-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

#nav_top_bottom a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav_top_bottom a:hover { color: #00478B; }

#content {
	position: absolute;
	right: 0px;
	top: 82px;
	width: 746px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #18496e;
	padding: 10px;
	border:1px solid #eee;
}

#content a { color: #18496e; }
#content a:hover { text-decoration: underline; }

#content img{
float:right;
margin:3px 0 10px 20px;
}

#footer {
	width: 746px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 30px 0 10px 0;
}

#footer a { font-size: 12px; color: #18496e; line-height:20px; }
#footer a:hover { text-decoration: none; }
