*{
	padding: 0;
	margin: 0;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	align: center;
	font-size: 1em;
}
#wrapper{
	width: 850px;
	border: 2px solid #000000;
	margin: 5px auto; 
	background-color: #FF9900;
}
#kopf{
	background: url(kopf.gif) no-repeat;
	width: auto;
	height: 130px;
	margin-top: 20px; 
}
#navi{
	width: auto;
	height: 50px;
	text-align: left;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
}
#news{
	width: 200px;
	border: thin solid black;
	margin: 10px 20px 20px 10px;
	padding: 10px 10px;
	float: left;
	font-size: 0.9em;
}
#news h2{
	text-align: center;
	font-size: 1.1;
	padding-bottom: 10px;
}
#inhalt{
	padding: 20px 10px;
	line-height: 1.3;
}
#inhalt h1{
	text-align: center;
	font-size: 1.3em;
} 
#inhalt table{
	text-align:center;
}
#inhalt table tr td,
table tr th{
	padding: 10px 10px;
	text-align: left;
}
#inhalt a{
	color: white;
	text-decoration:none;
}
#inhalt a:hover{
	color: black;
}
.kontakt{
	text-align: center;
}
.erstezeile{
	font-size: 1.1em;
}
.zweitezeile{
	font-size: 0.8em;
}
	
#fuss{
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}
