body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


body, td, th, a {
	color: #888;
	font-family: arial;
	font-size: 12px;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
}

#Main {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0;
	top: 0;
	left: 0;
}
#Left {
	width: 19px;
	height: 100%;
	background-color: #96BF0D;
	position: relative;
	float: left;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}
#Footer {
	position: fixed;
	bottom: 0;
	height: 120px;
	padding-top: 2px;
	width: 100%;
	background-color: white;
}

#FooterLeft {
	background-color: #bebfbd;
	width: 100%;
	height: 100%;
	color: #333333;
	float: left;
	margin-right: -212px;
}
*+html #FooterLeft {
	margin-right: -230px;
}
#FooterLeft a {
	text-decoration: none;
	color: #333;
}
#FooterRight {
	width: 211px;
	height: 100%;
	color: white;
	float: left;
	background-color: white;
}
#FooterRight a {
	text-decoration: none;
	color: white;
}
#FooterRightContent {
	height: 100%;
	width: 209px;
	margin-left: 2px;
	background-color: #96BF0D;
}
#FooterLeftMenu {
	margin-top: 24px;
	margin-left: 30px;
}
#FooterRightMenu {
	padding-top: 24px;
	text-align: right;
	padding-right: 24px;
}
#FooterHomeSmall {
	background-color: #bebfbd;
	width: 100%;
	height: 145px;
	color: #333333;
	margin-top: 2px;
}
#FooterHomeSmall a {
	text-decoration: none;
	color: #333;
}
#FooterHomeMenu {
	padding-top: 24px;
	margin-left: 30px;
}
#FooterHomeRight {
	text-align: right;
	padding-right: 24px;
	margin-top: -15px;
}
#FooterHome {
	position: fixed;
	bottom: 0;
	height: 338px;
	width: 100%;
	background-color: white;
	min-height: 338px;
}
#FooterLogo {
	height: 227px;
	background-color: #96bf0d;
	min-height: 204px;
}
.edlrein {
	position: absolute;
	bottom: 0px;
	left: 26px;
}
#HomeLogo {
	padding-top: 40px;
	margin-left: 400px;
}
#HomeImage {
	background-color: #96BF0D;
}
#Right {
	width: 210px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

/* MENU LINE */

#MenuLine {
	position: absolute;
	top: 30px;
	width: 910px;
	left: 0;
	margin-left: 48px;
}
#Logo {
	float: left;
	margin-right: 10px;
}
#MenuLine * {
}
#MenuLine ol, #MenuLine li {
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}
#MenuLine ol {
	margin-top: 19px;
}
#MenuButtons {
	float: right;
	margin-right: 230px;
	margin-top: -24px;
}
*+html #MenuButtons {
	margin-top: -39px;
	margin-right: 250px;
}
li.Level0Item {
	display: block;
	float: left;
}
a.Level0Item, a.Level0ItemSelected {
	padding: 4px 15px;
	display: block;
	background: url(images/level0_item_bg.jpg) 8px 5px no-repeat;
	font-size: 11px;
	text-decoration: none;
}
a.Level0Item:hover, li.Level0Item:hover a.Level0Item, a.Level0ItemSelected {
	text-decoration: underline;
}

#SubMenuLine {
	width: 714px;
	height: 22px;
	border-bottom: 1px solid #bebfbd;
	border-top: 1px solid #bebfbd;
	position: absolute;
	top: 113px;
	margin-left: 56px;
}

.SubMenu {
	color: #666666;
	font-size: 11px;
	padding-left: 15px;
	float: left;
	text-decoration: none;
	margin-top: 4px;
}

/* MENU SUBITEMS */

li.Level0Item ol.Level0Sub {
	display: none;
	background: white;
	position: absolute;
}
li.Level0Item:hover ol.Level0Sub {
	display: block;
}
li.Level0Item ol a {
	display: block;
	padding: 3px 15px 3px 5px;
	text-decoration: none;
}
li.Level0Item ol a:hover {
	text-decoration: underline;
	background: #DDD;
}
li.Level0Item ol ol a {
	padding: 3px 15px 3px 30px;
}


/* CONTENT */

#PageContainer {
	position: absolute;
	top: 170px;
	left: 20px;
}

#PageContent {
	/* old: #86847A */
	background: #fff;
	position: relative;
	padding-left: 40px;
}

#PageText {
	padding-top: 24px;
	width: 680px;
}

#FootClearer {
	height: 0px;
	clear: both;
	margin: 0;
	padding: 0;
}

#FootClearer span {
	display: none;
}
#PageImage {
	width: 148px;
	height: 146px;
	position: absolute;
	left: 50%;
	margin-left: 190px;
	margin-top: -45px;
}
#PageTitle {
}
/* EDITOR */

.gruen {
	color: #96BF0D;
	font-size: 14px;
}

.schwarz {
	color: black;
	font-size: 12px;
}

.orange {
	color: #96BF0D;
}

.lila {
	color: #6e4390;
}

.hellblau {
	color: #1e83c1;
}

.orange_gross {
	color: #96BF0D;
	font-size: 14px;
}

.lila_gross {
	color: #6e4390;
	font-size: 14px;
}

.hellblau_gross {
	color: #1e83c1;
	font-size: 14px;
}

/* CONTACT */
	
#ContactText {
	padding-top: 24px;
	width: 700px;
}

#SubmitButton {
	position: relative;
	float: right;
	width: 74px;
	margin-top: -5px;
	margin-right: 14px;
	margin-right: 12px\9;
}
*+html #SubmitButton {
	margin-top: -20px;
}
#ContactText input, textarea {
	border: 1px solid #a5acb2;
}

/* SCROLL BAR */

.jScrollPaneContainer {
	margin-top: 50px;
	overflow: hidden;
	position: absolute;
	top: 0;
	height: 380px;
	width: 700px;
}

.jScrollPaneContent {
	margin-right: 10px;
}

.jScrollPaneTrack {
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #e8e8e8;
}

.jScrollPaneDrag {
	background-color: #c5c5c5;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	margin-left: 0px;
}

/* Important */

#ImpTextLeft {
	float: left;
	width: 345px;
	margin-right: 34px;
	margin-top: 24px;
}

#ImpTextRight {
	float: left;
}

#ImpImageRight {
	width: 199px;
}

#ImpRightText {
	margin-top: 7px;
}

#ImpRightTitle {
	width: 175px;
	height: 32px;
	margin-left: 22px;
	position: relative;
	top: -15px;
}

#ImpRightInfo {
	margin-left: 16px;
	width: 228px;
	font-size: 12px;
}

#ImpTextBelow {
	margin-top: 24px;
}
