   #wrapper {
position: relative;
height: auto;
width: 860px;
left: 0px;
top: 0px;
margin: 0 auto 0 auto;
}
#header {
position:absolute;
left:0px;
top:0px;
width:700px;
height:100px;
right: 0px;
border: 0px solid black;
background-color: #FC0;
}
#navi {
background-image:url(./navi/hinter.gif);
position:absolute;
left:0px;
top:100px;
width:150px;
height:660px;
border: 0px solid black;
background-color: #CCC;
}
#content {
position:absolute;
left:151px;
top:101px;
width:auto;
height:660px;
border: 0px solid black;
background-color: #FFF;
}
#footer {
position:absolute;
left:0px;
top:812px;
width:860px;
height:100px;
border: 1px solid black;
background-color:red;
}
#right {
position:absolute;
left:660px;
top:151px;
width:200px;
height:660px;
border: 1px solid black;
background-color:silver;
}
.button {
         background-image:url(./navi/button1.gif);
         width:150px;
         height:70px;
         text-align:center;
         display:block;
         font-weight:bold;
         }
.button:hover {
         background-image:url(./navi/button2.gif);
             }
a{ text-decoration:none; }

a:link{}
a:visited{color:black;}

.buttonon {
         background-image:url(./navi/button2.gif);
         width:150px;
         height:70px;
         text-align:center;
         display:block;
         font-weight:bold;
         }
.btext {
         position:absolute;
         text-align:center;
         width:150px;
         height:25px;
         margin-top:22px
       }