/* hauptsaechlich benutzte schrift, uebergeordnet ohne aussage zur groesse etc. */
BODY {	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
scrollbar-3dlight-color:#CCFF99;
scrollbar-arrow-color:#CCFF99;
scrollbar-base-color:#FFFFFF; 
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#669966; 
scrollbar-highlight-color:#dddddd; 
scrollbar-shadow-color:#CCFF99; 
scrollbar-track-color:#CCFF99; 
}

/* legt UEBERschriftgroesse in allen foos fest */
.headline {
	background: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
}

/* legt schriftgroesse in allen foos fest als auch die weisse hintergrundfarbe */
.beitrag {
	background: #FFFFFF;
	font-size: 11px;
}
a:link.beitrag {
	color : #999900;/*dunkelolive*/
	text-decoration: none;}
a:visited.beitrag {
	color : gray;
	text-decoration : none;}
a:active.beitrag {
	background : black;
	color :  #FFFF66;/*hellgelb*/
	text-decoration: none;}
a:hover.beitrag {
	background: black;
	color :  #FFFF66;/*hellgelb*/
	text-decoration: none;}	



/*definiert datumsSPALTE (indexseite, rubriken und haeuser), aktuell schwarz auf durchsichtig */
.left {
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	}


/* definiert die artikelSPALTE (indexseite, rubriken und haeuser), aktuell schwarz auf orange*/
.right {
	color:  #000000;
	background: #999900;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
		}
/* definiert die artikelSPALTE (indexseite, rubriken und haeuser), aktuell schwarz auf orange*/
.new {
	color:  #000000;
	background: #999900;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 11px;
	text-align: justify;
		}
	
	

/* AKTUELL GELB AUF GRÜN - indexseite und in den rubriken */
.artikel {
	color: #FFFF66; /*hellgelb*/
	background: #999900;/*dunkelolive*/
	font-size: 13px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
a:link.artikel {
	color: #FFFF66;/*hellgelb*/
	background: #000000;
	font-size: 13px;
	font-weight : bold;
	text-decoration : none;}
a:visited.artikel {
	color: #FFFF66;
	background: #000000;
	font-size: 13px;
	font-weight : bold;
	text-decoration : none;}
a:hover.artikel {
	color : #000000;
	background: #999900;/*dunkelolive*/
	font-size: 13px;
	font-weight : bold;
	text-decoration: underline;}





/* AKTUELL olive auf SCHWARZ - indexseite und in den rubriken */
.rubrik {
	color: #999900; /*dunkelolive*/
	background: #000000;
	font-size: 13px;
    padding-top: 2px;
	padding-bottom: 2px;
	}
a:link.rubrik {
	color: #000000;/* AKTUELL schwarz auf hellgruen */
	background: #CCFF99;
	font-size: 13px;
	font-weight : bold;
	text-decoration : none;}
a:visited.rubrik {
	color: #999900;
	background: #CCFF99;
	font-size: 13px;
	font-weight : bold;
	text-decoration : none;}
a:hover.rubrik {
	color : #000000;
	background: #999900;/*dunkelolive*/
	font-size: 13px;
	font-weight : bold;
	text-decoration: underline;}
	




/* AKTUELL WEISS auf GRAU --- indexseite und in den rubriken */
.haus {
	color: #FFFFFF;
	background: #666666;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
a:link.haus {
	color: #FFFFFF;/* AKTUELL WEISS auf GRAU */
	background: #666666;
	font-size: 13px;
	font-weight : bold;
	text-decoration : none;}
a:visited.haus {
	color: #FFFFFF;
	background: #666666;
	font-size: 13px;
	font-weight : bold;
	text-decoration : none;}
a:hover.haus {
	color : #000000;
	background: #999900;/*dunkelolive*/
	font-size: 13px;
	font-weight : bold;
	text-decoration: underline;}





/*definiert das datum auf titelseite fuer artikel, aktuell weiss auf schwarz*/
.datum_artikel {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 13px;}

/* definiert das datum auf titelseite fuer rubriken, aktuell schwarz auf hellgruen*/	
.datum_rubrik {
	color : #000000;
	background: #CCFF99;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 13px;}
	
/*definiert das datum auf titelseite fuer haeuser, aktuell weiss auf grau*/
.datum_haus {
	color: #FFFFFF;
	background: #666666;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 13px;}


/* nur fuer sogenannte spacer */
.zero {
	font-size: 3px;
	padding: 0px;}

/*fuer Spezialeffekte SCHWARZ auf hellgruen */
.ping {
	background: #CCFF99;
	color: black;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

/*fuer Spezialeffekte ORANGE auf GRAU */
.ping2 {
	background: #666666;
	color: #FFFF66;/*hellgelb*/
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}





/* fuers forum only */
.forum {
	background : white;
	font-size: 11px;
	font-weight: bold;
	color: black;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration : none;
	}
a:link.forum {
	color: #999900;/*dunkelolive*/
	text-decoration: none;}
a:visited.forum {
	color : #666666;/*dunkelgrau*/
	text-decoration : none;}
a:active.forum {
	color : #FFFF66;/*hellgelb*/
	text-decoration: none;}
a:hover.forum {
	background: black;
	color : #FFFF66;/*hellgelb*/
	text-decoration: none;}


/* fuers forum only */
.forum_leer {
	font-size: 11px;
	font-weight: bold;
	color: black;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration : none;
	}
a:link.forum_leer {
	color: black;
	text-decoration: none;}
a:visited.forum_leer {
	color : #666666;/*dunkelgrau*/
	text-decoration : none;}
a:active.forum_leer {
	color : black;
	text-decoration: none;}
a:hover.forum_leer {
	background: black;
	color : #FFFF66;/*hellgelb*/
	text-decoration: none;}


/* forum (eingabefeld) */
.komtab {
	background: white;
	color: black;
	border : 1px dotted gray;}

	
/* definiert abstaende der punkte im forum: margin fuer IE, padding fuer mozilla*/
UL { 
	list-style-image: url(../logos/5-3_punkt.gif);
	margin-left: 1em; padding-left: 0.5em;
	}
