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: white;
	font-size: 10pt;
	text-decoration: none;
	 }
a:hover  { color: red; }


/* Links */
a.menu:link, a.menu:visited, a.menu:active, a.menu:hover   { 
	color: #FCBD18;
	font-weight: bold;
	background: white;
	display: block;
	font-size: 11pt;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 2px;
	border-bottom: #CCCCCC solid 1px;
}
a.menu:hover  { color: #FF4100; background: #EFEFEF;  }

/* Links */
a.menu2:link, a.menu2:visited, a.menu2:active, a.menu2:hover   { 
	color: blue;	
	background: #FCBD18 ;	
	font-size: 10pt;
	text-decoration: none;
	padding-bottom: 15px;
	 }
a.menu2:hover  { color: #FF4100; }

a.menu3:link, a.menu3:visited, a.menu3:active, a.menu3:hover   { 
	color: #444444;
	background: #FCBD18;
	display: block;
	font-size: 10pt;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 3px;
	border-bottom: 1px solid #FCA218;
	 }
a.menu3:hover  { color: #FF4100;background: #FCA218; }

/* Links */
a.normal:link, a.normal:visited, a.normal:active, a.normal:hover   { 
	color: #BC7D00;
	background: white;
	font-size: 10pt;
	text-decoration: none;
	 }
a.normal:hover  { color: red;
	text-decoration: underline; }


/* Überschriften */
h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 5px;
}
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#top{
	position:relative;width: 990px;background: #FCBD18;color: black;margin-top: 25px;margin-bottom: 5px;
}
	
img#logo{
	border-top: 0px;
	border-bottom: 0px;
	border-left: 5px solid white;
	border-right: 5px solid white;
	margin-left: 162px;
}	
div#titletext{
	position:absolute;top: 110px;left: 350px;width: 640px;font-size: 16pt;
}
div#titletext2{
	position:relative;font-size: 20pt;font-weight: bold;display:inline;
}
div#content{
	position:relative;width: 990px;
}
div#menu{
	position:relative;width: 275px;float: left;
}
div#menu_d{
	padding-left: 30px; padding-right: 30px; padding-bottom:30px;padding-top: 50px;text-align: right;
}
div#content_m{
	position:relative;width: 715px;float: right;
}
div#content_m_d{
	position:relative;padding-left: 40px;padding-right: 40px;padding-bottom: 20px;padding-top: 20px;
}
div#bottom{
	position:relative;width: 990px;background: #FCBD18;color: black;margin-top: 20px;margin-bottom: 5px;
}
div#bottom_d{
	padding: 20px;
}

/* ###########################*/
select.form{
	border: #FCBD18 1px solid;
}
input.form{
	width:350px;
	border: #FCBD18 1px solid;
}
textarea.form{
	width: 350px;
	border: #FCBD18 1px solid;
}

td.jahres{font-weight: bold;width: 100px;}
td.text{}