body {
 	margin: 0;
	background-image: url(../images/Layout/page_bg.gif);
	background-repeat: repeat-y;
}
body, p, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1, h2 {
	display: inline;
}

#content {
	margin-left: 210px;
	padding: 28px 15px 15px 8px;
	width: 600px;
}
#content a:link, #content a:visited {
	color: #082945;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
}
#content ul {
	line-height: 18px;
}
#content p {
	line-height: 18px;
}



#headerbg {
	background-image: url(../images/Layout/header_bg.gif);
	background-repeat: repeat-x;
	left:0px; 
	top:0px; 
	width:100%; 
	height:90px; 
}
#headerlogo {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:210px; 
	height:90px; 
	z-index:2;
	background-color: #70BBD6;
}
#headertitel {
	position:absolute; 
	left:212px; 
	top:53px; 
	width:775px; 
	height:37px; 
	z-index:3;
}
#navtop {
	position:absolute; 
	left:210px; 
	top:0px; 
	width:580px; 
	height:22px; 
	z-index:4;
	background-color: #082945;
}
#navtop a:hover {
	color: #FFFFFF;
}
#navtop a:visited {
}

#navtop ul {
	margin: 0;
	padding: 0;
}
#navtop li {
	margin: 3px 8px;
	display: inline;
	list-style-type:none;
}
#navleft {
	position:absolute; 
	left:0px; 
	top:90px; 
	width:145px; 
	z-index:5;
	background-color: #C4E3EE;
	padding: 15px 10px; 
}
#navleft ul {
	margin: 0;
	padding: 0;
}
#navleft li {
	margin: 0;
	list-style-type:none;
}
.leftnavbgpassive, .leftnavbgmouseover, .leftnavbgactive {
	padding-top: 15px;
}

#footer {
	position: absolute;
	left: 165px;
	bottom:0;
	z-index:1;
}
	
	