a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #993399;
	text-decoration: none;
}
a:hover {
	color: #339966;
	text-decoration: none;
}
a:active {
	color: #339966;
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	background-color: #DCE4F0;
	scrollbar-face-color:#DCE4F0;
   scrollbar-shadow-color:#FFFFFF;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-3dlight-color:#000000;
   scrollbar-darkshadow-color:#FFFFFF;
}

table {
	border: 0px;
	background-color: #DCE4F0;
	
}


th {
	border: 0px;
	background-color: #fafdff;
}

tr {
	border: 0px;
	background-color: #DCE4F0;
	
}


td {
	background-color: #fafdff;
	border: 1px solid #003399;
	padding: 4px;
	margin: 4px;
}

.suche {
	background-color: #ffffdf;
}

.tabelle {
	position: absolute;
	top: 10px;
	left: 20px;
}

.tabelle2 {
	background-color: #DCE4F0;
}


.navi_back {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.navi_text {
	color: #003399;
	position: absolute;
	top: 20px;
	left: 35px;
	z-index: 2;
	width: 120px;
	font-weight: bolder;
	height: 400px;
		
}

.navi_form{
	color: #003399;
	position: absolute;
	top: 300px;
	left: 35px;
	z-index: 2;
	width: 120px;
	font-weight: bolder;
	
	
}


.main_text {
	color: #003399;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	width: 800px;
	height: 420px;
	overflow: hidden;
	overflow-y: scroll;
}