﻿/* CSS layout */
body {
	font: 10pt Verdana;
	color: #DCDAE7;
	margin: 0;
	padding: 0;
}

#header {
	height: 180px;
}

#nav {
	width: 100%;
	background: url('images/nav_hover.png') repeat-x top;
	height: 40px;
}
#nav ul{
width:95%;
padding-left:5%;
margin:0;
list-style:none;
}
#nav ul li{
float:left;
list-style-type: none;
height:40px;
border-right:1px solid #DCDAE7;
display:block;
padding: 0;
text-align:center;
margin: 0;
}
#nav ul li a:link, #nav ul li a:visited{
	height: 30px;
	width: 110px;
	display: block;
	color: #DCDAE7;
	padding-top: 10px;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url("../images/navitem.gif") repeat-x top;
}
#nav ul li a:hover{
	height: 30px;
	width: 110px;
	color: #ffffff;
	font-weight: normal;
	padding-top: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	background: url('images/nav.png') repeat-x top;
}

#container {
	min-width: 100%;
}

#left_col {
	width: 170px;
	float: left;
	padding-left: 5%;
	font-family: Verdana;
	font-size: 12px;
	background: url("../images/menu_bg.png") no-repeat top;
	min-height: 260px;
	margin-top: 20px;
	padding-top: 10px;
}

#extra {
	width: 180px;
	float: left;
	padding-left: 2%;
	font-family: Verdana;
	font-size: 10px;
	min-height: 198px;
	max-height: 198px;
	margin-top: 190px;
	padding-top: 10px;
	background-image: url('../images/extra_bg.png');
	background-repeat: no-repeat;
	max-width: 175px;
}


#right_col {
	width: 180px;
	float: right;
	margin-top: 20px;
	background-image: url('../images/rechts_menu_bg.png');
	min-height: 303px;
	max-height: 303px;
	padding-right: 3%;
	background-repeat: no-repeat;
}

#weblinks {
	width: 180px;
	float: right;
	margin-top: 20px;
	min-height: 200px;
	max-height: 303px;
	padding-right: 3%;
}


#page_content {
	padding-left: 30%;
	margin-left: 10px;
	margin-top: 20px;
	min-height: 163px;
	max-width: 200px;
	background-image: url('../images/content_bg.png');
	background-repeat: no-repeat;
	padding-top: 10px;
	font-family: Verdana;
	color: #0F015F;
	font-size: 12px;
}

#footer {
	clear: both;
	height: 150px;
	background-image: url('../images/footer_bg.gif');
	margin-bottom: 0px;
	max-height: 150px;
	margin-top: 250px;
}