html, 

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

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

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

    #navi {
    float: left;
    background-image: url(Grafik2.gif);
    width: 300px;
    height: 100%;
    }
        #Seitenlinks {
        width:200px;
        padding-top:40px;
        padding-left:30px;
        text-align: left;
        
        }

        #Seitenlinks a {
        font-size:18px;
        font-weight:normal;
        color: #FFFFFF;
        }

        #Seitenlinks a:visited {
        color: #C0C0C0;
        font-size:15px;
        font-weight:normal;
        }

        #Seitenlinks h1 {
        font-size: 20px;    
        }
        
        #Seitenlinks h2 {
        font-size: 18px;
        color: #FFFFFF;
        }

    #Bilder {
    float: right;
    background-image: url(Hintergrund.gif);
    width: 850px;
    height: 100%;
    }
   
   

    .links {
    top: 60px;
    padding-top: 5px;
    left: 25px;
    width: 800px;
    height: 100px;
    position: relative;
}
    .pic {
    left:40px;
    position: absolute;
    width: 100px;
    height: 100px;
    }


    .text {
    left:200px;
    position: absolute;
    width: 600px;
    height: 100px;
    }

    .text a {
    font-size: 16px;
    color: #FFFFFF
    }


    .text h3 {
    font-size: 18px;
    color: #FFFFFF
    }


        .ngg-gallery-thumbnail-box {
        width: 100px;
        height: 100px;
        }
 
       .ngg-galleryoverview {
        width: 800px;
        height: auto;
    }
 
    
    
#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;
    }    