﻿html {
    overflow-y: scroll;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    background-image: url(../img/bg_body.png);
    background-repeat: repeat-x;
    background-color: #fff;
}

@font-face {
    font-family: "ArialNarrowRegular";
    src: url("../fonts/ArialNarrowRegular/ArialNarrowRegular.eot");
    src: url("../fonts/ArialNarrowRegular/ArialNarrowRegular.eot?") format("embedded-opentype"),
    url("../fonts/ArialNarrowRegular/ArialNarrowRegular.woff") format("woff"),
    url("../fonts/ArialNarrowRegular/ArialNarrowRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "ArialNarrowBold"; */
@font-face {
    font-family: "ArialNarrowBold";
    src: url("../fonts/ArialNarrowBold/ArialNarrowBold.eot");
    src: url("../fonts/ArialNarrowBold/ArialNarrowBold.eot?") format("embedded-opentype"),
    url("../fonts/ArialNarrowBold/ArialNarrowBold.woff") format("woff"),
    url("../fonts/ArialNarrowBold/ArialNarrowBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "ArialNarrowItalic"; */
@font-face {
    font-family: "ArialNarrowItalic";
    src: url("../fonts/ArialNarrowItalic/ArialNarrowItalic.eot");
    src: url("../fonts/ArialNarrowItalic/ArialNarrowItalic.eot?") format("embedded-opentype"),
    url("../fonts/ArialNarrowItalic/ArialNarrowItalic.woff") format("woff"),
    url("../fonts/ArialNarrowItalic/ArialNarrowItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "ArialNarrowBoldItalic"; */
@font-face {
    font-family: "ArialNarrowBoldItalic";
    src: url("../fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.eot");
    src: url("../fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.eot?") format("embedded-opentype"),
    url("../fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.woff") format("woff"),
    url("../fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

#container {
    position: relative;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    background-image: url(../img/bg_linie.png);
    background-repeat: repeat-y;
    background-position: center top;
    z-index: 1;
}

#wrapper {
    position: relative;
    width: 826px; /*960*/
    margin: 0px auto;
    z-index: 2;
}

h1, h2 {
    font-size: 26px;
    line-height: 1.2em;
    color: #077cc1;
    font-family: "ArialNarrowRegular", Arial, Helvetica, sans-serif;
    font-weight: lighter;
    margin-top: 0;
    margin-bottom: 22px; /*25px*/
}

h2 {
    margin-bottom: 18px;
}

/*h2 { font-size: 22px; margin: 0.8em 0 1.0em 0; color: #004f9d; }*/
h3 {
    font-size: 16px;
    color: #077cc1;
    margin-top: 25px; /*margin-bottom:20px;*/
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

img,
a img {
    border: 0;
}

a {
    color: #0076be;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.content a {
    color: #077cc1;
}

.content {
    color: #4b4a4d;
    line-height: 18px; /*1.5em*/
}

p {
    margin: 0 0 18px 0;
}

.content ul {
    margin: 0 0 18px 15px;
    padding: 0 0 10px 0;
    /*list-style-type:none;*/
}

/*.content li {	list-style-image: url(../images/template/icon_square.png); } */

table td {
    vertical-align: top;
}

table {
    font-size: 12px;
    margin-bottom: 18px;
}

#top-area {
    position: relative;
    width: 100%;
    height: 95px;
    background-color: #FFFFFF;
}

#logo {
    position: absolute;
    left: 0;
    top: 20px;
}

#nav-image-area {
    position: relative;
    width: 826px;
    height: 253px;
    background-color: #FFFFFF;
}

#nav-image-area .image_right {
    position: absolute;
    right: 1px;
    width: 624px;
    height: 213px;
}

#content-area {
    position: relative;
    /*float:left;*/ /*Problem !!*/
    width: 100%; /*825px - 199*/
    height: auto;

    padding-bottom: 93px; /* footer höhe*/
}

.content {
    position: relative;
    width: 590px;
    margin-left: 201px;
    margin-top: 30px;
}

#slogan {
    position: absolute;
    right: 644px;
    top: 62px; /*39*/
    width: 165px;
    height: auto;
    /*font-family: "Arial Narrow", Arial, Helvetica, sans-serif;*/
    color: #707173;
    font-size: 10px;
    z-index: 4;
}

#slogan i {
    font-family: "ArialNarrowRegular", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

#footer-area {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 93px;

    background-image: url(../img/bg_footer.png);
    background-repeat: repeat-x;

    z-index: 6;
}

#copyright {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    text-align: right;
}

#copyright a {
    color: #003f7d;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

.flagge {
    position: absolute;
    top: 2px;
}

/* ======= Für allgemeine Bilder mit Text links oder rechts ======= */

.picleft,
.picright {
    max-width: 270px;
    margin-top: 3px;
    margin-bottom: 15px;
}

.picleft {
    float: left;
    margin-right: 15px;
}

.picright {
    float: right;
    margin-left: 10px;
}

.piclegend {
    margin-top: 10px;
    width: auto;
    font-style: italic;
}

.c1, .c2 {
    /*height:109px;*/
    height: auto;
    width: 100%;
    display: table;
    margin-bottom: 18px;
}

.c2 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #58585a;
    padding-bottom: 16px;
}

/* Wenn Bild innerhalb vom div kasten links*/
.c1_picleft {
    float: left;
    margin-top: 3px;
    margin-right: 15px;
}

.c3 {
    position: relative;
    float: left;
    width: 180px;
    min-height: 100px;
    margin-right: 10px;
    margin-bottom: 18px;
}

.c3_text {
    margin-top: 3px;
    margin-bottom: 0px;
}

.c3 img {
    width: 180px;
}

/*für Team Einzeldarstellung*/
.c4 {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
}

.c4_texttop,
.c4_textbottom {
    position: absolute;
    left: 290px;
}

.c4_texttop {
    top: 0;
}

.c4_textbottom {
    bottom: 0px;
}

.bildrahmen {
    border: 1px solid #999999;
}

/* ======= Formular Layout ======= */

.textarea {
    width: 475px; /*380*/
    height: 100px;
}

.form {
    position: relative;
    height: auto;
    margin-bottom: 5px;
}

.form-ta {
    position: relative;
    height: 55px;
    margin-bottom: 5px;
}

.form-ta textarea {
    position: absolute;
    left: 180px;
    width: 300px;
}

.form input {
    position: absolute;
    left: 180px;
    width: 300px;
}

.form_submit {
    margin-top: 15px;
    margin-left: 180px;
}

.button {
    border: 1px solid #b1b4b8;
    background-color: #dde0e2;
    padding: 1px;
}

ul.list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.list li {
    padding-left: 1em;
    text-indent: -1em;
}

ul.list li:before {
    content: "●";
    color: #0076BE;
    padding-right: 5px;
}

.tbl td {
    padding:2px;
}

.tbl th {
    padding:2px;
    color: #077CC1;
    font-weight: bold;
}

.blue {
    color: #077CC1;
}


.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.row {
    margin-left: -15px;
    margin-right: -10px;
}

.sent {
    top: 50%;
    left: 40%;
    position: fixed;
    z-index: 9999;
    width: 300px;
    padding: 20px;
    background-color: white;
    text-align: center;
    color: gray;
    display: block;
    border: 1px solid gray;
    border-radius: 3px;
}

.btnok {
    padding: 5px 20px;
    margin-top: 10px;
    color: #666666;
    background-color: #cecfd1;
    border: 1px solid gray;
    border-radius: 3px;
    cursor: pointer;
}