*{
	padding:0;
	margin:0;
}

body{
	font:13px "Trebuchet MS", verdana, arial, sans-serif;
	text-align:center;
	background:#e8e8e8;

}

h2{
	margin:1em 0;
	font-size:16px;
	text-transform:uppercase;
	padding-left:0px;
	line-height:18px;
}

#box{
	width:800px;
	margin:0 auto;  
	text-align:center;
	background:#e8e8e8;
	border:0px;
	border-bottom:none;
}

#header{
	background:#e8e8e8;
	height:150px;
	color:black;
	padding-left:0px;
	padding-top:20px;
	text-align:center;
}


#inhalt{
	padding:40px 20px;
	background:#efefef;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:left;
	clear:left;
	min-height:300px;
}

#footer{
	height:40px;
	line-height:40px;
	background:#efefef;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#e8e8e8;
	text-align:center;
	text-valign:middle;
}

