#content h1 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 150%;
	font-weight: normal;
}

#content h2 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 160%;
	font-weight: bold;
	color: black;
}

#content hr {
	border: 0;
	height: 1px;
	border-bottom: 1px solid #666666;
}

#content img {
	border: 1px #666666 solid;
}

#content img.cmsDocumentIcon {
	border: 0;
}

#gototop img.gototop {
	border: 0px;
	float: right;
	margin-top: 20px;
}

#content img.ohnerahmen {
	border: 0px;
}


#content input {
	border: 1px solid #3375b7;
}

#content input:focus {
	background-color: #f5f5f5;
}

#content textarea {
	border: 1px solid #3375b7;
}

#content textarea:focus {
	background-color: #f5f5f5;
}


#content a {
	text-decoration: none;
	color: #3375b7;
}

#content a.mitbild {
	text-decoration: none;
	color: #3375b7;
	background-image: url(../../standard_de/images/mehr_icon.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
}

#content a.mitbild:hover {
	background-image: url(../../standard_de/images/mehr_icon_hover.gif);
	color: #848484;

}

#content ul,
#content li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 160%;	

}

#content li {
	background: url(../../standard_de/images/liststyle.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0 7px;
}

#content ul li ul li {
	background: url(../../standard_de/images/liststyle2.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-left: 2px;
	background-position: 0 9px;
}

#content ul li ul li ul li {
	background: none;
	background-repeat: no-repeat;
	margin-left: 2px;	
	padding-left: 12px;
}

#content li.news {
	background: none;
	padding: 0px;
}

div#content div.results {
	display: inline;
	float: left;
}

div#content div.navigation {
	display: inline;
	float: right;
}