/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY 
{ 
font-family: Arial,Helvetica,Geneva,Sans-serif; 
font-size: 10pt; 
color: rgb(100,100,100); 
background-color: rgb(255,255,255);
padding: 0;
}


  A:link 
 { 
 font-family: Arial,Helvetica,Geneva,Sans-serif; 
 color: rgb(100,100,100); 
 text-decoration: none ;
 }
 
 UL 
 { 
 font-family: Arial,Helvetica,Geneva,Sans-serif; 
 font-size: 10pt; 
 color: rgb(100,100,100);
 }

 A:visited 
 { 
 font-family: Arial,Helvetica,Geneva,Sans-serif; 
 font-size: 10pt; 
 color: rgb(100,100,100); 
 text-decoration: none ;
 }
 
 .TextObject 
 { 
 font-family: Arial,Helvetica,Geneva,Sans-serif; 
 font-size: 10pt; 
 color: rgb(100,100,100);
 }

 P 
 { 
 font-family: Arial,Helvetica,Geneva,Sans-serif; 
 font-size: 10pt; 
 color: rgb(100,100,100);
 }

 
 .TextNavBar 
 { 
 font-family: Arial,Helvetica,Geneva,Sans-serif; 
 font-size: 8pt; 
 color: rgb(100,100,100); 
 text-decoration: none ;
 }
 
 
 div.head {
 width:990px;
 height:140px;
 background-color: rgb(246,241,207);
 float:left;
 }
 div.body {
 width:990px;
 height:820px;
 margin-top:10px;
 background-color: rgb(246,241,207);
 float:left;
 }
 
 div.bodyright {
 width:190px;
 height:650px;
 background-color: rgb(246,241,207);
 float:right;
 }
 
 div.content {
 width:560px;
 height:650px;
 background-color: rgb(246,241,207);
 float:left;
 margin-left:25px;
 }
 
div.topnav {
	width:990px;
	height:20px;
	background-color: rgb(246,191,118);
	float:left;
 }
 
 div.topnav-s {
	width:150px;
	text-align:center;
	height:20px;
	background-color: rgb(246,191,118);
	float:left;
 }
 
.topnav:hover{
color:#830000;
}
 
 div.leftnav {
 width:190px;
 height:650px;
 background-color: rgb(246,241,207);
 float:left;
 }
 
div.leftnav-top {
 margin-top:12px;
 background-color: rgb(246,191,118);
 font-weight:bold;
 }

.leftnav {
font-weight:bold;
}
.leftnav:hover{
color:#830000;
}

 
 div.foot {
 width:990px;
 height:15px;
 background-color: rgb(246,191,118);
 float:left;
 font-family: Arial,Helvetica,Geneva,Sans-serif; 
 text-align:center; 
 font-size: 8pt; 
 color: rgb(100,100,100);
 }
 
 div.content ul{
 	
 	padding:0;
 	margin:0;
  list-style:none;	
 	}
 
 div.story{
 	
 	float:left;
 	margin-bottom:10px;
 	background-color:#f6f1cf;
 	text-align:center;
 	
 	}
 	
 	div.story h3{
 		font-size:10pt;
 		text-align:left;
 		}
 		
 	 	div.story p{
 		text-align:left;
 		}	
 
 /* Geschichte */
 		.nav_page{
 			margin:0 0 10px 0;
 			list-style:none;
 			}
 
		.nav_page li{
			padding-right:10px;
			display:inline;
			list-style:none;
			} 
			
			.next, .prev{
					font-size:16px;
					bottom:15px;
					letter-spacing:-2px;
				}
				.next{
					padding-left:30px;
				}
				.prev{
					padding-right:30px;
				}			
 
		
