body {
font-family: Arial, sans-serif; 
font-size: 12pt; 
color:  #333333; 
background-color: #8B0000; 
left:0px; 
top:0px; 
}

.link {
text-align: center; 
}

.link a:link { 
color:  #000000; 
text-decoration: underline; 
font-size: 8pt; 
} 

.link a:visited { 
color:  #000000; 
text-decoration: underline; 
} 

.link a:hover { 
color:  #ff0033  ; 
text-decoration: none; 
} 

h1 {
text-align: left; 
color: #3F3F3F;
font-size: 17pt;
}
h2 {
text-align: left; 
color: #3F3F3F;
font-size: 15pt;
}
h3 {
text-align: left; 
color: #3F3F3F;
font-size: 13pt;
}
/* Boxen */

#haupt {
  overflow:auto; 
  left : 10px;
  border : 0;
  top : 10px;
  padding: 0px;
	background-color:#FFFFE0; 
  width:950px;
}

#top {
	overflow:hidden;
	border : 0;
  background-color:#AFAFAF; 
  padding: 0px;
	height:100px;
 	}
  
#menuetop {
  overflow:hidden;      
  border : 0;         
  color:#F9F05C;
  font-size: 20pt; 
  background-color:#7F7F7F; 
  padding: 0px;	   
}
 
#main { 
  float:left; 
  border : 0;
  color: #000000;
  font-size: 11pt; 
  padding:0px;
  padding-top:5px;
  width: 730px; 
  text-align:left;
  background-color: #FFF8DC;
} 
#main_text { 
  padding: 10px;
} 
  #navbox {
  overflow:hidden;
  border : 0;       
  background-color:; 
  padding: 10px;
}
  
#nav { 
  padding: 10px;
  border: 2px solid #333333;
} 

#footer { 
  float:left; 
  border : 0;
  padding:10px;
  width: 930px; 
} 

/* Navigationen */

.footer{
 font-size: 8pt;
 color:#ffffff;
}

.footer a, .footer a:visited {
  text-decoration: none;
  color:#ffffff;
  }

.footer a:hover, .footer a:visited:hover {
  text-decoration: none;
  color:#ffffff;
  }

.topnav{
 font-size: 20pt;
 word-spacing:50px;
}

.topnav a, .topnav a:visited {
  text-decoration: none;
  color:#F9F05C;
  }

.topnav a:hover, .topnav a:visited:hover {
  text-decoration: none;
  color:#ffffff;
  }
 
.bereichnav{
  font-size: 17pt;
  }

.bereichnav a, .bereichnav a:visited {
  text-decoration: none;
  color:#000000;
  }

.bereichnav a:hover, .bereichnav a:visited:hover {
  text-decoration: none;
  color:#F9F05C;
  } 
  
.foto {
    float: right;
    border-style: solid; border-color: grey;
    margin : 5px 0px 5px 5px;
}

