html{
margin: 0;
padding: 0;
text-align: center;
width: 100%;
height: 100%;
font-family: Arial,Tahoma,helvetica,sans-serif;
font-size: 13px;
}
body {
    margin: 0; 
    min-height: 100%;
    position:relative;
    top: 0px;
    
}

a img {border: none;}
a:link{color: white; text-decoration: none;}
a:visited{color: white; text-decoration: none;}
a:hover{color: white; text-decoration: underline;}

#header {
    height: 200px;
    background-image:
        url("../images/bg1.png");
    background-position: center;
    background-repeat: repeat-y;
    position: relative;
}
#menu {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #00377d;
    color: white;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#images {
    width: 100%;
    
}
#main {
    margin-left:auto;
    margin-right:auto;
    width: 1000px;
  
}

#notdienst {
    text-align: left;
    color: white;
    float: left;
    width: 320px;
    height: 528px;
    background-color: #565656;
}
#adresse {
    padding-left: 10px;
    a img {border: none;}
}
#content {
    padding-top: 10px;
    padding-left: 330px;
    padding-bottom: 10px;
    text-align: justify;
    
}
#content a img {border: none;}
#content a:link{color: black; text-decoration: none;} 
#content a:visited{color: black;} 
#content a:hover{color: black; text-decoration: underline;}

#footer {
    color: white;
    position: absolute;
    bottom: 0;
    height:16px;
    width: 100%;
    background-color: #00377d;
    padding-top: 5px;
    padding-bottom: 5px;
}
.red {
    color: red;
}
.green{
    color: green;
}