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

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

#content h1 {
	font-size: 20px;
	color: #666;
	margin: 90px 20px 5px;
	padding: 0px;
	line-height: 24px;
	font-style: italic;
	font-weight: bold;
}

#content h1 .klein {
	font-size: 16px;
	color: #666;
	margin: 20px 0px;
	padding: 0px;
	line-height: 18px;
}

#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, #content li  {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	color: #1F1F1F;
}

ul.klein li, #content ul.klein a {
	font-size: 11px;
	line-height: 120%;
}


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

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



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

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


#content p.footer  {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 10px;
	line-height: 120%;
	color: #333333;
	border-top: 1px dotted #999999;
	text-align: center;
	padding-top: 15px;
}



/* --------------------- RIGHTBAR ------------------------------ */

#rightbar p, #rightbar li  {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 11px;
	line-height: 150%;
	color: #333333;
	margin-right: 20px;
}

#rightbar p.zitat  {
	font-weight: bold;
	font-size: 11px;
	line-height: 140%;
	color: #666;
	text-align: right;
}


#rightbar p.zitatklein  {
	font-weight: bold;
	font-size: 9px;
	line-height: 140%;
	color: #666;
	text-align: right;
}


#rightbar #funktionen {
	background-color: #E7E8EA;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
}

#rightbar #funktionen form{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



input {
	color: #000000;
	border: 1px solid #999;
	font-size: 11px;
	padding: 0px;
	width: 130px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}





