body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:#e9e8d6;
}

#all{
	width:900px;
	margin:auto;
	height:100%;
	background-color:#f3f1be;
}

#header{
	color:#fff;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	height:100px;
}
#header h1{
	margin:10px 0px 30px 10px;
}

#subhead{
	font-weight:bold;
	font-size: 1.2em;
	margin-left:10px;
}

#menue{
	width:150px;
	float:left;
	border:0px;
	margin-bottom:10px;
}
#menue ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#menue > ul > li{
	padding-top:1px;
}
#menue > ul > li > a, #menue > ul > li > a:link{
	display:block;
	background-color:#b7bc0a;
	padding:5px 0px 5px 10px;
	border-left:5px solid #000;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
#menue > ul > li > a:hover{
border-left:5px solid #ebe664;
}
#inhalt{
	float:left;
	color:#000;
	width:740px;
	border:0px dotted;
	padding:5px 0 0 10px;
	min-height:430px;
}

#inhalt h1{
	margin:0px 0px 10px 0px;
	font-size:1.6em;
	font-weight: normal;
	color:#b7bc0a;
}

#footer{
	clear:both;
	border-top:1px solid #b7bc0a;;
	text-align:center;
	margin-bottom:10px;
	font-size:0.8em;
	margin-left:150px;
	padding:5px 10px;
}

#footer a, #footer a:link{
	color:#000;
}
#footer a:hover{
	text-decoration:none;
}
.clearfix:after{
	 content: ".";
	 clear: both;
	 display:block;
	 height:0;
	 visibility: hidden;
}