* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
* a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:000000;
}
* a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:000099;
	text-decoration:none;
}

body{
	line-height: 1.5;
	margin: 30px 0px 30px 0px;
}
#float {
	 float:left;
	 margin: 0px 15px 10px 0px
}



/* ---------------------------------------- */
/*               FONTS                      */
/* ---------------------------------------- */

#small {
	 font-size: 11px;
}
#big {
	font-size: 15px;
}

/* ---------------------------------------- */
/*               HEADLINE                   */
/* ---------------------------------------- */

#headline_table {
     padding-left:15px;
	 width: 100%;
	 text-align:left;
}
#headline_font {
	 font-size: 25px;
	 font-weight: bold;
	 color:#840054;
}
#headline_sub_font {
	 font-size: 15px;
	 font-weight: bold;
	 color:#840054;
}
/* ---------------------------------------- */
/*               MENU                       */
/* ---------------------------------------- */
.menu_generell {
  font-weight:bold;
  color:840054;
  text-decoration:none;
}
#menu {
  font-weight:bold;
  color:840054;
  text-decoration:none;
}
#menu_active {
  font-weight:bold;
  color:#6D94A3; // EE0054;
  text-decoration:none;
}

#submenu {
  font-weight:bold;
  font-size:11.5px;
  color:840054;
  text-decoration:none;
}
#submenu_active {
  font-weight:bold;
  font-size:11.5px;
  color:6D94A3;
  text-decoration:none;
}
/* ---------------------------------------- */
/*               AKTUELL                    */
/* ---------------------------------------- */
#aktuell_ueberschrift {
  font-weight:bold;
  color:000000;
}

/* ---------------------------------------- */
/*               FOOTER                     */
/* ---------------------------------------- */
#footer {
		  text-align:center;
		  font-family: Arial, Helvetica, sans-serif;
	      font-size: 11px;
		  border-top: #000000 solid 1px;
		}
		
#footer a{
		  text-align:center;
		  font-family: Arial, Helvetica, sans-serif;
	      font-size: 11px;
		  color: #000000;
		  text-decoration:none;
		}
#footer a:hover{
		  text-align:center;
		  font-family: Arial, Helvetica, sans-serif;
	      font-size: 11px;
		  color: #000099;
		  text-decoration:none;
		}
