@charset "utf-8";
/* CSS Document */

<style type="text/css">
#links_strich {
        width:8px;
        height:809px;
        background-color:#0C6B67;
        border-right:#8DB4B4 solid 8px;
        position:absolute;
        left:150px;
        top:0px;
}
#head {
        height:135px;
        width:1017px;
        position:absolute;
        background-image:url(images/head.jpg);
        background-repeat:no-repeat;
        background-color:#ccccff;
        border-bottom:#FF0 solid 10px;
        left:166px;
        top:0px;
        color:#000066;
}
#navi {
        width:140px;
        height:664px;
        position:absolute;
        left: 166px;
        top: 145px;
        background-color:#ccccff;
        color:#000066;
}
#content {
        width:732px;
        height:644px;
        position:absolute;
        background-color:#FFFFCC;
        background-image:url(images/content_rechts.jpg);
        background-repeat: repeat-y;
        background-position:right;
        left: 306px;
        top: 145px;
        overflow:auto;
        padding:10px;
        padding-right:135px;
        color:#000066;

}
#footer {
        height:20px;
        width:1017px;
        position:absolute;
        background-color:#ccccff;
        left: 166px;
        top:809px;
}
#rechts {
        width:100%;
        height:829px;
        background-color:#ccccff;
        position:absolute;
        left:1183px;
        top:0px;
}
#links_strich {
        width:8px;
        height:829px;
        background-color:#0C6B67;
        border-right:#8DB4B4 solid 8px;
        position:absolute;
        left:150px;
        top:0px;
}


</style>
