* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #003d1f;
	background-repeat: no-repeat;
}
	
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}

#button {
	position: absolute;
	left: 500px;
	top: 200px;
}

#box {
	width: 1020px;
	position: absolute;
	background-color: white;
	margin: auto;
}

#title {
	position: relative;
	height: 94px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #023D1F;
}

#mid_col table.contenttable td {
	border-bottom:1px solid #D0D0D0;
	padding:5px;
}

#content table.contenttable-0 .tr-even td{
	background-color:#fff;
}

#content table.contenttable-0 .tr-odd td{
	background-color:#CCC;
}

#title_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 171px;
	height: 61px;
	margin-top: 15px;
	margin-left: 10px;
	background: url(../images/title_logo.gif) no-repeat;
}

#title_image {
	position: absolute;
	right: 0px;
	width: 830px;
}

#header {
	position: relative;
	margin-top: 14px;
	margin-left: 10px;
	background-color: #023D1F;
	height: 50px;
}

#navigation {
	position: relative;
	width: 814px;
	height: 50px;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 2px;
}

#navigation li {
	float: left;
	color: white;
	color: #57a43a;
	font-size: 16px;
	font-family: Arial, Verdana;
	font-weight: bold;
	margin-right: 10px;
}

#navigation li a {
	color: #57a43a;
	font-size: 16px;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a:active {
	color: white;
}

#navigation li a:hover {
	color: white;
}

#navigation li ul {
	position: absolute;
	top: 20px;
	left: -9999px;
	height:22px;
	vertical-align: bottom;
	background-color: #023D1F;
	list-style-type: none;
	list-style-position: outside;
	width: 800px;
}

#navigation li ul li a {
	font-size: 13px;
	font-family: Arial, Verdana;
}

#navigation li.act ul,
#navigation li:hover ul,
#navigation li.sfhover ul {
	left: 0;
}

#navigation li.act ul {
	z-index: 1;
}

#navigation li:hover ul {
	z-index: 2;
}

#metanavigation {
	position: absolute;
	left: 811px;
	bottom: 8px;
	width: 200px;
}

#metanavigation li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
	list-style-position: outside;
}

#metanavigation li a {
	color: #57a43a;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
}

#main {
	margin-top: 11px;
	margin-left: 10px;
}

#spacer_bottom {
	height: 100px;
}

#left_col {
	float: left;
	width: 195px;
	background-color: white;
}
* html #left_col {
	width: 193px;
}

#leftNavigation li {
	height: 94px;
	padding-left: 1px;
}

#leftNavigation li a {
	text-decoration:none;
	font-size: 18px;
	font-family: Verdana, Helvetica, sans-serif;
	color: white;
}

#leftNavigation li.first {
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: outside;
	text-indent: -999px;
	background: url(../images/links_1_new.jpg) no-repeat 0 3px;
}

#leftNavigation li.first a {
	display:block;
	width: 100%;
	height: 100%;
}

#leftNavigation li.second {
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: outside;
	text-indent: -999px;
	background: url(../images/links_2_new.jpg) no-repeat 0 3px;
}

#leftNavigation li.second a {
	display:block;
	width: 100%;
	height: 100%;
}

#leftNavigation li.further {
	margin-bottom: 8px;
	list-style-type: none;
	list-style-position: outside;
	text-indent: -999px;
	background: url(../images/links_3_new.jpg) no-repeat 0 3px;
}

#leftNavigation li.further a {
	display:block;
	width: 100%;
	height: 100%;
}

#mid_col {
	float: left;
	width: 605px !important;
	width: 615px;
	background-color: white;
	padding: 0 5px 30px 5px;
}

#mid_col h1{
	color: #10492d;
	font-size: 16px;
	font-weight: bold;
}

#mid_col h2{
	color: #10492d;
	font-size: 14px;
}

.csc-header {
	text-align: left;
}

#right_col {
	float: left;
	width: 200px;
	background-color: white;
}

#search {
	padding-left: 1px;
	margin-bottom: 5px;
	height: 94px;
	text-indent: -999px;
	background: url(../images/rechts_1_new.jpg) no-repeat 0 3px;
	position: relative;
}

#search p input.text {
	position: absolute;
	top: 23px;
	left: 2px;
	border: none;
	font-size:20px;
	width: 155px;
	height: 30px;
	opacity:.6; /* Firefox/Opera/Safari/Chrome. Basically all the freaking sweet browsers. */ 
	-ms-filter:"alpha(opacity=60)"; /* IE8 */ 
	filter:alpha(opacity=60); /* IE6/IE7 */
}


#search button.button {
	position: absolute;
	top:23px;
	left: 165px;
	outline: none;
	border: none;
	width: 30px;
	height: 30px;
	background-color: lightgrey;
	opacity:.8; /* Firefox/Opera/Safari/Chrome. Basically all the freaking sweet browsers. */ 
	-ms-filter:"alpha(opacity=80)"; /* IE8 */ 
	filter:alpha(opacity=80); /* IE6/IE7 */
	background-image: url(../images/lupe.jpg);
	text-indent: -9999px;
}

#searchLabel {
	text-decoration:none;
	font-size: 18px;
	font-family: Verdana, Helvetica, sans-serif;
	color: white;
}


/*--------------------------------------------------------------------------------------------------------*/
/*Mid Col*/
/*--------------------------------------------------------------------------------------------------------*/

	#content {
		margin: 0px 5px 25px 5px;
		padding-bottom:20px;		
	}
	
	#content h1 {
		margin-top:15px;
		margin-bottom: 5px;
	}

	#content h1.csc-firstHeader{
		margin-top:0;
	}
	
	#content h2 {
		margin-top: 15px;
	}

	#content h2.csc-firstHeader{
		margin-top:0;
	}
	
	#content h3 {
		margin-top: 15px;
	}

	#content h3.csc-firstHeader{
		margin-top:0;
	}
	
	#content .bodytext,#content .bodytext b {
		color: #003d1f;
		font-size: 12px;
	}	
	#content .imgtext-nowrap{
		clear:both;
	}
	
	#content .imgtext-nowrap .imgtext-table{
		margin-top:2px;
	}
		
	#content div.csc-frame-rulerAfter, #content div.csc-frame-rulerBefore{
		border-top:1px solid black;
		height:1px;
		line-height:1px;
		font-size:1px;
		padding:0;
		margin:10px 0 0 0;
	} 
	
	#content a {
		color: #51a026;
		text-decoration: none;
	}
	
	#content a:hover {
		color: #000;
		text-decoration: none;
	}
	
	#content hr {
		height: 1px;
		margin: 5px 0 3px 0 !important;
		margin: 0;
		border: 0;
		border-top: 1px solid #FFF;
	}
	
	#content p,
	#content ul,
	#content div.image	{
		margin-top: 1px;
	}
	
	#content ol li {
      margin-left: 30px;
      padding-left: 0px;
	}
	#content ul li	{
      margin-left: 5px;
      padding-left: 10px;
		list-style-type: none;
		background-image: url(../images/bulletlist_standard.png);
		background-repeat: no-repeat;
		background-position: 0px 6px;
 	}
	
	#content div.image {
		position: relative;
		height: 100%;
		margin-bottom: 15px;
	}
	
	#content p.caption {
		position: absolute;
		bottom: 0;
		margin-left: 5px;
		font-style: italic;
		font-size: 10px;
	}
	
	#info_line {
		height: 17px;  clear:both;
	}
	
	#info_line a {
		display: block;
		line-height: 17px;
		font-size: 10px;
		color: #336633;
		text-decoration: underline;
	}
	
	#info_line a:hover {
		color: #000;
		text-decoration: none;
	}
	
	#print {
		padding-left: 5px;
		float: left;
	}
	
	#goto_top {
		padding-right: 18px;
		float: left;
		width: 30px;
	}
	
	#print a {
		padding-left: 23px;
		background-image: url(../images/print_button.png);
	}
	
	#goto_top a {
		padding-left: 25px;
		background: url(../images/top_v3.gif) no-repeat 6px 0;
		text-indent: -99999px;
	}


	#goto_topC {
		padding-right: 0px;
		float: right;
	}
	
	#goto_topC a {
		padding-left: 25px;
		background-image: url(../images/goto_top_button.png);
	}
	
	div.news-latest-date, div.news-single-item h3 {
		color: #003d1f;
	}
	
	div.news-single-item h3 {
		margin-bottom: 15px;
	}

	#content .news-single-author, #content .news-single-files, #content .news-single-related, #content .news-single-links, #content .news-single-backlink {
		margin-top: 10px; 
	}
	
/*--------------------------------------------------------------------------------------------------------*/
/*Right Col*/
/*--------------------------------------------------------------------------------------------------------*/
	#right_col .text {
		width: 160px;
	}

	#right_col label {
		margin-top: 10px;
	}
	
	#right_col h2, #right_col h1 {
		font-size:11px;
		padding: 0 5px 0 5px;
		line-height: 18px;        
		color: #57A43A;
	}
	
	#right_col p.bodytext {
		padding: 0 5px 0 5px;
		color: white;
	}
	
	#right_col .module_box {
		margin-bottom: 5px;
		padding-bottom: 5px;
		background-color: #023D1F;
	}
	
	#right_col .imgtext-table {
		margin-bottom: 5px;
	}
	
	#right_col .module_box table tbody tr td img {
		margin-right: 5px !important;
		margin-right: 0px;
	}

	#right_col ul	{
		list-style: none;
		margin-top: 1px;
	}
	
	#right_col li {
		padding-left: 15px;
		background: url(../images/bulletlist_standard.png) no-repeat 7px 5px;
	}

	#right_col ol li {
                background: none;
                margin-left: 30px;
                padding-left: 0px;
 	}
	
	#right_col a {
		color: #336633;
		text-decoration: underline;
	}
	
	#right_col a:hover {
		color: #023D1F;
		text-decoration: none;
	}
	
	#right_col .news-latest-container{
		background-color: #023D1F;
		margin-bottom: 5px;
	}
	
	#right_col p.bodytext{
		margin-bottom: 5px;
	}
	
	#right_col .csc-header {
		background-color: #023D1F;
	}
