/* ********** BODY ********** */
body {
	background: #9bc0d3;
	margin-top: 0px;
	margin-left: 0px;
	font-family: "Courier New", "Courier", "monospace";
	color: #000033;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: -2px;
}

/* ********** COLOR ********** */
low {
	background-color: #9bc0d3;
}

/* ********** ANKER ********** */
a {
	color: #000033;
	text-decoration: none;
	}
	
a.nav {
	font-family: "Courier New", "Courier", "monospace";
	color: #000033;
	font-weight: normal;
	font-size: 11px;
	margin-top: -3px;
	margin-bottom: -1px;
}

a:visited {
	color: #000033;
}

a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

a.nav:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

/* ********** TEXT ********** */
H1 {
	font-family: "Courier New", "Courier", "monospace";
	color: #000033;
	font-weight: bolder;
	font-size: 36px;
	margin-bottom: -15px;
}

H2 {
	font-family: "Courier New", "Courier", "monospace";
	color: #000033;
	font-weight: bold;
	font-size: 16px;
	margin-top: -3px;
}

H5 {
	font-family: "Courier New", "Courier", "monospace";
	color: #000033;
	font-weight: normal;
	font-size: 11px;
	margin-top: -3px;
	margin-bottom: -1px;
}

/* ********** TABLE ********** */
table {
	background-color: #d0e3ec;
	font-family: "Courier New", "Courier", "monospace";
	color: #000033;
	font-weight: normal;
	font-size: 14px;
}

.count {
	visibility: hidden;
}

/* ********** FORMULARE ********** */
.button { 
	background-color: #CCCCCC;
	border-bottom: 2px groove #000000;
	border-left: 1px groove #000000;
	border-right: 2px groove #000000;
	border-top: 1px groove #000000;
	color: #000000;
	font: normal 11px Verdana, Helvetica, sans-serif;
	height: 20px;
}

.button1 { 
	background-color: #CCCCCC;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
	border-top: 1px solid #000033;
	color: #000033;
	font: normal 9px Verdana, Helvetica, sans-serif;
	height: 16px;
}

.form1 {
	border: 1px groove #000033;
	color: #000033;
	font: normal 11px Verdana, Helvetica, sans-serif;
	height: 20px;
	background-color: #EDF8F0;
}

.form2 {
	border: 1px groove #000033;
	color: #000033;
	font: normal 11px Verdana, Helvetica, sans-serif;
	height: 250px;
	background-color: #EDF8F0;
}