 /***********ALLGEMEINE FORMATIERUNGEN**************************/
 /***************************************************************/
*{
  margin: 0px;
  padding: 0px;
 }
html, body{
      width: 100%;
      height: 100%;
      background: #089010;
 }
 /******************************Typo*****************************/
 /***************************************************************/
body{
     font-family: Arial, sans-erif;
     font-size: 12px;
     color: #000;
 }

 p{
   margin-top: 20px;
   }
 h1  {
 font-size: 40px;
 text-align:right;
 font-weight:700;
 line-height:300px;
 padding-right:100px;
 color: #000;
 text-shadow: 1px 1px 0px #FFF;
  }
h2  {
 margin-top: 20px;
 font-size: 20px;
 text-align:left;
 font-weight:700;
 color: #089010;
 text-shadow: 1px 1px 0px #FFF;
  }li{
 list-style-position: inside;
 }
h3  {
 margin-top: 20px;
 font-size: 20px;
 text-align:left;
 font-weight:700;
 color: #089010;
 text-shadow: 1px 1px 0px #FFF;
  }li{
 list-style-position: inside;
 }
h4  {
 font-size: 16px;
 text-align:left;
 font-weight:700;
 line-height:10px;
 padding-right:100px;
 color: #000;
 text-shadow: 1px 1px 0px #FFF;
  }
 
 /*******************************Layout**************************/
 /***************************************************************/
 
 #wrapper{
          width: 900px;
          height: 100%;
          margin: 0px auto;
      /*   border: 3px solid #660000;*/
         background: #FFF;
         }

 #main-header{
          width: 900px;
 /*          height: 330px;*/
          height: 372px;
         background: #089010;
    /*     background: #000000; */
         float: left;
         color: #FFFFFF;

   /*     border: 3px solid #660000; */
        
        
        
  }
  
  #main-navigation{
                   width: 900px;
                   height: 42px;
                   float:left;
                   background: #089010; /* Old browsers */
background: -moz-linear-gradient(top, #089010 0%, #37e524 100%, #2989d8 100%, #089010 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#089010), color-stop(100%,#37e524), color-stop(100%,#2989d8), color-stop(100%,#089010)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #089010 0%,#37e524 100%,#2989d8 100%,#089010 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #089010 0%,#37e524 100%,#2989d8 100%,#089010 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #089010 0%,#37e524 100%,#2989d8 100%,#089010 100%); /* IE10+ */
background: linear-gradient(to bottom, #089010 0%,#37e524 100%,#2989d8 100%,#089010 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#089010', endColorstr='#089010',GradientType=0 ); /* IE6-9 */
   }
  #headerbild{
              background: url(../bilder/mainheader.jpg );
              background-repeat:no-repeat;
              width:900px;
              height:329px;
              float: left;
   }
   #box-link { 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 100%; 
		height: 325px; 
		background-color: transparent; 
   }	
#breadcrumb{
             width: 894px;
             height: 43px;
             float: left;
         border: 3px solid #660000;
            
  }
  
  #section-wrapper{
                   width: 900px;
                   float:left;
       background: #FFF; /* Old browsers */
/*background: -moz-linear-gradient(left, #089010 0px, #089010 200px, #ffffff 200px, #ffffff 894px); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right top, color-stop(0px,#089010), color-stop(200px,#089010), color-stop(200px,#ffffff), color-stop(894px,#ffffff)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(left, #089010 0px,#089010 200px,#ffffff 200px,#ffffff 894px); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(left, #089010 0px,#089010 200px,#ffffff 200px,#ffffff 894px); /* Opera 11.10+ */
/*background: -ms-linear-gradient(left, #089010 0px,#089010 200px,#ffffff 200px,#ffffff 894px); /* IE10+ */
/*background: linear-gradient(to right, #089010 0px,#089010 200px,#ffffff 200px,#ffffff 894px); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#089010', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
   }
  #sidebar{
           width: 194px;
           float: left;
         border: 3px solid #660000;
  }
 
#content {
/*         width: 654px;   */
         width: 854px;
         float: left;
         font-size: 18px;      
        /* border: 3px solid #FFF; */
         padding: 20px;
         
         
 }
 footer{
 background: #fff;
 width: 860px;
 height: 43px;
 padding: 20px;
          float: left;         
 /*        border: 3px solid #660000; */
 
  }
   /*******************************Navigation**************************/
 /***************************************************************/
 
 #main-navigation .menu{
          list-style-type: none;
          width: 900px;
  }
  
  #main-navigation .menu li a {
 /* width: 176px; */
  /* width: 178px; */
  width: 148px;
  height: 42px;
  display:block;
  float: left;
  padding-top: 12px;
  
  font-family: Arial;
  font-size: 16px;
  font-height: 42px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  
  text-shadow: 1px 1px 0px #000000;
  
  border-right: 1px solid #089010;
  border-left: 1px solid #000;  
   }
   
   #main-navigation .menu li:last-child a{
   border-right: none;
   
    }
    
    #main-navigation .menu li a:hover{
    background-color: #089010;
     }
  /*******************************Navigation**************************/
 /***************************************************************/

 #sidebar .menu{
 list-style-type: none;
 width: 194px;
  }
  
  #sidebar .menu li a{
  width: 194px;
  height: 36px;
  display: block;
  float: left;
  
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-indent: 30px;
  color: #FFF;
  text-decoration: none;
  
  text-shadow: 1px 1px 0px #000;
  
  border-bottom: 1px solid #37e524;
   }
   
   #sidebar .menu li a:hover{
   background: #37e524;
    }
 /*******************************Bilder**************************/
 /***************************************************************/
 #Bild1 {    float:left;    width: 200px;    height: 177px;    margin-left: 18px;    border:1px solid white;}
 #Bild2 {    float:left;    width: 200px;    height: 177px;    margin-left: 5px;    border:1px solid white;}
 #Bild3 {    float:left;    width: 200px;    height: 177px;    margin-left: 5px;    border:1px solid white;}
 #Bild4 {    float:left;    width: 200px;    height: 177px;    margin-left: 0px;    border:1px solid white;}
 #Bild5 {    float:left;    width: 200px;    height: 177px;    margin-left: 5px;    border:1px solid white;}
 #Bildc1 {    float:right;    width: 200px;    height: 177px;    margin-right: 70px;    border:10px solid white;}
 #Bildc2 {    float:right;    width: 200px;    height: 177px;    margin-right: 70px;    border:10px solid white;}
 #Bildt1 {    float:right;    width: 200px;    height: 177px;    margin-right: 70px;    border:8px solid white;}
 #Bildn1 {    float:right;    width: 200px;    height: 177px;    margin-right: 70px;    border:8px solid white;}
 #Bildsw1 {    float:right;    width: 200px;    height: 177px;    margin-right: 70px;    border:8px solid white;}
 #Bilds1 {    float:right;    width: 200px;    height: 177px;    margin-right: 70px;    border:8px solid white;}
 #Bildv1 {    float:right;    width: 200px;    height: 177px;    margin-right: 70px;    border:8px solid white;}

 /*#Bild1 {    float:left;    width: 200px;    height: 177px;    margin-left: 70px;    border:8px solid white;}
 #Bild2 {    float:right;    width: 200px;    height: 177px;    margin-right: 70px;    border:8px solid white;}
 #Bild3 {    float:left;    width: 200px;    height: 177px;    margin-left: 20px;    border:8px solid white;}
 #Bild4 {    float:right;    width: 200px;    height: 177px;    margin-left: 20px;    border:8px solid white;}
 #Bild5 {    float:left;    width: 200px;    height: 177px;    margin-left: 220px;    border:8px solid white;}*/
