/* 
    Document   : light.css
    Created on : 07.03.2009, 12:29:05
    Author     : naujoks
    Description: Bright Stylesheet
*/

body {
        background: #D9D9D9 url("../images/slice/dunkel.jpg") repeat top left fixed;
        padding: 120px 0;
        color: #ffffff;
}

#main { background: #000; }

#nav_main ul li a:focus,
#nav_main ul li a:hover,
#nav_main ul li a:active,
#nav_main ul li .link_act {
    color: #2c2c27;
}

#col1 { background-color:#2c2c27; color:#ffffff; }

#col3 { background-color:#ffffff; color:#2c2c27; }




