/* CSS RTE Fonts */
/* by solic.de */

/* p text */
p {
	margin: 2px 3px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-indent: 0px;
	font-style: normal;
	line-height: 1.1em;
}

/* Ueberschrift Hauptueberschrift Arial content */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
        line-height: 1.0em;
	margin: 5px 0px 5px 0px;
	
}

/* Ueberschrift Absatzueberschrift Arial content */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.0em;
	margin: 3px 0px 3px 0px;	
}

/* Ueberschrift Schlagwort Verdana content */
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	margin: 0px 5px 3px 0px;
}

/* Text  Hinweistext content */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 2px;
	line-height: 1.1em;
        font-weight: normal;
}

p.schwarz {
	color: #000000;
	font-weight: normal;
}

p.schwarzbold {
	color: #000000;
	font-weight: bold;
}

p.rot {
	color: #E20A17;
	font-weight: normal;
}

p.rotbold {
	color: #E20A17;
	font-weight: bold;
}

p.grau {
	color:#666666;
	font-weight: normal;
}

p.graubold {
	color:#666666;
	font-weight: bold;
}

span.schwarz {
	color: #000000;
	font-weight: normal;
}

span.schwarzbold {
	color: #000000;
	font-weight: bold;
}

span.rot {
	color: #E20A17;
	font-weight: normal;
}

span.rotbold {
	color: #E20A17;
	font-weight: bold;
}

span.grau {
	color:#666666;
	font-weight: normal;
}

span.graubold {
	color:#666666;
	font-weight: bold;
}

/* global link*/
#content a:link, #content a:visited, #content a:hover, #content a:active {
        text-decoration:underline;
	color: #666666;
	background: transparent;
	font-weight: normal;
}

#content a:hover {
	color: #000000;
}

#content hr { height: 1px;
border: 0px;
background-color: #CCCCCC;
color: #CCCCCC;
}