/*Gestaltung des Mainmenus auf der linken Seite*/
span.menu_left a {
	width:184px;
	_width: 200px;
	background:url(../images/bg-navi-inaktiv.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	padding-bottom: 5px;
	padding-left: 16px;
	padding-top: 5px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	
	color: #07038e;

	display: block;

	border-bottom: #FFFFFF 1px solid;
}

span.menu_left a:hover {
	background:url(../images/bg-navi-aktiv.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

span.menu_left a:visited {
	_font-weight: normal;
}

span.menu_left_active a {
	width:184px;
	_width: 200px;
	background:url(../images/bg-navi-aktiv.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	padding-bottom: 5px;
	padding-left: 16px;
	padding-top: 5px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
	color: #07038e;

	display: block;

	border-bottom: #FFFFFF 1px solid;
}

span.menu_left2 a{
    	width: 168px;
	background:url(../images/bg-subnavi-inaktiv.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	padding-bottom: 3px;
	padding-left: 28px;
	padding-top: 3px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	
	color: #07038e;

	display: block;
}

span.menu_left2 a:hover{
	background:url(../images/bg-subnavi-aktiv.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #07038e;;
}

span.menu_left2 a:visited {
	_font-weight: normal;
}

span.menu_left2_active a {
    	width: 168px;
	background:url(../images/bg-subnavi-aktiv.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	padding-bottom: 3px;
	padding-left: 28px;
	padding-top: 3px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
	color: #07038e;

	display: block;
}

span.menu_left3 a{
    	width:168px;
	background:url(../images/bg-subnavi2-inaktiv.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	padding-bottom: 3px;
	padding-left: 32px;
	padding-top: 3px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	
	color: #07038e;

	display: block;
}

span.menu_left3 a:hover{
	background:url(../images/bg-subnavi2-aktiv.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #07038e;;
}

span.menu_left3 a:visited {
	_font-weight: normal;
}

span.menu_left3_active a {
	width:168px;
	background:url(../images/bg-subnavi2-aktiv.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	padding-bottom: 3px;
	padding-left: 32px;
	padding-top: 3px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
	color: #07038e;

	display: block;
}

div.border {
	border-bottom: solid 1px white;
}