* {
    margin: 0;
    padding: 0;
}

body {
    padding: 20px 0;
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #646462;
    background: #EFEFEF;
}

h1 {
    padding: 100px 30px 0 0;
    font: 30px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

h2 {
    position: relative;
    top: -3px;
    padding: 0 30px 0 0;
    font: 14px Arial, Helvetica, sans-serif;
    color: #ADCEFF;
}

p {
    padding: 5px 0 0 12px;
    font: 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #646462;
}

a {
    color: #81A449;
    text-decoration: underline;
}

a:hover {
    color: #81A449;
    text-decoration: none;
}

#main {
    margin: 0 auto;
    width: 806px;
    text-align: left;
    background: White url(bilder/bg.gif) repeat-y;
}

#header {
    height: 220px;
    text-align: right;
    background: #2F69CC url(bilder/header.jpg) no-repeat;
}
#header2 {
    height: 220px;
    text-align: right;
    background: #2F69CC url(bilder/header2.jpg) no-repeat;
}

#header3 {
    height: 220px;
    text-align: right;
    background: #2F69CC url(bilder/header3.jpg) no-repeat;
}

#menu {
    margin: 0 14px;
    height: 37px;
    background: #F0F2F1 url(bilder/menu.jpg) no-repeat;
}



#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    height: 37px;
    color: #E9EDF4;
}

#menu ul li a {
    display: block;
    padding: 1px 32px 0 30px;
    font: bold 14px/36px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #FFFFFF;
    background: url(bilder/menu_br.gif) no-repeat right;
}

#menu ul li a:hover, #menu ul li a.active {
    text-decoration: none;
    color: #F38E3C;
}

#menu2 {
    margin: 0 14px;
    height: 37px;
    background: #F0F2F1 url(bilder/menu2.jpg) no-repeat;
}

#menu2 ul {
    list-style: none;
}

#menu2 ul li {
    float: left;
    display: block;
    height: 37px;
    color: #E9EDF4;
}

#menu2 ul li a {
    display: block;
    padding: 1px 32px 0 30px;
    font: bold 14px/36px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #FFFFFF;
    background: url(bilder/menu_br.gif) no-repeat right;
}

#menu2 ul li a:hover, #menu2 ul li a.active {
    text-decoration: none;
    color: #F38E3C;
}

#menu3 {
    margin: 0 14px;
    height: 37px;
    background: #F0F2F1 url(bilder/menu3.jpg) no-repeat;
}

#menu3 ul {
    list-style: none;
}

#menu3 ul li {
    float: left;
    display: block;
    height: 37px;
    color: #E9EDF4;
}

#menu3 ul li a {
    display: block;
    padding: 1px 32px 0 30px;
    font: bold 14px/36px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #FFFFFF;
    background: url(bilder/menu_br.gif) no-repeat right;
}

#menu3 ul li a:hover, #menu3 ul li a.active {
    text-decoration: none;
    color: #F38E3C;
}

#middle {
    margin: 0 14px;
    padding-top: 7px;
    background: url(bilder/middle.gif) repeat-x top;
}

#left {
    float: left;
    padding: 0 0 10px 18px;
    width: 500px;
}

#left h3 {
    margin-bottom: 5px;
    padding: 25px 30px 10px 30px;
    font: bold 14px Arial, Helvetica, sans-serif;
    background: url(bilder/h3.gif) no-repeat bottom;
}

#left h3. {
    padding-top: 10px;
}

#right {
    float: right;
    width: 220px;   
    padding: 50px 0 0 0;
}

#right ul li {
    display: block;
    height: 200px;
   
}

#right img {
    height: 190px;
    width: 200px;
}

#footer {
    clear: both;
    height: 1%;
    background: url(bilder/footer.jpg) repeat-x bottom;
}

#footer p {
    padding: 0 0 24px 60px;
    font: 10px/30px Arial, Helvetica, sans-serif;
}