/* Ersteller: BIG O. - Met-Brueder MC Niedersachsen*/
/* Durch Änderungen in dieser CSS-Datei kann das gesamte Aussehen der Homepage verändert werden! */


/* ============================================*/
/* Beispiele für Textfarbe und Hintergrundfarbe*/
/* ============================================*/
/* body,td,th {color: #711516;}  rote Schrift*/
/* body,td,th {color: #DEDEDE;}  graue Schrift*/
/* body {background-color: #000000; margin-left: 0px; margin-top: 00px; margin-right: 0px; margin-bottom: 0px;}  schwarzer Hintergrund*/
/* body {background-color: #DEDEDE; margin-left: 0px; margin-top: 00px; margin-right: 0px; margin-bottom: 0px;}  grauer Hintergrund*/








/* ====================================*/
/* Benutzte Textfarbe auf der Homepage */
/* ====================================*/
body,td,th {color: #711516;}


/* ===========================================*/
/* Benutzte Hintergrundfarbe auf der Homepage */
/* ===========================================*/
body {background-color: #DEDEDE; margin-left: 0px; margin-top: 00px; margin-right: 0px; margin-bottom: 0px;}


/* =======================================*/
/* Benutzte Schriftstile auf der Homepage */
/* =======================================*/
.Stil_01 {color: #9E1C1E; font-size: 12pt;}
.Stil_02 {color: #9E1C1E; font-size: 12pt; font-weight: bold;}
.Stil_03 {color: #9E1C1E; font-size: 12pt; font-style: italic;}
.Stil_04 {color: #9E1C1E; font-size: 12pt; font-weight: bold; font-style: italic;}
.Stil_05 {color: #9E1C1E; font-size: 16pt;}
.Stil_06 {color: #9E1C1E; font-size: 16pt; font-weight: bold;}
.Stil_07 {color: #9E1C1E; font-size: 16pt; font-style: italic;}
.Stil_08 {color: #9E1C1E; font-size: 16pt; font-weight: bold; font-style: italic;}
.Stil_09 {color: #9E1C1E; font-size: 30pt;}
.Stil_10 {color: #9E1C1E; font-size: 30pt; font-weight: bold;}
.Stil_11 {color: #9E1C1E; font-size: 30pt; font-style: italic;}
.Stil_12 {color: #9E1C1E; font-size: 30pt; font-weight: bold; font-style: italic;}
.Shop_01 {color: #9E1C1E; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;}
.Shop_02 {color: #9E1C1E; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold;}



/* =========================================*/
/* Benutzte Hyperlinkfarbe auf der Homepage */
/* =========================================*/
a:link {color: #9E1C1E;}
a:visited {color: #9E1C1E;}
a:hover {color: #9E1C1E;}
a:active {color: #9E1C1E;}