﻿body {
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #333333;
	font-size: 12px;
	background-image: url('bilder2009/homepage.jpg');
	background-color: #C0C0C0;
	background-repeat: no-repeat;
}
/*Schriftformatierung*/
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	text-align: center;
}
h2, h1 {
	font-weight: bold;
	color: gray;
}
/*Kasten und Kästchen*/
.gelb {
	background-color: #FFE784;
	font-size: x-large;
	position: absolute;
	padding-left: 55px;
	padding-right: 5px;
	padding-top: 10px;
	height: 30px;
	top: 77px;
	left: 100px;
	width: 715px;
}
.inhalt {
	background-color: #FFE784;
	position: absolute;
	padding-left: 55px;
	padding-right: 5px;
	padding-top: 10px;
	left: 100px;
	top: 130px;
	width: 715px;
}
div.mr {
	position: absolute;
	left: 1px;
	top: 400px;
	width: 108px;
	height: 49px;
	color: #333333;
	font-size: 10px;
	text-align: center;
}
/*Listen und Tabellen*/
table {
	border-bottom: solid;
	font-size: 12px;
	border-collapse: collapse;
	width: 98%;
	table-layout: fixed;
	border-bottom-style: none;
}
caption {
	font-size: 14px;
	font-weight: bold;
	caption-side: top;
}
td, th {
	border-color: #808080;
	border-style: solid hidden hidden hidden;
	border-width: 1px;
	vertical-align: top;
}
th {
	text-align: left;
}
td.datum {
	width: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
ul {
	list-style-type: square;
}
li {
}
.grau {
	background-color: #E0E0E0;
}
/*Bilder*/
.bild_rechts {
	margin-right: 0px;
	margin-left: 10px;
	float: right;
}
.bild_links {
	margin-right: 10px;
	margin-left: 0px;
	float: left;
}
/*Links*/
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	background-color: #E0E0E0;
	text-decoration: none;
}
/*Hauptmenue*/
div#menue {
	z-index: 100;
	position: absolute;
	top: 160px;
	left: 10px;
	height: 300px;
	width: 140px;
	font-size: 17px;
	font-weight: bold;
	background: none;
	color: #FF6600;
}
div#menue a {
	border: 1px solid #FF0000;
	display: block;
	margin: 0px 0px 10px;
	width: 130px;
	height: 25px; ;
	color: #FF6600;
	text-decoration: none;
}
div#menue a:link {
}
div#menue a:visited {
}
div#menue a:hover {
	border-color: #C0C0C0;
	background-color: #CCCCCC;
	color: #FF6600;
}
div#menue a:active {
	background-color: #FF6600;
	border-color: #F8C300;
	color: #FFFFFF;
}
div#menue a.hier {
	background-color: transparent;
	border-style: none;
}
span {
	display: block;
}

