/* 
 * BANNER STUFF 
 */
#banner {   
    position: relative;
    margin: 0px; 
    font-size: 16px;
    overflow:auto;
    z-index:10;
}

#bannerUp {   
    background: url(images/background_darkred.jpg) top left repeat; 
    height:114px;
    border-width: 1px; 
    border-color: white;
    border-bottom-style: solid; 
}
#bannerFront {   
    position: relative;
    width: 942px;
    margin-left: auto;
    margin-right: auto;
    background: url(images/background_darkred.jpg) top left repeat; 
    text-align: center;
}

#logoSissi { 
    position: absolute;
    top: 50px;
    left: 0px;
    height: 49px;
    width: 260px;
    background: url(images/logo_sissi.png) bottom left no-repeat;
}

#logoHorse { 
    position: absolute;
    top: 31px;
    right: 0px;
    height: 84px;
    width: 160px;
    background: url(images/logo_horse.png) bottom right no-repeat;
}

#bannerDown {
    background: white;
    overflow:auto;
    border-width: 1px; 
    border-color: gray;
    border-bottom-style: solid; 
}

#banner {
    -webkit-box-shadow: 0px 0px 5px #222;
     -khtml-box-shadow: 0px 0px 5px #222;
       -moz-box-shadow: 0px 0px 5px #222;
         -o-box-shadow: 0px 0px 5px #222;
            box-shadow: 0px 0px 5px #222;

}
#bannerMenu { 
    left: 0px;
    width: 940px;
    margin: 0px auto;
    text-align: left;
}

#bannerMenu div { 
    float:left; 
    margin: 0px; 
    padding:15px; 
    padding-top:6px; 
    padding-bottom:5px; 
}
#bannerMenu div a  { height: 0px; color:black; }
#bannerMenu div:hover { background:url(images/background_orangeline.png) bottom center no-repeat; }
#bannerMenu div.bannersel { background:#fdb730; }

