#content {
	font-family: 'Trebuchet ms', 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, Helvetica;
	color: #505050;
}

#content p, 
#content span, 
#content a, 
#content strong, 
#content li {
	font-size: 100%;
	line-height: 135%;
}

#content p.small {
	font-size: 85%;
} 

#content h1 {
	font-size: 161.6%;
	font-weight: normal;
	color: #81c606;
	background-image: url(../images/line_h.gif);
	background-repeat: repeat-x;
	background-position: 50% bottom;
	padding-bottom: 2px;
	margin: 0;
	margin-bottom: 2px;
}

#content h2 {
	font-size: 123%;
	font-weight: normal;
	color: #81c606;
	background-image: url(../images/line_h.gif);
	background-repeat: repeat-x;
	background-position: 50% bottom;
	padding-bottom: 2px;
	margin: 0;
	margin-bottom: 4px;
}

#content h2 a {
	text-decoration: none;
}

#content h3 {
	font-size: 116%;
	font-weight: bold;
	color: #505050;
	margin: 0;
	margin-bottom: 6px;
}

#content h4 {
	font-size: 108%;
	font-weight: bold;
	color: #505050;
	margin: 0;
	margin-bottom: 6px;
}

#content ul {
	margin: 0;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	padding: 0;
	list-style: none;
	line-height: 135%;
}

#content ul li {
	line-height: 135%;
	padding: 0;
	padding-left: 16px;
	padding-bottom: 0.4em;
	background-image: url('../images/content.listitem.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#content ul.compact li {
	padding-bottom: 0em;
}

#content a {
	color: #74B501;
}

#content a.wichtig {
	color: #74B501;
	background-image: url('../images/content.listitem.gif');
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 13px;
}

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

#content blockquote {
	margin: 0;
	background-color: #eef8da;
	background-image: url('../images/line_h.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

#content blockquote p {
	padding: 3px 3px 3px 16px;
	background-image: url('../images/content.block.background.gif');
	background-repeat: no-repeat;
}

#content img.floatleft {
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
}

#content img.floatright {
	float: right;
	margin-left: 16px;
	margin-bottom: 10px;
}

#content img.floatrightspecial {
	float: right;
	margin-left: 12px;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #ccc;
}

#content img {
	margin-top: 5px;
	border-color: #BBBBBB;
}

#content div.klein {
	font-size: 85%;
}

#content table {
	margin: 0;
	padding: 0;
}

#content div table {
	border: 1px #81c606 dotted;
	background-color: #e6f4cd;	
}

#content div table thead td {
	background-color: #efefef;
	font-weight: bold;
	padding: 6px;
	border: 0;
}

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

#content table.white td {
	background-color: white;
}

#content span.error {
	position: relative;
	top: 3px;
	color: #DD0000;
	font-weight: bold;
}

#content img.cmsDocumentIcon {
	position: relative;
	top: -3px;
	margin-right: 6px;
}
