/* CSS Document */
.normal {
    font-family: Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}

#body { 
    position:absolute; 
    width: 820px; 
    background-image: url('../images/bg.jpg'); 
    padding-left: 10px; 
    padding-right: 10px; 
    height: 100%; 
    background-repeat:repeat-x;
    font-family: Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    }

#flyer {
    position:absolute;
    left:630px;
    top:10px;
    z-index:5;
    width:160px;
    height:104px;
    text-align:center;
    }

#map {
    background: #808080;
    color: #ffffff;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    opacity: .9;
    position:absolute;
    left:0px;
    top:0px;
    z-index:5;
    width:100%;
    height:100%;
    text-align:center;
    }
        
.bild_left { 
    position: absolute; 
    top: 0px; 
    width:150px; 
    height: 500px; 
    background-image: url('../images/links.jpg'); 
    }
    
.bild_right { 
    position: absolute; 
    top: 0px; 
    left: 779px; 
    width:71px; 
    height: 500px; 
    background-image: url('../images/rechts.jpg'); 
    }
    
.content{
    width: 560px; 
    background-color: #ffffff; 
    position: absolute; 
    top: 70px; 
    left: 218px;
    height: 350px;
    width: 550px;
    scrollbar-base-color:#e0e0e0; 
    scrollbar-3dlight-color:#e0e0e0; 
    scrollbar-arrow-color:#808080; 
    scrollbar-darkshadow-color:#e0e0e0; 
    scrollbar-face-color:#e0e0e0; 
    scrollbar-highlight-color:#808080; 
    scrollbar-shadow-color:#808080; 
    scrollbar-track-color:#e0e0e0;
    overflow:auto; 
    //overflow-x:hidden; 
    //overflow-y: scroll;
    }
    
h1 {
    font-family: Trebuchet, Tahoma;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #81001c;
}

h2 {
    font-family: Trebuchet, Tahoma;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #81001c;
}

a.menu {
    font-family: Verdana;
    font-size: 8px;
    line-height: 10px;
    color: #81001c;
    text-decoration: none;
}

a.normal{
    font-family: Verdana;
    font-size: 10px;
    line-height: 12px;
    color: #81001c;
}

body {
    overflow: auto;
}

.footer {
    position: absolute;
    top: 420px;
    left: 218px;
    height: 12px;
}