@charset "utf-8";
/* styles.css - 2012-03-08 - michael schwarz (msc) */

body {
    font-family: sans-serif;
}

img {
    display: block;
    border: 0;
    max-width: 99%;
}
#main-content img.bild-links {
    margin: 0 20px 5px 0;
    float: left;
    max-width: 120px;
}
#main-content img.bild-rechts {
    margin: 0 0 5px 20px;
    float: right;
    max-width: 120px;
}

#main-content h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 24px solid #0070BF;
    padding-left: 10px;
    color: #0070BF;
    font-size: 16px;
}
#main-content h2 {
    text-transform: uppercase;
    color: #0070BF;
    font-size: 16px;
}


@media only screen and (min-width: 960px) {

    * {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 16px;
        font-family: helvetica,arial,sans-serif;
        vertical-align: baseline;
        background: transparent;
    }

    body {
        line-height: 1.7;
        font-size: 16px;
        background: #fff url('bg/bg_body.png') no-repeat 50% 0;
        color: #333;
        font-family: helvetica,arial,sans-serif;
    }
    img {
        display: block;
        border: 0
    }
    strong {
        font-weight: bold
    }
    a,a:link,a:visited {
        color: #333;
        text-decoration: underline;
    }
    a:hover {
        color: #ff922c;
        text-decoration: none;
    }
    a:focus,a:active {
        color: #ff922c;
        text-decoration: none;
    }
    :focus {
        outline: 0
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
        font-size: inherit;
        width: auto;
        margin: 20px 0;
    }
    caption,th,td {
        text-align: left;
        vertical-align: top;
        padding: 0;
    }
    .caf:after,
    .inner:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

    .kursiv {
        font-style: italic;
    }
    .zentriert {
        text-align: center;
    }
    div.inner {
        width: 940px;
        margin: 0 auto;
        padding: 0 10px;
    }

/*
ifz-orange:#ff922c
ifz-grau:#a6a6a6
*/

#header,
#header div.inner {
    min-height: 180px;
    position: relative;
}
#header img {
    float: left;
    margin: 0;
}
#header p.claim {
    position: absolute;
    right: 10px;
    bottom: 41px;
    font-style: italic;
    color: #a6a6a6;
    width: 580px;
    text-align: right;
    font-size: 14px;
    line-height: 18px;
}


#main,
#main div.inner {
    min-height: 100px;
}




#main-content {
    /* width: 720px;
    float: right;
    padding-left: 40px; */
    padding-left: 115px;
    padding-top: 20px;
}

#main-content p {
    margin-bottom: 20px;
}
#main-content blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
}
#main-content ul {
    margin-left: 33px;
    list-style-type: square;
}
#main-content ol {
    margin-left: 33px;
}
#main-content img.bild-links {
    margin: 0 20px 5px 0;
    float: left;
    max-width: 240px;
}
#main-content img.bild-rechts {
    margin: 0 0 5px 20px;
    float: right;
    max-width: 240px;
}
#main-content div.linke-spalte {
    width: 45%;
    float: left;
}
#main-content div.rechte-spalte {
    width: 45%;
    float: right;
}


#footer {
    min-height: 30px;
}
#footer p {
    margin: 20px 0 10px 115px;
    padding: 10px 0;
    font-size: 14px;
    color: #a6a6a6;
    border-top: 1px dotted #a6a6a6;
}
#footer p a {
    font-size: 12px;
    color: #a6a6a6;
    text-decoration: none;
}
#footer p a:focus,
#footer p a:hover,
#footer p a:hover {
    color: #ff922c;
    text-decoration: underline;
}

}
/*mediaquery end */

@media only screen and (max-width: 959px) {

    a {
        color: #ff922c;
    }

    #header {
        border-bottom: 2px solid #ff922c;
    }
    #header p.claim {
        padding: 0 11px;
        font-style: italic;
        color: #a6a6a6;
        font-size: small;
    }


}
