.maincontainer {
        position: absolute;
        margin-left: -400px;
        left: 50%;
        z-index: 0;
        width: 800px;
        height: 600px;
        top: 20px;
        background: url('../images/trans75.png');
}
.headercontainer {
        background: url('../images/trans75.png');
        position: static;
        z-index: 1;
        width: 800px;
        height: 100px;
        border-style: solid none solid none;
        border-width: 1px;
        border-color: #E6E6E6;
        margin-top: 10px;
}
.headerschatten {
        z-index: 1;
        width: 800px;
        height: 10px;
        background: url('../images/schattenheader.png');
        background-repeat: repeat-x;
        position: static;
}
.contextboxcontainer {
        position: static;
        width: 200px;
        background: url('../images/schattenlinks.png');
        background-repeat: repeat-y;
}
.contextbox {
        border: 1px none #C0C0C0;
        padding: 10px;
        position: static;
        width: 160px;
        background: url('../images/trans60.png');
        margin-left: 10px;
}
.contextschattenunten {
        position: static;
        background: url('../images/schattenheader.png');
        background-repeat: repeat-x;
        height: 10px;
        width: 180px;
        margin-left: 10px;
}
.schattenecke {
        background: url('../images/schattenecke.png');
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        position: static;
        float: left;
}
.contentboxcontainer {
        position: static;
        width: 400px;
        background: url('../images/schattenlinks.png');
        background-repeat: repeat-y;
}
.contentbox {
        border: 1px none #C0C0C0;
        padding: 10px;
        position: static;
        width: 360px;
        background: url('../images/trans20orange.png');
        margin-left: 10px;
}
.contentschattenunten {
        position: static;
        background: url('../images/schattenheader.png');
        background-repeat: repeat-x;
        height: 10px;
        width: 380px;
        margin-left: 10px;
}
