/*----- Allgemein Anfang-----*/
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body{
    height: 100%;
    position: relative;
    min-height: 100%;
    background-color: white;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #555;
    margin: 0;
    padding: 0;
    min-width: 960px;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    font-size-adjust: none;
    border:0;
}

a{
    font-weight: 500;
    color: #698c00;
    cursor: pointer;
}

a img {
    border: 0;
}

ul li {
    text-decoration: none;
    list-style-type: none;
}
/*----- Allgemein Ende -----*/

/*----- Header Anfang -----*/

.ContentMainWrapper {
    width: 1045px;
}
.ContentMainWrapper .headerSearch {
    position: relative;
    height: 80px;
    margin-bottom: 15px;
}

.ContentMainWrapper .headerSearch .FirstLine {
    max-width: 1045px;
    display: block;
}
.ContentMainWrapper .headerSearch .HomeHeadline {
    float: left;
    width: 60%;
}

.ContentMainWrapper .masterHeader {
    max-width: 1045px;
}

.ContentMainWrapper .headerSearch .logoWrapper {
    display: inline-block;
    width: 200px;
    float: left;
}

.logoWrapper {
    position: relative;
}

.ContentMainWrapper .headerSearch .logoWrapper a {
    width: 200px;
    margin-top: -8px;
    margin-left: 5px;
    display: block;
}

.ContentMainWrapper .headerSearch .logoWrapper .KimetaLogo {
    width: 200px;
    height: 80px;
    margin-left: 0;
}
/*---- Header Ende --------*/


/*---- Content Anfang ----*/

.ContentMainWrapper .ContentWrapper {
    position: relative;
    min-width: 960px;
    background-color: #fafafa;
    max-width: 1045px;
    margin-top: 28px;
    border-top-right-radius: 15px;
    padding-bottom: 35px;
}

.errorMessage {
    display: block;
    margin-left: 210px;
    padding-top: 40px;
    padding-bottom: 400px;
}

.errorMessage a {
    margin-top: 15px;
    display: block;
}



/*---- Content Ende   ----*/

/*---- Footer  Anfang ----*/

.FooterdivKimeta {
    background-color: #ededed;
    height: 66px;
    text-align: center;
    padding-top: 16px;
    min-width: 940px;
    line-height: 26px;
    -webkit-box-shadow: inset 0 8px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 8px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 8px 5px -5px rgba(0, 0, 0, 0.1);
}

.FooterdivKimeta a {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    text-shadow: 0 1px 0 white;
    font-weight: 400;
    color: #666;
}

.FooterdivKimeta a ul li {
    display: inline-block;
}

/*---- Footer Ende  ----*/
