html, body{
	margin:0;
	padding:0;
	background:url('img/bg.jpg') top left repeat-x #B2E1FF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}


 a:link{font-family:Arial, Helvetica, sans-serif;color:#0E283A;text-decoration:none;font-weight:bold;}
 a:visited{font-family:Arial, Helvetica, sans-serif;color:#0E283A;text-decoration:none;font-weight:bold;}
 a:hover{font-family:Arial, Helvetica, sans-serif;color:#0E283A;text-decoration:underline;font-weight:bold;}
 a:active{font-family:Arial, Helvetica, sans-serif;color:#0E283A;text-decoration:none;font-weight:bold;}

.frame{
	width:811px;
	margin:0 auto;
}

.header{
	height:232px;
	background:url('img/header.jpg') top left no-repeat;
}

.borderleft{
	width:30px;
	float:left;
	background:url('img/borderleft.jpg') top left no-repeat #B2E1FF;
	min-height:862px;
	-height:862px;
}

.main{
	width:751px;
	float:left;
	background:url('img/mainbg.jpg') top left repeat-y;
}

.borderright{
	width:30px;
	float:left;
	background:url('img/borderright.jpg') top left no-repeat #B2E1FF;
	min-height:862px;
	-height:862px;
}

.content{
	min-height:600px;
	-height:600px;
	background:url('img/contentbg.jpg') bottom left no-repeat;
}

.navi{
	height:64px;
}

.navigation{
	float:left;
}

h2{
	font-size:12px;
	color:#0E283A;
	margin:0;
	padding:0;
}

.footer{
	background:url('img/footer.jpg') bottom left no-repeat;
	height:45px;
}

.contentfooter{
	background:url('img/contentfooter.jpg') top left no-repeat;
	width:751px;
	height:24px;
}

.contenthead{
	background:url('img/contenthead.jpg') top left no-repeat;
	width:751px;
	height:34px;
	overflow:hidden;
}

.contenthead img{
	margin-top:10px;
	margin-left:16px;
}

.contentmain{
	margin-left:7px;
	padding:10px;
	width:716px;
	background-color:#FFFFFF;
	min-height:540px;
	-height:540px;
}

.bildunterschrift{
	font-size:10px;
	color:#0E283A;
	text-align:center;
	margin:0;
	padding:0;
}




/*MOD_ÜBERSICHT*/

.dmodheadbreit{
	background:url('img/dmodhead.gif') top left no-repeat;
	width:516px;
	height:34px;
}
.dmodcontentbreit{
	width:489px;
	background-color:#FFFFFF;
	padding:10px;
	margin-left:7px;
}
.dmodfooterbreit{
	width:516px;
	height:14px;
	background:url('img/dmodfooter.gif') top left no-repeat;
	margin-left:7px;
}




.dmodheadschmal{
	background:url('img/dmodheadschmal.gif') top left no-repeat;
	width:215px;
	height:34px;
}
.dmodcontentschmal{
	width:207px;
	background-color:#FFFFFF;
	padding:10px;
}
.dmodfooterschmal{
	width:215px;
	height:14px;
	background:url('img/dmodfooterschmal.gif') top left no-repeat;
}
	
	
	