html { min-height:100%; margin-bottom:1px; }

body {
   background-color: #707070;
   font-family: Arial, Helvetica, sans-serif;
}


.Stil1 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.Stil5 {color: #003366; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
.Stil7 {color: #333333; font-weight: bold; }
.Stil9 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; }
.Stil11 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; }
.Stil14 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }
.Stil15 {font-size: 10px; color: #666666; }
.Stil20 {font-size: 10px; color: rgb(128, 128, 128); text-decoration: none}
.Stil21 {font-size:10px; color:black; text-decoration: none}
a:link { color: #12306C; text-decoration: none}
a:visited {	color: #12306C; text-decoration: none}
a:hover { color: #4273B6; text-decoration: none}
a:active { color: #12306C; text-decoration: none}


#listenmenue {
  list-style: none; 
  border: 0px solid black;
  padding:0px;
  width: 125px;
  margin: 0 0 0 16px;
  
}

#listenmenue ul {
  margin-left:10px;
}


#listenmenue li {
  border: 0px solid black;  
}

#listenmenue a {
  font-size: 11px;
  display: block;
  border: 0px solid black; 
  width: 100%;
  text-align: left;
  background-image: url('../images/subnavbutton.jpg');
  background-repeat: no-repeat;
  text-decoration:none;
  padding:4px 0 5px 20px;
  color: #000000;
}

#listenmenue a:visited { 
  text-decoration:none; 
}

#listenmenue a:hover {
  color: #000000;
  text-align: left;
  background-image: url('../images/subnavbutton_hover.jpg');
  background-repeat: no-repeat;
  text-decoration:none;
}

#listenmenue a:active { 
  text-decoration:none;
}

#listenmenue a:focus  { 
  text-decoration:none;
  color: #E7E7E7;
  text-align: left;
  background-image: url('../images/subnavbutton_hover.jpg');
  background-repeat: no-repeat; 
}


