@charset "utf-8";

/* Allgemeine Seiteneinstellung */
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	font-size:0.9em;
}
h1, h2, h3, h4, h5 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
p, li, td {
	font-family: Georgia, Times New Roman, Times;
	color:#000000;
}

/* Links */
a {	font-weight:bold; text-decoration:none; }
a:link { font-weight:bold; color:#000080; text-decoration:none; }
a:visited { font-weight:bold; color:#000080;; 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; }


/* Logo */
.logo_top {
	position: absolute;
	left: 0px;
	top: 0px;	
	width: 100%;
	height: 170px;
	margin: 0px;
	text-align: right;
}
.logo_top img {
	padding: 10px;
}

div.top_navigation {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 100%;
	height: 18px;
    text-align: right;
	background-color: #FF0000;
}

span.top_navigation {
	width: 100px;
	height: 18px;
	background-color: #0FC;
    padding-left: 4px;
    padding-right: 4px;
	display: none;
}


/* Navigationsleiste */
.menu {
	position: fixed;
	top: 188px;
	left: 0px;
	width: 280px;
	margin-left: 0px;
	clear: both;
	display: block;
	background-color: #0000FF;
}
.menu ul {
	margin-left: 10px;
	padding-left: 20px;
	padding-top: 6px;
	list-style-type: square;	
	}
.menu li {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.menu a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	font-variant: small-caps;	
	display: block;
}
.menu a:hover {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
	display: block;	
}
.menu_current a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-decoration: underline;
	font-variant: normal;	
}

/* Suchbox */
.search_box {
	position: fixed;	
	left: 0px;
	bottom: 0px;
	width: 260px;
	height: 30px;
	padding: 10px;
	background-color: #00FF00;
	text-align: center;
}
.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;
}

/* Inhalte */
.main {
	position: absolute;
	top: 190px;
	left: 300px;
	min-width: 490px;
	width: auto;	
	padding: 0px;
	background-color: #FFFFFF;	
}
.content {
	padding: 4px 10px 14px 10px;
	clear: right;
}
.content img {
	margin: 4px;
}

/* Login */
.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;
}
