/* Wichtige Farben
grau = #67696C
rot = #B63725
*/

BODY {
	margin: 0;
	padding: 0;	
	font-family: arial, helvetica, sans-serif;
	font-size: 97%; 
	text-align: left;
	color: #67696C;
	background-color: #FFFFFF; 
}

a:link { 
	color: #67696C;
	text-decoration: underline;
}

a:visited, a active {
	color: #67696C;
	text-decoration: underline;
}
	
a:hover {
	color: #B63725;
	text-decoration: underline;
}

.highlight {
	font-weight: bold;
}
	
h1 {
	color: #67696C;
	font: arial, helvetica, sans-serif;
	font-size: 115%;
	font-weight: normal;
}

h2 {
	color: #67696C;
	font: arial, helvetica, sans-serif;
	font-size: 101%;
	font-weight: bold;
	margin-bottom: 0;
}
	
#container {
	background: url(body_bg.gif); 	
	background-repeat: no-repeat;
	padding-top: 0px;
	width: 750px;
	min-height: 550px;
	margin: auto;
	margin-top: 50px;
	padding: 0;
	background-color: #FFFFFF;
}

#menu { 
	width: 200px;
	margin: 0px;	
	height: 500px;
	float: left;
}

#menu ul {
	margin-left: 22px;
	margin-top: 330px;
	padding: 0;
	list-style-type: none;
}

#menu a {
	display: block;
	padding: 5px;
	width: 160px;
	font-weight: bold;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu li a {
	color: #c9c7c7;
	font-size: 110%;
	text-decoration: none;
}

#menu li #active {
	color: #FFFFFF;
}

#contents {
	position: relative;
	margin-left:240px;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 30px;
}

#contents ul {
	margin: 0.3em 0 0 0;
	padding: 0;
	list-style-type: none;
	line-height: 150%;
}

#contents p {
	line-height: 150%;
}

.image {
	border: 0;
	float: right;
	padding-left: 20px;
}

#footer {
	margin: auto;
	width: 700px;
	text-align: right;
	font-size: 85%;
	padding: 25px;
	color: #B63725;
	background-color: #FFFFFF;
}

#footer a {
	text-decoration: none;
	color: #B63725;
}

#footer a:hover {
	text-decoration: none;
	color: #67696C;
}

.oben {
	text-align: right;
}

/*Angaben nur für den Internet Explorer mit Star-HTML-Hack*/

* html #container {
    	height: 550px;
}
