* {
    margin: 0;
    padding: 0;
    font-family: Arial;
}
body {
    background-color: #527A9E;
    display: block;
    scrollbar-3dlight-color: #BACCCD;
    overflow-y: scroll;
}

.wrapper {
    width: 1000px;    
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    border: 1px solid silver;
    background-color: #BACCCD;
                              display: block;
    
    }
    h1 {
        margin-top: 1em;
        margin-bottom: 0.2em;
    }
    h2 {
        margin-top: 0.2em;
        margin-bottom: 0.3em;
    }
    h3 {
        margin-top: 0.2em;
        margin-bottom: 0.3em;
        
    }
p {
    margin-top: 0.1em;
    margin-bottom: 0.2em;
}
.main p {
    padding-left: 0.5em;
    padding-right: 1.0em;
}
.main ul {
     padding-left: 2.0em;
     padding-top: 1.0em;
     padding-bottom: 0.5em;
}
a:hover {
    color: white;
}
a:visited {
    color: #746D63
}

.main table {
        padding-left: 2.0em;
     padding-top: 1.0em;
     padding-bottom: 0.5em;
}
.main {
        padding-left: 15px;
        padding-right: 15px;     
        
    }
    ul {
        list-style-type: none;
    }
.navi {
    padding-left: 15px;
}
.navi li {
    list-style-type: none;
}
.header {
       background-image: url(graphicspage/bannerht4.jpg);
width: 1000px;
height: 100px;
background-repeat: no-repeat;
}
.navtrenner {
              background-image: url(graphicspage/navhintergrund.jpg);
width: 1000px;
height: 30px;
background-repeat: no-repeat;
}
.backbtn li {
    display: inline;
                    display: block;
    width: 200px;
    height: 20px;
    
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: bolder;
    margin-top: 10px;
    padding-left: 0.5em;
}



a {
    text-decoration: none;
    color: #2A547E
}
.footer {
                      background-image: url(graphicspage/footer.jpg);
width: 1000px;
height: 15px;
}
#footercomment {
    font-size: 10px;
}