body {
color: #000080;
background-color: #eeeeee;
font-family: Verdena, Arial, Helvetica, sans-serif;
font-size: small;
margin:50px;
}


h1 {font-size: 150%;}
h2 {font-size: 100%;}

a:link {color: #000080; /* noch nicht besuchte Seiten - nachfolgende Reihenfolge einhalten!*/}
a:visited {color: #990066; /* besuchte Seiten */}
a:hover {color: Red;  /* Maus über Link */}
a:focus {color: #d90000 ;  /* per TAB */}
a:active {color: #d90000;  /* gerade angeklickt */}
a {text-decoration: none; outline: none  /* für focus und active zur Vermeidung von gepunkteten Umrisslinien */}

#left, #right {
width: 20%
line-height:18px;
}
#left {
float:left;
}
#right {
margin-top:30px;
float:right;
text-align=left;
}

li {
margin-left: 40px;
padding: 0.3em 1em;
}
.kl { 
  font-size:9pt;
  font-family: Frutiger, Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#000080;
  line-height:12pt;  
}
#content {
width:100%;
float:left;
margin-left:6%;
margin-top:30px;
border:0px solid #000000;
background-color:#efefef;
}
#fuss{
width:100%