body,td,input,textarea,form,table,tr,p,div {
/*Hier kannst du den Scrollbalken f?rben, wie du m?chtest...beachte, das geht nur f?r den IE*/

         color: #000000;
         text-align: left;
         font-family: arial,verdana;
         font-size:13px;}

body {
         background-color:#0d2529;
}
img.noborder {
        border:0;
}
a.fade, a.fade:link, a.fade:visited {
        FILTER: alpha(opacity:75);
        -moz-opacity: 0.60;
        height:1px;
        border:0;
        text-decoration:none
}
a.fade:active, a.fade:hover {
        FILTER: alpha(opacity:100);
        -moz-opacity: 1.0;
        height:1px;
        border:0;
        text-decoration:none
}
a.lines, a.lines:link ,a.lines:visited {
        font-weight: bold;
                color: #eeeeee;
        text-decoration: none;

}
a.lines:active,a.lines:hover {
        font-weight: bold;
        color: #cccccc;
}
a:link{
color:#000000;
font-weight: bold;
text-decoration:none;
}

a:visited{
color:#000000;
font-weight: bold;
text-decoration:none;
}

a:hover{
color:#0d2529;
font-weight: bold;
text-decoration:none;
}
a:active{
color:#000000;
font-weight: bold;
text-decoration:none;
}

#page {
         width: 876px;
         min-height: 200px;
         overflow:visible;
         color:#000000;
         background-color:#C8DFD7;
        padding: 0;}
#header {
        width: 876px;
        height: 230px;
        margin: 0;
        border: 0;
         text-align: left;
         background-image: url(./Design/header.jpg);
               background-repeat:no-repeat;}

        #header #unten {
                 position:relative;
                 top:103px;
                  left:0px;
                 text-align: right;
                 width: 876px;
                 height: 230px; }
/*Navigationsleiste*/
#links {
        position: relative;
         top: 0px;
         left: 0px;
        clear: both;
         text-align: left;
        float:left;
        width: 876px;
        height: 50px;
        background-repeat:repeat y;
       }
#links #nav {
                 position: relative;
                 top: 0px;
                 left: 0px;
                 text-align: left;
                 width: 876px;
                 height: 50px;
        }


/*Hauptteil*/
#content {

        width: 876px;
          height: 445px;
        background: url("./Design/content.jpg");
        background-repeat:no-repeat;
}

         #content .mitte{
                  float:left;
                  width:100%;
                 overflow:auto;
                 overflow-x:hidden;
                  margin: 0;
                 color: #000000;
                 overflow:hidden;
                        }

         #content .text{
                 position:relative;
                 top:0px;
                  left:50px;
                  width: 90%;
                  height:365px;
                 color: #000000;
                 font:13px, arial;
                  /*background: url("./Design/content2.jpg");*/
                  background-repeat:no-repeat;
                 overflow:auto;
                 }

         #content .text:first-line {
                 font-weight: bold;
                 }
#content .center{
                 margin:0 0 0 20px;
                  text-align:center;
                  width: 92%;
                 color: #000000;
                 font:13px, arial;
                 }
#content .headline {
        color:#0d2529;
         font-weight:bold;
         font-size:13px;
         }


#footer {
         position:relative;
         top:0px;
         left:0px;
         clear:both;
         width: 876px;
         height: 30px;
         background-image: url(./Design/footer.jpg);
        }

<style type="text/css">
.bereich{
display: block;
color: #FFFFFF;
background-color: #000000;
text-align: center;
}

a.link{
display: block;
color: #ffffff;
font-family: Verdana, Arial;
font-size: 13px;
text-decoration: None;
border-bottom: solid 1px #FFFFFF;
}

a.link.bereich{
display: block;
background-color: #000000;
width: 200px;
height: 25px;

}

a.link:hover{
display: block;
color: #000000;
background-color: #7b9598;
}
</style>