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

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

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

}

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

div#content h1 {
	margin: 0;
	margin-top: 2px;
	font-size: 163%;
	color: #cfcb49; 
	font-weight: 1200;
	/*border-bottom: #cfcb49 solid 1px;*/
}

div#content h2 {
	font-size: 128%;
	color: #cfcb49; 
	font-weight: bold;
	margin: 0;
	line-height: 149%;
	/*border-bottom: #cfcb49 dotted 1px;*/
}


div#content h3 {
	font-size: 107%;
	color: #cfcb49; 
	font-weight: bold;
	margin: 0;
	line-height: 149%;
}

div#content img {
	border-top: solid 5px #cfcb49;
	border-bottom: solid 5px #cfcb49;
}


div#content img.ohnerahmen,
div#content img.cmsDocumentIcon {
	border-top: 0;
	border-bottom: 0;
}

div#content p.grau, div#content span.grau {
	color: #ccc; 
}

div#content div.tags {
	text-align: right;
}

div#content p.tags, div#content span.tags {
	color: #baccda;
	font-size: 70%;
}

div#content ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: square;
}

div#content ul li {
	color: #fff;
	margin: 0;
	line-height: 149%;
	padding-left: 1px;
}

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

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

div#content table {
	margin: 0;
	padding: 0;
	border: 1px solid #cfcb49;
	border-collapse: separate;
	border-spacing: 5px;
}

div#content table td {
	color: #cfcb49;
	margin: 0;
	padding: 3px 3px 3px 3px;
}

div#content table thead td {
	background-color: #cfcb49;
	padding: 2px 0px 2px 0px;
	font-weight: bold;
}

div#content table tbody td {
	padding: 2px 0px 2px 0px;
	border: 0;
}
