/* CSS fuer Posaunenchorhomepage */



/* **** Verwendete Farben ****                                                                          */
/* Name            RGB-Hex RGB-Dez     Anwendung                                                        */
/*                                                                                                      */
/* Weiss           #FFFFFF 255,255,255 Hintergrund                                         (100% Weiss) */
/* sehr helles Rot #F8DADF 248,218,223 Menuehintergrund                         (CVJM-Rot zu 83% Weiss) */
/* Mittelrot       #D82440 216,036,064 Links, Logotexte (h6), Ueberschriften    (CVJM-Rot)              */
/* Grau            #B4B3BB 180,179,187 CVJM-Dreieck-Hintergrund                 (CVJM-Grau)             */
/* Schwarz         #000000 000,000,000 Text                                                             */



/* **** Allgemein **** */

img.poschor {
 margin: 0px;
 padding: 0px;
 border-color: #D82440;
 border-style: solid;
 border-width: 0px;
}

img.poschorLink {
 margin: 0px;
 padding: 0px;
 border-color: #D82440;
 border-style: solid;
 border-width: 1px;
}

table.poschor {
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}

tr.poschor {
}

td.poschor {
 vertical-align: middle;
}

td.poschorNoWrap {
 vertical-align: middle;
 white-space: nowrap;
}

a.poschor {
 background-color: #FFFFFF;
 text-decoration: none;
 color: #D82440;
}

a.poschor:link {
 background-color: #FFFFFF;
 text-decoration: none;
 color: #D82440;
}

a.poschor:visited {
 background-color: #FFFFFF;
 text-decoration: none;
 color: #D82440;
}

a.poschor:hover {
 background-color: #FFFFFF;
 text-decoration: underline;
 color: #D82440;
}

a.poschor:active {
 background-color: #FFFFFF;
 text-decoration: none;
 color: #D82440;
}

a.poschor:focus {
 background-color: #FFFFFF;
 text-decoration: none;
 color: #D82440;
}

ul.poschor {
 list-style-image: url(a_listenpunkt.gif);
 margin-top: 0px;
 margin-bottom: 0px;
}

ol.poschor {
 margin-top: 0px;
 margin-bottom: 0px;
}

li.poschor {
 margin-top: 0px;
 margin-bottom: 0px;
}



/* **** Ueberschrift **** */

div.poschorCategory {
 margin: 0px;
 padding: 0px;
 font-size: 11pt;
 color: #D82440;
 font-weight: bold;
 text-align: right;
}

td.poschorH1 {
 vertical-align: bottom;
}

h1.poschor {
 margin: 0px;
 padding-top: 1px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 3px;
 color: #D82440;
 font-size: 13pt;
 font-weight: bold;
 text-align: left;
}

h1.poschorSubtitle {
 margin: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 3px;
 padding-right: 0px;
 color: #D82440;
 font-size: 12pt;
 font-weight: bold;
 text-align: right;
}

h2.poschor {
 margin-top: 10pt;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 padding: 0px;
 color: #D82440;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
}

h2.poschorCentered {
 margin-top: 10pt;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 padding: 0px;
 color: #D82440;
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
}

div.poschorLogo {
 margin: 0px;
 padding: 0px;
 text-align: right;
}



/* **** Dokument **** */

div.poschorArea {
 margin: 0px;
 padding: 0px;
 clear: both;
}

div.poschorTextJustified {
 margin-top: 5pt;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 padding: 0px;
 text-align: justify;
}

div.poschorTextCentered {
 margin-top: 5pt;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 padding: 0px;
 text-align: center;
}

div.poschorAuthor {
 margin-top: 5pt;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 padding: 0px;
 text-align: justify;
 font-size: 9pt;
}

div.poschorImageCentered {
 margin-top: 5pt;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 padding: 0px;
 text-align: center;
 font-style: italic;
}

div.poschorImageFloatLeft {
 margin-top: 5pt;
 margin-bottom: 5pt;
 margin-left: 0px;
 margin-right: 5pt;
 padding: 0px;
 text-align: center;
 font-style: italic;
 float: left;
}

div.poschorImageFloatRight {
 margin-top: 5pt;
 margin-bottom: 5pt;
 margin-left: 5pt;
 margin-right: 0px;
 padding: 0px;
 text-align: center;
 font-style: italic;
 float: right;
}

