body {
		text-align:center;
		padding: 0;
		background-color: #b34800;
		}
		
#box    { 
		color: #333333; 
		background-color: #ebeba0; 
		font-size: 10pt; 
		line-height: 11pt;
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		text-align: left; 
		margin: auto; 
		width: 990px; 
		}
		
#hgru   { 
		background-image: url('bilder/header_home.jpg'); 
		background-repeat: no-repeat;
		position: relative; 
		top: 0; left: 0px; right: 0; 
		height: 246px;}
				
		
#haupt-hgru  { 
		background-image: url('bilder/hgr_home.gif'); 
		background-repeat: no-repeat;
		position: relative; 
		top: 246; left: 0px; right: 0; 
		height: 770px;}	
		
#hgru-unten  { 
		background-image: url('bilder/hgr_unten.gif'); 
		background-repeat: no-repeat;
		position: absolute;
		width: 990px; 
		top: 800; left: 0px; right: 0; 
		height: 150px;}				
	
					

/* Hier alle Definitionen für die Navigation: */

#navcontainer  { 
		position:absolute; top: 335px; left: 60px;
		width: 280px; height: 200px;
		z-index: 1;
}

#tabmenue {
margin-top: 3px;
}

#tabmenue li {
  list-style: none;
}
#tabmenue li a {
color: #333333;
font-size: 12pt;
font-weight: bold;
line-height: 30px;
  padding: 5px 1em;
  width: 120px;
  text-decoration: none; 

  }
 #tabmenue a:hover 
{ color: #660000;
background-color: #ffcc33;
  border-right: 1pt;
  border-right-color: #333333;
  border-right-style: solid;
  border-bottom: 1pt;
  border-bottom-color: #333333;
  border-bottom-style: solid;
 } 

#tabmenue li a#aktuell 
{ color: #660000;
background-color: #ffcc33;
  border-right: 1pt;
  border-right-color: #333333;
  border-right-style: solid;
  border-bottom: 1pt;
  border-bottom-color: #333333;
  border-bottom-style: solid;
} 

/* menue2: */
#navcontainer2  { 
		position:absolute; top: 262px; left: 5px;
		width: 980px; height: 26px;
		z-index: 1;
}
#liste {}

#liste li {
}
  
#liste li a {

}
	
		
#impressum   { 
		color: #ffffff;
		text-decoration: none;
		font-size: 8pt;
		position: absolute; 
		top: 705px; left: 925px; width: 100px;
		border: 0px;
		z-index: 1;
		}

	
/* Hier alle Definitionen für den Text: */
					
	#content  { 
			position:absolute; top: 260px; left: 230px;
			width: 590px;
			z-index: 1;
			}	
			
#marginalie   { 
		font-size: 9pt;
		position: absolute; 
		top: 300px; left: 28px; width: 245px;
		border: 0px;
		line-height: 1.3em;
		z-index: 1;
		}		  						
		  				
						
h1     	{text-align: center;
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		font-size: 14pt;
		margin-top: 50px;
		color: #ffffff;
		visibility: visible; }	
		
h2     	{font-size: 13pt; line-height: 1.3em;
		color: #b34800;
		visibility: visible; }			
		
p     {  font-size: 10pt; 
		line-height: 11pt;
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		visibility: visible;
 }
		
p2     {  
		text-align: right;
		visibility: visible; }		
		
	
ul  {	 
		list-style-type: disc;
		padding-left:10px;
		margin-left:5px;
		font-weight: inherit; 
		line-height: 1.5em;
		}			
		
		
a:link { 	color: #333333;
			text-decoration: underline;
			 }
			 
a:hover {	color: #000000;
			text-decoration: underline;
			}		
					 
a:visited { color: #333333;
			text-decoration: underline;
			}
					 		 
		
