body {
	background: url(images/back_main.jpg);
	background-attachment: fixed;
   background-repeat: no-repeat;
	background-color: #150185;
	scrollbar-base-color: #150185;
	scrollbar-arrow-color: White;
}









.hintergrund_navigation_01 {
	background: url(images/hintergrund_navigation_01.jpg);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}

.hintergrund_navigation_02 {
	background: url(images/hintergrund_navigation_02.jpg);
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: no-repeat;
}

/*Schriftsatz*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
   color: White;
}

.p16b {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
   color: White;
	font-weight: bold;
	}

a {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
   color: White;
	text-decoration: none;
}

/* Navigation*/

.menu1_level1 A, .menu1_level1 A:visited {
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.menu1_level1 A:hover, .menu1_level1 A:active {
	color: #11CFFF;
	text-decoration: underline;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}