body {
	font: normal 11px verdana;
	/*padding: 0;
    margin: 0;
    text-align: center;*/

	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 164px; /* Width of Menu Items */
	border-bottom: 1px none #ccc;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 165px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border-bottom: 1px solid #ccc; /* IE6 Bug */
	}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

.textbox {
	left: 5px;
	position: relative;
	top: 5px;
	font: bold normal 11px verdana;
	list-style-type: square;

}

.navioben {
	font: normal 11px verdana;
	color: #777;
}

}
/*blauer hintergrund für Ausklappmenu\*/
.blau{
	background: #DFE6F1;
	}

a {
	text-decoration: none;
	color: #777;
	}

a:hover {
   color           : #034EA2;
   text-decoration : none; }


}
h1 {
	font-family: verdana;
	color: rgb(3,78,162);
	font-size: 12pt;
	font-weight: bold;

	}

.headline {
	font-family: verdana;
	color: rgb(2,75,154);
	font-size: 14px;
	font-weight: bold;
	}
.headline2 {
	font-family: verdana;
	color: rgb(2,75,154);
	font-size: 12px;
	font-weight: bold;
	}

menu {

	list-style: square;

	}

td {
	font: normal 11px verdana;
	}

ol {
	font-family: verdana;
	color: rgb(2,75,154);
	font-size: 12px;
	font-weight: bold;
	}

#Layer12 {
position: absolute;
   visibility: visible;
   left: 50%;
   top: 50%;
   width: 790px;
   height: 590px;
   margin-left: -395px;
   margin-top: -295px;
   background-color: #FFFFFF;
   z-index : 1;
   }
   
   
#Layer4 {
position: absolute;
left: 192px;
top: 145px;
width: 595px;
height: 440px;
z-index: 3;
border: 1px none #034EA2;
overflow: auto;
}

