body,html {
        background:#808080 none repeat scroll 0%;
        color:black;
        margin:0pt;
        padding:0pt;
        color : Black;
        background-color : #6699ff;
        font-family : Helvetica,Verdana,Arial,sans-serif;
        font-size : 12px;
        font-weight : normal;
}
#header {
        background:#6699ff none repeat scroll 0%;
        border-bottom:1px solid #000000;
        height:80px;
        margin:0pt;
        width:100%;
        z-index:4;
}

#header_logo {
        float:left;
}
#header_banner {
}
#left {
        background:#6699ff none repeat scroll 0%;
        left:0pt;
        position:absolute;
        top:81px;
        width:150px;
        z-index:3;
}
/* hack for IE */
* html #left {
        top:85px;
}
#right {
        background:#6699ff none repeat scroll 0%;
        position:absolute;
        right:0pt;
        top:81px;
        width:150px;
        z-index:2;
}
/* hack for IE 4px teifer*/
* html #right{
        top:85px;
}
/* hack for IE6 weil der kein min-height kennt
        height:auto !important;
        height:800px;

*/
#centerblock {
        background:#6699ff none repeat scroll 0%;
        color:#000000;
        padding:00px;
        min-height:800px;
        height:auto !important;
        height:800px;
        width:100%;
        z-index:1;
}
#maincontent {
        background:#94d6ce none repeat scroll 0%;
        border-color:#000000;
        border-style:solid;
        border-width:0pt 1px;
        padding:10px;
        color:#333333;
        margin:0pt 150px;
        position:relative;
        z-index:5;
}
#footer {
        clear:both;
        background:#c0c0c0 none repeat scroll 0%;
        border-color:#000000;
        border-style:solid;
        border-width:1px 0pt;
        color:#333333;
        height:35px;
        margin:0pt;
        width:100%;
}
