/* SEITENEIGENSCHAFTEN GLOBAL - z.B. Hintergrundgrafik --> */
body {
		width: 1024px;
		margin: 0px auto 20px auto;
		background: white;
		color: #333;
		font-size: 10pt;
		font-family: verdana, arial, sans-serif;
}

h1 {

		font-color: #00CC00;
		font-size: 12pt;
		font-family: verdana, arial, sans-serif;
				font-weight: bold;
}

h2 {

		font-color: #00CC00;
		font-size: 12pt;
		font-weight: bold;
		font-family: verdana, arial, sans-serif;
}
h4 {

		font-color: #006633;
		font-size: 9px;
		font-weight:200;
		font-family: verdana, arial, sans-serif;
}

a{


	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	text-indent: 20px;
	background: url(navdot1.gif) left center no-repeat;
	padding: 0px 0px 0px 20px;
}


.clear-both {
		clear:	both;
}

.hidden {
		display: none;
}

/* SEITENKOPF - Breite 1024 px -  Höhe angeben --> */
#header {
		height: 237px;
		width: 1024px;
		background: url(kopf_fewo_bayer-wald.jpg) no-repeat left center;
}

#header h1 {
		float: right;
		margin: 10px 0 0 10px;
		bottom: 0px;
}

.hidden {
	display: none;
}

#maincontainer {
		background: url() left center repeat-y;
		float:right;
		border: 0px solid black;
		width: 1024px; 
}

/* NAVIGATION LINKS - Breite und Höhe angeben --> */
#content-left {
		width: 232px;
	    height: 531px;
		background: url(navi_spachtl-ranch.jpg);
		background-repeat: no-repeat;
		float: left;
		margin: 0;

}				

/* INHALTSBEREICH --> */

#mainbody   {
		width: 792px;
		float: right; 
		height: 531px;
		background: url(hg_inhalt_spachtholz.jpg);
		background-repeat: no-repeat;
		overflow:auto;
}	


#mainbody  div.innerwrap {
		height: 400px;
		margin-top:10px;
		margin-left: 25px;
		margin-right: 180px;
 }


#topnavigation {

		height: 0px;
		background: url() left center repeat-y;
		margin: 0;
		padding: 0;

} 


div.suche, form.searchform {
	float: right;
	margin-right: 95px;
	font-size: 10px;
}



* html div.suche, * html form.searchform {
	margin-right: 46px;
}

input.searchform {
	float: left;
}

input.suchform-submit {
	border: none;
	margin-top: 5px;
	height: 15px;
	width: 15px;
}

/* NAVIGATION LISTE */


#content-left div.innerwrap ul,

#content-left div.innerwrap ul li {			
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}



#content-left div.innerwrap ul li {


/* Steuert den Abstand der Navigation vom linken Rand */
	margin-left: 57px;
	
/* Steuert den Abstand der Navigation vom oberen Rand */
	margin-top:15px;
	
	border-top: 0px solid white;
	line-height: 15px;
	vertical-align: middle;

}

#content-left div.innerwrap ul li.menu-home {

	border-bottom: 0px solid white;

}

a.menu_default:link, a.menu_default:visited {

	display: block;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	text-indent: 20px;
	background: url(navdot1.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
}

a.menu_current:link, a.menu_current:visited, a.menu_default:hover, a.menu_current:hover  {
	display: block;
	color: #00CC00;
	text-decoration: none;
	font-weight: bold;
	text-indent: 20px;
	background: url(navdot2.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
}

a.menu-home:link, a.menu-home:visited {
	display: block;
	color: white;
	text-decoration: none;
	text-indent: 20px;
	background: url(home.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
}


/* News */

td.post_date {
	display: none;
}



/* Bottom Navigation */

ul.bottomnav, li.bottomnav {
	list-style: none;
	margin: 0;
	padding: 0;
}



ul.bottomnav { 
	margin: 50px 0 0 200px;

}

li.bottomnav img {
	border	:none;

}

li.bottomnav {
	width: 150px;
	float: left;
}

li.bottomnav a:link, li.bottomnav a:visited {
	color: #797979;
}

div#footer {
	float: left;
}