body {
    background-color:   #84bdd4;
    color:              #666666;
    margin:             0;
    font:               10pt/15pt "Georgia",Georgia,Times,serif;
    background:         url(../media/img/bg_body.jpg) left top fixed no-repeat;
    margin:             40px;
}

div#stage {
    background:         #ffffff url(../media/img/logo_displays.gif) 530px 48px no-repeat;
    width:              630px;
    padding:            50px 40px 20px 125px;
}

img, a img {
    border:             0 none;
}

img#logo {
    margin-bottom:      100px;
}

img.visual {
    width:              90px;
    height:             87px;
    margin:             10px 15px 10px 0;
    float:              left;
}

h1 {
    font-size:          12pt;
    margin-bottom:      15pt;
}

p {
    /*width:              590px;*/
    margin-bottom:      15pt;
}

* html p.ref { /* for IE6 only */
    width:              485px;
    margin-bottom:      0;
    position:           relative;
    top:                -5px;
}

p.hell {
    width:              590px;
    color:              #999999;
    font-size:          9pt;
}

a {
    color:              #cc9900;
    text-decoration:    underline; /* for Opera */
}

div.trenner {
    height:             13px;
    font:               1px/1px sans-serif;
    background:         url(../media/img/bg_trenner.gif) left top repeat-x;
    clear:              both;
}

div.trenner.hell {
    background:         url(../media/img/bg_trenner_hell.gif) left top repeat-x;
    margin-bottom:      20px;
}

.blue {
    color:              rgb(85, 188, 235);
}

