html {
    overflow-y: scroll;
}
body {
    margin: 0;
    background: transparent url("../images/bg.png") top left repeat;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}


/************* STANDARD ELEMENTE ************/
p {
    margin: 0 0 1em 0;
    line-height: 160%;
}
h1, h2, h3, h4, h5 {
    margin: 0 0 0.3em 0;
    text-transform: uppercase;
    font-weight: normal;
    color: #2c6895;
    line-height: 160%;
}
h1, h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.1em;
}
ul {
    padding-left: 30px;
}
ul li {
    margin-bottom: 0.5em;
}
a {
    color: #2c6895;
    text-decoration: underline;
}
a:hover {
    color: #000000;
}
sup {
    font-size: 0.6em;
}


/************* AUFTEILUNG ************/
#wrapper_all {
    background: #ffffff;
    margin: 0 auto;
    width: 980px;
    padding: 0 10px;
}
#header {}
#content {
    clear: both;
}
#footer {
    clear: both;
    padding: 10px 0;
}
.col_left, .col_right {
    width: 480px;
    float: left;
}
.col_left {
    margin-right: 20px;
}
.col_full {
    width: 100%;
    padding-top: 30px;
}
.col_third_left,.col_third_middle,.col_third_right {
    width:313px;
    float: left;
}
.col_third_left,.col_third_middle {
    margin-right: 20px;
}


/************* HEADER ************/
#wrapper_gradient {
    width: 100%;
    background: transparent url("../images/bg_head.png") top left repeat;
}
#gradient {
    width: 100%;
    background: transparent url("../images/head.png") top right repeat-y;
}
#logo {
    padding: 20px 10px 10px 10px;
    float: left;
}
#logo_schrift {
    padding: 44px 10px 10px 10px;
    float: right;
}
#companyname {
    text-align: right;
    font-family: "Times New Roman", Times, serif;
    color: #2c6895;
    padding: 5px 20px 5px 10px;
}
#companyname p {
    line-height: 140%;
    margin-bottom: 0;
}
#fontsize {
    margin-bottom: 10px;
}
.form_fontsize {
    float: left;
}
#form_fontsize_m {
    width: 16px;
    height: 16px;
}
#form_fontsize_l {
    width: 18px;
}
#form_fontsize_xl {
    width: 22px;
}


/************* MENÜS ************/
ul#mainmenu {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
}
ul#mainmenu li {
    list-style: none;
    float: left;
    width: 20%;
}
ul#mainmenu li a, ul#mainmenu li .active {
    text-decoration: none;
    padding: 10px 0;
    width: 99%;
    display: block;
    text-align: center;
}
ul#mainmenu li .active h1{
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    color: #FFFFFF;
    line-height: inherit;
}
ul#mainmenu li:last-child a {
    width: 100%;
}
ul#mainmenu li a {
    background: transparent url("../images/bg_button.png") 0px 0px repeat-x;
    color: #2c6895;
}
ul#mainmenu li a:hover {
    background-position: 0 -80px;
}
ul#mainmenu li .active {
    background: #2c6895;
    color: #ffffff;
}

ul#footer_menu {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1em;
    text-transform: uppercase;
}
ul#footer_menu li {
    list-style: none;
    float: left;
}
ul#footer_menu li a, ul#footer_menu li .active {
    text-decoration: none;
    padding: 0;
    margin: 0 20px 0 0;
    color: #2c6895;
}
ul#footer_menu li a {
}
ul#footer_menu li a:hover {
    text-decoration: underline;
}
ul#footer_menu li .active {
    font-weight: bold;
}


/************* Footer ************/
#wrapper_footer {
    width: 100%;
    display: table;
    border-top: #2c6895 1px solid;
    font-size: 0.8em;
}
#footer_left, #footer_middle, #footer_right {
    display: table-cell;
    vertical-align: middle;
}
#footer_left {
    padding-top: 5px;
}
#footer_right {
    padding-top: 5px;
    text-align: right;
}


/************* Hilfselemente ************/
.clear {
    clear: both;
}


/************* Content ************/
#content img {
    margin-bottom: 1em;
}
.titelbild {
    position: relative;
    padding-top: 3px;
}
.titelbild_text {
    position: absolute;
    padding-left: 30px;
    text-indent: -30px;
    right: 20px;
    top: 60px;
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    color: #2c6895;
}
.titelbild_text p {
    margin: 0;
    line-height: 140%;
}
a.xing, a.facebook {
    text-indent: -9999px;
    width: 21px;
    height: 21px;
    background-image: url("../images/social-media-logos.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin: 2px 5px 0 5px;
}
a.xing {
    background-position: top left;
}
a.xing:hover {
    background-position: bottom left;
}
a.facebook {
    background-position: top right;
}
a.facebook:hover {
    background-position: bottom right;
}


/************* Kontakt ************/
form.kontaktformular label {
    color: #2c6895;
    text-transform: uppercase;
    margin-bottom: 1em;
    display: block;
}
form.kontaktformular input, form.kontaktformular textarea {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 464px;
    background-color: #dbeaeb;
    border: none;
    padding: 8px;
    font-size: 1em;
}
form.kontaktformular input.error, form.kontaktformular textarea.error {
    width: 458px;
    border: 1px solid red;
}
form.kontaktformular #senden {
    width: auto;
    padding: 3px 20px;
    margin-bottom: 1em;
    border-radius: 5px;
    color: #2c6895;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    border: 1px solid #FFF;
    -webkit-box-shadow:  0px 0px 2px 1px rgba(50, 50, 50, 0.4);
    box-shadow:  0px 0px 2px 1px rgba(50, 50, 50, 0.4);
    display: block;
    cursor: pointer;
}