
/* ----------------------  CONTENT  --------------------------  */

h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica;
}


#content h1 {
	font-size: 28px;
	color: #81ADC7;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: normal;
	letter-spacing: 4px;
	word-spacing: 6px;
}

#content h2 {
	font-size: 14px;
	color: #333;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 110%;
}

.schwarz {
	color: #333;
}

.ueber_Ueberschrift {
	color: #333;
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 30px;}





#content img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#content img.links {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

		

#content p  {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 130%;
}

#content p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 140%;
	font-size: 12px;
}


#content li  {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 110%;
	font-size: 12px;
}



#content ul, #content ol { 
	margin-top: 0; 
	margin-bottom: 15px; 
	margin-left: 0; 
	padding: 0px 10px 2px 25px;  }

#content .klein {
	font-size: 11px;
}



#content  a {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}

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










