html {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 16px;
    background-color: #F0FFF0;
    color: #333;
    height: 100%;
}
body {
    height: 100%;
}

a {
    text-decoration: none;
    color: red;
}

#main a:hover {
    text-decoration: underline;
}

.header-wrapper {
    position: absolute;
    height: 110px;
    width: 100%;
    background-color: #4C8B43;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5AB25A), to(#4C8B43));
    background-image: -moz-linear-gradient(19% 75% 90deg,#4C8B43, #5AB25A);

/*    background-image: linear-gradient(bottom, rgb(75,139,67) 36%, rgb(90,178,90) 65%);
    background-image: -o-linear-gradient(bottom, rgb(75,139,67) 36%, rgb(90,178,90) 65%);
    background-image: -moz-linear-gradient(bottom, rgb(75,139,67) 36%, rgb(90,178,90) 65%);
    background-image: -webkit-linear-gradient(bottom, rgb(75,139,67) 36%, rgb(90,178,90) 65%);
    background-image: -ms-linear-gradient(bottom, rgb(75,139,67) 36%, rgb(90,178,90) 65%);*/

/*    border-bottom: 2px solid #006400;*/
    top: 0;
    left: 0;
}

.header {
    
}

.circle-wrapper {
}

.circle {
    position: absolute;
    zoom: 1;
    top: 0;
    left: 0;
    background-color: #FFD700;
    width: 10px;
    height: 10px;
    z-index: 5;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
/*    behavior:url(styles/border-radius.htc);*/
}

.c1 {
    top: 20px;
    left: 8px;
}

.c2 {
    top: 425px;
    left: 141px;
    border: 1px solid #5AB25A;
}

.c3 {
    top: 40px;
    left: 8px;
}

.c4 {
    top: 60px;
    left: 8px;
}

.c5,
.c6 {
    top: 15px;
    left: 2px;
}

.highlight,
.c5:hover,
.c6:hover {
    background-color: #FF0000;
}

.lang-de,
.lang-en {
    color: gold;
    font-size: 12px;
    position: absolute;
    top: 30px;
}

.lang-de {
    left: 550px;
}

.lang-en {
    left: 570px;
}
.line-wrapper {
    
}

.line {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    background-color: #FFD700;
}

.naviOne {
    top: 62px;
    left: 11px;
    z-index: 1;
}

.naviTwo {
    left: 11px;
    width: 138px;
    z-index: 1;
}

.naviThree {
    left: 145px;
    overflow: hidden;
    z-index: 6;
}

.naviFour {
    top: 218px;
    left: 34px;
}

.naviFive {
    left: 34px;
    width: 115px;
}

.deOne {
    top: 23px;
    left: 15px;
    width: 139px;
}

.deTwo {
    top: 23px;
    left: 150px;
    height: 63px;
}

.deThree {
    top: 82px;
    left: 150px;
    width: 258px;
}

.deFour {
    top: 48px;
    left: 404px;
    height: 38px;
}

.deFive {
    top: 48px;
    left: 404px;
    width: 155px;
}

.enOne {
    top: 43px;
    left: 15px;
    width: 70px;
}

.enTwo {
    top: 43px;
    left: 83px;
    height: 66px;
}

.enThree {
    top: 105px;
    left: 83px;
    width: 495px;
}

.enFour {
    top: 52px;
    left: 575px;
    height: 57px;
}

.menu-wrapper {
    margin-top: 110px;
    position: absolute;
    height: 100%;
    width: 150px;
    top: 0;
    left: 0;
    padding-top: 10px;
    background-color: #4C8B43;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4C8B43), to(#5AB25A));
    background-image: -moz-linear-gradient(19% 75% 90deg,#5AB25A, #4C8B43);
}

.menu {
    position: relative;
    margin: 15px 0 15px 15px;
    padding: 5px 0;
}

.menu li,
.menu li a {
    color: #FFD700;
    display: block;
}

.menu li a,
.menu li.selected {
   padding: 10px;
}

.menu li a:hover,
.menu li.selected {
    color: #222;
    background-color: #F0FFF0;
    border-top-left-radius: 5px;
}

.menu li a:hover {
    border-bottom-left-radius: 5px;
    border-right: 6px solid #4C8B43;
}

.menu li.selected {
    padding-bottom: 9px;
    border-bottom: 1px solid #5AB25A;
    padding-left: 9px;
    border-left: 1px solid #5AB25A;
}

.menu li.open-submenu a:hover,
.menu li.above a:hover {
    padding: 10px 10px 9px 9px;
    margin: 0;
    border-right: 0;
    border-left: 1px solid #5AB25A;
    border-bottom: 1px solid #5AB25A;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.menu li.open-submenu a {
    padding: 7px;
    margin: 3px;
    color: #222;
    border-radius: 5px;
    background-color: #F0FFF0;
}

.menu li.sub {
    font-size: 14px;
    padding-left: 9px;
    margin-left: 15px;
}

.menu li.sub a:hover {
    margin-top: 1px;
    padding-top: 9px;
}

.menu li.sub-selected {
    font-size: 14px;
    padding: 10px;
    margin-left: 24px;
    color: #222;
    background-color: #F0FFF0;
    border-top-left-radius: 5px;
}

.menu li.sub-above {
    font-size: 14px;
    padding-left: 9px;
    margin-left: 15px;
}

.menu li.sub-above a:hover {
    border-right: 0;
    padding-left: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #5AB25A;
}

.main {
    line-height: 24px;
    margin-left: 150px;
    margin-top: 102px;
    padding: 40px 40px;
    min-height: 500px;
    max-width: 740px;
    text-align:justify;
}

.logo {
    margin: 20px 0 0 185px;
}

.header .subheadline {
    font-size: 23px;
    margin-left: 425px;
    margin-top: -10px;
    color: #FFD700;
}

.footer {
    margin-left: 150px;
    padding: 30px;
    font-size: 11px;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
}

h1 {
    font-size: 26px;
    padding-bottom: 20px;
}

h2 {
    font-size: 22px;
    padding-bottom: 10px;
}

h3 {
    font-size: 20px;
    padding-bottom: 10px; 
}

h3.subheadline {
    font-size: 18px;
    color: #999;
}

p {
    padding-bottom: 5px;
}

img.border {
    border: 1px solid #666;
    padding: 5px;
    border-radius: 3px;
    background-color: #FFF;
}

img.links {
    width: 300px;
    margin-bottom: 10px;
}

.lf {
    float: left;
}

.rf {
    float: right;
}

ul {
    margin-bottom: 20px;
}

ul li.dot {
    list-style-type: circle;
    list-style-position: inside;
}

ul li.list {
    border-left: 5px solid #DDD;
    margin-left: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    list-style-position: inside;
}

strong {
    font-weight: bold;
}

.addresse {
    border-left: 5px solid #DDD;
    padding-left: 5px;
}