@charset "utf-8";
body {
	background-image: url(../gfx/bg.jpg);
	background-repeat: repeat-x;
	background-color: #43792D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFE99;
}
a:visited {
	color: #FFFE99;
	text-decoration: none;
}
a:hover {
	color: #FFFE99;
	text-decoration: none;
}
a:active {
	color: #FFFE99;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #FFFE99;
	font-weight: bold;
	width: 500px;
}
h2 {
	font-size: 14px;
	color: #FFFE99;
	width: 500px;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
#h2 {
	font-size: 14px !important;
	color: #FFFE99 !important;
	width: 205px !important;
	font-weight: normal !important;
	float: left !important;
	margin-right: 20px !important;
}
#menu {
	position:absolute;
	width:180px;
	height: 480px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url(../gfx/kirsch.jpg);
	background-repeat: no-repeat;
}
#menu ul {
	margin: 80px 0px 0px 22px;
	padding: 0px;
}
#menu ul li {
	list-style: none;
}
#menu ul li a {
	padding-top: 4px;
	padding-left: 7px;
	color: #000000;
	margin-bottom: 2px;
	background-image: url(../gfx/bg_button.jpg);
	background-repeat: repeat-x;
	display: block;
	width: 129px;
	height: 23px;
	vertical-align: middle;
}
#headbar {
	position:absolute;
	width:844px;
	height:150px;
	z-index:2;
	left: 180px;
	top: 75px;
}
#content {
	position:absolute;
	width:845px;
	height: auto;
	z-index:3;
	left: 183px;
	top: 250px;
}
.splitter img {
	background-image: url(../gfx/content_split.jpg);
	background-repeat: repeat-x;
	width: 760px;
	margin: 10px 0px 10px 0px;
	height: 1px;
}
/* Startseite */
.text_left {
	float: left;
	width: 205px;
	margin-right:20px;
}
.image {
	float: left;
	margin-left: 20px;
}
.image img {
	margin-bottom: 3px;
}
.text_right {
	float: right;
	width: 225px;
}

