@charset "utf-8";	

/*header START -----------------------------------------------------------------------*/
#Headline h1 {
	line-height: 18px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;

}
/*header END  -----------------------------------------------------------------------*/


/*mainContent START -----------------------------------------------------------------*/
#mainContent p, #mainContent table{
    text-align: left;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
}
#mainContent h1 {
	line-height: 18px;
	color: #2a4090;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
}
#mainContent h2{
	line-height: 20px;
	color: #2a4090;
	text-transform: none;
	text-indent: 0px;
	font-size: 12px;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#mainContent h3 {
	line-height: 20px;
	color: #41931c;
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 0px;
	font-style: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-family: Tahoma, Arial;
}
#mainContent a:link, #mainContent a:visited  {
	text-decoration: underline;
	color: #333333;
}
#mainContent a:hover {
	color: #FFFFFF;
}
/*mainContent END -----------------------------------------------------------------*/


/*footer START -----------------------------------------------------------------------*/
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: center;
    }
#footer a:link, #footer a:visited  {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
}
/*footer END -----------------------------------------------------------------------*/


/* HR START	------------------------------------------------------------------------------*/
hr{
	background-color:#666666; /* Mozilla 1.4 */
	color:#666666; /* IE 6 */
	border: #C8C7C7; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}
/* HR END	------------------------------------------------------------------------------*/



