@charset "utf-8";

/* Allgemeine Seiteneinstellung */
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000080;
	background-color:#FFFFFF;
	font-size:0.9em;
}
/* Tabellen */
table,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;	
	color: #000000;
}
table td {
	border: 1px solid #CFCFCF;
	padding: 6px;
}

/* Trennlinien */
hr {
	height: 1px;
	width: 100%;
}

/* berschriften */
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}

/* Links */
a {	text-decoration:none; }
a:link { color:#000080; text-decoration:none; }
a:visited { color:#0000A8; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:red; text-decoration:underline; }
a:active { font-weight:bold; color:#000080; text-decoration:underline; }

form {
	margin: 0;
}

ul {
	list-style-type:square;
}
li {
	margin-bottom:8px;
}
p {
	padding-top:2px;
	padding-bottom:2px;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.1em;
}

/* Logo */
.logo_top {
	position: fixed;
	left: 0px;
	top: 0px;	
	width: 220px;
	height: 140px;
	padding-top: 8px;
	margin: 0px;
	background-image: url('back.gif');
	float: left;
	text-align: center;
	padding-left: 15px;
	z-index: 2;
}
.logo_bottom {
	position: fixed;
	left: 0px;
	bottom: 44px;
	width: 220px;
	height: 66px;
	padding: 0px;
	margin: 0px;
	background-image: url('back.gif');
	float: left;
	text-align: center;
	padding-left: 15px;	
	z-index: 1;
}

/* Background-Leiste */
.leiste {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 230px;
	height: 100%;
	background-image: url('back2.gif');
	background-color: #FFF;
	z-index: 0;
}

/* Navigationsleiste */
.menu {
	position: fixed;
	top: 148px;
	left: 0px;
	width: 220px;
	margin-left: 0px;
	background-image: url('back2.gif');	
	clear: both;
	display: block;
	z-index: 3;
}
.menu ul {
	list-style-type:square;
	list-style-image: url('blue.gif');
	margin-left: 30px;
	padding-left: 20px;
	padding-top: 6px;
	background-color: #FFF;
	}
.menu li {
	color:#000080;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*display: block;*/
}
.menu a {
	color: #000080;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}
.menu a:hover {
	color: #F00;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: underline;
}
.menu_current a {
	color: #F00;
}

/* Suchbox */
.search_box {
	position: fixed;	
	left: 0px;
	bottom: 0px;
	width: 190px;
	height: 24px;
	margin-left: 12px;
	padding: 10px;
	background-color: #010066;
	text-align: center;
	z-index: 1;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}

/* Banner */
.banner {
	position: static;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 140px;
	text-align: center;
	clear: none;
}
.banner img {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Inhalte */
.main {
	position: absolute;
	top: 10px;
	left: 0px;
	min-width: 590px;
	width: auto;	
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 5;	
}
.content {
	padding: 4px 10px 14px 10px;
	clear: right;
}
.content img {
	margin: 4px;
}

.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

.leiste, .search_box, .menu, .logo_bottom, .logo_top {
	display: none;
}
