body 	{
	text-align: center;
}
 
#komplett {
	padding: 10px;
	width: 900px;
	text-align: left;
	border: 10px solid #848484;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

#header {
	float: left;
	padding-right: 10px;
}
#header2 {
	font-weight: bold;  
	font-size: 42px;
	color: #848484;
}

#menu {
	margin-top: 10px;
	background: #f1a900;
	text-align: center;
}

#menu a {
	display: block;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	width: 120px;
}

#menu a:hover {
	background-color: #848484;
}

div.nav a {
	display: block;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	width: 120px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	border-top: 1px solid #fff;
}

div.nav a:hover {
	background-color: #848484;
}
	
#content {
	padding: 10px 20px 10px 20px;
	min-height: 400px;
	background: #ccc;
	font-size: 12px;
	color: #000;
}

table {
	font-size: 12px;
	color: #333;
}	

#footer {
	margin-top: 10px;
	background: #f1a900;
	color:#fff;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #fff;
	font-weight: bold;
         text-decoration: none;
}

#footer a:hover {
	color: #848484;
}

#pfad{
	margin-top: 10px;
	padding:5px;
	background: #ccc;
	font-size: 11px;
}

#pfad a {
	color: #000;
	font-weight: bold;
         text-decoration: none;
}

#content a {
	color: #000;
}

#pfad a:hover, #content a:hover {
	 color: #f1a900;
}

td.align-right {
	text-align: right;
}

div.sitemap ul li a {
	text-decoration: none;
}

div.sitemap ul li {
	padding:  5px 0px 0px 0px;
	list-style-type: none;
}

h1, h2 {
	color: #fff;
}