
 /* Basiselemente */

html, body {
        width: 100%;
        margin: 0;
        padding: 0;
}
#pageHeader {
        width: 100%;
}

#pageHeader h1 {
        font-family:'trebuchet ms', sans-serif;
        font-variant: small-caps;
        font-size: 2.1em;
        font-weight: 100;
        color: #A63100;
        margin-top: 111px;
        margin-left: 57px;
        height: 20px;
}

#pageHeader2 h2 {
        font-family:'trebuchet ms', sans-serif;
        font-variant: small-caps;
        font-size: 1.1em;
        font-weight: lighter;
        color: #808080;
        padding-top: 11px;
        margin-left: 281px;
}




#inhalt {
    float: left;
}
p {
    text-align: justify;
    line-height: 1.7em;
    font-family: 'trebuchet ms', sans-serif;
    font-size: 0.85em;
}
p.text1 {
    margin-top: 44px;
    margin-left: 57px;
    width: 66%;
}
abbr {
    text-decoration: none;
    border-bottom: none;
}
#inhalt a {
    color: #A63100;
}

#navigation {
    float: left;
    width: 100%;
    padding-top: 33px;
}


#navigation li {
        display: inline;
        padding: 17px;
        list-style-type: none;
}
#navigation a {
        display: inline;
        font-family: 'trebuchet ms', sans-serif;
        font-size: 1.0em;
        font-variant: small-caps;
        text-decoration: none;
}
#navigation a:link {
        color: #A63100;
}
#navigation a:visited {
        color: #A63100
}
#navigation a:hover {
        color:  #808080;
}
#navigation a:focus, a:active {
        color: #000000;
}

#fusszeile {
    float: right;
    margin-right: 11px;
    margin-bottom: 11px;
}

#fusszeile li {
    display: inline;
    padding: 11px;
    list-style-type: none;
}
#fusszeile a {
    font-family: 'trebuchet ms', sans-serif;
    font-size: 0.8em;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    color: #000000;
    text-decoration: none;
}

/* Elemente für Impressumseite */
#imprdaten {
    float: left;
    margin-left: 33px;
    margin-right: 33px;
    text-align: left;
    font-family: 'trebuchet ms', sans-serif;
    font-size: 1em;
}
#naviImpressum {
    float: left;
}

#naviImpressum li {
        list-style-type: none;
}
#naviImpressum a {
        display: block;
        font-family: 'trebuchet ms', sans-serif;
        font-size: 0.9em;
        text-decoration: none;
}
#naviImpressum a:link {
        color: #A63100;
}
#naviImpressum a:visited {
        color: #A63100;
}
#naviImpressum a:hover {
        color: #000000;
}
#naviImpressum a:focus, a:active {
        color: #000000;
}
#talkingcards {
    float: right;
    margin-right: 33px;
    display: block;
}
#fusszeileImpressum {
    clear: right;
    float: right;
    margin-right: 33px;
    margin-bottom: 11px;
    margin-top: 66px;
}
#fusszeileImpressum ul {
    display: inline;
}
#fusszeileImpressum li {
    display: inline;
    padding-right: 11px;
    list-style-type: none;
}
#fusszeileImpressum a {
    font-family: 'trebuchet ms', sans-serif;
    font-size: 0.8em;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    color: #000000;
    text-decoration: none;
}
/* Elemente für PatientInneninformation und Datenschutz */

#inhalt a {
        display: inline
        font-family: 'trebuchet ms', sans-serif;
        font-size: 0.9em;
        text-decoration: none;
}
#inhalt a:link {
    color: #00000
}
#inhalt a:visited {
        color: #00000;
}
#inhalt a:hover {
        color: #63100;
}
