body {
margin: 0px;
padding: 0px;
font-family: arial, helvetica, verdana, sans-serif;
background-image:url(spalte.png); 
background-repeat:repeat-y;
}

a:link {text-decoration:none;}
a:hover {text-decoration: underline; color:red;}
a:visited {text-decoration:none;}

td {
padding-top: 15px;
vertical-align:top;
}

#navigation
{
position: fixed; 
top: 0px;
left: 0px;
padding: 1px;
margin-left: 0;
font: bold 13px;
/*background: #e6e6e6;*/
width: 14em;
color: #006;
}

#navlist li
{
list-style: none;
margin: 0px;
border-bottom: 1px #004080 dotted;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.5em;
text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #006; }

#navlist li a:hover
{
color: #000080;
background: white;
}

#content {
position: absolute;
top: 0px;
left: 200px;
width: auto;
padding: 15px;
margin-right: 0px;
background: #fff;
}


