#oben
{width: 100%; background-color: #C7C9FF;}
#unten
{margin-top: 20px; text-align: left; align: left; width: 60%;}
#footer
{width: 100%; text-align: center; font-size: 10px; margin-top: 50px; border-top: 2px solid #CCCCCC;}

#navlist
{
padding: 1px;
font: bold 13px monospace;
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;
}

#navcontainer
{float: left;
margin-right: 10px;
margin-bottom: 10px;
}

#navcontainerR
{float: right;
margin-left: 10px;
margin-bottom: 10px;}

.navlist
{width: 100%}

.navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

.navlist li
{
display: inline;
list-style-type: none;
}

.navlist a { padding: 3px 10px; }

.navlist a:link, .navlist a:visited
{
color: #fff;
background-color: #ccc;
text-decoration: none;
}

.navlist a:hover
{
color: #ccc;
background-color: #fff;
text-decoration: none;
}