html {
background-color:#FFFFFF;
}

body {
	background-color:#FFFFFF;
	font:Verdana, Arial,;
	font-size:11px;
	text-align:center;
	margin:auto;
	background:url(../images/background.gif);
	background-repeat:no-repeat;
}

#root {
	display:block;
	width: 800px;
	border-color: #000000;
	margin:auto;
	background-color:#FFFFFF;
	
}
#banner {
	display:block;
	width: 800px;
	border-bottom-width: medium;
/*	border-left: dashed 4px; */
	border-bottom: solid 4px;
	border-bottom-color: #000000;
	overflow:hidden;
}
#inhalt {
	background-color: #FFFFFF;
	display: block;
	float:left;
	width: 528px;
	min-height:600px;
	text-align:left;
	padding:30px;
	padding-top:50px;
	border-right: solid 4px;
/*	border-bottom: solid 4px;*/
	
}
#navi {
	left:0px;
	display: block;
	float:left;
	text-align:left;
	margin:auto;
	background-color:#454545;
	width: 208px;
	height:500px;
}
#bottom {
	float:right;
	width:208px;
	background:#454545;
	color:#FFFFFF;
	font-size:9px;
	text-align:center;
	vertical-align:bottom;
	margin:auto;
	padding-top:80px;
}
#footer
{ 	clear:both;
	width:800px;
	background:#FFFFFF;
	color:#FFFFFF;
	font-size:9px;
}
