/*Hier beginnt linke Spalte */

#banner {
position: absolute;
left:0px;
top:0px;
width:1024px;
height:100px;
background-color:red;
}

#links {
position: absolute; 
top:100px;
left:0px;
width:224px;
height:1900px;
background-color:red;
}

#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background: gray;
width: 15em;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;
}

#navlist li a:link { color: black; }
#navlist li a:visited { color: black; }

#navlist li a:hover
{
border-color: red;
color: #FFF;
background: #332;
}
/*Hier beginnt rechte Spalte */
#rechts {
position: absolute; 
top:100px;
left:224px;
width:800px;
height:1900px;
background-color:white;
}
