﻿a, a visited {
  color: #000000;
}
#home {
    float: left;
}
#home a {
    display: block;
    height: 192px;
    width: 270px;
}
#header #mainmenu {
    padding-top: 57px;
}
#header #mainmenu ul {
    list-style: none;
}
#header #mainmenu li {
    display: inline;
}
/* Hauptmenuepunkte */
#mainmenu {
    padding: 0;
    position: relative;
    float: left;
    margin-left: -12px;
}
#mainmenu ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
}
#mainmenu ul#NavList {
    margin-bottom: 50px;
}
#mainmenu ul li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;    
}
#mainmenu  li li {
    margin: 0;
    padding: 0;
    border: 0;
}
#mainmenu a { /* 1 */
    padding: 7px 5px 4px 15px;
    color: #8A8A8A;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
}
#mainmenu ul li a { /* 1 */
    color: #8A8A8A;
    text-decoration: none;
    text-align: left;
    position: relative;
    height: 14px;
    line-height: 14px;
}
#mainmenu ul li a.inpath {
    text-decoration: none;
    text-align: left;
    position: relative;
    height: 14px;
    line-height: 14px;
}
#mainmenu ul li a.inpath:hover {
    text-decoration: none;
    text-align: left;
    position: relative;
    height: 14px;
    line-height: 14px;
}
* html #mainmenu a {
    height: 1em;
}
#mainmenu a:hover {
    color: #0D2F51;
}
#mainmenu a.active {
    font-weight: bold;
}
#mainmenu a.current {
    font-weight: bold;
    color: #0D2F51;
}
#mainmenu .inpath a {
    color: #0D2F51;
}
/* /Hauptmenuepunkte */
#NavigationRegion {
    margin: 160px 0 0 0;
    padding: 0;
    position: relative;
    width: 184px;
    float: left;
    margin-left: 64px;
}
*html #NavigationRegion {
    margin-left: 31px;
}
#NavigationRegion ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
}
#NavigationRegion ul#NavList {
    margin-bottom: 50px;
}
#NavigationRegion ul li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;    
}
#NavigationRegion  li li {
    margin: 0;
    padding: 0;
    border: 0;
/*    border-bottom: 1px solid #9EACB9; */
}
#NavigationRegion a { /* 1 */
    display: block;
    padding: 7px 5px 4px 15px;
    color: #8A8A8A;
    text-decoration: none;
    text-align: left;
}
#NavigationRegion ul li a { /* 1 */
    display: block;
    color: #8A8A8A;
    text-decoration: none;
    text-align: left;
    position: relative;
    height: 14px;
    line-height: 14px;
    background-image: url(); 
    background-repeat: no-repeat;
    background-position: 0 11px;
}

#NavigationRegion ul li a.inpath {
    display: block;
    text-decoration: none;
    text-align: left;
    position: relative;
    height: 14px;
    line-height: 14px;
    background-image: url(/img/menu_underline.gif);  
    background-repeat: no-repeat;
    background-position: 0 10px;
}
#NavigationRegion ul li a.inpath:hover {
    display: block;
    text-decoration: none;
    text-align: left;
    position: relative;
    height: 14px;
    line-height: 14px;
    background-image: url(/img/menu_underline_active1.gif); 
    background-repeat: no-repeat;
    background-position: 0 10px;
}
* html #NavigationRegion a {
    height: 1em;
}
#NavigationRegion a:hover {
    background-image: url(/img/menu_underline_e0.gif);
    background-position: 0 11px;
}
#NavigationRegion a.active {
    font-weight: bold;
    background-image: url(/img/main_nav_arrow.gif);    
    background-position: 0 11px;
}
#NavigationRegion a.current {
    font-weight: bold;
    color: #0D2F51;
}
#NavigationRegion .inpath {
    color: #0D2F51;
}
#NavigationRegion .virgin a:hover {
	color: #0D2F51;
}
#NavigationRegion li li a { /* 2 */
    padding-left: 26px;
    background-image: url(/img/menu_underline.gif); 
    background-repeat: no-repeat;
    background-position: 0 10px;
}
#NavigationRegion li li a:hover { /* 2 */
    background-image: url(/img/menu_underline_e2.gif); 
    background-repeat: no-repeat;
    background-position: 0 10px;
}
#NavigationRegion li li li a { /* 3 */
    padding-left: 37px;
    background-position: 22px 0;
    background-image: url(/img/menu_underline.gif);  
    background-repeat: no-repeat;
    background-position: 0 10px;    
}
#NavigationRegion li li li a:hover { /* 3 */
    padding-left: 37px;
    background-position: 22px 0;
    background-image: url(/img/menu_underline_e3.gif);
    background-repeat: no-repeat;
    background-position: 0 10px;        
}
/* Suche */
#NavigationRegion #suche {
    margin-top: 15px;
    background-image: url(/img/suche_doubleline.gif); 
    background-repeat: no-repeat;
    background-position: 0 5px;
    position: relative;    
}
#NavigationRegion #suche label {
    margin-left: 10px;
    padding-left: 5px;
    font-size: 11px;
    color: #0D2F51;
}
#NavigationRegion #suche input {
    border-left: 1px solid #4E4E4E;
    border-top: 1px solid #4E4E4E;    
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;    
    margin-left: 5px;
    height: 13px;
    padding: 2px 2px 0 2px;
    width: 110px;
    background: none;    
}
*html #NavigationRegion #suche input {
    line-height: 12px;
    padding: 3px 2px 0 2px;
    height: 20px;
}
#laenderwahl {
    text-align: center;
    padding-top: 10px;
    background-image: url(/img/backdrop.gif);
    background-repeat: no-repeat;
    background-position: 0 105px;        
    width: 100%;
}