/Wichtige Farben: 
rot = #B63725 
braun = #948070
gelb = #f6cc39 #FFCC33
/
html, body { 
	overflow: auto;
} 

BODY {
	margin: 0; 
	padding: 0;	
	font-family: arial, helvetica, sans-serif;
	font-size: 90%; 
	text-align: center;
	color: #000000; 
	background-color: #B63725; 
	overflow: auto;
}

a:link { 
	color: #948070;
}

a:visited, a active {
	color: #948070;
}
	
a:hover {
	color: #B63725;
}
	
h2 {
	color: #000000;
	font: arial, helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0;	
}

h3 {
	color: #000000;
	font: arial, helvetica, sans-serif;
	font-size: 106%;
	font-weight: bold;
	margin-bottom: 0;
}

#container {
	margin: auto;
	margin-top: 20px;
	width: 724px;
	min-height: 500px;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
}

.image {
	border: 0;
}

#header {
	height: 115px;
	padding-bottom: 0px; 
	position: relative;
	background-color: #FFFFFF;
	border-top: 10px solid #FFCC33;
}

#menu { 
	width: 200px;
	float: left;
	background-color: #FFFFFF;
}

#menu ul {
	margin-left: 10px;
	margin-top: 15px;
	padding: 0;
	list-style-type: none;
}

#menu a {
	display: block;
	padding: 5px;
	width: 180px;
	background-color: #FFFFFF;
	border-bottom:2px solid #948070;
}

#menu a:hover {
	background-color: #FFCC33;
	color: #4D4D4D;
}

#menu li a {
	color: #4D4D4D;
	font-size: 110%;
	text-decoration: none;
}

#menu li #active {
	background-color: #FFCC33;
	color: #4D4D4D;
}

#contents {
	min-height: 270px;
	margin-right: 20px;
	margin-left: 225px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#contents ul {
	margin: 0;
	margin-top: 0.4em;
	padding: 0;
	list-style-type: none;
	line-height: 165%;
}

#contents p {
	line-height: 165%;
	margin-top: 0.4em;
}

#impressum {
	margin: auto;	
	width: 694px;
	text-align: right;
	font-size: 90%;
	padding: 15px;
	background-color: #FFFFFF;
	color: #948070;
}

#impressum a {
	text-decoration: none;
}

#impressum a:hover {
	text-decoration: none;
}

.highlight {
	font-style: italic;
	padding-left: 30px;
}

.image2 {
	border: 0;
	float: right;
	margin: 12px 9px 3px 9px;
}

/*Angaben nur für den Internet Explorer mit Star-HTML-Hack*/

* html #container {
	height: 500px;
}

* html #contents {
	height: 270px;
}

