/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #463A2D;
	background-color: #CABDAD;
}
html, body {height: 100%;}
#inhalt {width: 735px; margin: auto auto; min-height: 100%; position: relative;}
* html #inhalt {height: 100%;} /* IE Hack für 100 % Höhe */
#content1 {position: absolute; bottom: 0; left: 0; width: 100%; height:126px;}
* html #content1 {bottom: -1px;} /* Nächster IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */
#content {margin-bottom: 127px; float: left;}

#inhalt {
	background:url(../_images/right.jpg) no-repeat right top;
}

#links {
	float:left;
	width: 109px;
	height:627px;
	background:url(../_images/left.jpg);
}
#navi {
	float:left;
	width: 185px;
	height:627px;
}
#rechts {
	float:left;
	width:441px;
	height:627px;
}
#text {
	width:305px;
	height: 380px;
	position: absolute;
	overflow: hidden;
	left: 310px;
	top: 80px;
	z-index:10;
}
#scrollnavi {
	position: absolute;
	top: 100px;
	width: 15px;
	left: 620px;
	height: 280px;
}
#scrollnavi img {
	border: none;
}
#scrollnavi #pfeilbottom {
	position: absolute;
	top:270px;
}
#text p {
	margin: 0px;
	padding-bottom: 10px;
}
#weiter {
	width: 72px;
	height:37px;
	position: absolute;
	left: 601px;
	top: 474px;
}
#text h1 {
	font-size: 14px;
}
#textoverlay {
	position: absolute;
	width: 72px;
	height: 50px;
	top:420px;
	left:555px;
	background:url(../_images/textbg.gif);
	z-index: 100;
}
hr {
	height: 1px;
	border: none;
	background-color: #463A2D;
}
a {
	color: #0c550e;
}