html, body{ 
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 11px;
} 

p {
  margin-bottom:2px;
  margin-top:2px;
}

a,td {
    color: #000;
    font-size: 11px;
}

h1 {
   font-size:15px;
}
h2 {
   font-size:15px;
}

#navcontainer { 
    width: 160px; 
    margin-left:20px;
    margin-top:25px
}

#navcontainer ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

#navcontainer a {
    display: block;
    padding: 3px;
    width: 160px;
    background-color: transparent;
    border-bottom: 1px solid #000;
}


#subnavlist { 
    border-bottom: 1px solid #000;
    width:166px;
}

#subnavlist a {
    border-bottom: 0px solid #000;
    border-top: 0px solid #000;    
}

#subnavlist li ul li a{
  padding-left:10px;
}

#navcontainer a:link, #navlist a:visited, .teasertext a:link, .teasertext a:visited {
    color: #000000;
    text-decoration: none;
}

#navcontainer a:hover, .teasertext a:hover {
    background-color: #e2001a;
    color: #fff;
} 

.act {
    font-weight:bold;
}
