/* Textformatierung */
#content p.bodytext {
	font: 12px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

/* Listenformatierung */
#content ul li {
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 10px;
	line-height:18px;
	list-style:none;
	background: url(../images/dot_3px.gif) left top no-repeat;
}

/* Überschriften */
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 25px;
	color: #06C;
	padding-bottom: 20px;
}

h2 {
	font-size: 14px;
	color: #666; 
	padding-bottom: 10px;
}

h3 {
	font-size: 14px;
	color: #0066CC; 
	padding: 10px 0px 10px 0px;
}