@import url(http://fonts.googleapis.com/css?family=Montserrat:400,600,700);
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-text-size-adjust: none; }
a[href^=tel]{ color:inherit; text-decoration: inherit; font-size:inherit; font-style:inherit; font-weight:inherit; }
picture img{ width: 100%!important; }
img { border:none; max-width: 100%; height: auto; line-height: 0; font-size: 0; }
html{ overflow-y: scroll; }
html, body { height: 100%; font-family: 'Montserrat', sans-serif; font-size: 13px; color: #222221; font-weight: 400; background-color: #DADADC;}
input{ font-family: 'Montserrat', sans-serif; }
p { padding: 0px; margin: 0px; margin-bottom: 2em; }
h1, h2, h3, h4, h5 { font-weight: normal; line-height: 1; }

h1{
        font-size:16px;
        color: #2b4f97;
}

h2{
        font-size:14px;
        color: #2b4f97;
}

a{
        text-decoration: none;
}

.navi1{
        color: #222221;
}
.navi1:hover{
        color: #2b4f97;
        font-weight: bold;
}
.navi1_aktiv{
        color: #2b4f97;
        font-weight: bold;
}

.site {
        max-width: 930px;
        margin: 0 auto;
        background-color: #FFFFFF;
}

#header {
        position: relative;
        left:0;
    top:0;
        height:113px;
}

#logo {
   position:absolute;
   top:0;
   left:50px;
   width:170px;
}
#navi {
        position: relative;
        top: 0;
        left: 220px;
        width: 710px;
        height: 113px;
        background-image: url(images/web/bg_navi.png);
 }
 #navi_head {
   position:absolute;
   top:56px;
   left:20px;
   width:500px;
   color: #FFFFFF;
}
                ul#navi2{
                  margin-top: 0px;
                  width: 765px;
                  height: 50px;
                  background-repeat: no-repeat;
                  list-style: none;
                  text-align: center;
                  color: #FFFFFF;
                }
                .navlist{
                  float: left;
                  width: 80px;
                  height: 50px;
                  color: #ffffff;
                  valign: center;
                }
                .navlist:hover{
                  color: #ffffff;
                  font-weight: bold;
                }
#button_head {
        position: relative;
        top: 0;
        left: 525px;
        width: 150px;
        height: 113px;
 }
 #slider {
        position: relative;
        top: 0;
        left: 48px;
        height:269px;
 }
 #slider2 {
        text-align: center;
}
#content {
        position: relative;
        left:0;
    top:0;
        margin-bottom:30px;
        margin-top:10px;
        min-height:280px;
        height:auto;
}
#content #content_navi {
   position:absolute;
   top:15px;
   left:50px;
   width:150px;
}
#content #content_text {
        position:relative;
        top: 0;
        left: 220px;
        width: 480px;
 }
 #content #content_aktion{
        position: absolute;
        top: 15px;
        left: 750px;
        width: 150px;
 }
#footer {
        background-image: url(images/web/bg_footer.png);
        text-align: center;
        color: #FFFFFF;
        width:930px;
        height:41px;
        display: table-cell;
        vertical-align:middle;
}
.footer_mail {
        color: #FFFFFF;
}