div#content p, div#content li, div#content td p {
	font-size: 79%;
}

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

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

div#content a {
	color: #4E1B0D;
	line-height: 149%;
	text-decoration: underline;
}

div#content a:hover {
	color: #C1D8E4;
	line-height: 149%;
	text-decoration: underline;
}

div#content h1 {
	margin: 0;
	margin-top: 2px;
	font-size: 128%;
	color: #4E1B0D;
	font-weight: bold;
	line-height: 128%;	
}

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

div#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

div#content .zitat {
	font-family: "Times New Roman", Times, serif;
	font-size: 108%;
	color: #4E1B0D;
	line-height: 149%;
	font-style: italic;
}
	

