
body{
        font-size: 11px;
        font-family: Verdana, Arial;
        color: #fff;
        margin: 0;
        padding: 0;
        text-align: center; 
}

html, body{
        font-size: 11px;
        background-color: #000;
        height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}
a{
        color: #fff;
}

span a{
        text-decoration: none;
        color: #666;
}

div#wrapper{
        height: auto !important;
        height: 100%; 
        margin: 0 auto; 
        min-height: 100%; 
        position: relative;
        width: 600px;
        background-image: url(logo.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
}

div#header{
        height: 85px;
        width: 601px;
}

div#footer {
        bottom: 0;
        clear: both;
        height: 33px;
        padding-left: 25px;
        position: absolute;
        width: 575px;
}

div#box{
        width: 405px;
}

#infobox{
        background-image: url(files/alpha.png); 
        display: none; 
        border: 1px solid #333; 
        float: left;
        margin: 100px 0 0 150px;
        width: 300px;
        height: auto;
        padding-bottom: 13px;
}

h1,h2,h3,h4,h5,h6{

        font-weight: normal;
}
h1{
        font-size: 13px;
        color: #666;
}
h2{
        font-size: 12px;
}
h3{
        font-size: 12px;
        color: #666;
}

.clearfix:after {
       clear: both;
       content: ".";
       display: block;
       height: 0;
       visibility: hidden;
}

.clearfix {display: inline-block;}
        /* Hides from IE-mac \*/
        * html .clearfix {height: 1%;}
        .clearfix {display: block;}
        /* End hide from IE-mac */




