/* CSS Document */


/* Ueberschrift Hauptueberschrift Arial content */
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #107A7A;
	margin: 10px 0px 5px 35px;
	font-size: 1em;
	background-image: url(../layout/contenth1back.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 0px 15px;
}

/* Ueberschrift Absatzueberschrift Arial content */
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 3px 0px 5px 35px;
	color: #333333;
	font-weight: bold;
}
/* Ueberschrift Schlagwort Verdana content */
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	margin: 8px 10px 8px 35px;
	color: #107A7A;
}

/* Text  Hinweistext content */
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 5px 0px 5px 35px;
	font-weight: normal;
	line-height: 1em;
	color: #676767;
}

/* Normaltext */

#content p {
	margin: 2px 10px 2px 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}

#content p.logo {
	color: #107A7A;
	font-weight: normal;
}

#content span.bold {
	font-weight: bold;
}
