/* Farbe der Überschriften h2 und h3 */
h2, h4 {
	color: #AD8C3B;
}
/* Definition der unterschiedlichen Stile (1-5) */
span.style_1 {
	font-weight: bold;
	color: #444;
}

span.style_2 {
	color: #AD8C3B;
}

span.style_4 {
	color: #AD8C3B;
	font-weight: bold;
}

span.style_3 {
	background-color: yellow;
}

span.style_5 {
	background-color: orange;
}

/* Aufzählungs Element */
#content li {
	padding-left: 10px;
	list-style-type: none;
	padding-bottom: 10px;
	list-style-image: url(img/fixed/pt_grey.gif);
	text-indent: -12px;
	padding-right: 40px;
}

#content ul {
	padding-left: 5px;
	list-style-position: inside;
}

/* farbe der Links */
* a {
	color: #555;
}

* a:link {
	color: #0a71b4;
}

* a:hover {
	color: #0a71b4;
}

* a:visited {
	color: #7591a3;
}
