/*

Stylesheet f&uuml;r die Festausgabe von depone.de
Gestaltet und Realisiert von Depone // Daniel Ehniss

*/

body {
    background-color: #333;
    font-family: Helvetica, Arial, sans-serif;
    }

#seite {
    margin: 50px 100px;
    color: #900;
    font-size: 1.0em;
    min-width: 4500px;
    min-height: 450px;
    }

#eins {
    background: #333 url(http://depone.de/fest/bg.jpg) no-repeat;
    width: 595px;
    min-height: 500px;
    padding: 0 20px 0 57px;
    margin: 0 0 0 10px;
    float: left;
    position: relative;
    display: block;
    }

#zwei {
    background: #333 url(http://depone.de/fest/bg_2.jpg) no-repeat;
    width: 595px;
    min-height: 500px;
    margin: 0 0px 0 800px;
    padding: 0 20px 0 59px;
    display: block;
    position: relative;
    float: left;
    }

#drei {
    background: #333 url(http://depone.de/fest/bg_3.jpg) no-repeat;
    width: 595px;
    min-height: 500px;
    padding: 0 800px 0 59px;
    display: block;
    position: relative;
    float: right;
    }

a, a:visited {
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
    }

a:hover {
    color: #999;
    text-decoration: none;
    }

.symbole {
    border: none;
    margin: 225px 0 0 8px;
    }

.feste {
    font-size: 2.0em;
    text-transform: uppercase;
    line-height: 0.9em;
    margin-top: -16px;
    width: 410px;
    height: 200px;
    }

.text {
    font-size: 0.8em;
    text-transform: none;
    line-height: 1.2em;
    margin-top: 5px;
    width: 410px;
    height: 200px;
    color: #999 !important;
    }
    
.zuzwei {
    background: url(http://depone.de/fest/pfeil_bg_s.jpg) no-repeat top left;
    border: none;
    display: block;
    margin: 0px 0 30px 0;
    /*width: 100px;
    height: 90px;*/
    width: 50px;
    height: 45px;
    }

.zuzwei:hover, .zudrei:hover {
    background: url(http://depone.de/fest/pfeil_bg_s.jpg) no-repeat bottom left;
    }

.zueins, .zuzweibw {
    background: url(http://depone.de/fest/bw_bg_s.jpg) no-repeat top left;
    border: none;
    display: block;
    margin: 0px 0 30px 0;
    /*width: 100px;
    height: 90px;*/
    width: 50px;
    height: 45px;
    float: left;
    }
    
.zueins:hover, .zuzweibw:hover {
    background: url(http://depone.de/fest/bw_bg_s.jpg) no-repeat bottom left;
    }

.zudrei {
    background: url(http://depone.de/fest/pfeil_bg_s.jpg) no-repeat top left;
    border: none;
    display: block;
    margin: 0px 0 30px 60px;
    /*width: 100px;
    height: 90px;*/
    width: 50px;
    height: 45px;
    }

#impressum {
    font-size: 0.6em;
    color: #900;
    margin-bottom: 20px;
    text-transform: uppercase;
    }

#impressum:hover {
    color: #c00;
    text-transform: uppercase;
    }

.impressum {
    color: #666;
    text-transform: uppercase;
    font-size: 0.6em;
    width: 500px;
    height: 100px;
    }

span.ks {
    display: none;
    }

span.hell {
    color: #999;
    }

span.rot {
    color: #900;
    }

.grape, .light {
    display: inline;
    text-transform: none;
    color: #900;
    }

.grape:hover, .light:hover {
    color: #c00;
    }

#grape, #lights {
    display: none;
    margin: 10px 0;
    color: #666 !important;
    font-size: 0.5em;
    }
