/* Allgemein */
body {
	background-color:#AEBFD2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

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

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

.red {
	color:#CC0000;
}

/* Zentrale Elemente für Layout */
#leftnavi {
	width: 115px;
	background-color:#86A4C5;
	padding-left: 5px;
	padding-top: 25px;
}

#topnavi {
	width: 856px;
	height: 20px;
	background-color:#86A4C5;
	padding-left: 5px;
}

#content {
	background-color:#B7BCC2;
	padding: 5px;
	height: 350px;
}

#footer {
	background-color:#86A4C5;
	padding-left: 5px;
	height: 18px;
}

/* Klassen Elemente */
.topnavi {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.topnavi a {
	color:#000000;
}

.topnavi a:hover {
	color:#990000;
}

.leftnavi {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.lastseen {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#EEEEEE;
	margin-right: 5px;
}

.footer {
	font-size: 8pt;
}

/* Loginformular */
.loginform {
	font-size: 8pt;
}

.loginform .input {
	border:0px;
	width: 110px;
	font-size: 8pt;
}

.loginform .button {
	margin-top: 5px;
	border:0px;
	font-size: 8pt;
}

/* Suchformular */
.searchform {
	font-size: 8pt;
}

.searchform .input {
	border:0px;
	width: 110px;
	font-size: 8pt;
}

.searchform .button {
	margin-top: 5px;
	border:0px;
	font-size: 8pt;
}

.hit {
	font-size: 12pt;
	font-weight: bold;
}

.match {
	font-weight: bold;
}

.highlight {
	background: #FFFF33;
}

/* Ausgabelisten [output.php] */
.list_header_cell {
	background-color:#000000;
	color:#FFFFFF;
}

.list_data_even {
	background-color:#DDDDDD;
}

.list_data_odd {
	background-color:#EEEEEE;
}

.list_data_link {
	color:#000000;
}

.list_data_link_notshown {
	color:#999999;
}

/* Fehler aus der Sitzung */
.loginerror {
	color:#CC0000;
	font-weight: bold;
}

