html,body,div {
       margin: 0px;
       padding: 0px;
}

a.menu {
       margin-right: 10px;
}

#horizontal {
       position: absolute;
       margin-left: 50%;
       top: 0px;
       left: -350px;
       width: 700px;
       height: 100%
}

#vertikal {
       position: absolute;
       margin-bottom: -300;
       bottom: 50%;
       left: 0px;
       width: 706px;
       height: 600px;
       z-index: 3;
}

#logo {
       position: absolute;
       top: 20px;
       right: 80px;
       z-index: 3;
}

#menu {
       position: absolute;
       left: 24px;
       top: 85px;
       width: 611px;
       background: black;
       padding: 5px;
       padding-left: 30px;
       z-index: 8;
}

#main {
       position: absolute;
       left: 24px;
       top: 50px;
       z-index: 2;
}

#inhalt {
       position: absolute;
       left: 45px;
       top: 130px;
       height: 70%;
       z-index: 8;
}

#news {
       position: absolute;
       color: white;
       left: 50px;
       top: 500px;
           z-index: 8;
}

#disclaimer {
       position: absolute;
       color: white;
       right: 80px;
       top: 550px;
       z-index: 8;
       text-align: right;
}

#bottom {
       position: absolute;
       top: 385px;
       left: 24px;
       z-index: 2;
}

#left {
       position: absolute;
       top: 411px;
       left: 0px;
       z-index: 3;
}

#right {
       position: absolute;
       top: 334px;
       right: 0px;
       z-index: 3;
}

#border-left {
       position: absolute;
       top: 0px;
       left: 21px;
       width: 3px;
       height: 100%;
       z-index: 2;
       background:url(images/Border-Left.gif);
}

#border-right {
       position: absolute;
       top: 0px;
       right: 55px;
       width: 10px;
       height: 100%;
       z-index: 2;
       background: url(images/Border-Right.gif);
}

#greybottom      {
       position: absolute;
       bottom: 0px;
       left: 24px;
       width: 611px;
       height: 50%;
       z-index: 0;
       background: #404040;
}
