body { font-family: sans-serif; background-color: #ffffff }
h1,h2,h3 { font-family: sans-serif;  color: #0033ff; background-color: #ffffff; font-weight:bold }
;li { list-style:none }
strong {

        font-family: sans-serif;

        font-weight: bold;

       }

.small  { font-size: smaller; }

.farbig { color: #EE0000 }

.gelb { 
     font-weight:bold;
     background-color: yellow;
     border: thin black solid
}

.AVW {
     font-weight: bold;
     font-size: smaller;
     border-top: thick red solid;
     border-bottom: thick red solid
 
}
cite { font-family: serif }

div.bild {
  float: right;
  width: 25%;
  min-width: 205px;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.bild p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}
.text {

     font-family: serif

      }

.nav {

     background: #ffffff;

     font-family: sans-serif;

     font-weight: normal;

     font-size: 0.9em;

     }

.blau {

     color: #0033ff;
     background: #ffffff;
     }

A:hover { background: #ccffcc }

.menu ul 
{
padding-left: 0;
margin-left: 0;
background-color:  #33ffff;
color: #000000;
float: left;
width: 100%;
}
.menu ul li {display: inline;}

.menu ul li a 
{
padding: 0.2em 1em;
background-color:  #33ffff;
color: #000000;
text-decoration: none;
float: left;
border-right: 1px solid #ffffff
}
.menu ul li a:hover 
{
background-color:  #66ffff;
color: #000000;
}