/* Das Dokument allgemein */
body{
 color: #000000;
 background-color: #D3E2EA;
}

/* Hyperlinks allgemein */
a:link{
 color: black;
}
a:active{
 color: red;
}
a:hover{
 color: red;
}
a:visited{
 color: black;
}

/* Äußerste Tabelle, ergibt einen schmalen Rahmen */
.rahmentabelle{
 background-color: #000080;
}


/* In dieser Tabelle ist der eigentliche Inhalt */
.inhaltstabelle{
 background-color: white;
 width: 100%;
 padding: 3px;
 border-spacing: 3px
}


/* Die erste Zeile oben in der Inhaltstabelle. Enthält das Logo */
.logozeile{
 background-color: #D3E2EA;
}


/* Boxenspalten: Die beiden Spalten links und Rechts der Inhaltstabelle, in der die Boxen angezeigt werden */
.boxenspalten{
 width: 20%;
 font-family: Arial;
 font-size: 12px;
 background-color: #D3E2EA;
 vertical-align: top
}

/* Menueboxen */
.menuebox_titel{
background: #D3E2EA;
color: black;
font-family: Arial;
font-weight: bold;
font-size: 12px;
}

.menuebox_inhalt{
background: #D3E2EA;
color: black;
font-family: Arial;
font-size: 12px;
}

/* Der Footer: die Copyright-Zeile */
.copyright{
 background-color: #D3E2EA;
}





/* Überschriftenzeile für Tabellen im Forum */
.forum_tableheadline{
 font-family: Arial;
 font-size: small;
 font-weight: bold;
 color: #000000;
 background: #D3E2EA;
}

.forum_kleineseitenzahlen{
 font-family: Arial;
 font-size: 10px;
}

/* im forum, die infos wie zB. anzahl beiträge unter dem usernamen in der linken spalte */
.forum_smalluserinfo{
 font-family: Arial;
 font-size: 10px;
}

/* Standart-Text auf der ganzen Homepage */
.defaulttext{
 font-family: Arial;
 font-size: 12px;
 color: black;
}

/* Style für Beitrag im Forum Nr. 1 */
.forum_beitrag_a{
 background: #F5F5F5;
 font-family: Arial;
 font-size: 12px;
 color: black;
}

/* Style für Beitrag im Forum Nr. 2 */
.forum_beitrag_b{
 background: #F0F8FF;
 font-family: Arial;
 font-size: 12px;
 color: black;
}

/* Normale Überschrift auf der ganzen Homepage */
.defaultheadline{
 font-family: Arial;
 font-size: 18px;
 color: black;
}

/* Systemhinweise in Boxen */
.msgbox_titel{
 font-family: Arial;
 font-size: small;
 font-weight: bold;
 color: #FFFFFF;
 background: #0080C0;
}

.msgbox_inhalt{
 font-family: Arial;
 font-size: small;
 color: black;
 background: #F5F5F5;
}

.forumzitat{
 font-family: Arial;
 font-size: 10px;
 color: black;
 background: white;
 border-color: black;
 border-width: 1px;
 border-style: solid;
}

.forum_tableuebersicht_a{
 background: #F0F8FF;
 font-family: Arial;
 font-size: 12px;
 color: black;
}

.forum_tableuebersicht_b{
 background: #FFFFFF;
 font-family: Arial;
 font-size: 12px;
 color: black;
}

/* Leiste im Forum oben, die anzeigt, wo man sich befindet */
.forum_dubisthier{
 font-family: Arial;
 font-size: 12px;
 color: black;
 font-weight: bold;
 background: #FFFFFF;
}

/* Box im Forum, in der die letzten 10 Beiträge angezeigt werden*/
.forum_letztebeitraege{
 font-family: Arial;
 font-size: 10px;
 color: black;
 font-weight: bold;
 background: #F0F8FF;
 border-color: #0080C0;
 border-width: 1px;
 border-style: solid;
}

/* Überschriftenzeile für Mitgliederliste */
.memberlist_tableheadline{
 font-family: Arial;
 font-size: small;
 font-weight: bold;
 color: #FFFFFF;
 background: #0080C0;
}

.memberlist_zeile_a{
 background: #F5F5F5;
 font-family: Arial;
 font-size: 12px;
 color: black;
}

.memberlist_zeile_b{
 background: #D0D0D0;
 font-family: Arial;
 font-size: 12px;
 color: black;
}

.userprofile_zeile_a{
 background: #F5F5F5;
 font-family: Arial;
 font-size: 12px;
 color: black;
}

.userprofile_zeile_b{
 background: #D0D0D0;
 font-family: Arial;
 font-size: 12px;
 color: black;
}

.userprofile_tableheadline{
 font-family: Arial;
 font-size: small;
 font-weight: bold;
 color: #FFFFFF;
 background: #F5F5F5;
}

/* Lib boxen: tabellenüberschrift im adminbereich*/
.admin_boxen_tableheadline{
 font-family: Arial;
 font-size: small;
 font-weight: bold;
 color: #FFFFFF;
 background: #0080C0;
}

.news_box_oben{
 font-family: Arial;
 font-size: small;
 font-weight: bold;
 color: #000000;
 background: #F5F5F5;
}

.news_box_mitte{
 font-family: Arial;
 font-size: 12px;
 color: black;
 background: #FFFFFF;
}

.news_box_unten{
 font-family: Arial;
 font-size: 11px;
 color: black;
 background: #F5F5F5;
}

/* Darstellung von privaten Nachrichten*/


/* Box in denen Infos zur PM stehen, wenn man die PM liest */
.pms_header_box{
 font-family: Arial;
 font-size: 12px;
 background: #D0D0D0;
}

.pms_header_title{
 font-weight: bold;
}

.pms_header_value{
 text-decoration: none;
}

.pms_messagebody{
 font-family: MS Sans Serif, Arial;
 background: #C0BCC0;
 font-size: 13px;
}

.pms_postfach_zeile_a{
 font-family: Arial;
 font-size: 12px;
 background: #C0BCC0;  F5F5F5
}

.pms_postfach_zeile_b{
 font-family: Arial;
 font-size: 12px;
 background: #D0D0D0;
}

.pms_postfach_table_headline{
 font-family: Arial;
 font-size: small;
 font-weight: bold;
 color: #FFFFFF;
 background: #0080C0;
}

.gb_userinfo{
 font-family: Arial;
 font-size: 11;
 color: #000000;
 background: #F5F5F5;
}

.gb_beitrag{
 font-family: Arial;
 font-size: 13;
 color: #000000;
 background: #FFFFFF;
}

.gb_trennlinie{
 background: #0080C0;
}

.kalender_titelleiste{
 font-family: Arial;
 font-size: small;
 font-weight: bold;
 color: #FFFFFF;
 background: #0080C0;
}

.kalender_zeile_a{
 font-family: Arial;
 font-size: 12px;
 background: #F5F5F5;
}

.kalender_zeile_b{
 font-family: Arial;
 font-size: 12px;
 background: #D0D0D0;
}

.geburtstage_titelleiste{
 font-family: Arial;
 font-size: small;
 font-weight: bold;
 color: #FFFFFF;
 background: #0080C0;
}

.geburtstage_zeile_a{
 font-family: Arial;
 font-size: 12px;
 background: #F5F5F5;
}

.geburtstage_zeile_b{
 font-family: Arial;
 font-size: 12px;
 background: #D0D0D0;
}

.home_gebtage_schrift{
 font-family: Arial;
 font-size: 22px;
 color: orange;
 font-weight: bold;
}

.home_gebtage_user{
 font-family: Arial;
 font-size: 16px;
 color: red;
 font-weight: bold;
}

/*Adminbereich: Bannerverwaltung */
.banner_uebersicht_zeile_a{
 background-color:#D8D8D8;
}

.banner_uebersicht_zeile_b{
 background-color:#C0C0C0;
}


.langtext_seite{
 font-family: Arial;
 font-size: 12px;
 color: black;
}

.langtext_admin_uebersichtstabelle_zeile_a{
 background-color: #D8D8D8;
}

.langtext_admin_uebersichtstabelle_zeile_b{
 background-color: #C0C0C0;
}


/*Branchenbuch*/

.bb_eintrag_headline{
 font-family: Arial;
 font-size:14px;
 margin-left:10px;
 font-weight:bold;
}

.bb_eintrag_headline a{
 font-size:11px;
 font-weight:normal;
}

.bb_eintrag_daten{
 background-color:#D8D8D8;
 font-family: Arial;
 font-size:11px;
 margin-left:10px;
}

.bb_rubriktabelle{
 font-family: Arial;
 font-size:12px;
 font-weight:bold;
 table-layout:fixed;
}

.bb_rubriktabelle td{
 border:0px;
}

.bb_rubrikpfad{
 font-family:Arial;
 font-size:12px;
}

.bb_eintrag_details{
 background-color:#D8D8D8;
 font-family: Arial;
 font-size:12px;
 margin-left:10px;

}

