body {
   margin: 0;
	padding: 0;
	background-image:url(../images/back_navigation.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-size: 0.8em;
   font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	scrollbar-3dlight-color   : white;
   scrollbar-arrow-color     : white;
   scrollbar-base-color      : white;
   scrollbar-face-color      : #005A87;
   scrollbar-highlight-color : white;
   scrollbar-track-color     : #005A87;
}

#box1 {
	background-image: url(../images/navigation_unten.jpg);
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 100%;
}


/*_______________menu1_level1___________________________*/


.menu1_level1 A, .menu1_level1 A:visited {
color: #646464;
text-decoration: none;
width: 100px;
display: block;
line-height: 25px;
border-bottom: 2px dotted #E4E4E4;
margin-left: 13px;
}

.menu1_level1 A:hover, .menu1_level1 A:active, .menu1_level1 A:focus {
color: black;
text-decoration: none;
width: 130px;
display: block;
border-bottom: 2px dotted red;
margin-left: 13px;
}

/*_______________menu1_level2___________________________*/


.menu1_level2 A, .menu1_level2 A:visited {
color: #AAAAAA;
text-decoration: none;
width: 130px;
display: block;
margin-left: 23px;
line-height: 25px;
}

.menu1_level2 A:hover, .menu1_level2 A:active, .menu1_level2 A:focus {
color: red;
text-decoration: none;
width: 130px;
display: block;
margin-left: 23px;
}
