/* CSS Homepage GfD Floßmann */
/* IE-Version */

html, body {
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 1000px;
	background-color: #D4DE99;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	color: #000000;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr {
	color: #FB0A03;
	border: #FB0A03;
	background-color: #FB0A03;
	height: 2px;
}

p.menue {
	border-bottom: 1px solid #D4DE99;
	padding-bottom: 12px;
}

a:link { text-decoration: underline; color: #000000; }
a:visited { text-decoration: underline; color: #000000; }
a:hover { text-decoration: underline; color: #000000; font-weight: bold; }
a:active { text-decoration: underline; color: #000000; }

a.nav:link{color:#C6DC92; text-decoration: none; font-weight: normal; font-size: 13px; }
a.nav:visited{color:#C6DC92; text-decoration: none; font-weight: normal; font-size: 13px; }
a.nav:hover{color:#C6DC92; text-decoration: underline; font-weight: normal; font-size: 13px; }
a.nav:active{color:#C6DC92; text-decoration: none; font-weight: normal; font-size: 13px; }

/***********************************************/
/* Layout Divs                                                     */
/***********************************************/
#main {
	top: 0px;
	bottom: 0px;
	left: 50%;
	width: 1000px;
	height: 100%;
	margin: 0;
	margin-left: -500px;
	padding: 0;
	position: absolute;
}

#sidenav {
	top: 0px;
	bottom: 0px;
	left: 0;
	width: 200px;
	height: 100%;
	margin: 0px;
	padding: 5px;
	padding-left: 15px;
	position: absolute;
	float: left;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-y;
} 

#content {
	top: 0px;
	bottom: 0px;
	left: 200px;
	width: 800px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	background-image: url(images/border3.gif);
	background-repeat: repeat-y;
	border-right-color: #FB0A03;
	border-right-style: solid;
	border-right-width: 2px;
	background-color: #E3E9C0;
}

#menue {
	margin: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 180px;
}

#inner {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	margin: 0px;
}

/* Bugfixes / Browserlösungen usw. */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: block; } 
.floatbox { overflow:hidden; }
#ie_clearing { display: none } 
fieldset, img { border:0; }
/*select, input, textarea { font-size: 99% }*/
/* versteckte Elemente nur für Browser ohne CSS sichtbar*/
.hidden { display: none; }
