/*******************************************************
 Projekt        : Lebenshaus-Stiftung // "Aurora" (Redesign 2006)
 Datei          : base.css
 Beschreibung   : Grundlegende Stile
 Autor          : Stefan Winopal (s.winopal@cnx.de)
 Erstellt       :
 Letztes Update : 30-Oct-08 (s.winopal@cnx.de)
 *******************************************************/
/* *** DIE BASICS *** */
* {
    margin: 0px;
    padding: 0px;
}

html {
    width: 100%;
    height: 100%;
    background-color: #FFFFE6;
    color: inherit;
}

body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    background-attachment: fixed;
    background-image: url(../img/cont_background.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: transparent;
    color: inherit;
}
/* *** HEADER *** */
#header {
    background-color: #266AA7;
    background-image: url(../img/lebenshaus_background.png);
    background-repeat: repeat-x;
    height: 85px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: inherit;
}

#header h1 {
    margin: 0px;
    padding: 0px;
    width: 600px;
    height: 85px;
}

#header h1 a#logo {
    background-image: url(../img/lebenshaus.png);
    background-repeat: no-repeat;
    width: 600px;
    height: 85px;
    background-position: top left;
    display: block;
}

#header h1 a#logo #alternate {
    display: none;
}
/* *** NAVIGATION *** */
#navi {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(../img/nav_background.png);
    background-repeat: repeat-x;
    background-position: center;
    height: 2.55em;
    max-height: 100px;
    border-top: 1px solid #B3B36B; /* BU #7F7F4C */
    border-bottom: 1px solid #A38703; /* BU #7F6902 */
    font-size: 0.7em;
    background-color: #FED205;
    color: inherit;
}

#navi li {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    height: 2.55em;
}

#navi li a {
    float: left;
    padding-right: 1.2em;
    padding-left: 1.2em;
    padding-top: 0.75em;
    padding-bottom: 0.8em;
    background-image: url(../img/nav_line.gif);
    background-position: right center;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #2D2D1B;
    font-weight: bold;
    white-space: nowrap;
    background-color: transparent;
    display: block;
    height: 1em;
    vertical-align: middle;
}

#navi a:hover {
    color: #E30C18;
    background-color: transparent;
}

#navi li#navi-active {
    margin-left: -1px;
    border-left: 1px solid #F8DF41;
    background-image: url(../img/nav_active.gif);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
}

#navi li#navi-active a {
    text-decoration: none;
    color: #67674C; /*#9B0810*/
    border-left: 1px solid #F8DF41; /*#F8DF41*/
    background-image: none;
    margin-left: -1px;
}

#subnav {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    list-style-image: none;
    border-bottom: 1px solid #E3E3BE;
    border-top: 1px solid #CECEA7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    top: 0px;
    font-size: 0.6em;
    background-image: url(../img/subnav_background.png);
    background-repeat: repeat;
    background-position: bottom;
    clear: both;
}

#subnav li {
    display: inline;
    padding: 0em;
    margin: 0em;
}

#subnav li span {
    color: #E30C18;
    font-weight: normal;
    background-color: transparent;
}

#subnav a {
    text-decoration: none;
    color: #000000;
    padding: 0em 0.8em 0em 1em;
    margin: 0em;
    white-space: nowrap;
    background-color: transparent;
}

#subnav a:before {
    content: "» ";
    color: #E30C18;
    background-color: transparent;
}

#subnav #subnav-active {
    text-decoration: none;
    padding: 0em;
    padding-left: 1em;
    padding-right: 0.8em;
    margin: 0em;
    white-space: nowrap;
    color: #E30C18;
    font-weight: bold;
    background-color: transparent;
}

#subnav-active:before {
    content: "› ";
    color: #E30C18;
    font-weight: normal;
    background-color: transparent;
}

#subspace {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    list-style-image: none;
    border-top: 1px solid #DDDDCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    top: 0px;
    font-size: 0.6em;
}

#subspace li {
    visibility: hidden;
}

#subnav li {
    display: inline;
    padding: 0em;
    margin: 0em;
}

#subnav li span {
    color: #E30C18;
    font-weight: normal;
    background-color: transparent;
}

#subspace a {
    text-decoration: none;
    color: #000000;
    padding: 0em 0.8em 0em 1em;
    margin: 0em;
    white-space: nowrap;
    visibility: hidden;
    background-color: transparent;
}

#subspace #subnav-active {
    text-decoration: none;
    padding: 0em;
    padding-left: 1em;
    padding-right: 0.8em;
    margin: 0em;
    white-space: nowrap;
    color: #E30C18;
    font-weight: bold;
    visibility: hidden;
    background-color: transparent;
}

#subspace-active:before {
    content: "» ";
    color: #E30C18;
    font-weight: normal;
    visibility: hidden;
    background-color: transparent;
}
/* *** INHALTEBEREICH UND FUSSBEREICH *** */
div.helperlinks {
    display: none;
}

#content, #footer {
    margin-left: 95px;
    width: 75%;
    max-width: 40em;
}

#content {
    margin-top: 3em;
}
/* ** Überschriften ** */
#content h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    /* font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", Helvetica, sans-serif; */
    font-size: 2em;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #9B0810;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    background-color: transparent;
}

#content h2, #content caption, #content dl.glossary dt {
    font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
    font-size: 1.25em;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #343419; /* #74060C */
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    background-color: transparent;
}

#content h3, #content dl#sitemap dt {
    font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #343419; /* #9B0810 */
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: transparent;
}

#content caption {
    text-align: left;
}
/* ** Absatzstile ** */
#content p, #content ul li, #content ol li, #content dl dt, #content address {
    font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 165%;
    color: #343419;
    background-color: transparent;
}

#content ul, #content ol {
    margin-left: 2.5em;
    margin-right: 2.5em;
}

#content p, #content blockquote, #content address {
    margin-top: 1em;
    margin-bottom: 1em;
}

#content blockquote {
    margin: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
    background-image: url(../img/quote.png);
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 45px;
}

#content blockquote p {
    font-style: italic;
}

#content blockquote p cite {
    font-style: normal;
    text-transform: uppercase;
    color: #A38703;
    font-size: 0.8em;
    white-space: nowrap;
    background-color: transparent;
}

#content blockquote p cite:before {
    content: "(";
}

#content blockquote p cite:after {
    content: ")";
}

#content dl dt {
    line-height: 165%;
}

#content dl dd, #content table tr td {
    font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 165%;
    color: #67674C;
    margin-left: 10px;
    background-color: transparent;
}

#content dl.glossary dd {
    font-size: 1em;
}

#content p small, #content dl.glossary dd p small, #content p.footnote {
    font-size: 85%;
    line-height: 140%;
}

#content table.dates tr td {
    vertical-align: bottom;
    padding: 0.5em;
}

#content table.dates tr td.img {
    width: 85px;
    height: 85px;
}

#content table.dates tr td.date {
    width: 8em;
    height: 85px;
    color: #74060C;
    font-weight: bold;
    text-align: center !important;
}

#content table.dates thead {
    display: none;
}

#content dl.dates dt {
    color: #74060C;
    float: left;
    vertical-align: text-bottom;
    margin-right: 1em;
    background-color: transparent;
    height: 1em;
}

#content dl.dates dd {
    color: #343419;
    white-space: nowrap;
    background-color: transparent;
    height: 1em;
}

#content p.address {
    float: left;
    margin-right: 1.75em;
    margin-bottom: 2em;
}

#content p.teaser {
    color: #67674C;
    margin-bottom: 2.5em;
    line-height: 180%;
}

#content p.footnote, #content label.footnote {
    font-size: 0.75em;
}

#content p.footnote a {
    font-weight: normal;
}

#content label.small {
    display: block;
    line-height: 90%;
    font-weight: normal;
}

#content ul li {
    list-style-type: square;
}

#content a, #content a:link, #content dl#sitemap dd a {
    color: #184268;
    font-weight: bold;
    text-decoration: underline;
    background-color: transparent;
}

#content a:visited {
    color: #343419;
    background-color: transparent;
}

#content a:hover, #content a:active {
    color: #E30C18;
    background-color: transparent;
}

#content img {
    border: 1px solid #E5E5CF;
    padding: 4px;
    background-color: #F2F2DA;
    margin-bottom: 0.5em;
    color: inherit;
}

#content img.table {
    margin-bottom: -0.5em;
    border: none;
    background-color: transparent;
    padding: 0;
}

#content div.box {
    border-right: 1px solid #CECEA7;
    border-bottom: 1px solid #CECEA7;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    background-image: url(../img/note_background.png);
    background-position: center top;
    background-repeat: no-repeat;
}

#content div.box small.caption {
    font-size: 0.85em;
    line-height: 175%;
}

#content div.box p, #content div.box address {
    font-size: 0.8em;
    margin-bottom: 0;
}

#content div.box address {
    font-style: normal;
    font-weight: bold;
}

#content div.box address span {
    font-weight: normal;
}

#content div.box h2 {
    font-size: 1em;
    text-transform: uppercase;
    color: #A38703;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
}

#content img.left, #content div.left {
    float: left;
    margin-right: 1em;
}

#content img.right, #content div.right {
    float: right;
    margin-left: 1em;
}

#content img.naked {
    border: none;
    padding: 0px;
    background-color: transparent;
    margin-bottom: 0em;
    color: inherit;
}

#content abbr, #content acronym {
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 1em;
    border: none;
    letter-spacing: 0.1em;
}

#content strong abbr, #content strong acronym, #content b abbr, #content b acronym, .boldacronym /*aufräumen*/ {
    font-size: 1em;
    font-style: italic;
}

#content ul.paging {
    text-align: right;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
    margin-bottom: 2em;
}

#content ul.paging li {
    display: inline;
    padding-left: 1em;
}

#content ul.paging li a {
    text-decoration: none;
    white-space: nowrap;
}
/* ** "Dialogfelder" ** */
#content #error {
    background-color: #F8C5B5;
    border: 1px solid #F1857F;
    background-image: url(../img/dialog-error.png);
    background-position: 10px;
    background-repeat: no-repeat;
    color: inherit;
}

#content #error p {
    line-height: 120%;
    margin-left: 70px;
    margin-right: 10px;
    color: #E30C18;
    background-color: transparent;
}

#content #error p a {
    color: #71060C;
    text-decoration: underline;
    font-weight: normal;
}

#content #information {
    background-color: #CBDBD6;
    border: 1px solid #98B6C5;
    background-image: url(../img/dialog-information.png);
    background-position: 15px;
    background-repeat: no-repeat;
    color: inherit;
}

#content #information p {
    line-height: 120%;
    margin-left: 70px;
    margin-right: 10px;
    color: #316EA5;
    background-color: transparent;
}

#content #information p a {
    color: #183752;
    text-decoration: underline;
    font-weight: normal;
}
/* ** Fußbereich ** */
#footer {
    padding-top: 2em;
    padding-bottom: 2em;
    clear: both;
}

#footer ul.articletools {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.6em;
    text-transform: uppercase;
    vertical-align: middle;
    height: 22px;
    min-height: 22px;
}

#footer ul.articletools li {
    display: inline;
    height: 22px;
    min-height: 22px;
}

#footer ul.articletools li a {
    font-weight: bold;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}

#footer ul.articletools li a.icon {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
    height: 1.25em;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 8px;
}

#footer ul.articletools li a.icon#printpage {
    background-image: url(../img/tango/document-print.png);
}

#footer ul.articletools li a.icon#recommend {
    background-image: url(../img/tango/mail-forward.png);
}

#footer ul.articletools li a.icon#return {
    background-image: url(../img/tango/edit-redo.png);
}

#footer ul.articletools li a.icon#home {
    background-image: url(../img/tango/go-home.png);
}

#footer ul#meta {
    border-top: 1px dashed #B3B3A1; /* font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", Helvetica, sans-serif; */
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.75em;
    line-height: 1.5em;
    height: 2em;
    min-height: 2em;
    text-transform: lowercase;
    vertical-align: middle;
    text-align: left;
    margin-top: 3em;
    padding-top: 1em;
}

#footer ul#meta li {
    display: inline;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

#footer ul#meta li#meta-active {
    color: #B3B3A1;
    /* font-weight: bold; */
    background-image: url(../img/miniarrow_light.png);
    background-position: left center;
    padding-left: 16px;
    background-repeat: no-repeat;
}

#footer ul#meta li a {
    /* font-weight: bold; */
    text-decoration: none;
    color: #67674C;
    background-image: url(../img/miniarrow.png);
    background-position: left center;
    padding-left: 16px;
    background-repeat: no-repeat;
}

#footer ul#meta li a:hover {
    text-decoration: underline;
}

#footer p.sponsor {
    font-size: 0.75em;
    font-style: italic;
    text-align: right;
    text-transform: lowercase;
    line-height: 1.5em;
    height: 2em;
    min-height: 2em;
    margin-top: -3em;
    color: #B3B3A1;
    font-family: Georgia, "Times New Roman", serif;
    background-color: transparent;
    padding-top: 1em;
}
/*
 ::-moz-selection{
 background-color: #9B0810;
 color: #FFFFE6;
 }
 */
/* Styles für Mikroformate */
#content ul#calendar {
    margin: 0;
}

#content ul#calendar li {
    list-style: none;
    clear: both;
}

#content ul#calendar dl.vevent dt {
    border-bottom: 1px dotted #B3B3A1;
    padding: 0;
    padding-bottom: 6px;
    margin-bottom: 12px;
    line-height: 1.1em;
}

#content ul#calendar dl.vevent dt abbr {
    text-transform: none;
    font-size: 1em;
    line-height: 1em;
    border: none;
    letter-spacing: normal;
}

#content ul#calendar dl.vevent dt abbr.dtstart {
    font-size: 0.85em;
    color: #74060C;
}

#content ul#calendar dl.vevent dt span.summary {
    font-weight: bold;
    font-size: 1.2em;
}

#content ul#calendar dl.vevent dd.image {
    float: left;
    margin-left: 0;
    margin-bottom: 2em;
}

#content ul#calendar dl.vevent dd.description {
    padding-left: 119px;
}

#content p a.unlink, #content p a:link.unlink {
    font-weight: normal;
    text-decoration: none !important;
    color: #343419;
}

#content p a.unlink span.highlight {
    text-decoration: underline;
    font-weight: bold;
}

#content p a:hover.unlink span.highlight {
    color: #E30C18;
}

#content br.clear {
    clear: both;
}
