BODY {
	background: #FFFFFF;
	font-size: 12px;
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}

.h1small {
	text-transform: uppercase;
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 20px;
	font-weight: normal;
	margin:0;
	padding:0px 4px 0px 4px;
	color: #328AD2;
}

.h2small {
	text-transform: uppercase;
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding:0px 4px 0px 4px;
	color: #328AD2;
}

img {
	padding: 2px;
	margin: 4px;
	border: 0px;
}

#container {
	width: 740px;
	position: relative;
	padding: 0 10px 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 0px solid #42FAEE;
	
}
#container p {
	padding: 2px 8px 2px 8px;
	text-align: justify;
}

.containerright {
	float: right;
	width: 510px;
}

.containerright p {
	text-align: justify;
}

.containerrightimg {
	margin: 0;
	padding: 0;
}


.containerleft {
	float: left;
	width: 170px;
	height: 700px;
	background-image: url(/img/nav.jpg);
	padding: 5px;
}

.containerleft p {
	text-align: justify;
}

.containerleft img {
	padding: 0px;
	margin: 0px 10px 0 0;
}

.containerleft li { 
	list-style: none;
}

#clearheader {
	height:240px;
	*height: 240px;
  	overflow:hidden;
}


.staedte { 
	width: 350px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #3B6B8F;
	margin: 0 0 15px 0;
}

.ebene1 { 
	width: 391px; 
	height: 314px; 
	background-image: url(/img/bild6.jpg);
	margin: 20px 0 0 0;
	text-align: center;

}

.ebene1 li {
	list-style: none;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}


/****************************************************/
/*******************  SCHRIFTEN	 *******************/
/****************************************************/


.h1index {
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 40px;
	font-weight: normal;
	margin:0px 0 0 0;
	padding:30px 4px 20px 4px;
	color: #328AD2;
}
	


/****************************************************/
/*******************  LINKS *******************/
/****************************************************/



/* Linkheader NAVI*/

a.lnavi:link {
	color:#84BDF7!important; 
	font-weight:bold;
	font-size:17px; 
	text-decoration: underline;
	padding-right: 10px;
	border-right: 0px solid #000;
	margin-right: 5px;
}

a.lnavi:visited {
	color:#84BDF7!important; 
	font-weight:bold;
	font-size:17px; 
	text-decoration: underline;
	border-right: 0px solid #000;
	padding-right: 10px;
	margin-right: 5px;
}

a.lnavi:active {
	color:#84BDF7  !important; 
	font-weight:normal;
	font-size:17px; 
	text-decoration: underline;
	margin-right: 5px;
}

a.lnavi:hover {
	color:#84BDF7!important; 
	font-weight:bold;
	font-size:17px; 
	text-decoration: none;
	border-right: 0px solid #000;
	margin-right: 5px;
}


