.text, .text_bold , .text_small
	{
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #666666;
	line-height:15px;
	}

.text_bold 
	{
	font-weight:bold;
	}

.text_small 
	{
	font-size: 10px;
	}

.text_beitrag
	{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	line-height:17px;
	}

.text_replace
	{
	color:#009900;
	}

/* --------- H Überschriften --------------------------- */
H1, H2, H3, H4, H5, H6 {
	padding:0px; 
	margin:0px;
	border:0px;
	font-weight:bold;

	}

H1 { 
	font-size: 22px; 
	color: #2f7c00;
	line-height:21px;
	padding-bottom:5px;
	}

H2 {
	font-size: 17px; 
	color: #2f7c00;
	color: #ffffff;
	font-variant: small-caps;
	}
	
H3 {
	font-size: 14px; 
	color: #2f7c00;
	font-variant: small-caps;
	}

H4 {
	font-size: 16px; 
	color: #000000;
	font-variant: small-caps;
	}



/* --------- Farben --------------------------- */

.grau {color:#999999}
.rot {color:#990000}
.blau{color:#29559C}
#gruen{color:#6baa3b}


