html
     {

      font-family:arial,helvetica,sans-serif;
      font-size: 12px;
      line-height:16px;
      font-color:black;

     }


body

    {

      text-align:center;
      background-color:#E2F4EC;
	  color:black;

     }

div

	 {

        text-align:left;
        background-color:white;

	 } 

#seite
 
     {

         margin:0px auto;
	     width:860px;
         border:2px solid black;
		 padding:0px;
   	  }
	  
#head
     {
	 width:860px;
	 height:100px;
	/* border:1px solid black;*/
	background-color:#E2F4EC;
	  }


	  
#bild_links
     {
	  width:230px;
	  height:390px;
	  float:left;
	  padding: 40px 0px 0px 20px;
	  /*border:1px solid green;*/
	  
	  }
#menue_links
     {
	  background-image:url(images/bild_01.jpg);
	  background-repeat:no-repeat;
	  width:220px;
	  height:420px;
	  float:left;
	  padding: 40px 0px 0px 0px;
	  margin:0px 0px 0px 5px;
	 }  
	  
#inhalt

	 {

	width:600px;
	/*float:left;*/
	/*border:1px solid red;*/
	padding:10px 0px 0px 0px;
	height:420px;
	overflow:auto;
	scrollbar-base-color:#FF7049;
   scrollbar-face-color:#B8E3DD;
   scrollbar-arrow-color:#F6542E;
   scrollbar-highlight-color:#DBF8F4;
   scrollbar-3dlight-color:#78DDCF;
   scrollbar-shadow-color:#96ACA2;
   scrollbar-darkshadow-color:#828A86;
   scrollbar-track-color:#D5E3DD;

	 } 

#foot
    {
	 width:845px;
	 height:40px;
	 background-image:url(images/menue_back.jpg);
	 background-repeat: no repeat;
	 padding:20px 0px 0px 15px;
	 }
	 
	 
	 
h1.headline
    {
	color: #2e8b57; 
    font-weight: bold; 
    font-size: 14px;
	}
	
ul.menue1
    {
	list-style-type:none;
	}
	
li.menue
    {
	float:left;
	margin:0px 10px 0px 0px;
	padding:2px 2px 2px 2px;
	}
	
	
	
a.hauptmenue 
   {
   font-size: 13px;
   color:black;
   font-weight: bold; 
   /*background-color:#D2E316;*/
   text-decoration:none; 
   }


a.hauptmenue:hover 
   {
   font-size: 13px;
   color:#FB532C;
    font-weight: bold; 
   background-color:#E2F4EC;
   border:4px solid #E2F4EC;
   }
   
   
   
 ul.menue_foto
    {
	list-style-type:none;
	}
	
li.menue_fotos
    {
	
	margin:0px 0px 10px 0px;
	padding:2px 2px 2px -10px;
	}
	
a.fotomenue
   {
   font-size: 14px;
   color:black;
   font-weight: bold; 
   /*background-color:#D2E316;*/
   text-decoration:none; 
   }


a.fotomenue:hover 
   {
   font-size: 14px;
   color:#859CE7;
   font-weight: bold; 
   background-color:white;
   border:2px solid white;
   }
