#content p, #content li, #content td p {
	font-size: 93%;
	line-height: 144%;	
}

#content p.legend,
#content span.legend,
#content li.legend {
	font-size: 85%;
}

#content p span.legend,
#content p a.legend {
	font-size: 93%;
}


#content h1,
#content h2,
#content h4 {
	margin: 0;
	padding: 0;
}

#content h1 {	
	color: #0d67b3;
	font-size: 164.6%;
	line-height: 123.1%;
	font-weight: normal;
}

#content h2 {
	color: #0d67b3;
	font-size: 131%;
	line-height: 131%;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;	
}

#content h4 {
	color: #0d67b3;
	font-weight: normal; 
	font-size: 108%; 
	line-height: 131%;
	margin-bottom: 8px;
}

#content pre {
	font-size: 14px; 
	line-height: 17px; 
}

#content ul { 
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
	
#content ul li { 
	list-style: none;
	padding-left: 15px;
	margin: 4px 0;
	background: url(../images/content.listitem.gif) no-repeat 0 5px;
}

#content ol { 
	padding: 0;
	margin: 0;
	margin-top: 10px;
	padding-left: 20px;
}
	
#content ol li { 
	background: none;
	list-style: decimal;
	padding: 0;
	margin: 4px 0;
}

#content a {
	color: #0d67b3;
	text-decoration: none;
}

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