body {
	background-color: #0000FE;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	scrollbar-face-color: #0000FE;
	scrollbar-arrow-color:#898AFF;
	scroll: auto;
}
.table {
	font-size: 11px;
	background-attachment: scroll;
	background-image: url(images/neulogo3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: justify;
}
.navi {
	background-attachment: fixed;
	background-image: url(images/navi.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: justify;
}
.naviohne {
	font-weight: bold;
	color: #FFFF66;
	font-size: 11px;
	font-family: Arial;
}
a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}
a:hover {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	cursor: hand;
	font-size: 11px;
	font-family: Arial;
}
#head{
	width: 96%;
	border-top: 1px solid #898AFF;
	border-left: 1px solid #898AFF;
	margin-left: 1%;
	padding: 10px;
}
#headimp{
	width: 80%;
	border-top: 1px solid #898AFF;
	border-left: 1px solid #898AFF;
	margin-left: 18%;
	padding: 10px 10px 10px 20px;
	background-image: url(images/neulogo3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#titel{
	width: 90%;
	float: right;
	text-align: center;
	padding-top: 5px;
}
#navi{
	width: 440px;
	text-align: center;
	border-bottom: 1px solid #898AFF;
	border-right: 1px solid #898AFF;
	background-image: url(images/linie.jpg);
	height: 20px;
	clip:    rect(auto auto auto auto);
	padding: 4px;
}
#haupt{
	border-left: 1px solid #898AFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: justify;
	padding-left: 30px;
	margin-left: 1%;
	width: 99%;
	padding-right: 30px;
}
#detail{
	width: 90%;
	text-align: left;
	border-top: 1px solid #898AFF;
	border-left: 1px solid #898AFF;
	background-image: url(images/linie.jpg);
	clip:      rect(auto auto auto auto);
	padding: 10px;
	margin-left: 10%;
}

