/*  =============================================================
    Datei:  verein.style.css
    Datum:  08.03.2009
    Autor:  Alexander Kapic
    Zweck:  Stylesheet für das Modul "VEREIN"
    -------------------------------------------------------------
    Inhalt:

    1. Inhalt
    2. Schriften und Absätz
    -------------------------------------------------------------
    (c) 2009 - PSV Anhalt-Zerbst e.V. - Alexander Kapic
    ============================================================= */

/* ========================================================
    1. Logo
   ======================================================== */
#Logo B.logoTL {
    background-image: url(img/layout/logotopleft.png);
}

#Logo DIV.logoTM {
    background-image: url(img/layout/logotopmiddle.png);
}

#Logo B.logoTR {
    background-image: url(img/layout/logotopright.png);
}

/* ========================================================
    2. Navigation
   ======================================================== */

#Navigation H2,
#Advert H2 {
    background: url(img/layout/pinboxtop.png) no-repeat;
}

/*  =============================================================
    1. Inhalt
    ============================================================= */
#Content H2 {
    color: #007700;
}

/*  =============================================================
    2. Schriften und Absätze
    ============================================================= */
#VereinCaption {
    text-align: center;
}

#VereinCaption P {
    color: #008800;
}

#VereinCaption H2 {
    font-size: 50px;
}

/* == Der Vorstand == */
DIV.Committee {
    width: 400px;
    padding: 5px;
    background-color: #EEEEEE;
    border: 1px solid #999999;
    margin: 10px 0;
    overflow: hidden;
}

DIV.Committee H3 {
    padding-bottom: 5px;
    border-bottom: 2px dotted #007700;
}

DIV.Committee IMG {
    width: 110px;
    padding: 3px;
    background-color: #FFFFFF;
    border: 1px outset #999999;
    margin: 5px 20px 5px 0;
    float: left;
}

DIV.Committee ADDRESS {
    width: 250px;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    float: left;
}

DIV.Committee P {
    font-weight: bold;
    padding-top: 5px;
    border-top: 2px dotted #007700;
    clear: both;
}

DIV.Committee P A:link,
DIV.Committee P A:visited {
    color: #007700;
    text-decoration: none;
}

DIV.Committee P A:hover,
DIV.Committee P A:focus {
    color: #00AA00;
    text-decoration: underline;
}

/* == Satzung == */
#Charter UL#SkipLinkList {
    margin: 20px 0;
}

#Charter UL#SkipLinkList LI {
    list-style-type: none;
    margin-left: 20px;
}

#Charter UL#SkipLinkList LI A:link,
#Charter UL#SkipLinkList LI A:visited,
#Charter DIV#Paragraphs A:link,
#Charter DIV#Paragraphs A:visited {
    color: #007700;
    font-weight: bold;
    text-decoration: none;
}

#Charter UL#SkipLinkList LI A:hover,
#Charter UL#SkipLinkList LI A:focus,
#Charter DIV#Paragraphs A:hover,
#Charter DIV#Paragraphs A:focus {
    text-decoration: underline;
}

#Charter DIV#Paragraphs H3 {
    text-align: center;
    margin-bottom: 10px;
}

#Charter DIV#Paragraphs OL,
#Charter DIV#Paragraphs HR {
    margin: 20px;
}

#Charter DIV#Paragraphs HR {
    border-style: dashed;
    border-color: #AAAAAA;
}

#Charter DIV#Paragraphs A {
    font-size: 12px;
    margin-left: 30px;
    
}

#Charter DIV#Paragraphs LI {
    margin-left: 20px;
    line-height: 1.5em;
}

#Charter DIV#Paragraphs OL LI UL LI {
    margin-left: 30px;
}

#Charter DIV#Paragraphs P {
    font-style: italic;
    text-align: right;
}


