body      {
	background: white;
	color: #4C4C4C;
	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: #4C4C4C;
	background: #FFC988;
	font-size: 10pt;
	text-decoration: underline;
	 }
a:hover  { color: red; }

/* Überschriften */
h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	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;  }
	




div#main{
	position: relative;width: 990px;
}
div#imprint{
	position: relative;width: 840px;background: #FFC988;color: black;text-align: right;margin-right: 14px;
}
div#imprint_d{
	padding: 4px 40px 4px 4px;
}

/* Links */
a.top:link, a.top:visited, a.top:active, a.top:hover   { 
	color: #4C4C4C;
	background: #FFC988;
	font-size: 10pt;
	text-decoration: none;
	 }
a.top:hover  { color: red; }


div#content{
	position: relative;width: 860px;background: #FFC988;color: #4C4C4C;text-align: left;
}
div#m_content{
	position: relative; width: 650px;float: right;
}	
div#m_content_d{
	padding: 5px 10px 5px 10px;
}
div#adress{
	border-left: 1px dotted white;border-top: 1px dotted white;padding: 25px 0px 20px 5px;
}




div#navigation{
	position: relative;width: 200px;float: left;
}
div#navigation_d{
	padding: 20px 5px 5px 0px;
}
ul#menu{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
ul#menu li{
	margin: 10px 0px 0px 0px;padding: 0px;
}
ul#menu a{
	color: #4C4C4C;
	background: #FFC988;
	font-size: 11pt;
	text-decoration: none;
	display: block;
	width: 99.9%;
	padding: 3px 0px 3px 10px;
	border-bottom: 1px solid white;
}
ul#menu a:hover{
	color: #4C4C4C;
	text-decoration: none;
	border-bottom: 1px solid #4C4C4C;
}
ul#menu a#akt{
	color: #4C4C4C;
	background: white;
	font-size: 12pt;
	text-decoration: none;
	display: block;
	width: 99.9%;
	padding: 3px 0px 3px 10px;
}
ul#menu a#akt:hover{	
	text-decoration: none;
	border-bottom: 1px solid #4C4C4C;
	font-size: 12pt;
}
