body {
	background-image:url(../images/back_navigation_01.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: left;
}

#box{
	background-image:url(../images/navigation_unten.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 150px;
	height: 100%;
}

.menu1_level1 A, .menu1_level1 A:visited {
	color: white;
	text-decoration: none;
	width: 150px;
	display: block;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 13px;
	border-top: 1px dashed #0446A9;
	border-bottom: 1px dashed #0446A9;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.menu1_level1 A:hover, .menu1_level1 A:active, .menu1_level1 A:focus {
   color: #F7BF07;
	text-decoration: none;
	width: 150px;
	display: block;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 13px;
	border-top: 1px dashed white;
	border-bottom: 1px dashed white;
		padding-top: 5px;
	padding-bottom: 5px;
}


