body {
	margin: 0;
	padding: 0;
	background: #28313A url(images/img01.jpg) repeat-x left top;
	font-size: 12px;
	font-family: "Verdana", Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #5C5C5C;
}
#top {
	margin: 0;
	padding: 0;
}
#banner {
	width: 950px;
	height: 130px;
	margin: 0 auto;
}

#banner h1, #banner h2 {
	float: left;
	margin: 0;
	padding: 25px 0 0 0px;
	line-height: normal;
}

#banner h1 { 
	font-family: "Cooper Black", Georgia, "Times New Roman", Times, serif;
	font-size:40px;
}

#banner h1 a {
	text-decoration: none;
	color: #28313A; 
}

#banner h1 a:hover { text-decoration: underline; }

#banner h2 {
	float: left;
	padding: 55px 0 0 18px;
	font: 35px "Cooper Black", Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #28313A; 
}

#banner p a {
	text-decoration: none;
	color: #28313A;
}
#head {
	width: 950px;
	margin: 0 auto;
	border: 10px #FFFFFF solid;
}

#menue {
	float: left;
	width: 950px;
	background-color:#28313A;
}

#menue td {
	background-image: url(images/img02.jpg);
	text-align: center;
	width: 19%;
	height: 20%;
}

#menue a {
	display: block;
	padding: 0 35px;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}

#menue a:hover { 
	color: #FFFFFF;
}

#menue .current a {
	background: url(images/img03.jpg) no-repeat right;
	color: #FFFFFF;
}

#menue .last {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

#seitenansicht {
	margin-top:20px;
	width: 950px;
	height: 650px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 10px #FFFFFF solid;
}

#inhalt {
	float: left;
	width: 948px;
}