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

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

/* Links */
a:link    { color: blue;
	background: #FCE284;
	font-size: 10pt; 
	text-decoration: none; }
a:visited { color: blue; 
	background: #FCE284;
	font-size: 10pt;
	text-decoration: none; }
a:active  { color: blue;
	background: #FCE284;
	font-size: 10pt;
	text-decoration: none; }
a:hover  { color: blue;
	background: #FCE284;
	font-size: 10pt;
	text-decoration: none; }

/* Links */
a.menu:link    { color: #000066;
	background: #FCE284;
	font-size: 10pt;
	text-decoration: none; }
a.menu:visited { color: #000066; 
	background: #FCE284;
	font-size: 10pt;
	text-decoration: none;}
a.menu:active  { color: #000066;
	background: #FCE284;
	font-size: 10pt;
	text-decoration: none; }
a.menu:hover  { color: #000011;
	background: #ECD274;
	font-size: 10pt;
	text-decoration: none; }
	
ul#menu_list{
	list-style-type: none;
}
li.menu{
	padding-top: 4px;
	border-bottom: 1px dotted #FFA22D;
}

/* Überschriften */
h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	color: #804314;
	background: #FCE284;
	
}
h2 {
	font-size: 11pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #804314;
	background: #FCE284;
	padding-bottom:4px;
	border-bottom: 1px dotted #804314;
}
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;margin-right:auto;margin-left:auto;text-align:left;
}
div#picture{
	position:absolute;top:210px;left:640px;width: 343px;height: 243px;z-index: 50;
}
img#big{
	border: 5px solid white;
}
div#content_main{
	position: relative; width: 650px;float: left;
}
div#menu{
	position: relative; width: 200px;float: left;
}
div#menu_dist{
	padding:15px;
	padding-top:30px;
	padding-left:3px;
	padding-right:20px;
}
div#content{
	position: relative; width: 450px;float: right;
}
div#content_dist{
	padding:20px;padding-top:0px;
	padding-right:35px;
}
div#right{
	position: relative; width: 340px;float: right;
}
div#bottom{
	position:relative;width: 990px;border-top: 4px dotted #FFC222;margin-top:25px;
}
div#bottom_dist{
	padding:10px;text-align: center;
}
input.form{
	width: 300px;
	border: 1px solid #804314;
	background-color:#FFF7D9;
}
input.form_kurz{
	width: 100px;
	border: 1px solid #804314;
	background-color:#FFF7D9;
}
textarea.form{
	width: 300px;
	border: 1px solid #804314;
	background-color:#FFF7D9;
}
select.form{
	border: 1px solid #804314;
	background-color:#FFF7D9;
}
span.emph{
	color: #804314;
	background: #FCE284;
	font-style: italic;	
}
