#links { 
margin: 0;
padding:0;
width: 15%;
height: 89%;
overflow:auto;
float: left;
text-align: left;
background-color:#333;
border-left:8px solid #333;
}
#links h1, #rechts h1 {
color: #fff;
font-size:105%;
}
#links a:link, #links a:visited {
color: #ccc;
display: block; 
text-decoration: none;
padding-left:5px;
border-left:5px solid #333
}
#links a:hover, #links a:active, #links a#current {
color:#800;
background-color:#f8f8f8;
border-left-color: #800
}
#links a#gon {height:135px; 
width:auto; 
background:transparent url(images/gonny.jpg) no-repeat top right; 
margin:0; 
padding:0; 
border:0
}
#rechts {
margin: 0;
padding:0; 
width: 15%;
height: 89%;
overflow:auto;
float: right;
font-family:'Trebuchet MS';
font-size: 80%;
text-align: left;
background-color: #333;
border-left:8px solid #333;
}
#rechts a {color:#fff}
#rechts a:hover {color:#800}
#rechts .logo {
height:229px; 
width:auto;
background: url(images/back_rechts.jpg) no-repeat top left
}

