/*-------------- Menue horizontal 5 -------------------------------*/


.navcontainer
{
width: 95%;
text-align: center;
margin: 0;
}


.navlist ul
{
margin: 0;
text-align: center;
white-space: nowrap;
padding: 0;
}

.navlist li
{
text-align: center;
display: inline;
list-style-type: none;

}

.navlist a
{
  font-size:8pt; font-family:Verdana, Arial,Helvetica; font-weight:bold; color:#006B23; 

  padding: 3px 8px 3px 8px;
  background-color: #ABB3B7;

  border-bottom : 1px  solid #AAAAAA;
  border-left : 1px  solid #DDDDDD;
}

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

.navlist a:hover
{
text-decoration: underline;
color: #285878;
}

/*

.aktiv a:link, .aktiv a:visited, .aktiv a:hover
{
background-color: #A7C9EB;

}

*/