hr {
   color:#aaaaaa;
}

a {
   color:#0000aa;        
   text-decoration:none;
}

a:hover {
   color:#888888;
}

img {
   border-width:0px;
}

#top {
   position:absolute;
   z-index:3;
   height:30px;
   top:0px;
   width:100%;
   left:0px;
   border-bottom-style:solid;
   border-bottom-width:1px;
   border-bottom-color:#aaaaaa;
   background-color:#ffce63;
}

div linkleiste {
   font-size:20px;
   font-family:Helvetica,Helv;
   color:#000000;
   height:10px;
   text-align:right;
}

div linklieiste a{
   color:#0000aa;        
   text-decoration:none;
   top:0px;
   padding:10px;
}

div linkleiste a:hover{
   color:#888888;
}

#inhalt {
   position:absolute;
   z-index:1;
   top:50px;
   width:77%;
   left:10px;
}

#right {
   position:absolute;
   z-index:2;
   color:#888888;
   top:50px;
   width:18%;
   right:10px;
   border-style:solid;
   border-style:solid;
   border-width:1px;
   border-color:#aaaaaa;
   background-color:#ffce63;
   padding-left:10px;
   padding-right:10px;
}

