body      {
	background: white url('http://www.wehrlebauernhof.de/clips/hintergrund.gif');
	background-repeat: repeat-y;
	background-position: center top;
	color: #6B6B6B;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height:150%;
	margin: 0px;
	padding: 0px; }

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

/* Links */
a:link, a:visited, a:active, a:hover   { color: maroon;
	background: transparent;
	font-size: 10pt;
	text-decoration: none;
	 }
a:hover  { color: red; }


/* Links */
a.menu:link, a.menu:visited, a.menu:active, a.menu:hover   { 
	color: #804314;
	background: transparent;
	display: block;
	font-size: 12pt;
	text-decoration: none;
	margin-bottom: 12px;padding-left:30px;
	 }
a.menu:hover  { color: red; }


/* Links */
a.impressum:link, a.impressum:visited, a.impressum:active, a.impressum:hover   { 
	color: #804314;
	background: transparent;
	font-size: 12pt;
	text-decoration: none;
	margin-bottom: 12px;padding-left:30px;
	 }
a.impressum:hover  { color: red; }

/* Überschriften */
h1 {
	color: #607B1A;
	background: white;
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}
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;
	background-image: url('http://www.wehrlebauernhof.de/clips/wehrlebauernhof.jpg');
	background-repeat: no-repeat;
}
div#menu{
	position:relative;width: 325px;float: left;padding-top: 475px;text-align: left;
}
div#content{
	position:relative;width: 665px;float: right;padding-top: 375px;text-align: left;
}
div#content_dist{
	position:relative;padding-left: 90px;padding-right: 23px; 
}
div#bottom{
	position:relative;width: 990px;
	background-image:  url('http://www.wehrlebauernhof.de/clips/bottom-hintergrund.gif');
	background-repeat: repeat-y;
	text-align: right;
}
div#bottom_dist{
	position:relative;padding:5px;
}

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