@charset "UTF-8";

/* --- table of content -----------------------------------
	color definitions
	browser reset
	
	global
	page structure
	text styles
	navigation
	minor page elements
	forms
	icons
*/




/* --- color definitions ----------------------------------
	.white			{ color: #FFFFFF; }
	.black			{ color: #000000; }
   
	.tc-orange		{ color: #FA8800; }	
	.tc-green		{ color: #66A552; }	
*/




/* --- 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 {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

table {
	border: none;
	height: 100%;
	}
	table tr td {
		vertical-align: top;
	}

img {
	border: none;
}

.skip, .hideme, .print {
	height: 1px;
	left: -1000em;
	position: absolute;
	top: -1000em;
	width: 1px;
}

.skip:focus, .skip:active {
	height: auto;
	left: 0px;
	position: static;
	top: 0px;
	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;
}/*.middle		{ display: table-cell; vertical-align: middle; }*/




/* --- page structure -------------------------------------
	positioning and style of the basic page elements
*/
body {
	background: #FFFFFF url("img/body_bg.png") repeat;
}

#page_margins {
	background: transparent;
	border: none;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
}

#shadow_top {
	background: transparent url("img/shadow_top.png") no-repeat;
	height: 60px;
	width: 1000px;
}

#shadow_bg {
	background: transparent url("img/shadow_bg.png") repeat-y;
	width: 1000px;
}

#shadow_bottom {
	background: transparent url("img/shadow_bottom.png") no-repeat;
	height: 60px;
	width: 1000px;
}

#page {
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 1000px;
}

#header {
	border: none;
	height: 230px;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	}
	#header	img {
		height: 230px;
		overflow: hidden;
		}
		#header_imagelogo {
			width: 340px;
			float: left;
		}
		#header_teaser {
			width: 600px;
			float: left;
		}

#nav {
	background: transparent;
	border: none;
	float: left;
	margin: 0px 0px 0px 80px;
	overflow: hidden;
	padding: 0px;
	position: static;
	width: 240px;
}

#main {
	background: transparent url("img/main_bg.png") repeat-y;
	border: none;
	float: right;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: static;
	width: 1000px;
	}
	#main_teaser {
		background: transparent;
		bottom: 0px;
		height: 100%;
		margin: 0px;
		overflow: hidden;
		padding: 0px;
		position: absolute;
		right: 0px;
		}
		#main_teaser img {
			bottom: 0px;
			position: absolute;
		}
		#main_teaser div div.single_rightcontent_element{
			bottom: 0px;
			position: absolute;
		}
		#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;
		}
	#main_content {
		float: left;
		margin: 0px 0px 0px 20px;
		width: 580px;
		}
		#lastupdate {
			padding: 10px 0;
			text-align: right;
			width: inherit;
		}
	#main_eyecatcher {
		background: transparent url("img/main_eyecatcher.png") no-repeat;
		float: left;
		height: 165px;
		width: 1000px;
	}

#footer {
	background: transparent;
	border: none;
	clear: both;
	float: left;
	height: 18px;
	margin: 38px 60px 0px 60px;
	overflow: hidden;
	padding: 0px;
	position: static;
	width: 880px;
	}
	.footer_nav {
		background: transparent;
		display: inline;
		float: right;
		margin: 0px;
		padding: 0px;
		text-align: left;
		width: 500px;
		}
		.footer_nav_content {
			background: transparent;
			display: inline;
			float: right;
			line-height: 1.5em;
			margin: 0px;
			padding: 0px;
			text-align: left;
			width: 200px;
		}
		.footer_nav_copyright {
			background: transparent;
			display: inline;
			float: right;
			margin: 0px;
			padding: 0px;
			text-align: left;
		}
		.footer_nav_copyright p {
			color: #999999;
			line-height: 1.3em;
			margin: 0px 10px 0px 0px;
			padding: 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 {
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75.00%;
}

h1,h2,h3,h4,h5,h6 {
	color: #000000;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
	}
	h1,h2 {
		font-weight: bold;
		}
		h1 {
			font-size: 1.2em;
			margin: 1.0em 0em 0.8em 0em;
			}
			.csc-firstHeader {
				margin-top: 1.5em;
			}
		h2 {
			font-size: 1.1em;
		}
	h3,h4,h5,h6 {
		font-weight: normal
		}
		h3 {
			font-size: 1.0em;
		}
		h4 {
			font-size: 0.9em;
		}
		h5 {
			font-size: 0.9em;
			font-style: italic;
		}
		h6 {
			font-size: 0.8em;
			font-style: italic;
		}

p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0px;
}

hr {
	border: none;
	border-bottom: 1px solid #FA8800;
	height: 0px;
	margin-top: 25px;
}

a, a:link {
	color: #66A552;
	cursor: pointer;
	text-decoration: none;
	}
	a:visited {
		color: #66A552;
	}
	a:focus, a:hover {
		color: #FA8800;
	}
	a:active {
		color: #FA8800;
	}

#header {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
}

#nav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
}

#breadcrumbs {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
}

#main {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	}
		#lastupdate {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 80.00%;
	}

#footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	}
	#footer a, #footer a:link {
		border-left: 1px solid #999999;
		color: #999999;
		float: left;
		line-height: 1.2em;
		margin: 0px;
		padding: 0px 10px 0px 10px;
		}
		#footer a:visited {
			color: #999999;
		}
		#footer a:focus, #footer a:hover {
			color: #FA8800;
		}
		#footer a:active {
			color: #FA8800;
		}
		#footer div.footer-first-child a {
			border: none;
		}
	#footer #printview a {
		padding: 1px;
		border: none;
	}




/* --- navigation -----------------------------------------
*/

#nav_main {
	background: transparent;
	border: none;
	color: #000000;
	display: inline;
	float: left;
	line-height: 1em;
	overflow: hidden;
	width: 240px;
	}
	#nav_main ul {
		margin: 0px;
		padding: 0px;
		}
		#nav_main ul li {
			border: none;
			border-bottom: 0px solid #DDDDDD;
			float: left;
			line-height: 1em;
			list-style-type: none;
			margin: 0em;
			padding: 0.5em 0em 0.4em 0em;
			width: 240px;
			}
			#nav_main ul li.last-child {
				border: none;
			}
			#nav_main ul li:focus, #nav_main ul li:hover {
				background: transparent;
				color: #9DC275;
				}
				#nav_main ul li a, #nav_main ul li strong {
					background: transparent;
					color: #000000;
					display: block;
					font-size: 1.0em;
					font-weight: normal;
					margin: 0;
					padding: 0.1em 0.9em 0.2em 0.9em;
					text-decoration: none;
				}
				#nav_main ul li:focus a, #nav_main ul li:hover a, #nav_main ul li:active a {
					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,
				#nav_main ul li.current_sub strong, #nav_main ul li.current_sub 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;
				}
			#nav_main ul li ul {
				margin-left: 15px;
				}
				#nav_main ul li ul li ul {
					margin-left: 15px;
				}




/* --- minor page elements --------------------------------
*/

#nav_search {
	float: left;
}

#nav_language {
	float: right;
	line-height: 2.3em;
	margin: 0px 20px;
	}
	#nav_language #langmenu {
		margin: 0.7em 0em 0em 0em;
	}
	#nav_language a img {
		margin: 0px 3px;
	}
	#nav_language span {
		display: none;
	}

#breadcrumbs {
	background: transparent;
	border: none;
	color: #000000;
	display: inline;
	float: left;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	width: 1000px;
	}
	#nav_breadcrumbs {
		margin: 1px 0px 0px 80px;
		}
		#nav_breadcrumbs .breadcrumb-text {
			float: left;
			list-style-type: none;
			margin: 0em 0.6em 0em 0em;
			padding: 0.5em 0em 0.5em 0em;
		}
		#nav_breadcrumbs a {
			color: #000000;
			margin: -2px 0px 0px 0px;
			}
			#nav_breadcrumbs a:hover {
				color: #9dc275;
			}

#printview {
	background: transparent;
	border: none;
	color: #999999;
	display: inline;
	float: right;
	height: 20px;
	margin: 0px 10px;
	overflow: hidden;
	padding: 0px;
	width: 120px;
	}
	#font-large, #font-normal,	#font-small {
	background: transparent url("img/icons.gif") no-repeat;
	float: left;
	height: 16px;
	margin: 10px 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: 16px;
		margin: 2px 1px 0px 10px;
		overflow: hidden;
		padding: 0px;
		width: 16px;
		}
		#printer a{
			background: transparent url("img/icons.gif") no-repeat;
			background-position: -16px -128px;
			}
			#printer a:focus, #printer a:hover {
				background-position: -48px -128px;
			}
			#printer a span {
				visibility: hidden;
			}





/* --- forms ----------------------------------------------
*/

form {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	height: 1.25em;
	}
	textarea, select {
		padding: 0px 0px 0px 5px;
		border: 1px solid #666666;
	}
	textarea {
		height: 6.7em;
		line-height: 1.1em;
		width: 100%;
	}
	input {
		border: 1px solid #666666;
		}
		input[type="text"] {
			padding: 1px;
			width: 300px;
		}
		input[type="password"] {
			padding: 1px;
			width: 300px;
		}
		input[type="file"] {
			padding: 1px;
			width: 300px;
		}
		input[type="radio"] {
			border: none;
			clear: both;
			height: 1.0em;
		}
		input[type="checkbox"] {
			border: none;
			height: 1.17em;
			padding: 1px;
			width: 1.17em;
		}
		input[type="submit"] {
			background: #fa8800;
			border: none;
			color: #000000;
			height: 1.7em;
			width: 302px;
		}
		
#search {
	border: 1px solid #666666;
	color: #666666;
	float: left;
	width: 118px;
}




/* --- icons ----------------------------------------------
	background-position:	-80px	-16px;
							vert.	horiz.
*/

.icon {
	background: transparent url("img/icons.gif") no-repeat;
	border: none;
	float: left;
	font-weight: normal;
	height: 16px;
	margin-top: 2px;
	padding: 0px;
	text-align: center;
	width: 16px;
	}
	.icon-breadcrumb {
		background-position: -16px -16px;
		margin-top: 0.4em;
		width: 8px;
	}
	.icon-nav {
		background-position: -80px -16px;
	}
	.icon-nav1 {
		background-position: -80px -16px;
	}
	.icon-nav2 {
		background-position: -80px -16px;
	}

		.current_act .icon-nav, .current_cur .icon-nav {
			background-position: -96px -16px;
		}
		.current_act ul .current1_cur .icon-nav1, .current_act ul .current1_act .icon-nav1 {
		background-position: -96px -16px;
		}
		.current_act ul .current1_act ul .current2_cur .icon-nav2 {
		background-position: -96px -16px;
		}
		ul li:hover .icon-nav {
		background-position: -112px -16px;
		}
		.current_act ul li:hover .icon-nav1,
		.current_cur ul li:hover .icon-nav1 {
		background-position: -128px -16px;
		}
		
		.current_act ul .current1_cur ul li:hover .icon-nav2,
		.current_act ul .current1_act ul li:hover .icon-nav2,
		.current_act ul .current1_act ul .current2_cur:hover .icon-nav2 {
		background-position: -144px -16px;
		}
