@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	line-height: 14px;
	background-color: #999;
}
#overal {
	width: 900px;
	background-color: #FFF;
}
#content {
	width: 600px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#navigation {
	width: 180px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #CCC;
}
.titel {
	font-size: 2em;
	font-weight: bold;
	color: #F00;
}
#header {
	color: #EDEDED;
	background-color: #666;
	padding: 20px;
}
.footer {
	font-size: 0.8em;
	color: #666;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #333;
}
h2 {
	font-size: 1.4em;
	color: #666;
}
.bild-rechts {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
ul {
	list-style-type: none;
	list-style-position: inside;
	font-size: 1em;
	margin-left:0;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #F00;
}
li {
	margin-left: 0px;
	line-height: 20px;
	font-weight: bold;
}
a {
	color: #F00;
	text-decoration: none;
}

#trenner {
clear: both; 
height: 20px"
}
.link {
	font-weight: bold;
	font-size: large;
}
