#header {
	background-color:#89BF63;
	height:133px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
#logo {
	background-color:#89BF63;
	left:0;
	position:absolute;
	top:0;
	width:874px;
}
#logo img {
	float:right;
}
#main_navi {
	background-color:#FFFFFF;
	clear:both;
	height:20px;
	position:fixed;
	top:133px;
	left:0;
	width:100%;
	z-index:99;
}
#main_navi ul {
	float:left;
	list-style-type:none;
	margin-left:195px !important;
	position:relative;
	z-index:100;
}
* html #main_navi ul {
	margin-left:95px !important;
}
#breadcrumb {
	background-color:#007742;
	border-bottom:2px solid white;
	height:31px;
	padding-left:31px;
	padding-top:20px;
	position:fixed;
	top:153px;
	width:100%;
	left:0;
}
* html #breadcrumb {
	overflow:hidden;
	width:auto;
}
#content {
	margin-top:206px;
}
* html #content {
	margin-top:0;
}
/* POSITION:FIXED BUGFIX*/
* html #content {
	height: 60%;
	overflow: auto; 
}
* html
    {
    overflow-y: hidden;
    }
/* NEW TABLE */
table#geschichte th {
	background:url('/fileadmin/templates/img/geschichte_th_bg.gif') #006744 repeat-x top left;
}
table#geschichte th p {
	color:#fff;
	padding:10px 20px;
	margin:0;
	font-size:.8em;
	font-weight:normal;
}

table#geschichte td {
	padding:0;
	/*
	border-top:1px solid #006744;
	*/
	background:url('/fileadmin/templates/img/geschichte_bg.gif') no-repeat top left;
	padding-top:10px;
}
table#geschichte td p {

	margin:0;
	padding:0 0 50px 25px;
}
