body {
    min-width: 100%;
    background-image: url(img/bft_aussicht3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
}

h0 {
    font-weight: bolder;
    font-size: 1.0em;
    color: black
}

h8 {
    font-size: 1.0em;
    color: black
}

b {
     color: black
}

h1 {
    font-weight: 700;
    font-size: 1em;
}

h2 {
    font-weight: 800;
    font-size: 1.5em;
}

h3 {
    margin: 10px 0px;
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: 100;
}

h4 {
    margin-top: -10px;
    font-size: 0.8em;
    font-style: italic;
    font-weight: 100;
    line-height: 1.3;
    color: #717171;
}

p{
    line-height: 1.4;
    font-size: 0.8em;
    color: #717171;
}

#container{
    width:810px;
    height: auto;
    margin: 0 auto;
}

#containerleft{
    float: left;
}

#containerright{
    float: right;
}

#logowrapper{
    height:120px;
    width: 650px;
    background-color: #bac31a;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#logo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 115px;
}

#contentwrapper {
    margin-top: 10px;
    width: 550px;
    min-height: 500px;
    height:auto;
    background-color: white;
    padding:30px 50px 30px 50px;
    float:right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#trennen{
    margin: 40px 0px;
    width:550px;
    height:3px;
    background-color: #bac31a;
}
#menu{
    margin-top:130px;
}

#menu li{
    padding:5px;
}

#menu li a{
    color: #fff;
    font-size: 1em;
    font-weight:800;
}

#menu li a:hover{
    color: #bac31a;
}

#index #index a,
#wie #wie a,
#kandidaten #kandidaten a,
#presse #presse a,
#impressum #impressum a,
#downloads #downloads a{
    color: #bac31a;
    cursor: default;
}

#maincontent img{
    display: block;
    margin-left:auto;
    margin-right: auto;
    width:550px;
    overflow:hidden;
    margin-bottom: 40px;
}

#maincontent a {
    color: #2e2e2e;
    font-size: 0.9em;
}

#maincontent a:hover{
    text-decoration: underline; !important
}


#kandidat {
    min-height: 200px;
}

#kandidat img{
    float:left;
    width:170px;
    margin-right: 20px;
}

#kanditxt{
    margin-top:-13px;
    float:right;
    width:360px;
}

#kanditxt p{
    color: #717171;
}
