@charset "utf-8";
/* Schroeters Hof */

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0; 
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #DDE4F$;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	
}

div#banner {
	background-color: #fff;
	background-image: url(../images/bannerHG.gif);
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
	top:0px;
	left:0px;
	height: 94px;
	text-align:left;
	z-index: 1;
}

div#menue {
	position: absolute;
	top:0px;
	right:0px;
	text-align: right;
	white-space: nowrap;
	z-index: 6;
	}

div#menue2 {
	position: absolute;
	text-align: right;
	top: 120px;
	left: 0px;
	width: 700px;
	height: auto;
}

#menue2 a, #menue2 a:link{
	font-size: 1.1em;
	font-weight:bold;
	color: #006633;
	text-decoration: none;
	}
	
#menue2 a:hover, #menue2 a:active, #menue2 a:focus{
	font-size: 1.1em;
	font-weight:bold;
	color: #ff9900;
	text-decoration: none;
	}

div#content {
	position: absolute;
	top: 135px;
	left: 0px;
	width: 700px;
	height: auto;
	font-size: 1.1em;
	border-top: solid thin #006633;
}

div#content_inhalte_li {
	position: relative;
	padding: 10px;
	padding-left: 20px;
	width: auto;
	float: left;
}

div#content_inhalte_re {
	position: absolute;
	right: 0px;
	width: 280px;
}

#content_inhalte_re p{
	height: 242px;
}

div#rechts {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: auto;
	height: auto;
}

div#footer {
	position: fixed;
	width: 100%;
	background-color: #006633;
	bottom: 0px;
	height: 10px;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #006633;
}
h2 {
	font-size: 1.1em;
	font-weight:bold;
	color: #006633;
	text-decoration: none;
}

li{
	margin-left: -20px;
}

ul{
	margin-top:5px;
}
a:link{
	color: #666666;
	text-decoration: underline;
}
a:hover{
	color:#006633;
	text-decoration:underline;
}
.gelb {
	font-size: 1.1em;
	font-weight:bold;
	color: #ff9900;
	text-decoration: none;
	}

