* {
		margin: 0; 
		padding: 0;
		border: 0;
	} 

body
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size: 10px;
		color:#003300;
		background-color: #336633;
	}

/*------     Definition des Kopfbereichs ------------------------------*/

#header {
	width: 1000px;
	height: 134px;
	background: url(design/header.gif) no-repeat;
}

#header img{
	margin-top:0px;
	margin-left:0px;
}


/*---------------- Ende des Kopfbereichs ----------------------------------*/


/*---------------------- Footerbereich ------------------------------------*/

	div#footer{
		width: 1007px;
		clear: both;		
		height: 147px;
		background: url(design/unten.gif) no-repeat 0px 0px;
	}
	div#footer p{
		text-align: right;
		color: #FFFFFF;
		padding-top: 110px;
		padding-right: 20px;
		font-size: 9px;
		font-weight:normal;
		
	}
	
	div#footer a,a:link,a:visited,a:active{
		text-decoration: none; 
		color: #FFFFFF;
	}

	div#footer a:hover{
		text-decoration: underline; 
		
	}
	
/*---------------------- Ende Footerbereich ------------------------------------*/



  
  /*---------------------- Bilder der Bildlaufleiste ------------------------------------*/
  
  	div#bild1 {
	position:absolute;
	left:285px;
	top:29px;
	}
	
	div#bild2 {
	position:absolute;
	left:435px;
	top:29px;
	}
	
	div#bild3 {
	position:absolute;
	left:585px;
	top:29px;
	}
	
	div#bild4 {
	position:absolute;
	left:735px;
	top:29px;
	}
	
	div#bild5 {
	position:absolute;
	left:135px;
	top:29px;
	}
	
	div#links {
	position:absolute;
	left:0px;
	top:0px;
	}
	
	div#rechts {
	position:absolute;
	left:851px;
	top:0px;
	
	}
	
	/*---------------------- Ende Bildlaufleiste ------------------------------------*/
	
	/*---------------------- Seitenimage ------------------------------------*/
  
  	div#seiten_image {
	position:absolute;
	top:165px;
	left:710px;	
	}
	
	/*---------------------- Ende Seitenimage ------------------------------------*/
	
	/*---------------------- Mainnavigation ------------------------------------*/
	
	#mainnav {
    width: 1000px;
	height: 42px;
	/*background:#E9EBD9;*/
	background: url(design/navhome.jpg) no-repeat;
	color: #FFFFFF;
      line-height:normal;

      }
	
    #mainnav ul {
	margin:0;
	padding:3px 9px 0 170px;
	list-style:none;
      }
    #mainnav li {
      display:inline;
      margin:0;
      padding:7px 0 0 0;
      }
    #mainnav a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #mainnav a span {
      float:left;
      display:block;
      padding:5px 15px 4px 6px;
      font-weight: bold;
	font-size: 10px;
		
		text-decoration: none;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainnav a span {float:none;}
    /* End IE5-Mac hack */
    #mainnav a:hover span {
      color: #FF9900;
      }
    #mainnav a:hover {
      background-position:0% -42px;
      }
    #mainnav a:hover span {
      /*background-position:100% -42px;*/
      }
     #mainnav a.menuactive {
      float:left;
      background:url(design/homeh.jpg) repeat;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  color:#003300;
      }
	  
	   #mainnav a.menuactive span{
      float:left;
      display:block;
      background:url url(design/homeh.jpg) repeat;
       padding:5px 15px 5px 6px;
      font-weight: bold;
	font-size: 10px;
		
		text-decoration: none;
	  color:#003300;
      }
	  
 	#mainnav span.menuactive {
      float:left;
      background:url(design/homeh.jpg) repeat;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  color:#003300;
	  cursor:default;
      }
	  
	   #mainnav span.menuactive span{
      float:left;
      display:block;
      background:url url(design/homeh.jpg) repeat;
       padding:5px 15px 5px 6px;
      font-weight: bold;
	font-size: 10px;
		
		text-decoration: none;
	  color:#003300;
      }
	
	/*---------------------- Ende der Mainnavigation ------------------------------------

   -----------    Beginn des Containers, der die Bilder enthält   ---------------*/
   
	#container {
	float:left;
	width: 1007px;
	height: 624px;
	margin-top:0px;
	margin-left:0px;
	text-align:left;
	color:#003300;
	background: url(design/home_mitte.jpg) no-repeat;
	
	}
	
	#container img.introbild {
	margin-left:165px;
	margin-bottom:0px;
	}
	
	#container a img {
	display:inline;
	}
	
	#container img {
	margin-left:20px;
	margin-bottom:10px;
	}
	
	#container h1 {
	margin-left:200px;
	margin-bottom:20px;
	margin-top:25px;
	width:180px;
	font-size:12px;
	line-height:20px;
	font-style:normal;
	font-weight: bold;
	}
	
	#container h2 {
	width:500px;
	margin-bottom:20px;
	margin-top:25px;
	margin-left:250px;
	
	font-size:12px;
	line-height:20px;
	font-style:normal;
	font-weight: bold;
	}
	
	#container h3 {
	width:470px;
	margin-bottom:20px;
	margin-top:35px;
	margin-left:290px;
	
	font-size:12px;
	line-height:20px;
	font-style:normal;
	font-weight: bold;
	}
	
	#container p {
	margin-left:290px;
	margin-bottom:15px;
	width:480px;
	font-size:12px;
	line-height:20px;
	font-style:normal;
	font-weight: normal;
	}