/* 
 * LED Lichtmanufaktur
 * 
 * Baustellenseite CSS
 * 
 * */


* {
    padding: 0;
    margin: 0;
}


body {
    font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    color: #FFFFFF;
    background: #212226 url(../images/bg.png) top center no-repeat;
    line-height: 1.3em;
    font-size: 16px;
}

#logo {
    background: url(../images/led_logo.png) top center no-repeat;
    width: 427px;
    height: 186px;
    margin: 105px auto 0 auto;
    position: relative;
}
    
#wrapper {
    width: 800px;
    margin: 70px auto 0 auto;
}

#leftcol {
    float: left;
    width: 60%;
    height: auto;
}

.right {
    float: right;
}

a {
    color: #7b7b7b; 
    text-decoration: none;
}