			

/****
	GENERAL SCREEN CSS FILE
		****/

html {
	/* height: 100%; */
	margin: 0;
	padding: 0;
	
}
	
body {
	height: 100%;
	margin: 0;
	padding: 0;
	
	background: #ffffff;
	
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;		
	color: #000000;
	text-align: center;
}

p {
	margin: 0 0 8px 0;
	padding: 0;
	color: #000000;
	
}

h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }

h3 {
	font-size: 16px;
}

h4 {
	color: #007554;
	font-size: 18px;
}



a {
	color: #007857;
	text-decoration: none;
}


a:hover {
	color: #007857;
}

p.align-right { text-align: right; }
p.align-center { text-align: center; }
p.align-left { text-align: left; }

td.align-right { text-align: right; }
td.align-center { text-align: center; }
td.align-left { text-align: left; }

div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 20px !important;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 20px !important;
}

/****
	PSEUDO
		****/
		
		#top {
			
		}
		
		#end {
		
		}

/****
	CONTAINTER
		****/
		
		#container {
			position: relative;
			width: 993px;
			height: auto;
			
			margin: 5px auto 0 auto;
			padding: 0;
			text-align: left;
			border: 1px solid #7fbbab;
			background: url(../img/container2.png) repeat;
		}
		
		
/****
	HEADER
		****/
		
		#header {
			position: relative;
			top: 0; 
			left: 0;
			width: 989px; 
			height: 102px;
			background: url(../img/header.png) repeat;
			border: 2px solid white;
		}
		
		#header h1 {
			position: absolute;
			top: 0; 
			left: 0;
			margin: 0;
			padding: 0;
			width: 163px; 
			height: 104px;
			border-right: 2px solid white;
		}
		
		#header h1 a {
			position: absolute;
			width: 100%; 
			height: 100%;
			text-indent: -999%;
			overflow: hidden;
			margin: 10px 0 0 30px;
			background: url(../img/header_h1.png) no-repeat;
		}
		
		#header h2 {
			position: absolute;
			top: 0;
			left: 0;
			width: 291px;
			height: 47px;
			margin: 30px 0 0 185px;
			text-indent: -999%;
			overflow: hidden;
			background: url(../img/header_h2.png) no-repeat;
		}
		
/****
	JUMP
		****/
		
		#jump { display: none; }
		
/****
	PATH
		****/
		
		#path { display: none; }
		

/****
	CONTENT & SITEMETA
		****/
		
		
		/*** CONTENT ***/
			
		
			#content {
				float: right;
				display: block;
				width: 766px;
				height: auto;
				margin-left: -2px;
				margin-top: 150px;
				padding: 30px;
				background: #ffffff;
				border-left: 2px solid white;
			}
			
			#content h3 {
				position: relative;
				top: 0;
				left: 0;
				padding: 0 0 15px 0;
				border-bottom: 2px solid #ccc7c4;
				z-index: 1;
			}
				

			
			
			/*** COL0 ***/
			
				#col0 {
					position: relative;
					float: left;
					width: 1px;
					height: 314px;
				}
			
			/*** COL1 ***/
			
				#col1 {
					position: relative;
					float: left;
					margin: 25px 0 0 0;
					width: 765px;
				}
				
				#col1 h4 {
					margin: 0 0 10px 0;
				}
				
				#col1 a {
					text-decoration: underline;
				}
				
				/*** COL1_MENU ***/
				
					#col1_menu {
						width: 630px;
					}
				
					#col1_menu ul,
					#col1_menu_overview ul {
						list-style: none;
						margin: 0;
						padding: 0;
					}
					
					#col1_menu ul li,
					#col1_menu_overview ul li {
						display: inline;
					}
					
					#col1_menu ul li span,
					#col1_menu_overview ul li span {
						display: none;
					}
					
					#col1_menu ul li ul li,	
					#col1_menu_overview ul li ul li {
						display: inline;
					}
					
					#col1_menu ul li ul li a,
					#col1_menu_overview ul li ul li a {
						display: inline;
						float: left;
						width: 290px;
						margin: 0 10px 0 0;
						font-size: 13px;
						color: #000000;
						background: url(../img/col1_menu_ul_li_ul_li_a.png) no-repeat left center;
						padding-left: 14px;
						margin-bottom: 4px;
						text-decoration: underline;
					}
					

					#col1_menu ul li ul li a.active,
					#col1_menu ul li ul li a:hover {
						
					}
					
					#col1_menu_overview {
						position: absolute;
						top: 0;
						left: 0;
						margin: -42px 0 0 200px;
						z-index: 1;
					}
					
					#col1_menu_overview ul li ul li a {

						font-weight: bold;
						text-decoration: underline;
						color: #007857;
						background: none;
						padding: 0;
					}
					
				
			
			/*** COL2 ***/
			
				#col2 {

					display: none;
				}
				
			
			
			/*** MEDIA ***/
		



				#media {
					position: absolute;
					top: 0;
					left: 0;
					width: 825px;
					height: 143px;
					overflow: hidden;
					margin: 106px 0 0 167px;
				}	
		
		
		/*** SITEMETA ***/
		
			#sitemeta {
				float: right;
				width: 163px;
				height: auto;
				border-right: 2px solid white;
				border-left: 2px solid white;
				
				
			}
		
			/*** MENU ***/
			
				#menu {
					position: relative;
					width: 100%;
					height: auto;
					background: url(../img/menu.png) repeat;
					padding-top: 25px;
					
				}
				
				#menu ul {
					list-style: none;
					margin: 0;
					padding: 0;
				}
				
				#menu ul li {
					display: inline;
				}
				
				#menu ul li span {
					display: none;
				}
				
				#menu ul li ul li {
					display: inline;
				}
				
				#menu ul li ul li a {
					display: block;
					width: 125px;
					height: 23px;
					color: #ffffff;
					padding: 4px 0 10px 12px;
					margin: 0 0 0 12px;
					background: url(../img/menu_ul_li_ul_li_a.png) no-repeat;
					
					font-size: 12px;
				}
				
				#menu ul li ul li a.active,
				#menu ul li ul li a:hover {
					background: url(../img/menu_ul_li_ul_li_a_active.png) no-repeat;
					
				}
				
				#menu ul li ul li ul {
					margin-bottom: 12px;
				}
				
				#menu ul li ul li ul li a {
					padding: 2px 0 3px 14px;
					height: auto;
					background: none;
					margin: 0 0 0 12px;
					color: #000000;
					font-size: 11px;
				}
				
				#menu ul li ul li ul li a.active,
				#menu ul li ul li ul li a:hover {
					background: url(../img/menu_ul_li_ul_li_ul_li_a.png) no-repeat left center;
					padding: 2px 0 3px 14px;
				}


/*** MENU ***/
			
				#contentmenu {
					position: relative;
					width: 400px;
					height: auto;
					padding-top: 9px;
					padding-left: 21px;
					
				}
				
				#contentmenu ul {
					list-style: none;
					margin: 0;
					padding: 0;
				}
				
				#contentmenu ul li {
					display: inline;
				}
				
				#contentmenu ul li span {
					display: none;
				}
				
				#contentmenu ul li ul li {
					display: inline;
				}
				
				#contentmenu ul li ul li a {
					display: inline-block;
					width: 154px;
					height: 23px;
					color: #ffffff;
					padding: 4px 0 10px 12px;
					margin: 0 16px 0 0px;
					background: url(../img/contentmenu.png) no-repeat;
					text-decoration:none;
					font-size: 12px;
					float: left;
				}
				
				#contentmenu ul li ul li a.active,
				#contentmenu ul li ul li a:hover {
					background: url(../img/contentmenu_active.png) no-repeat;
					
				}
				
				#contentmenu ul li ul li ul {
					margin-bottom: 12px;
				}
				
				#contentmenu ul li ul li ul li a {
					padding: 2px 0 3px 14px;
					height: auto;
					background: none;
					margin: 0 0 0 12px;
					color: #000000;
					font-size: 11px;
				}
				
				#contentmenu ul li ul li ul li a.active,
				#contentmenu ul li ul li ul li a:hover {
					background: url(../img/menu_ul_li_ul_li_ul_li_a.png) no-repeat left center;
					padding: 2px 0 3px 14px;
				}
			
			
			/*** MENU2 ***/
			
				#menu2 {
					display: none;
				}
			
			
			/*** MENU3 ***/

				#fusszeile {
					position: absolute;
					font-style: normal;
					font-size: 10px;					
					bottom: 0;
					margin: 0 0 0px 10px;
					width:140px;
				}
			
				#menu3 {
					position: absolute;
					
					bottom: 0;
					margin: 0 0 40px 0;
				}
				
				#menu3 ul {
					list-style: none;
					margin: 0;
					padding: 0;
				}
				
				#menu3 ul li {
					display: inline;
				}
				
				#menu3 ul li span {
					display: none;
				}
				
				#menu3 ul li ul li {
					display: inline;
				}
				
				#menu3 ul li ul li a {
					display: block;
					width: 125px;
					height: 23px;
					color: #ffffff;
					padding: 4px 0 10px 12px;
					margin: 0 0 0 12px;
					background: url(../img/menu_ul_li_ul_li_a.png) no-repeat;
				}
				
				#menu3 ul li ul li.first-child a.active,
				#menu3 ul li ul li.first-child a:hover,
				#menu3 ul li ul li a.active,
				#menu3 ul li ul li a:hover {
					background: url(../img/menu_ul_li_ul_li_a_active.png) no-repeat;
					
				}
				
				#menu3 ul li ul li.first-child a {
					background: url(../img/menu3_akt_proj.png) no-repeat;
				}
				
				#menu3 ul li ul li ul {
					margin-bottom: 12px;
				}
				
				#menu3 ul li ul li ul li a {
					padding: 2px 0 3px 14px;
					height: auto;
					background: none;
					margin: 0 0 0 12px;
				}
				
				#menu3 ul li ul li ul li a.active,
				#menu3 ul li ul li ul li a:hover {
					background: url(../img/menu_ul_li_ul_li_ul_li_a.png) no-repeat left center;
					padding: 2px 0 3px 14px;
				}
			
			
			/*** SITELINKS ***/
			
				#sitelinks {
					position: absolute;
					top: 0;
					right: 0;
					display: inline;
					margin: 83px 260px 0 0;
					width: 300px;
					
				}
				
				#sitelinks ul {
					list-style: none;
					margin: 0;
					padding: 0;
				}
				
				#sitelinks ul li {
					display: inline;
				}
				
				#sitelinks ul li span {
					display: none;
				}
				
				#sitelinks ul li ul li {
					display: block;
					float: right;
					background: url(../img/sitelinks_ul_li.png) no-repeat right center;
					padding: 0 10px;
				}
			
				

				#sitelinks ul li ul li a {
					color: #231f20;
					
				}
			
/****
	SEARCH
		****/
		
		#search {
			position: absolute;
			top: 0;
			right: 0;
			display: inline;
			width: 155px;
			margin: 80px 8px 0 0;
		}
		
		#search fieldset {
			border: 0;
			margin: 0;
			padding: 0;
		}
		
		#search fieldset legend {
			display: none;
		}
		
		#search label {
			display: none;
		}
		
		.sismallsearch-container {
			
		}
		
		
		#search input.sismallsearch-input,
		#search input.sismallsearch-submit {
			border: 1px solid #9d9da2;
			display: inline;
			margin: 0;
			padding: 0;
		}
		
		.sismallsearch-input {
			width: 125px;
			height: 16px;
			padding: 2px;
			margin: 0;
		}
		
		.sismallsearch-submit {
			width: 14px;
			padding: 2px;
			height: 18px;
		}
		
/****
	LANG
		****/
		#lang {
			position: absolute;
			top: 0;
			right: 0;
			display: inline;
			margin: 83px 185px 0 0;
		}
		
		#lang ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#lang ul li {
			display: inline;
		}
		
		#lang ul li span {
			display: none;
		}
		
		#lang ul li ul li {
			display: block;
			float: left;
		}
		
		#lang ul li ul li.active {
			display: none;
		}
		
		#lang ul li ul li.na {
		
		}
		
		#lang ul li ul li a {
			padding-left: 20px;
			color: #231f20;
		}
		
		#lang ul li ul li a.de {
			background: url(../img/de.png) no-repeat left;
		}
		
		#lang ul li ul li a.en {
			background: url(../img/gb.png) no-repeat left;
		}
	
			
/****
	FOOTER
		****/
		
		#footer {
			height: 1px;
			overflow:hidden;
			clear: both;
			position: relative;

			width: 145px;
			margin: auto 10px 0 10px;


		}
		
		#footer address {
			position: absolute;
			margin-top: -40px;
			width: 160px;
			font-style: normal;
			font-size: 10px;
			color: #231f20;
			padding-left: 14px;
		}		
		
		
/****
	INDEXED SEARCH
		****/
		
		.tx-indexedsearch-searchbox fieldset {
			border: 0;
			margin: 0;
			padding: 0;
		}
		
		.tx-indexedsearch-searchbox label{
			margin-right: 10px;
		}
		
		.tx-indexedsearch-searchbox legend { 
			display: none; 
		}
		
		.tx-indexedsearch-form,
		.tx-indexedsearch-search-submit {
			position: relative;
			float: left;
		}
		
		.tx-indexedsearch-descr {
			margin-bottom: 8px;
		}
		
		.tx-indexedsearch-res {
			
			
		}
		
		.tx-indexedsearch-res div.res-tmpl-css {
			position: relative;
			clear: left;
			float: none;

			margin: 0 0 15px 0;
			border-bottom: 1px solid #007857;
		}
		
		.tx-indexedsearch-res h4 {
			position: relative;
			margin: 10px 0 6px 0;
			padding: 0;
		}
		
		.tx-indexedsearch-res h4 img {
			padding: 3px 0 0 0;
		}
		
		.tx-indexedsearch-whatis {
			position: relative;
			margin: 8px 0 0 0;
		}
		
		.tx-indexedsearch-browsebox {
			position: relative;

			margin: 0 0 15px 0;
		}
		
		.tx-indexedsearch-searchbox-button {
			color: #000000;
			font-weight: bold;
			padding: 0 4px;
			border: 1px solid #000000;
			background: none;
		}
		
		.tx-indexedsearch-form input {
			margin-right: 2px;
			font-size: 12px;
			border: 1px solid #000000;
			color: black;
		}
		
		.tx-indexedsearch-info {
			display: none;
		}
		
		
/****
	POWERMAIL
		****/
		
		.tx-powermail-pi1 fieldset {
			border: 0;
		}
		
		.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset_1,
		.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset_5 {
			padding: 0;
			margin: 0 0 10px 0;
			float: left;
			width: 352px;
		}
		
		.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset_2,
		.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset_6 {
			padding: 0;
			margin: 0 0 10px 0;
			float: left;
		}
		
		.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset_3,
		.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset_4 {
			clear: left;
			padding-left: 680px;
		}
		
		.tx-powermail-pi1 fieldset legend {
			border: 0;
			color: #007857;
			font-size: 13px;
			font-weight: bold;
			margin-bottom: 10px;
		}
		
		.tx-powermail-pi1 .powermail_submit {
			border: 1px solid #007857;
			background: #ccc7c4;
		}
		
		.tx-powermail-pi1_fieldset_2 div.tx_powermail_pi1_fieldwrap_html label,
		.tx-powermail-pi1_fieldset_3 legend,
		.tx-powermail-pi1_fieldset_6 div.tx_powermail_pi1_fieldwrap_html label,
		.tx-powermail-pi1_fieldset_4 legend {
			display: none;
		}
		
		.tx_powermail_pi1_fieldwrap_html label,
		.tx_powermail_pi1_fieldwrap_html textarea,
		.tx_powermail_pi1_fieldwrap_html input {
			display: block;
			margin-bottom: 2px;
		}
		
		.tx_powermail_pi1_fieldwrap_html textarea,
		.tx_powermail_pi1_fieldwrap_html input {
			font-family: Tahoma;
			font-size: 11px;
			border: 1px solid #007857;
		}
		
		.tx_powermail_pi1_fieldwrap_html textarea {
			height:199px;
			width:407px;
		}
		
		.tx_powermail_pi1_fieldwrap_html {
			clear: both;
		}
		
		.tx-powermail-pi1_fieldset_1 .tx_powermail_pi1_fieldwrap_html label,
		.tx-powermail-pi1_fieldset_1 .tx_powermail_pi1_fieldwrap_html textarea,
		.tx-powermail-pi1_fieldset_1 .tx_powermail_pi1_fieldwrap_html input,
		.tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html label,
		.tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html textarea,
		.tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html input		{
			float: left;
			width: 198px;
		}
		
		
		.powermail_mandatory_js {
			float: left;
			margin-left: 10px;
		}
		
		
		.tx-powermail-pi1_fieldset_1 .tx_powermail_pi1_fieldwrap_html label,
		.tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html label {
			width: 50px;
			text-align: right;
			margin-right: 15px;
		}
		
		