* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	border: none;
	outline: none;
	}

html {
	padding: 0px;
	margin: 0px;
	height: 100.2%;
	}
	
body {
	color: #111;
	width: 100%;
	height: 100%;
	font: normal 12px/1.7em Georgia,Times, 'Times New Roman', serif;
	background: transparent;
	}
	
a {
	color: #999;
	}
	
	
a:hover, .aktiv a {
	color: #000;
	}
	
.linie {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	height: 1px;
/*	background: #666;	*/
	border-top: 1px solid #ccc;
	}
	
.linie_bold {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	height: 1px;
/*	background: #666;	*/
	border-top: 1px solid #ccc;
	}
	
.spacer_50 {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	height: 50px;
	}
	
.spacer_10 {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	height: 10px;
	}
	
.spacer_30 {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	height: 30px;
	}
	
#mainbox {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 80%;
	margin: 0 -40%;
	max-width: 1000px;
	padding-bottom: 40px;
	}
	
#navibox {
	float: left;
	/*	width: 300px;	*/
	width: 50%;
	margin: 0 40px 0 0;
	}
	
#navibox ul {
	float: left;
	margin: 15px 0; 
	}
	
#navibox li {
	float: left;
	line-height: 17px;
	margin: 0 2px;
	}
	
#bildbox {
	float: left;
	/*	width: 300px;	*/
	width: 50%;
	margin: 0 10px 10px 0;
	}
	
#bildbox img {
	vertical-align: top;
	width: 100%;
	}
	
.bu_box {
	float: left; 
	width: 200px;
	font: normal 9px/1.3em Verdana, Arial, sans-serif;
	}
	
p {	
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	}
	
.titel {
	font-weight: bold;
	}
	
.jahr {
	font-weight: bold;
	}

.marginal {
	font: normal 9px/1.3em Verdana, Arial, sans-serif;
	color: #666;
	}

