/* STADTWERKE OBERURSEL */

#webseite
{
	margin:0 auto;
	text-align:center;
	width:	1000px;	
	background:	url(../images/lampe.jpg) no-repeat 846px 30px;	
		padding-bottom:10px;
}

#buehne
{
	margin:	15px 25px;
	height:	550px;
	text-align:left;	
	background:	url(../images/mood.jpg) no-repeat 0px 140px;
}	

#logo
{
	position:	absolute;
	top:		50px;
	margin-left: 35px;

}
#topnavi 
{
	margin-left:	600px;
	padding-top:1px;
}

#content
{
	position:	absolute;
	top:	140px;
	margin-left	:	260px;
}

#footer
{
	margin:	15px 25px;
	text-align:	left;
}

#footer img
{
	margin-right:20px;
}

input.textinput
{
	border:1px solid black;
	float:left;
	margin-right:20px;
	width:185px;
}

select
{
	border:1px solid black;
	float:left;
	margin-right:20px;
	width:187px;
}

label
{
	float:left;
	margin-right:22px;
	width:185px;
	height:22px;
}

input.error,
select.error,
div.error
{
	background-color:#fecdd1;
}

.antwort
{
	position:absolute;
	font-weight:bold;
	margin-top:15px;
	color:red;
	display:none;
}

.showerror{
	display:block;
}

.ErrorBox
{
	font-weight:bold;
	margin-top:0px;
	color:red;
	display:none;
}

.list
{
	margin-bottom:15px;
}

li.condition {
	font-weight:bold;

}
