html, 

body
{
      font-family: Arial;
      color: #FFFFFF;
      height: auto;
      background-color: #c0c0c0;
}

#Hauptteil {
width:1150px;
height: 1100px;
margin-left: auto;
margin-right: auto;
}

    #head {
    width: 1150px;
    height: 300px;
    }

     #Balken {
     width: 1150px;
     height: 30px;
     top: 0px;
     left: 0px;
     position: relative;
     background-color: #191970;
     text-align: center;
     }
     #Balken h3 {
     margin-top: inherit;
     margin-top: 5px;
     font-size: 16px;
     color: #0000FF;
     }
     #Balken h3:hover {
     color: #000000;
     }

     #Home {
     width: 99px;
     height: 30px;
     top: 0px;
     left: 25px;
     position: absolute;
     background-color: #FFFFFF;
     }
     #Burgen {
     width: 199px;
     height: 30px;
     top: 0px;
     left: 125px;
     position: absolute;
     background-color: #FFFFFF;
     }
     #Sport {
     width: 149px;
     height: 30px;
     top: 0px;
     left: 325px;
     position: absolute;
     background-color: #FFFFFF;
     }
     #Deutschland {
     width: 149px;
     height: 30px;
     top: 0px;
     left: 475px;
     position: absolute;
     background-color: #FFFFFF;
     }
     #Muehltal {
     width: 199px;
     height: 30px;
     top: 0px;
     left: 625px;
     position: absolute;
     background-color: #EAF4FE;
     }
     #Menschen {
     width: 199px;
     height: 30px;
     top: 0px;
     left: 825px;
     position: absolute;
     background-color: #FFFFFF;
     }
     #Natur {
     width: 100px;
     height: 30px;
     top: 0px;
     left: 1025px;
     position: absolute;
     background-color: #FFFFFF;
     }


    #Bilder {
    float: right;
    background-image: url(Hintergrund.gif);
    width: 1150px;
    height: 100%;
    }
   
   
    #klick {
    left: 75px;
    width: 1000px;
    height: 40px;
    position: relative;
    }
        #klick h4 {
        font-size: 14px;    
        }


        .ngg-gallery-thumbnail-box {
        width: 100px;
        height: 100px;
        }
 
       .ngg-galleryoverview {
        width: 1000px;
        height: auto;
    }
 
    
        .bezeichnung {
    left: 75px;
    padding-top: 60px;        
    top: 5px;     
    width: 1000px;
    height: auto;
    position: relative;
    }

    .bezeichnung p {
        font-size: 20px;
    }

    
#footer {
clear:both;
width:1150px;
height:40px;
background-color: #000016;
margin-top:10px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;

}    
    #footer h5 {
        top: 10px;
        left: 15px;
        height: 20px;
        text-align: left;
        position: relative;
    }    