body {
	font-family: 'Book Antiqua', Arial, sans-serif;
	font-size: 12pt;
	color: #fff;
	background: #000 url('./images/back.jpg') no-repeat center center fixed;
}

#container
{
	width: 90%;
	margin: 10px auto;
	color: #F1E8D1;
	line-height: 130%;
}
#links {
	width:190px;
	float:left;
	padding:5px;
}
#rechts {
	right: 0px;
	width: 70px;
	float:right;
	padding:5px;
}
.clearer {clear: left; line-height: 0; height: 0;}
#inhalt {
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 20px;
	margin-left: 200px;
	margin-right: 80px;
}
#ftr {
	clear:both;
	border-top: 1px solid #333;
	z-index: 1;
}
#speclink {
	text-alignment: left;
	left: 30px;
	margin-top: 100px;
}
#speclink a {
	text-decoration: none;
	color: #555;
	font-weight: bold;
	font-size: 10px;
}
#links ul#subitem {
	display: block;
	list-style: bullet;
	padding-top: 20px;
	paddinf-left: 5px;
	padding-right: 5px;
	align: right;
}
#links ul#subitem li {
	width: 150px;
}
#links ul#subitem li a{
	margin-right: 5px;
	text-decoration: none;
	color: #F5B800;
}
#links ul#subitem li:hover{
	width: 150px;
	margin-right: 5px;
	background-color: #a07300;
}
#navcontainer {
	margin: 0;
	margin-left: 90px;
	padding: 5px 0 7px 5px;
	line-height: 1.75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
ul#navlist {
	display: inline;
	list-style: none;
	left:220px;
}
ul#navlist li {
	float: left;
	width: auto;
	margin-right: 5px;
	border: 2px solid #FFB380;
	background-color: #BF4D00;
}
ul#navlist li a {
	padding: 0 10px;
	line-height: 1.75;
	text-decoration: none;
	color: #401A00;
}
ul#navlist li a#current {
	background-color: #669;
	color: #fff;
}
ul#navlist li a:hover, ul#navlist a#current:hover {
	background-color: #D95700;
	color: #FFD9BF;
}
ul#navlist li a:active, ul#navlist li#active a#current:active {
	background-color: #a07300;
	color: #fff;
}
#subfoot {
	padding-top: 3px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #888;
}
div.paragraph img{
	float:left;
	margin-right: 3px;
	vertical-align: top;
}
div.paragraph {
	vertical-align: top;
	margin-top: 10px;
}
h1, h2, h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 110%;
}
h1 {
	font-size: 27pt;
	color: #C1F989;
}
h2 {
	font-size: 20pt;
	color: #C1F989;
}
#inhalt a, #inhalt a:visited {
	color: #F5B800;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
}
#inhalt a:hover, #inhalt a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #F5B800;
	border-bottom: 2px solid #FBDC80;
	padding: 1px;
}

#inhalt .thumb a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #D5BA77;
	border: 1px solid #fff;
	padding: 1px;
	display: block;
}
#inhalt .thumb a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #000;
	padding: 1px;
	display: block;
}