body {
    background-color:#c5d2d7;
    Background-Image: url(./Bilder/background.jpg);
    Background-Repeat:repeat-x;
    font-family: gothic; 
    color: #ffffff;
    font-size: 14pt;
}
a:visited {
    color: #ffffff;
    text-decoration:none;
}
a:hover {
    color: #ffffff;
    text-decoration:none;
}
a:link {
    text-decoration:none;
    color: #ffffff;
}
#root {
background-color:#1c2837;
    width: 820px;
    background-image : url(./Bilder/rahmen.jpg);
    background-repeat : repeat-y;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

#header {
   background-color:#000000;
   width: 820px;
   height: 20px;
   background-Image: url(./Bilder/header.jpg); 
   background-repeat: no-repeat;
   margin-left: auto;
   margin-right: auto;
}

#sprache {
   width: 795px;
}

#banner {
    background-color:#000000;
    height: 201px;
    width: 800px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    
}
#menu {
    background-color:#000000;
    width: 600px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}
#main {
    background-color:#000000;
    width: 800px;
    Background-Image: url(./Bilder/background2.jpg); 
    Background-Repeat:repeat-y;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid white;
    border-style:dotted;
    border-bottom-style:none;
    border-right-style:none;
    border-left-style:none;
}

#footer {
   width: 820px;
   height: 50px;
   background-Image: url(./Bilder/footer.jpg); 
   background-repeat: no-repeat;
   margin-left: auto;
   margin-right: auto;
}
