body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#064e9e;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin:25px auto 10px auto;
	width: 950px;
	height: 785px;
	border: 15px #99ccff solid;
	/**/	position:relative;
	left: 0px;
	top: 2px;
	}
	


#header {
	background-color: #99ccff;
	width:950px;
	height:200px;
	z-index:15;}

#content {
	
	background-image: url(img/hintergurnd_weiss/content_duenn.gif);
	height:480px;
	width:666px;
	margin-left: 225px;
	margin-top: -550px;
	z-index:1;
	padding:35px;
	 overflow:auto;  /* */
}

#navigationoben {
	position:absolute;
	width:726px;
	height:35px;
	z-index:12;
	left: 229px;
	top: 150px;

}

*:first-child+html  #navigationoben { /* nur der IE7 und IE8 interpretieren diese Angabe*/
	left: 233px;
	top: 164px;

}


#unternavigation {
	position:absolute;
	width:120px;
	height:280px;
	z-index:12;
	left: 53px;
	top: 250px;
	padding:0;
}


#navigation {
	
	background-color: #99ccff;
	width: 225px;
	height:550px;
	z-index:5;
}

#footer {
	background-color: #99ccff;
	position:absolute;
	width:964px;
	height:35px;
	z-index:30;
	left: -1px;
	top: 750px;
}

.h11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.h2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color:#333333;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:hover {
text-decoration:none;
color:#003366;}

a:visited {
text-decoration:none;
color: #003366;}

a:hover {
text-decoration:none;
background-color: #99CCFF;
color: #666666;}

