body {
background-color : #DCDCDC;
font-family : verdana, helvetica, sans-serif;
font-weight: normal;
background-image: url(../pics/wanderer-grey.jpg);
background-repeat: repeat;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.Layout*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::schwarzer-layer-links*/
#basic-layer-left {
position : absolute;
top : 0px;
left : 0px;
width : 120px;
height : 100%;
background-color : #FFFFFF;
border-left: 5px solid #C8C8C8;
color : #ffffff;
z-index : 9;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::hauptbereich-mitte*/
#basic-layer-middle {
position : absolute;
top : 0px;
left : 120px;
width : 632px;
height : 100%;
background-color : #C8C8C8;
border-left: 1px dashed  #8F8F8F;
color : #ffffff;
z-index : 9;
}

#whitestrip-right {
position : absolute;
top : 0px;
left : 740px;
width : 15px;
height : 100%;
background-color : #FFFFFF;
color : #000000;
border-left: 1px dashed  #8F8F8F;
border-right: 1px dashed  #8F8F8F;
z-index : 11;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::logo (berg)*/
.logotype-basic {
position : absolute;
top : 0px;
left : 20px;
width : 83px;
height : 150px;
text-decoration: none;
border: none;
background-color : transparent;
z-index : 14;
}
/*::::::::::::::::::::::::::::::::::::::::::::::grauer balken-hinter der navigation*/
#decostrip-top-navi {
position : absolute;
top : 149px;
left : 120px;
width : 620px;
height : 20px;
background-color : #B5BAB5;
border-top: 1px dashed #FFFFFF;
border-bottom: 1px dashed #FFFFFF;
color : #ffffff;
z-index : 12;
}

#greystrip-left-top{
position : absolute;
top : 150px;
left : 5px;
width : 115px;
height : 20px;
background-color : #8E8F88;
color : #ffffff;
z-index : 12;
}

#greystrip-right-top{
position : absolute;
top : 150px;
left : 740px;
width : 17px;
height : 20px;
background-color : #8E8F88;
color : #ffffff;
z-index : 13;
}

#blackstrip-left-down{
position : absolute;
top : 666px;
left : 5px;
width : 115px;
height : 40px;
background-color : #8E8F88;
color : #ffffff;
z-index : 11;
}

#blackstrip-right-down{
position : absolute;
top : 666px;
left : 740px;
width : 17px;
height : 40px;
background-color : #8E8F88;
color : #ffffff;
z-index : 13;
}
/*::::::::::::::::::::::::::::::::::::::::::::::hauptcontentbereich unterhalb navigation*/
#content-box {
position : absolute;
top : 156px;
left : 120px;
width : 620px;
height : 525px;
background-color : #EBEBEB;
border-left: 1px dashed #8F8F8F;
color : #ffffff;
z-index : 10;
}
/*::::::::::::::::::::::::::::::::::::::::::::::verdeckt die horizontale scrollleiste*/
#scrollbar-cover {
position : absolute;
top : 665px;
left : 120px;
width : 620px;
height : 40px;
background-color : #B5BAB5;
border-top: 1px dashed #FFFFFF;
border-bottom: 1px dashed #FFFFFF;
color : #ffffff;
z-index : 13;
}










