body {
	padding: 0px;
	margin: 0px;
	
}
.balkoben {
	color: #FFFFFF;
	background-color: #99FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	position: absolute;
	width: 750px;
	left: 125px;
	
}

.balklinks {
	color: #00FFFF;
	background-color: #99FFFF;
	position: absolute;
	width: 125px;
	bottom: 10px;
	z-index: 1;
	overflow: hidden;
	left: 2px;
	top: -3px;
	height: 700px;
}

#navlist {
	position: absolute;
	left: 9px;
	top: 110px;
	width: 95px;
	visibility: visible;
	z-index: 1;
}

#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}


#navlist li {
margin: 0 0 4px 0;
}

#navlist a {
/*/*/display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 75px;
background-color: #FFEDAE;
}

#navlist a:link, #navlist a:visited {
color: #7A6CF9;
/*/*/color: #7A6CF9;
text-decoration: none; /* */
}

#navlist a:hover {
border: 1px solid #333;
background-color: #FF6600;
color: #33333;
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
/*/*/border: 1px solid #333;
background-color: #FFCCAA;
color: #D57BD5; /* */
}

.main {
	left: 200px;
	float: left;
	border: medium dotted #6666FF;
	width: 100%;
	color: #000033;
}
.datefield {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	bottom: 0px;
	font-style: italic;
	color: #CC0099;
	vertical-align: bottom;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bolder;
	color: #0000FF;
}

a:link {
	font-weight: bold;
	color:  #0380FC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #02BEFD;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color:  #0380FC;
	text-decoration: none;
}

