body {
	 background-color: #6190FF;
	 background-image: url(../images/navigation_unten.jpg);
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-position: bottom left;
}

.menu1_level1 A, .menu1_level1 A:visited {
	color: white;
	text-decoration: none;
	width: 210px;
	display: block;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	line-height: 25px;
}

.menu1_level1 A:hover, .menu1_level1 A:active, .menu1_level1 A:focus {
   color: #C40000;
	text-decoration: none;
	width: 210px;
	display: block;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	line-height: 25px;
}


/*Menu2*/

.menu1_level2 A, .menu1_level2 A:visited {
	color: #2F31C5;
	text-decoration: none;
	width: 210px;
	display: block;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	border-left: 5px solid #6190FF;
	padding-left: 1px;
	border-bottom: 1px dashed #6173FF;
	line-height: 20px;
}

.menu1_level2 A:hover, .menu1_level2 A:active, .menu1_level2 A:focus {
	color: #D4D4D4;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
   list-style-type: circle;
	border-left: 3px solid #C40000;
	padding-left: 5px;
}

