div#content p, div#content li, div#content td p {
	font-size: 84%;
	margin: 0;
	padding: 0;
}

div#content li li {
	font-size: 100%;
}

div#content p {
	color: #000000;
	line-height: 180%;
}

div#content a,
div#content h2 a {
	color: #0084bd;
	line-height: 149%;
	text-decoration: none;
}

div#content h2 a,
div#content a h2 {
	color: #ffffff;
}

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

div#content h2 a:hover {
	color: #000000;
	text-decoration: none;	
}

div#content h1 {
	margin: 0;
	margin-top: -6px;
	font-size: 129%;
	color: #0084bd;
	font-weight: bold;
	line-height: 128%;	
}

div#content h2 {
	font-size: 86%;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: #68696b;	
	line-height: 149%;
	padding-left: 4px;
}

div#content h3 {
	font-size: 100%;
	color: #68696b;
	font-weight: bold;
	margin: 0;
	line-height: 149%;
	padding-left: 4px;	
}

div#content h4 {
	margin: 0;
	font-size: 86%;
	color: #0084bd;
	font-weight: bold;
	line-height: 180%;	
}
div#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#content ul li {
	margin: 0;
	line-height: 180%;
	background: url(../images/li.gif) no-repeat left 7px;
	padding-left: 13px;
}

div#content ul li ul {
	margin: 0;
	padding: 0;
	padding-left: 8px;
	list-style: none;
}

div#content ul li ul li {
	margin: 0;
	line-height: 100%;
	background: url(../images/li.gif) no-repeat left 5px;
	padding-left: 13px;
}

div#content hr {
	border-color: white;
	color: white;
	background: white;
	border-width: 0;
	width: 100%;
	height: 0;
	border-bottom: #68696b solid 1px;
	padding-top: 1px;
}

div#content span.orange, div#content p.orange, div#content h2.orange, div#content h3.orange, div#content h4.orange, div#content h4.orange a, div#content a h4.orange {
	color: #0084bd;
}

div#content span.schwarz, div#content p.schwarz, div#content h1.schwarz, div#content h2.schwarz, div#content h4.schwarz, div#content h4.schwarz a, div#content a h4.schwarz {
	color: black;
}

div#content span.weiss, div#content p.weiss, div#content h1.weiss, div#content h2.weiss, div#content h4.weiss, div#content h4.weiss a, div#content a h4.weiss {
	color: white;
}


