body
{ margin:0px; 
  padding:0 0 30px 0;
  background: #FFFFE5 url(images/bg_luftbild.jpg) bottom left repeat-x;
  text-align: center;
  color: #000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;  
}

h1 { font-size: 1.2em;text-transform: uppercase; }
h2 { color: #396539; font-size: 1.0em; margin:0; padding:0px;}
p  {
	font-size: 1em; padding: 0px; margin:4px 0 12px 0;
}

a { color: #396539;  text-decoration: none; }
a:hover { color: #00DF02; text-decoration: underline; }
a img {	border: none; }

/* ---------- Layout ----------------------------------- */
#main
{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border: 1px solid #FFE7A7;
	background-color: #FFF;
   text-align:left; 
}

#header {
   width:760px;
	height: 123px;
	background: #FFE7A7 url(images/bg_header1a.jpg) top right no-repeat;
   position: relative;
	margin-bottom:20px;
}

#logo {
   position: absolute;
	width:144px;
	height:154px;
	background-image: url(images/wbf_logo1a.gif);
	top:-16px;
   left: 10px;
}

#mainbody {
    position: relative;
	 width:100%;
}

#content {
   position: relative;
	margin-left: 180px;
	width:380px;
}

#contentside {
   position: absolute; 
	width:180px;
	top:0px;
	left: 390px;
}

.infobox {	width:100%; border: 1px solid #FFE7A7; margin:0 0 20px 0;}
.infobox h2 { 
	 font-size: 11px;
    font-weight: bold;  
    height: 16px;
	 background-color: #FFE7A7;
    margin:0; 	       
	 padding: 4px;
}
.infobox p {
	font-size:9px;
	margin:0px;
	padding: 4px;
	color: #404040;
}

.liste:first-letter {
	 color: White;
	 background-color: #404040;
	 font-size: 10px;
}

/* ---------------- Navigation links ------------------------ */

#navigation {
	position: absolute;
	width:150px;
	padding: 8px;
   top: 0px;
	left:0px; 
   text-align: center; 
}

#ulnavigate {
	margin: 0px;
	padding: 0px;
	width:150px;
	list-style-type: none;
   background: #FFFFE5 url(images/bg_luftbild.jpg) top left no-repeat;
}

#ulnavigate li {
	display: block;
	height: 26px;
	width:148px;
	border: 1px solid white;
	padding: 0;
}

#ulnavigate li a {
   display:block;
	height: 26px;
	width:148px;
   font-size: 12px;
	font-weight: bold;
	color: #396539;
	text-decoration: none;
	padding-top: 6px;
}

#ulnavigate li a:hover {
  color: #00DF02;
  background-image: url(images/bg_navi1.gif); 
}

/* ---------- Footer ----------------------------- */

#footer, #footer a {
   margin: 8px 0 0 0;
	font-size:9px;
	color: #868686;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: Maroon;
}


/* Formatierungen für Formulare */

.resizable {
	font-size: 100%;
}

.required {
	color: Red;
   margin-right:5px;
}

fieldset {
	border: 1px solid gray;
	margin-top: 16px;
	padding: 16px 4px;
	background-color: #F0FFF0;
	border: 1px solid #C8C8C8;
}

legend {
	font-weight: bold;
	color: Black;
	background-color: transparent;
}

form {
	margin-bottom:20px;
}

form p {
	clear: left;
	margin: 0;
	padding: 2px 0 0 0;
}

form p label {
	float: left;
	text-align: right;
	width: 100px;
	padding:2px 2px 0 0;
}

input.txt, textarea.txt {
	color: Black;
	background-color: #DCDCDC;
	border: 1px solid #030;
}

input.txt:focus,
input.txt:hover,
textarea.txt:focus,
textarea.txt:hover,
textarea.txt.iehover,
input.txt.iehover
{
	background-color: #FFFFFF;
}


input.btn {
	color: #fff;
	background-color: #080;
	border: 1px outset #C0C0C0; 
	margin: 10px 0 10px 100px; 
	font-weight: bold;  
}

input.btn:focus, input.btn:hover
{
	background-color: #0A0;
}




/* -------- spezielle Bereiche auf einzelnen Seiten --------- */

#news {
	margin-left: 90px;
}

#news h2 {
	margin: 16px 0 2px 0;
   padding:0px;
}

#news h2 span {
	margin:0 0 0 -90px;
	font-size: 11px;
   padding:0px;
}

#news p {
	margin: 0px;
	padding: 0px;
}
/* -------------- allgemeine Klassen -------------------------- */
.center { text-align: center; }
.justify { text-align: justify; }

.separator {
   width:99%;
	height: 9px;
	border-top: 1px solid #006400;
   padding:0px;
	margin:4px 0px; 
}

