
body {
	font-family: Georgia, Times New Roman, Trebuchet MS,Arial,sans-serif;
	margin: 0;
	background: #FFEFD5;
}
.error {
color: #E00903 !important;
font-weight: bold;
padding: 0px;
margin: 0px;
}
.schatten {
	background: url('../images/bg.gif');
	width: 973px;
	margin: 0px auto;
	margin-bottom: 50px;
	}
.container {
	background: #FFE4B5;
	/*background: url("../images/bg_headline.gif") no-repeat 0 300px;*/
	margin: 0px auto;
	width: 955px;
}

/*
	Header
*/

#header {
	height: 339px;
	width: 955px;
}
#header table, td {
vertical-align:top;
text-align:left;
}
#logo {
	margin-left: 32px;
}
#balken {
	background: #FBBE6A;
	border-bottom: 1px solid #000051;
}

#welle {
	background: url("../images/bg_headline.gif")  no-repeat 0 0px;
	display: block;
	height: 102px;
	top: 170px;
	position: relative;
	z-index: 1;
}

/*
	Content
*/
#navigation {
	font-size: 0.85em;
	text-transform: uppercase;	
}
#content {
	width: 850px;
	padding-top: 10px;
	margin: auto;
	z-index: 2;
}
.content-left {
	float: left;
	width: 250px; 
	margin-right:45px;
	margin-top:85px;
}
.content-leftbox {
	width: 250px; 
	background: #FCD299;
}
.content-right {
	float: left;
	position: relative;
	width: 550px; 
}

/*
	Footer
*/

#footer {
	background: url('../images/footer.jpg') no-repeat;
	margin: auto;
	text-align: center;
	height: 217px;
	width: 973px;
}
/*
	Allgemeines
*/
.clear {
	clear: both;
}
