html,body{
    margin:0;
    padding:0;
    background:#000;
}

body{
    font: 76% arial,sans-serif;
    text-align:center;
    color: #fff;
}

p{
    margin:0 10px 10px;
    color: #fff;
}

a{ 
    color: #fff;
    padding:10px;
    text-decoration: none;
}

img{
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* ---------------------------------------------------- */

div#header {
    height:115px;
    background-image: url(gfx/lasershow_header2.jpg);
}

div#topmenu {
    height:24px;
    background-image: url(gfx/lasershow_topmenu.gif);
    padding-top: 8px;
}

/* ---------------------------------------------------- */


div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}

div#container{
    text-align:left;
    width:1015px;
    margin:0 auto;
    
    background-image: url(gfx/lasershow_endlos.gif);
    background-position: top left;
    background-repeat: repeat-y;
}

/* ---------------------------------------------------- */

div#wrapper{
    float:left;
    width:100%;
    min-height: 600px;

    background-image: url(gfx/lasershow_endlos.gif);
    background-position: top left;
    background-repeat: repeat-y;

off_border: 1px solid #a00;
}

    div.wrapper2 {
        background-image: url(gfx/lasershow_indoor.gif);
        background-position: top left;
        background-repeat: no-repeat;
        height: 100%;
    }

/* ---------------------------------------------------- */

div#content{
    margin: 3px 255px 10px 250px;
    width: 700px;
off_border: 1px solid #a00;    
}

    div#content p{
        line-height:1.4
    }

    div#content a{
        padding: 0;
    }

/* ---------------------------------------------------- */

div#subnavigation{
off_border: 1px solid #a00;
    height: 20px;

    padding-top: 40px;
    padding-left: 240px;

}

/* ---------------------------------------------------- */

div#navigation{
    float:left;
    width:200px;
    min-height: 450px;
    margin-left:-975px;
    margin-top:65px;

    background-image: url(gfx/lasershow_balken.gif);
    background-position: top right;
    background-repeat: no-repeat;

off_border: 1px solid #a00;
}

/* ---------------------------------------------------- */

div#footer{
    clear:left;
    width:100%;
    height: 44px;
    text-align: center;
    padding-top: 120px;

    background-image: url(gfx/lasershow_outdoor.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

    div#footer p {
        font-size: 0.9em;
    }

    div#footer a {
        color: #999;
    }

/* ---------------------------------------------------- */
