#content {
	font-family: 'Trebuchet ms', 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, Helvetica;
	color: #505050;
}

#content p, 
#content span, 
#content a, 
#content strong, 
#content li {
	font-size: 100%;
	line-height: 135%;
}

#content p.small {
	font-size: 85%;
}

#content h1 {
	font-size: 200%;
	line-height: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #888;
	padding: 0;
}

#content h2 {
	font-size: 161.6%;
	font-weight: normal;
	color: #f18e00;
	padding-bottom: 2px;
	margin: 0;
	margin-bottom: 2px;
}

#content h3 {
	font-size: 115%;
	font-weight: bold;
	color: #505050;
	padding-bottom: 5px;
	margin: 0;
}

#content h4 {
	font-size: 116%;
	font-weight: bold;
	color: #505050;
	margin: 0;
	margin-bottom: 6px;
}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	color: #505050;
	margin: 0;
	margin-bottom: 6px;
}

#content a {
	color: #f18e00;
}

#content a:hover {
	color: #505050;
	text-decoration: underline;
}

#content img.cmsDocumentIcon {
	position: relative;
	top: -3px;
	margin-right: 6px;
}

#content hr {
	background-color: #888; /* Farbe für Opera und Firefox */ 
	color: #888; /* Farbe für Internet Explorer (IE) */
	border: 0; 
	height: 1px;     
}

