@charset "utf-8";
/* CSS Document */

body{font-size:10pt;
font-family:arial;
}
img, ul, li{display:none;}

a {text-decoration:none;
   color: gray;
   }

h1 {font-size: 13pt;
    color: #900}

div.textbox {
	position: relative; 
	float:left; 
	width:52%; 
	left:47px;
	height:auto; 
	overflow:hidden;
	padding: 0 0 40px 30px;
	line-height: 20px;
	}	
	

div.textbox_klein {
	position: relative; 
	float:left; 
	width:88%; 
	height:auto; 
	overflow:hidden;
	background-color:white;
	}	
	

div#Jahr {
	position: relative; 
	float:left; 
	width:20%; 
	height:auto; 
	overflow:hidden;
	}	
	
div#Daten {
	position: relative; 
	float:left; 
	width:70%; 
	height:auto; 
	overflow:hidden;
	}	
	
div.galerie {
	position: relative; 
	float:left; 
	left: 39px;
	width:890px;
	overflow:hidden;
	text-align:center;
	padding: 0 0 20px 0;
	}	

.bildbox_links {
	position: relative; 
	float:left; 
	top: 26px;
	left: 80px;
	width:38.5%; 
	overflow:hidden;
	padding: 0 0 8px 10px;
		}	

.bildbox_rechts {
	position:relative;
	float: right;
	top: 28px;
	width: 38%;
	margin-bottom:80px;
	}	


.print{display: none}
	 