/* Basics */

body, td, input, textarea, font, a, b, i {
/* Habe ich hier wirklich 'font' gelesen? */
/* ... vermutlich schon, warum?! */
	color: #000000;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: normal;
}

body {
	background-color: #666699;
}

b {
	font-weight: bold;
}

li {
	color: #8A8A8A;
}

/* Headlines */

h1 {
	color: #666699;
	font-family: 'Trebuchet MS', 'Andale Mono', 'Arial MT', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 4px;
}

h2 {
	color: #666699;
	font-family: 'Trebuchet MS', 'Andale Mono', 'Arial MT', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 4px;
}

/* Tables */

.header, th {
	background-color: #EEEEEE;
}

th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

td {
	background-color: #FFFFFF;
}

td.navi {
	background-color: #DEDEDE;
}

td.content1 {
	background-color: #8A8A8A;
}

/* Anchors */

a {
	color: #B70F18;
	text-decoration: none;
}

a.navi {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Formulare */

input, textarea, select {
	background-color: #DEDEDE;
	border: #666699 1px solid;
	margin: 3px;
}

input.button {
	border: #666699 1px outset;
}

input[type=submit]:hover, input[type=button]:hover, input.button:hover {
	color: #666699;
}

.highlight {
	color: #B70F18;
	font-weight: bold;
}

.naviSelected {
	font-weight: bold;
	text-decoration: none;
}

.required {
	border-width: 2px;
}

div.network {
	width: 100%;
	border: 1px outset white;
	left: 0px;
	top: 0px;
	position: fixed;

/* ie hack (aka wackel-dackel ;-)
	position: expression("absolute");
	width: expression(document.body.clientWidth);
	top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);
*/
}
