body      {
	background: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px; }

* {	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;  }

/* Links */
a:link, a:visited, a:active, a:hover   { 
	color: blue;
	background: transparent;
	text-decoration: none;
	 }
a:hover  { color: red; }

/* Links */
a.top:link, a.top:visited, a.top:active, a.top:hover   { 
	color: #7B7B7B;
	background: transparent;
	text-decoration: none;
	 }
a.top:hover  { 
	color: red;
}

/* Überschriften */
h1 {
	color: #029882;
	background: white;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
h2 {
	color: #029882;
	border-bottom: 1px solid #029882;
	background: transparent;
	font-size: 11pt;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
h3 {
	color: #029882;
	background: white;
	font-size: 10pt;
	font-weight: bold;
}
/* Überschrift für Impressum (muss gesetzt werden!) */
h2.impressum {
	font-size: 11pt;
	font-weight: bold;
}
/* Normale Texte */
span.impressum  {
	font-size: 10pt;  }
	
ul#menu{
	list-style: none;
	margin: 0px 0px 0px 60px;
	padding: 0px;
	width: 930px;
}
ul#menu li{
	float: left;
	margin: 0px;
	padding: 0px;		
	text-align: center;
}
ul#menu a{
	display: block;
	color: #1149C7;
	font-size: 10pt;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	border-right: 1px solid white;
	background: transparent;
	text-decoration: none;
}
ul#menu a:hover{	
	color: white;
	background: #FFCF4D;
}


div#main{
	position: relative;width:990px;
}
div#topic{
	position: relative; padding: 10px 20px 10px 0px;text-align: right;display: none;
}
div#menue{
	position: relative;width:990px;background: #FCD006;border-bottom: 5px solid white;display: none;
}
div.clearit{
	clear: both;
}
div#content{
	position: relative;
	width: 990px;
	border-top: 5px solid white;	
}

div#maincontent{
	position: relative; 
	width: 649px;
	background: white;
	background-repeat: no-repeat;	
	background-position: top left;
	margin-top: 10px;
	padding-top: 30px;
	float: left;
	left: 18px;
}
div#maincontent_d{	
	background: transparent;
	padding: 30px 40px 0px 10px;
	text-align: left;	
}
div#maincontent_end{
	position: relative; 
	height: 97px;
	background: white;;
	background-repeat: no-repeat;	
	background-position: top left;		
}
div#rightside{
	position: relative;
	width: 220px;
	float: right;
	padding-top: 250px;
	display: none;
}
div#bottom{
	position: relative;
	width: 100%;
	clear: both;
	padding: 0px 0px 20px 80px; 
	color: #818181;
	text-align: left;
}
div#bottominner  {
	padding-left: 35px;
	padding-top:8px;
}
div#dist_top{
	padding-right: 40px;
}
div.news{
	border-top: 1px solid #FCD006;padding-top: 5px;margin-bottom: 20px;
}
div.newspic{
	width: 180px; float: left;
}
div.newstext{
	width: 350px; float: right;
}
div#logo{
	position: absolute;top: -90px; left: 70px; width:152px;height: 125px;z-index: 20;display: none;
}
div#picture{
	position: absolute;top: -50px; left: 648px; width:342px;height: 267px;z-index: 20;display: none;
}
object{
	display: none;
}
/* ###########################*/
select.form{
	width: 250px;
	background: #CDCDFF;padding:2px;
	border: #006600 1px solid;
}
input.form{
	width: 250px;
	background: #CDCDFF;padding:2px;
	border: #006600 1px solid;
}
textarea.form{
	width: 250px;
	background: #CDCDFF;padding:2px;
	border: #006600 1px solid;
}