body {
        background-color: #540000;
        color: #c0c0c0;
        font-family: Verdana;
        font-size: 10px;
}

a:link {
        font-size: 10px;
        color: #404040;
}
a:visited {
        color: #C0C0C0;
}
a:hover {
        color: #C0C0C0;
}
a:active {
        color: #C0C0C0;
}

img {
        border: 0px;
}

input {background-color:#404040;
         color: #cccccc;
         font-size: small;
         border-bottom:0px solid #cccccc;
         border-left:0px solid #cccccc;
         border-right:0px solid #cccccc;
         border-top:0px solid #cccccc;
}
#main {
   position: absolute;
   top: 200px;
   left: 200px;
   width: 680px;
   height: 450px;
   max-height: 450px;
   overflow: none;
   padding: 0px;
   margin: 0px;
}

#main_top {
   position: absolute;
   top: 0px;
   left: 20px;
   width: 700px;
   height: 120px;
   max-height: 120px;
   overflow: none;
   padding: 0px;
   margin: 0px;
   border-bottom:2px solid #C0C0C0;
}
#main_middle {
   position: absolute;
   top: 120px;
   left: 20px;
   width: 700px;
   height: 110px;
   max-height: 110px;
   overflow: none;
   padding: 0px;
   margin: 0px;
   border-bottom:2px solid #C0C0C0;
}
#main_bottom {
   position: absolute;
   top: 230px;
   left: 20px;
   width: 700px;
   height: 1600px;
   max-height: 1600px;
   overflow: auto;
   padding: 0px;
   margin: 0px;
   border-bottom:2px solid #C0C0C0;
}

#main_footer {
   position: absolute;
   top: 450px;
   left: 20px;
   width: 700px;
   height: 50px;
   max-height: 50px;
   overflow: none;
   padding: 0px;
   margin: 0px;
}
#main_top_10 {
   position: absolute;
   top: 0px;
   left: 20px;
   width: 700px;
   height: 430px;
   max-height: 430px;
   overflow: auto;
   padding: 0px;
   margin: 0px;
}

<!-- (c) Copyright Joerg Stenger fuer Radio Artgerecht -->