/* CSS Document */
html, body{
	width:100%;
	height:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	background-color:#ebebeb;
	background-attachment:scroll;
	background-image:url(../bilder/bg_mitte.gif);
	background-repeat:repeat-y;
	background-position:center;
}
#centerBox {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 814px;
	margin-left: -407px; 
	height:auto;  /*FF needs this setting to expand div to fit long content */
	min-height:100%; /*sets minimum height in FF*/
	/*z-index:auto;*/
}
* html #centerBox {
 height:100%; /*sets bkgnd2 to full height in IE w short content -- also need height:100% in body*/
}
#banner {
	padding: 0px;
	margin: 0px;
	width: 814px;
	height:184px; 
	background-image:url(../bilder/bg_oben.gif);
	background-attachment:scroll;
	background-position:left top;
	background-repeat:no-repeat;
}
#banner img{
	padding: 0px;
	margin:0px;
	border:0px;
}
* html #banner {
background-position:1px 0px; /*sets bkgnd2 to full height in IE w short content -- also need height:100% in body*/
}
#left {
	float:left;
	width:108px; 
	padding: 0px 0px 0px 34px;
	/*background-color:#FF0000;
	height:200px;*/
}
#left img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	border:none;
}
#content{ 
	float:right;
	padding: 0px 93px 40px 0px;
	width:540px;
	height:auto;
	min-height:100%; /*sets minimum height in FF*/
	/*background-color:#00ff00;*/
	/*padding: 0px 0px 40px 0px;*/
}
#poppelbaum_logo{
	position:absolute;
	left:139px;
	top:62px;
}
.stdinput{
	margin-left:10px;
	padding:1px 5px 1px 5px;
	border:#000000 solid 1px;
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	width:400px;
	background-color:#ffffff;
	color:#000000;
}
.formularTable{
}
.formularTable td{
	padding:5px 0px 5px 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.nichtsichtbar  { 
	display:none; 
}
