@charset "UTF-8";

/* --- table of content -----------------------------------
	color definitions
	browser reset
	
	global
	page structure
	text styles
	navigation
	minor page elements
	forms
	icons
*/




/* --- color definitions ----------------------------------
	.bg-top			{ color: #666666; }
	.bg-bottom		{ color: #9E9E9E; }
   
	.black			{ color: #000000; }
	.grey			{ color: #AFAFAF; }
	.grey2			{ color: #5E5E5E; }
	.green			{ color: #00901F; }
	.yellow			{ color: #DCDE00; }
*/




/* --- browser reset --------------------------------------
   font-size = 16px
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0em; padding: 0em; border: 0em; outline: 0em; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } :focus { outline: 0em; } body { line-height: 1em; color: black; background: #FFFFFF; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0em; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }
* { margin: 0em; padding: 0em; } option { padding-left: 0.4em; } * html body * { overflow: visible; } * html iframe, * html frame { overflow: auto; } * html frameset { overflow: hidden } html { height: 100% } body { min-height: 101%; font-size: 100.01%; color: #000000; background: #FFFFFF; text-align: left; } fieldset, img { border: 0em solid; } ul, ol, dl, div { margin: 0px; padding: 0px; } li { margin-left: 1.5em; line-height: 1.5em; } dt { font-weight: bold; } dd { margin: 0em 0em 1em 2em; } blockquote, cite { margin: 0em 0em 1em 1.5em; font-size: 0.93em; width: auto;} html * { font-size: 100.01%; } .clearfix:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; } .clearfix { display: block; } .floatbox { overflow: hidden; } #ie_clearing { display: none; } label { position: absolute; top: -1000em; left: -1000em; height: 1px; width: 1px; } img { margin: 0px; padding: 0px; border: none; line-height: 0px; }










/* --- global ---------------------------------------------
*/

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

table {
	height: 100%;
	border: none;
	}
	table tr td {
		vertical-align: top;
	}

img {
	border: none;
}

.skip, .hideme, .print {
	position: absolute;
	top: -1000em;
	left: -1000em;
	height: 1px;
	width: 1px;
}

.skip:focus, .skip:active {
	position: static;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}

.hide {
	display: none !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.center {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

.middle {
	vertical-align: middle;
}

.align-justify {
	text-align: justify;
}



/* --- page structure -------------------------------------
	positioning and style of the basic page elements
*/

body {
	background: #9A9A9A url("img/bg_gradient.jpg") repeat-x 0 0;
}

#page_margins {
	background: transparent;
	border: none;
	height: 100%; 
	margin: 0 auto; 
	padding: 0px; 
	width: 860px; 
}

#shadow_top {
	background: transparent; 
	height: 0px; 
	margin-top: 0px; 
	width: 860px; 
}

#shadow_bg { 
	background: transparent url("img/shadow_bg.png") repeat-y;
	width: 860px;
}

#shadow_bottom {
	background: transparent url("img/shadow_bottom.png") no-repeat;
	height: 20px; 
	margin-bottom: 0px; 
	width: 860px;
}

#page {
	margin: 0px; 
	overflow: hidden;
	padding: 0px 10px; 
	width: 840px; 
}

#header {
	background: #ffffff;
	border: none;
	margin: 0px; 
	padding: 0px; 
	width: 840px; 
	height: 95px;
	}
	#header	img { 
		width: 190px; 
		height: 135px; 
		position: absolute; 
		right: 10px; 
	}
	.header_logo { 
		float: right;
	}
	
#nav {
	float: left; 
	margin: 0px; 
	padding: 0px; 
	border: none; 
	width: 840px; 
	height: 2.2em; 
	background: transparent url("img/menu_bg.png") no-repeat 0 0; 
	overflow: hidden; 
	position: static;
}

#main {
	float: right; 
	margin: 0px; 
	padding: 0px; 
	border: none; 
	width: 840px; 
	background: transparent url("img/main_bg.png") repeat-y; 
	overflow: hidden; 
	position: static;
	}
	#main_teaser { 
		width: 840px; 
		height: 314px; 
		overflow: hidden; 
		float: left; 
		margin: 0px; 
		padding: 0px; 
		background: transparent url("img/main_teaser.png") no-repeat; 
		border-bottom: 5px solid #DCDE00;
		}
		.teaser-img {
			width: 620px;
			overflow: hidden;
			float: left;
		}
		.teaser-img-overlay {
			background: transparent url("img/overlay_stripes.png") no-repeat;
			width: 620px;
			height: 314px;
			position:absolute;
			z-index:5000;
		}
		.teaser-info {
			width: 220px;
			overflow: hidden;
			float: right;
			line-height:1.1em;
		}
		
	#main_content { 
		width: 840px; 
		float: left; 
		margin: 0px; 
		}
		#lastupdate {
			padding: 10px 0;
			text-align: right;
			width: inherit;
		}
	#main_eyecatcher { 
		width: 920px; 
		height: 165px; 
		background: transparent url("img/main_eyecatcher.png") no-repeat;
		display: none; 
		float: left;
	}
	#main_teaser div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image { 
		margin-bottom: 0px;
	}
	#main_teaser div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
		margin-left: 0px;
	}


#footer { 
	float: left; 
	margin: 10px 0px 10px 0px; 
	padding: 0px; 
	border-bottom: 12px solid #00901F; 
	width: 840px; 
	background: transparent; 
	overflow: hidden; 
	position: static; 
	clear: both;
	}
	.footer_nav	{ 
		border-top: 1px solid #AFAFAF;
		float: right; 
		text-align: left; 
		width: 800px; 
		display: inline; 
		background: transparent; 
		padding: 0px 0px; 
		margin: 0px 20px;
		}
		.footer_nav_content { 
			float: right; 
			text-align: right; 
			display: inline; 
			background: transparent; 
			padding: 0px; 
			margin: 0px 0px 0px 0px; 
			width: 210px; 
		}
		.footer_nav_copyright { 
			float: right; 
			text-align: left; 
			display: none; 
			background: transparent; 
			padding: 0px; 
			margin: 10px 10px 0px 0px; 
		}
		.footer_nav_copyright p { 
			padding: 0px; 
			margin: 0px; 
			line-height: 1em;
		}

.breadcrumb-text {
	float: left; 
	margin: 0px 10px 0px 0px; 
	padding: 0px; 
	list-style-type: none; 
	line-height: 1em;
	}
	.breadcrumb-text a { 
		margin: -2px 0px 0px 0px;
	}




/* --- text styles ----------------------------------------
	use only relative font-size values (% or em)
	
	Arial, Verdana, Helvetica, sans-serif
	"Times New Roman", Times, serif
	Courier, monospace
	
	link selectors should follow the LoVe-Follows-HAte scheme
		:link = not yet visited
		:visited = already visited
		:focus = focused by using tabulator-key
		:hover = mouse over
		:active = just clicked
*/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 73.00%;
	color: #5E5E5E;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0px;
	font-size: 1em;
	color: #5E5E5E;
	padding: 0px;
	letter-spacing: 0.1em;
	}
	h3,h4,h5,h6 {
		font-weight: normal
	}
	h1 {
		font-size: 1.2em;
		margin: 20px 0em 0.8em 0em;
	}
	h2 {
		font-size: 1.1em;
	}
	h4 {
		font-size: 1em;
		font-weight: bold;
		padding: 0;
		margin: 0;
		color: #00901F;
	}
	h6 {
		font-style: italic;
	}

.headline {
	padding: 2px 5px;
	background: #5E5E5E;
	width: 289px;
	border-left: 1px dotted #000000;
	height: 18px;
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
	margin: 0px;
	font-size: 1.0em;
}

.smalltext {
	font-size: 0.8em;
	color: #5E5E5E;
}

#header {
	font-family: Times, serif;
	font-size: 100.00%;
}

#nav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.00%;
}

#breadcrumbs {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90.00%;
}

#main {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.00%;
	}
	#lastupdate {
		display: none;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 80.00%;
	}
	.teaser-info p {
		line-height: 1.125em;
	}
		
#footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90.00%;
	}
	#footer a {
		padding: 0px 10px 0px 10px;
		border-left: 1px solid #888888;
		float: left;
		color: #888888;
		margin: 4px 0px 4px 0px;
		line-height: 1.0em;
	}
	#footer a:hover {
		color: #00901F;
	}
	#footer div.footer-first-child a {
		border: none;
	}

hr {
	height: 0px;
	margin-top: 25px;
	border: none;
	border-bottom: 1px solid #BD312C;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #00901F;
	}
	a:hover {
		color: #00901F;
	}



/* --- navigation -----------------------------------------
*/

#nav_main {
	width: 840px;
	height: 2.2em;
	overflow: hidden;
	float: left;
	display: inline;
	color: #FFFFFF;
	background: transparent;
	border: none;
	line-height: 1em;
	text-transform: uppercase;
	}
	#nav_main ul {
		margin: 0px 0px 0px 10px;
		padding: 0px;
		}
		#nav_main ul li {
			margin: 0.4em 0em;
			padding: 0px;
			border: none;
			line-height: 1em;
			list-style-type: none;
			float: left;
			border-left: 1px solid #FFFFFF;
			}
			#nav_main ul li:hover {
				background: transparent;
				color: #FFFFFF;
				}
				#nav_main ul li.first-child {
					border: none;
				}
			#nav_main ul li a, #nav_main ul li strong {
				background: transparent;
				border: none;
				display: block;
				font-weight: normal;
				font-size: 1.0em;
				margin: 0;
				padding: 0.1em 0.9em 0.2em 0.9em;
				text-decoration: none;
				color: #FFFFFF;
				}
				#nav_main ul li a:focus, #nav_main ul li a:hover, #nav_main ul li a:active {
					background: transparent;
					color: #000000;
					}
					#nav_main ul li.current_cur strong, #nav_main ul li.current_cur a,
					#nav_main ul li.current_act strong, #nav_main ul li.current_act a {
						background: transparent;
						color: #000000;
						}
						#nav_main ul li.current_cur a:focus, #nav_main ul li.current_cur a:hover, #nav_main ul li.current_cur a:active,
						#nav_main ul li.current_act a:focus, #nav_main ul li.current_act a:hover, #nav_main ul li.current_act a:active,
						#nav_main ul li.current_sub a:focus, #nav_main ul li.current_sub a:hover, #nav_main ul li.current_sub a:active {
							background: transparent;
							cursor: default;
						}


#second_lvl_nav {
	background: #EEEEEE;
	border: none;
	color: #888888;
	display: none;
	float: left;
	margin: 0px 10px;
	overflow: hidden;
	padding: 0px;
	width: 190px;
	}
	#second_lvl_nav a {
		background: transparent;
		border-bottom: 1px solid #FFFFFF;
		color: #888888;
		display: block;
		font-size: 1.0em;
		font-weight: normal;
		margin: 0px;
		padding: 5px 10px;
		text-decoration: none;
	}
	#second_lvl_nav ul {
		background: transparent;
		border: none;
		display: inline;
		float: left;
		margin: 0px;
		padding: 0px;
		}
		#second_lvl_nav ul li {
			border: none;
			float: left;
			line-height: 1em;
			list-style-type: none;
			margin: 0em;
			padding: 0em;
			width: 190px;
		}

		#second_lvl_nav ul li.current_cur strong, #second_lvl_nav ul li.current_cur a,
		#second_lvl_nav ul li.current_act strong, #second_lvl_nav ul li.current_act a {
			background: #FA8800;
			color: #000000;
			}
			#second_lvl_nav ul li a:focus, #second_lvl_nav ul li a:hover, #second_lvl_nav ul li a:active,
			#second_lvl_nav ul li.current_cur a:focus, #second_lvl_nav ul li.current_cur a:hover, #second_lvl_nav ul li.current_cur a:active,
			#second_lvl_nav ul li.current_act a:focus, #second_lvl_nav ul li.current_act a:hover, #second_lvl_nav ul li.current_act a:active,
			#second_lvl_nav ul li.current_sub a:focus, #second_lvl_nav ul li.current_sub a:hover, #second_lvl_nav ul li.current_sub a:active {
				background: #66A552;
				color: #FFFFFF;
			}
		
		#second_lvl_nav ul li.current_cur ul li a, #second_lvl_nav ul li.current_act ul li a, #second_lvl_nav ul li.current_sub ul li a {
			background-color: #EEEEEE;
			color: #888888;
			padding-left: 24px;
			}
			#second_lvl_nav ul li.current_act ul li.current1_cur a, #second_lvl_nav ul li.current_act ul li.current1_act a, #second_lvl_nav ul li.current_act ul li.current1_sub a {
				background-color: #FA8800;
				color: #000000;
			}
			#second_lvl_nav ul li.current_cur ul li a:focus, #second_lvl_nav ul li.current_cur ul li a:hover, #second_lvl_nav ul li.current_cur ul li a:active, 
			#second_lvl_nav ul li.current_act ul li a:focus, #second_lvl_nav ul li.current_act ul li a:hover, #second_lvl_nav ul li.current_act ul li a:active, 
			#second_lvl_nav ul li.current_sub ul li a:focus, #second_lvl_nav ul li.current_sub ul li a:hover, #second_lvl_nav ul li.current_sub ul li a:active {
				background-color: #66A552;
				color: #FFFFFF;
			}





/* --- minor page elements --------------------------------
*/

#nav_search {
	display: none;
	float: left;
}

#nav_language {
	display: none;
	float: right;
	margin: 0px 20px;
	line-height: 2.3em;
	}
	#nav_language #langmenu {
		margin: 0.7em 0em 0em 0em;
	}
	#nav_language a img {
		margin: 0px 3px;
	}
	#nav_language span {
		display: none;
	}

#breadcrumbs {
	width: 920px;
	height: 1.15em;
	overflow: hidden;
	margin: 10px 0px;
	float: left;
	display: none;
	color: #ffffff;
	background: #66a552;
	border: none;
	line-height: 1em;
	}
	#nav_breadcrumbs {
		margin: 1px 0px 0px 210px;
	}
	#nav_breadcrumbs a {
		color: #FFFFFF;
	}
	#nav_breadcrumbs a:hover {
		color: #000000;
	}

#printview {
	background: #EEEEEE;
	border: none;
	color: #999999;
	display: none;
	float: right;
	height: 250px;
	margin: 0px 10px;
	overflow: hidden;
	padding: 0px;
	width: 120px;
	}
	#fontsize {
		margin: 10px 0px 0px 10px;
		width: 51px;
		float: left;
		}
		#font-large, #font-normal,	#font-small {
		background: transparent url("../img/icons.png") no-repeat;
		float: left;
		height: 16px;
		margin: 0px 1px 0px 0px;
		padding: 0px;
		width: 16px;
		}
		#font-large {
			background-position: -208px -96px;
			}
			#font-large:focus, #font-large:hover {
				background-position: -240px -96px;
			}
		#font-normal {
			background-position: -112px -96px;
			}
			#font-normal:focus, #font-normal:hover {
				background-position: -144px -96px;
			}
		#font-small {
			background-position: -16px -96px;
			}
			#font-small:focus, #font-small:hover {
				background-position: -48px -96px;
			}
	#printer {
		float: left;
		height: 20px;
		margin: 10px 0px 0px 10px;
		overflow: hidden;
		padding: 0px;
		width: 16px;
		}
		#printer a img{
			background: transparent url("../img/icons.png") no-repeat;
			background-position: -16px -128px;
			}
			#printer a img:focus, #printer a img:hover {
				background-position: -48px -128px;
			}
			#printer a span {
				display: none;
			}



/* --- forms ----------------------------------------------
*/

label {
	float:left;
	height:auto;
	position:relative;
	width:120px;
	height:auto;
	position:static;
	width:120px;
}

input {
	margin: 0px;
	padding: 0px;
	height: 16px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #555555;
	border: 1px solid #CCCCCC;
	}
	textarea, select {
		margin: 0px;
		padding: 0px 0px 0px 5px;
		border: 1px solid #CCCCCC;
		height: 16px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #555555;
	}
	input[type="text"] {
		width: 300px;
		color: #000000;
		padding: 1px;
	}
	input[type="password"] {
		border: 1px solid #CCCCCC;
		height: 18px;
		width: 300px;
	}
	input[type="radio"] {
		border: none;
		height: 12px;
		color: #000000;
		clear: both;
	}
	input[type="checkbox"] {
		border: none;
		border: none !important;
		height: 13px;
		width: 13px;
		color: #000000;
		padding: 1px;
	}
	input[type="file"] {
		border: 1px solid #CCCCCC;
		height: 18px;
		width: 300px;
	}
	input[type="submit"] {
		background:none repeat scroll 0 0 #00901F;
		color:#FFFFFF;
		font-weight:bold;
		height:25px;
		width:308px;
	}
	textarea {
		width:300px;
		height: 80px;
		color: #CCCCCC;
	}

#search {
	width: 118px;
	color: #000000;
	border: 1px solid #CCCCCC;
	float: left;
}




/* --- icons ----------------------------------------------
*/

.icon {
	background: transparent url("../img/icons.png") no-repeat;
	height: 16px;
	width: 16px;
	padding: 0px;
	border: none;
	float: left;
	text-align: center;
	font-weight: normal;
	}
	.icon-breadcrumb {
		background-position: -16px -16px;
		margin-top: 2px;
		width: 8px;
	}
	.icon-nav, .icon-nav1, .icon-nav2 {
		background-position: -1008px -1008px;
		width: 0px;
		height: 0px;
	}
