body {
    border-left:0px;
    border-top:0px;
    overflow:hidden;
}

#header {
    position:absolute;
    left:  0px;
    top:  0px;
    width:1280px;
    height: 79px;
    background-image: url(./img/header.jpg);
}

#headerblank {
    position:absolute;
    left:  0px;
    top:  0px;
    width:1280px;
    height: 79px;
    background-image: url(./img/header_blank.jpg);
}

#headline {
    font-size:32px;
    font-weight:bold;
    color:#142461;
    width:872px;
    margin-top:22px;
    margin-left:30px;
}

#main {
    position:absolute;
    left:  0px;
    top: 79px;
    width:1280px;
    height:552px;
    background-image: url(./img/bg_map.jpg);
    overflow:hidden;
}

#mainfc {
    position:absolute;
    left: 0px;
    top: 79px;
    width:1280px;
    height:552px;
    background-image: url(./img/bg_wvhs.jpg);
    overflow:hidden;
}

#vhstxt {
    position:absolute;
    left: 933px;
    top: 30px;
    width:348px;
    height:450px;
    margin:0px;
    padding:0px;
}

#detext {
    margin:20px;
    font-size:24px;
    font-weight:bold;
    color:#142461;
}

#search {
    position:absolute;
    left: 30px;
    top: 4px;
    width:1230px;
    height:50px;
}

#suchbox {
    margin:17px 0px 0px 0px;
    font-size:26px;
    font-weight:bold;
    color:#FFF8BB;
}

#footer {
   position:absolute;
   left:  0px;
   top:631px;
   width:1280px;
   height: 89px;
   background-image: url(./img/footer.jpg);
}

.linkbottom{
    border: 3px solid transparent;
    }

.linkbottom:focus{
    border: 3px solid #FEFEFE;
    }
.linkbottom:hover{
    border: 3px solid #FEFEFE;
    }


#suchergebnis {
    position:absolute;
    left: 20px;
    top: 23px;
    width:880px;
    height:500px;
    margin:0px;
    padding:0px;
    border: 3px solid white;
    background-color:#FEFEFE;
    opacity:.90;

}

#nosuchergebnis {
    position:absolute;
    left: 20px;
    top: 23px;
    width:880px;
    height:500px;
    margin:0px;
    padding:0px;
    border: 3px solid white;
    background-color:#FEFEFE;
    opacity:.90;

}

#day {
    width:1220px;
    height:167px;
    margin: 0 30px 0 30px;

}

.daytitle {
    font-size:20px;
    font-weight:bold;
    color:#142461;
    text-align:center;
    margin-top: 13px;
    
}

.asuch {
    font-size:26px;
    font-weight:bold;
    text-align:left;
    color:#142461;
    text-decoration: none;
    margin:0;
    width:760px;
    display:block;
}

.asuch:focus {
    font-size:26px;
    font-weight:bold;
    text-align:left;
    color:#142461;
    text-decoration: none;
    margin:0;
    width:760px;
    display:block;
    background-color:#FEA826;
}

.asuch:hover {
    font-size:26px;
    font-weight:bold;
    background-color:#FEA826;
    text-align:left;
    color:#142461;
    text-decoration: none;
    margin:0;
    width:760px;
    display:block;

}


.suchtxt {
    margin:20px;
    font-size:26px;
    font-weight:bold;
    color:#000000;
    line-height:30px;
}

.eingabe {
    border:3px solid #142460;
    width:420px;
    height:34px;
    background-color:#FFF8BB;
    font-size:20px;
    color:#000000;
}

.eingabe:focus {
    border:3px solid #FFFFFF;
    width:420px;
    height:34px;
    background-color:#FFF8BB;
    font-size:20px;
    color:#000000;
}

.subtext {
    font-size:18px;
    font-weight:bold;
    color:#FFF8BB;
    margin-top:7px;
    margin-bottom:14px;   
}

.wx {
    font-size:22px;
    font-weight:bold;
    color:#142461;
    line-height:24px;
}

.tx {
    font-size:26px;
    font-weight:bold;
    color:#142461;
}

.wxtxt {
    font-size:20px;
    color:#142461;
}

.minmaxtxt {
    font-size:18px;
    color:#142461;
}

.txt18 {
    font-size:18px;
    color:#142461;
    line-height:20px;
}

.txt28 {
    font-size:28px;
    color:#142461;
}

.minmax {
    font-size:34px;
    font-weight:bold;
    color:#003A8F;
    line-height:36px;
}

.ora {
    color:#FEA826;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    