* {
	padding: 0px;
	margin: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
html {
	height: 100%;
}
body {
	background: #1C711C url(../layout/bg_body.jpg) no-repeat -500px 170px;
	min-height: 100%;
}
a {
	color:  #FFFFFF;
	text-decoration: none;
}
a:hover {
	color:  #FFFFFF;
	text-decoration: underline;
}
ul {
	list-style: none;
}
a img{
	border: none;
}
em {
	font-style: normal;
}
#metaNavigation:after, #mainNavigation:after, .contentBox:after, #content:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}
#wrapper {
	background: url(../layout/bg_wrapper.png) repeat-x;
}
#head {
	height: 149px;
	background: url(../layout/bg_head.gif) no-repeat left 4px;
	margin: 0px auto 0px auto;
	width: 808px;
	position: relative;
}
hr {
	background: #000000;
	color: #000000;
	height: 1px;
	overflow: hidden;
	border: none;
}
h1 {
	width: 466px;
	height: 93px;
	top: 32px;
	left: 20px;
	overflow: hidden;
	background: url(../layout/bg_logo.jpg) no-repeat;
	position: absolute;
	z-index: 0;
	font-size: 15px;
}
h1 span {
	position: absolute;
	left: 1000px;
}
#metaNavigation {
	margin: 0px auto 0px auto;
	width: 808px;
	padding-top: 7px;
}
#metaNavigation li {
	float: right;
}
#metaNavigation li a {
	float: left;
	color: #006636;
}
#metaNavigation li a:hover {
	text-decoration: underline;
}
#metaNavigation li a span {
	float: left;
	cursor: pointer;
	padding: 2px 10px 2px 20px;
	background: url(../layout/icons/metaNavigationHome.gif) no-repeat left center;
}
#metaNavigation li.sitemap a span {
	background-image: url(../layout/icons/metaNavigationSitemap.gif)
}
#metaNavigation li.imprint a span {
	background-image: url(../layout/icons/metaNavigationImprint.gif)
}
#metaNavigation li.current a span {
	text-decoration: underline;
}
#mainNavigation {
	position: absolute;
	bottom: 10px;
	right: 5px;
	/*margin-top: -20px;*/
	top: 100px;
}
#mainNavigation li {
	float: left;
	margin-right: 10px;
}
#mainNavigation  li a {
	float: left;
	padding: 0px 3px;
	color: #313131;
	text-decoration: none;
}
#mainNavigation li a span {
	float: left;
	line-height: 34px;
	padding: 0px 8px;
	text-transform: uppercase;
	cursor: pointer;
}
#mainNavigation li.current, #mainNavigation li:hover {
	background: url(../layout/bg_mainNavigationItem.gif) no-repeat left -34px;
}
#mainNavigation li.current a, #mainNavigation li:hover a {
	background: url(../layout/bg_mainNavigationItem.gif) no-repeat right -68px;
}
#mainNavigation li.current a span, #mainNavigation li:hover a span {
	background: url(../layout/bg_mainNavigationItem.gif) repeat-x left top;
}
#metaNavigation:after, #mainNavigation:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}
#content {
	clear: both;
	margin: 0px auto 0px auto;
	padding: 25px 5px 0px 5px;
	width: 796px;
}
#content .headImg {
	padding: 4px;
	background: url(../layout/bg_transparent1.png);
	margin-bottom: 20px;
}
.contentBox {
	background: url(../layout/bg_transparent2.png);
	padding: 10px;
	color: #FFFFFF;
	line-height: 18px;
	margin-bottom: 20px;
}
.contentBox h2, .contentBox h3 {
	font-size: 16px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 6px;
	margin-bottom: 10px;
	line-height: 20px;
	font-style: normal;
}
.contentBox h3 {
	color: #FFCC00;
}
.specialBox1 {
	border: 1px solid #84BE6A;
}
.specialBox2 {
	float: left;
	width: 232px;
	height: 180px;
}
.specialBox2 div {
	height: 116px;
}
a.btn {
	float: right;
	padding-left: 14px;
	background: url(../layout/btn_content.gif) no-repeat left -56px;
}
a.btn span {
	float: left;
	padding-right: 4px;
	background: url(../layout/btn_content.gif) no-repeat right -28px;
	cursor: pointer;
}
a.btn span em {
	float: left;
	background: url(../layout/btn_content.gif) repeat-x;
	line-height: 28px;
	cursor: pointer;
	color: #2D2D2B;
	padding: 0px 7px 0px 6px;
}
#footer {
	width: 796px;
	margin: 20px auto 20px auto;
	border-top: 1px dotted #96CD79;
	border-bottom: 1px dotted #96CD79;
	padding: 10px 0px;
	background: #277220;
}
#footer table {
	width: 100%;
	border-collapse: collapse;
}
#footer .bg {
	position: relative;
	margin-top: -20px;
}
#footer td {
	padding: 4px 15px 2px 10px;
	background: url(../layout/bg_footerItem.gif) repeat-y right top;
	height: 58px;
	color: #FFFFFF;
	line-height: 1.6;
	vertical-align: top;
	border-spacing: 1px;
}
#footer td a {
	color: #FFFFFF;
}
#footer td a:hover {
	text-decoration: underline;
}


