body {
        background-color:#333333;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color: #666666;
        scrollbarBaseColor: #FFFFFF;
        scrollbar-track-color: #FFFFFF;
        scrollbar-face-color: #FFFFFF;
}

body a {
        color: #FF0000;
}

#header {
        position:absolute;
        width:950px;
        height:68px;
        background-color:#FFFFFF;
        z-index:1;
        left: 0px;
        top: 0px;
}

#navi {
        position:absolute;
        width:950px;
        height:20px;
        z-index:2;
        background-image:url(../images/verlauf_navi.gif);
        background-repeat:repeat-x;
        left: 0px;
        top: 68px;
}

#navi .navibutton {
        position:relative;
        float:left;
        background-image:url(../images/verlauf_navi.gif);
        background-repeat:repeat-x;
        padding-left: 25px;
        padding-right: 25px;
        font-size:11px;
        color:#FFFFFF;
        text-align:center;
        line-height:19px;
        vertical-align:middle;
        height:20px;
        border-right:solid;
        border-right-width:1px;
        border-right-color:#666666;
        border-left:#999999;
}

#navi a {
        color:#FFFFFF;
        text-decoration:none;
}

#content {
        overflow: auto;
        position:absolute;
        width:900px;
        height:400px;
        z-index:3;
        left: 0px;
        top: 88px;
        padding-left: 25px;
        padding-top: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
        background-color:#FFFFFF;
        background-image:url(../images/nautilus.gif);
        background-position: bottom right;
        background-repeat:no-repeat;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color: #666666;
}

#content .textcmp {
	position:relative;
	left: 50px;
	top: 30px;
        width:600px;
}

#content .textleft {
        float:left;
	position:relative;
        left: 50px;
	top: 30px;
        width:350px;
}

#content .textright {
        position:relative;
        left: 100px;
	top: 30px;
        width:300px;
}




#footer {
        position:absolute;
        width:900px;
        height:100px;
        z-index:4;
        left: 0px;
        top: 538px;
        padding-left:25px;
        padding-top:10px;
        padding-right:25px;
        background-color:#333333;
        background-repeat:repeat-x;
        font-size:9px;
        color: #666666;
}

#footer a {
        color:#666666;
        text-decoration:none;
}

