#content h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 174%;
	line-height: 133%;
	color: #6e7c7f;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 124%;
	line-height: 133%;
	color: #6e7c7f;
	padding-bottom: 3px;
	background-image: url(../images/underline.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;	
}

#content img {
	border: 0;
}

#content img.cmsSearchIcon {
	border: 0;
}

#content img.border {
	border: 1px solid #dcdcdc;
}

#content img.marginright {
	margin-right: 15px;
}

#content img.marginleft {
	margin-left: 15px;
}

#content a:hover img {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;
}

#content img.cmsDocumentIcon {
	border: 0;
}


#content a {
	text-decoration: underline;
	color: #6e7c7f;	
}

#content a.special {
	/*
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 12px;
	*/
}

#content p.legend,
#content span.legend {
	font-size: 88%;
	line-height: 135%;
}

#content p.blue,
#content span.blue {
	color: #6e7c7f;
}

#content p.zitat,
#content span.zitat {
	font-size: 133%;
	line-height: 130%;
	font-family: Georgia, Trebuchet;
	font-style: italic;
}

#content ul,
#content li {
	margin: 0;
	padding: 0;
}

#content li.margintop {
	margin-top: 7px;
}

#content ul {
	padding-left: 16px;
}

#content div.gray {
	background-color: #f0f2f2;
	color: black;
	padding: 15px;
	border: 2px solid #dcdcdc;	
}



