body {
background-color: #e3e3e3;
margin-top: 0;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal; text-decoration: none; color:#3a3a3a;
background-image: url(../img/zusatz/bg_wrapper.gif);
background-repeat: repeat-y;
background-position: center;
}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 850px;

}

#logo {
position: absolute;
margin-left: 0px;
background-color: #FFFFFF;
width:250px;
height:150px;
float:right;
}


#right {
background-image: url(../img/zusatz/bg_header.gif);
background-repeat: repeat-y;
position: absolute;
left:250px;
top: 0px;
height:150px;
width:600px;
}


#navigation {
	position: absolute;
	top: 150px;
	background-color: #ffa500;
	width: 250px;
	min-height: 350px;
	border-bottom: 3px solid white;
}

#navblock {
margin-top:60px;
margin-bottom:40px;
}

#content {
position: absolute;
left:250px;
top: 150px;
background-color: #FFFFFF;
min-height:400px;
width:600px;
}

#textblock {
margin-left:60px;
margin-right:60px;
margin-top:60px;
margin-bottom:60px;
}

#footer {
	position: relative;
	margin-top: 125px;
	margin-left:60px;
	margin-right:60px;
	border-top: 1px solid #e5e5e5;
	font-size:10px;
	text-align:center;
	color:#a9aaae;

}
