body {
	background-color: #F5E215;
}

.back_tabelle{
	background-image: url(../images/navigation.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom;
}

.menu1_level1 A, .menu1_level1 A:visited {
   color: black;
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif; 
	padding-left: 2px;
	margin-left: 0px;
	font-weight: bold;
	display: block;
	line-height: 30px;
	border-bottom: dashed black 1px;
}

.menu1_level1 A:hover, .menu1_level1 A:active {
   color: red;
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif; 
	padding-left: 10px;
	margin-left: 0px;
	font-weight: bold;
	display: block;
	line-height: 30px;
	border-bottom: dashed black 1px;
   border-left: solid black 15px;
}
