body,p,div,span,table,tr,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:inherit;

}

#wellcome_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #333333;
	font-weight:bold;
}

#wellcome_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight:500;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a.top_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff !important;
	font-weight: 600;
	text-decoration:none;
	letter-spacing: 2px;
	text-transform:uppercase;
}

span.top_menu_spacer{
	font-family: Arial black, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff !important;
	font-weight: extrabold;
	letter-spacing: 1px;
}

a.left_menu:link,
a.left_menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	text-decoration:none;
	line-height:24px;
	Background-image:url("images/pfeil_normal.gif");
	Background-position: -7px -2px;
	Background-repeat: no-repeat
}

a.left_menu:hover {
	text-decoration:none;
	Background-image:url("images/pfeil_normal_hover.gif");
	Background-position: -7px -2px;
	Background-repeat: no-repeat
}

a.left_menu:focus {
	text-decoration:none;
	Background-image:url("images/pfeil_aktiv.gif");
	Background-position: -7px -2px;
	Background-repeat: no-repeat
}

a.left_menu:focus:hover {
	text-decoration:none;
	Background-image:url("images/pfeil_aktiv_hover.gif");
	Background-position: -7px -2px;
	Background-repeat: no-repeat
}

a.left_menu:active {
	text-decoration:none;
	Background-image:url("images/pfeil_aktiv.gif");
	Background-position: -7px -2px;
	Background-repeat: no-repeat
}

a.left_menu:active:hover {
	text-decoration:none;
	Background-image:url("images/pfeil_aktiv_hover.gif");
	Background-position: -7px -2px;
	Background-repeat: no-repeat
}