html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    color: #000000;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    background-image: url(Media/menubg.gif);
    background-repeat: repeat-y;
    background-position: right;
    position: relative;
}

a:link   {
    text-decoration: none; 
    }
    
    a:hover   {
    text-decoration: none; 
    }
    
    a:visited   {
    text-decoration: none; 
    }
    
    a:active   {
    text-decoration: none; 
    }

h1 {
    color:#7688BB;
    margin:0;
    padding:0;
    font-size: 12px;
    font-weight: bold; 
}

h2, h3 {
    color:#7688BB;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
}

h4 {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background-color: #000088;
    height: 20px;
    line-height: 20px;
    padding: 0 3px 0 3px;
}

a {
    color:#7688BB;
    text-decoration:underline;
}

a:hover {
    color:#7688BB;
    text-decoration:none;
}

#top {
    background-color: #959595;
    text-align: right;
    height: 100px;
}

#box {
    margin: 0;
    text-align:left;
    position: relative;
    min-height: 100%;
    height:auto !important;/* moderne Browser */
    /*height: 100%; /* IE */
    background-image: url(Media/menubg.gif);
    background-repeat: repeat-y;
    background-position: left;
}
 
 
#mainmenubg {
    width: 100%;
    background-color: #cccccc; 
    height: 20px;
}

#languagemenu {
    color: #000088; 
    padding-left: 5px;
    height: 20px;
    float: left;   
    width: 160px;
    text-align: center;
} 
 
#mainmenu {
    float: left;
}

#mainmenu ul {
     margin: 0;
     padding: 0;
}

#mainmenu a.active {
    color: #ffffff  ! important; 
    text-decoration: none;
  }
  
#mainmenu a, #mainmenu a:visited {
    color: #000088; 
    text-decoration: none;
    font-weight: bold;
  }

#mainmenu a:hover {
    color: #ffffff; 
    text-decoration: none;
  }

#mainmenu li {
    text-decoration: none;
    font-size: 16px;
    font-family: Palatino, serif;
    color: #000088;
    display: inline;
    margin-right: 20px
}
 
li {
    list-style-image:url(Media/bullet.gif);
}

#submenubg {
    float: left;
    /*background-color: #7688BB;*/
    width: 160px;
    min-height: 100%;
    background-color:#7688BB;
    color:#7688BB;
    height: 100%;
}

#submenu ul {
     margin: 0;
     padding: 0;
}
 
#submenu {
    width: 160px; 
    text-align:right;

}

#submenu li {
    width: 160px;
    font-size: 11px;
}

#submenu a.active {
    color:#000088 ! important;
    font-size: 11px;
    background:#ffffff; 
    font-weight:bold;
}

#submenu a, #submenu a:visited {
    color:#ffffff;
    text-decoration:none; 
    display:block; 
    padding:5px 3px 5px 3px;
}

#submenu a:hover {
    background:#ffffff; 
    color:#6678BB;
}

#untermenu li {
    font-size:10px;
    width: 160px; 
    text-align:right;
}

.level2 {
    width: 160px;
    color: #1e265a;
}

#untermenu a.active {
    color:#000088 ! important;
    font-size:10px; 
    font-weight: bold;
    width: 160px; 
}

#untermenu a, #untermenu a:visited {
    color:#6678BB;
    text-decoration:none; 
    display:block; 
    width: 153px; 
}

#untermenu a:hover {
    background:#ffffff; 
    color:#6678BB;
    width: 153px; 
}
 
#inhalt {
    float: left;
    color: black;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
  
#inhalt p {
    font-size: 13px;
  }

#crumb {
    position: absolute;
    top: 136px;
    left: 174px;
    color: #000000;
    font-size: 9px;
    height: 15px;
    width: 500px;
}

#footer {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    bottom: 0px;
    background:#cccccc;
    font-size:10px;
    color:#001479;
    height: 20px;
    line-height: 20px;
}

.clearer {
  clear: both;
  }
