body, td, th, a {
	color: #524e4e;
	font-family: Arial;
}

body {
	background: url(/images/body_bg.jpg) center top no-repeat #6baf16;
	padding: 0;
	margin: 0;
}
a {
	color: #474747;
	text-decoration: none;
}
a:focus {
	outline-width: 0;
}

h1 {
	font-size: 15px;
	color: #9ec838;
	font-weight: bold;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	color: #9ec838;
	font-weight: bold;
	margin: 5px 0 10px 0;
	text-transform: uppercase;
}

#Main {
	width: 937px;
	margin: 0 auto;
	padding: 0;
}

#Main-2 {
	float: right;
	width: 778px;
	position: relative;
	padding-bottom: 10px;
}


/* CONTENT */

#PageContainer {
	background: #fff;
	height: 597px;
	position: relative;
	float: left;
	width: 749px;
}

#TopImage {
	margin: 15px 0 5px;
}

#PageContent {
	position: relative;
}
#Menu-Level2 {
	position: absolute;
	left: 10px;
	top: 0;
	width: 730px;
}
#Menu-Level2 td {
	text-align: center;
}
#Menu-Level2 .MenuItem {
	display: block;
	padding: 9px 5px 8px;
	background: #e6edbd;
	text-decoration: none;
	color: #474646;
}
#Menu-Level2 .MenuItemFirst,
#Menu-Level2 .MenuItemLast {
	background-image: url(/images/menu_level2_border.png);
	background-repeat: no-repeat;
}
#Menu-Level2 .MenuItemFirst {
	padding-left: 13px;
	background-position: left top;
}
#Menu-Level2 .MenuItemLast {
	padding-right: 13px;
	background-position: right 66%;
}
#Menu-Level2 .MenuItem:hover,
#Menu-Level2 .MenuItemSelected {
	background-color: #9ec838;
	color: white;
}
#Menu-Level2 .MenuItemFirst:hover,
#Menu-Level2 .MenuItemFirstSelected {
	background-position: left 33%;
}
#Menu-Level2 .MenuItemLast:hover,
#Menu-Level2 .MenuItemLastSelected {
	background-position: right 100%;
}

#ShadowLeft,
#ShadowRight {
	float: left;
	width: 14px;
	height: 597px;
	background: left top repeat-y;
}
#ShadowLeft {
	background-image: url(/images/shadow_left.png);
}
#ShadowRight {
	background-image: url(/images/shadow_right.png);
}




#ShadowBottom {
	height: 24px;
	background: url(/images/shadow_bottom.png) left top no-repeat;
	overflow: hidden;
}
#Footer {
	position: absolute;
	right: 25px;
	bottom: 0;
	color: white;
}
#Footer a {
	color: white;
}
#FootClearer {
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}
#FootClearer span {
	display: none;
}


#LeftArea {
	width: 156px;
	position: relative;
}

#LeftArea #Logo {
	display: block;
	background: url(/images/logo.png) left top no-repeat;
	margin-bottom: 9px;
	width: 156px;
	height: 95px;
}
#LeftArea #Logo span {
	display: none;
}

/* MENU LINE */

#MenuLine {
	
}

#MenuLine .Level0ItemContainer {
}
#MenuLine .Level0ItemContainer .top {
	height: 5px;
	background: url(/images/menu_level0_border_top.png) left top no-repeat;
	overflow: hidden;
}
#MenuLine .Level0ItemContainer .bottom {
	height: 5px;
	background: url(/images/menu_level0_border_bottom.png) left top no-repeat;
	margin-bottom: 4px;
	overflow: hidden;
}


#MenuLine a.Level0Item {
	padding: 0 15px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	text-align: right;
	background: #fff;
}
#MenuLine a.Level0Item:hover, .Level0ItemContainerSelected a.Level0Item {
	color: #63a114;
}

/* MENU SUBITEMS */

#MenuLine .Level0Sub {
	display: none;
	background: #fff;
}
#MenuLine .Level0ItemContainerSelected .Level0Sub {
	display: block;
}
#MenuLine .Level1ItemContainer {
	padding-top: 2px;
}
#MenuLine a.Level1Item {
	padding: 0 15px 0 10px;
	display: block;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
}
#MenuLine a.Level1Item:hover, .Level1ItemContainerSelected a.Level1Item {
	color: #63a114;
}


/* jscrollpane */
.jScrollPaneContainer {
	overflow: hidden;
	position: relative;
}
	
.jScrollPaneDrag {
	cursor: pointer;
	position: absolute;
	background-color: #9ec838;
}


/* LEFT NEWS */

#NewsContainer {
	background: url(/images/aktuelles.png) no-repeat;
	width: 156px;
	height: 171px;
	position: absolute;
	top: 435px;
}

#NewsContent {
	text-align: right;
	padding-top: 37px;
	width: 127px;
	margin-left: 11px;
}

#NewsTitle {
	font-size: 13px;
}

#NewsText {
	margin-top: 7px;
	font-size: 10px;
}
