body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(Grafik/background.gif);
}

p {
	margin-bottom: 12px;
	margin-top: 0px;
}

hr {
	color: Gray;
	background-color: Gray;
	width: 100%;
	height: 1px;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	font-size: 17px;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

td, th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #B22222;
}

a:hover {
	color: #FF4500;
}

a img {
	border: 0px;
}

.logo {
	position: relative;
	width: 800px;
	height: 60px;
	border: 1px solid Black;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
}

.titel {
	letter-spacing: 16px;
	font-size: 23px;
	font-weight: bolder;
	position: relative;
	color: #FFF8DC;
	height: 32px;
}

.box_main{
	width: 800px;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	background-color: #FFF8DC;
	color: Black;
	border: 1px solid Black;
}

.text {
	position: relative;
	top: 10px;
	width: 600px;
	left: 100px;
}

.col_left {
	width: 290px;
}

.col_right {
	float: right;
	width: 290px;
	margin-left: 15px;
}

.footer {
	font-size: 9px;
	top: 10px;
	position: relative;
	color: #FFF8DC;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: inherit;
}

.footer_left {
	float: left;
	text-align: left;
}

.footer_left a {
	text-decoration: none;
	color: #FFF8DC;
}

.footer_left a:hover {
	text-decoration: underline;
	color: #FFF8DC;
}

.footer_right {
	text-align: right;	
}

.antifloat {
	clear: both;
	visibility: hidden;
}

.box_mainmenu {
	background-color: #696969;
	top: 0px;
	left: 0px;
	position: relative;
	width: 800px;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF8DC;
	z-index: 20;
	border-left-color: #FFF8DC;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #FFF8DC;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #FFF8DC;
	border-right-style: solid;
	border-right-width: 1px;
}

.small {
	font-size: 9px;
}

.align_right_20 {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.align_left_20 {
	float: left;
	margin-right: 20px;
}

.align_left {
	float: left;
}

.pic_descr {
	font-size: 9px;
	color: #FFF8DC;
	margin-bottom: 10px;
}

.bild_hg {
	text-align:center;
	width:100%;
	background-color:#696969;
	padding-top: 20px;
	padding-bottom: 20px;
}

.tooltip {
	z-index: 100;
}

.tooltip a {
	text-decoration: none;
	color: #B22222;
	background-color: inherit;
}

.tooltip a:hover {
	text-decoration: underline;
	color: #B22222;
	cursor: help;
}

.tooltip a span {
	display: none;
}

.tooltip a:hover span {
	display: block;
	position: relative;
	left: 0px;
	top: 3px;
	width: 470px;
	padding: 5px;
	color: Black;
	background-color: White;
	font-size: 10px;
	text-align: left;
	border: 1px solid Black;
	font-weight: normal;
	z-index: 100;
	text-decoration: none;
}

.tooltip_abs {
	z-index: 100;
}

.tooltip_abs a {
	text-decoration: none;
	color: #B22222;
	background-color: inherit;
}

.tooltip_abs a:hover {
	text-decoration: underline;
	color: #B22222;
	cursor: help;
}

.tooltip_abs a span {
	display: none;
}

.tooltip_abs a:hover span {
	display: block;
	position: absolute;
	left: 60px;
	top: 115px;
	width: 380px;
	padding: 5px;
	color: Black;
	background-color: White;
	font-size: 11px;
	text-align: left;
	border: 1px solid Black;
	font-weight: normal;
	z-index: 100;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.zentriert {
	text-align: center;
}

.punktlinie {
	position: relative;
	width: 400px;
	left: 100px;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 1px dotted Gray;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
}