body {
	margin: 0;
	padding: 0;
	background-color: White;
	color: white;
	background-position: 565px 0;
	background-repeat: no-repeat;
}


h1, h2, p, a, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	color: Black;
}
 ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	color: Black;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #f4911c;
}

a {
	text-decoration: none;
	color: #4784C3;
}

a:hover, a:active {
	text-decoration: underline;
	color: #0000CC;
}

/*################################--TOP--###################################*/

#top {
	margin: 15px 0 0 20px;
	padding: 0;
	width: 740px;
	height: 79px;
	overflow: hidden;
	clear: both;
}

/* only IE 5.5 - 6.x 
* html #top {
	height: 80px;
}*/

#logotype {
	margin: 0;
	padding: 0;
	background-position: 0;
	background-repeat: no-repeat;
	width: 740px;
	height: 34px;
	position: relative;
	top: 2px;
	left: 11px;
	float: left;
}

/* only IE 5.5 - 6.x */
* html #logotype {
	left: 8px;
	top: 5px;
}

/*########################--SERVICE-NAVIGATION--############################*/


#navi_service ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 3px;
	right: 195px;
	float: right;
}

/* only IE 5.5 - 6.x*/
* html #navi_service ul {
	top: 7px;
}

#navi_service li {
	float: left;
}

#navi_service a {
	padding: 1px 8px 1px 8px;
	font-size: 10px;
	color: #737373;
	text-decoration: none;
	background-color: #E7E7E7;
	background-image: url(navitop.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#navi_service a:hover {
	color: #E7E7E7;
	background-color: #737373;
	background-image: url(navitop02.gif);
}

#navi_service .active {
	color: #E7E7E7;
	background-color: #737373;
	background-image: url(navitop02.gif);
}

#navi_servicelast a {
	background-image: none;
}

#navi_servicelast a:hover {
	background-image: none;
}

#navi_servicelast .active {
	background-image: none;
}

/*#############################-BLUE BAR--##################################*/

#blue_bar {
	margin: 0;
	padding: 0;
	width: 740px;
	height: 25px;
	overflow: hidden;
	float: left;
	background-color: #003466;
	position: relative;
	top: 1px;
	left: 0;
}

/* only IE 7.x*/
*+html #blue_bar {
	top: 3px;
}

/* only IE 5.5 - 6.x */
* html #blue_bar {
	top: 6px;
}

div.navi_main_wrap {
	margin: 2px 0 0 0;
	padding: 0;
	height: 18px;
	width: 544px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 4px solid #003466;
	background-color: #003466;
	overflow: visible;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

#navi_main_inner_wrap {
	float: right;
}

/* only IE 7.x*/
*+html #navi_main_inner_wrap {
	margin-top: -1px;
}

#logotype_bar {
	margin: 0;
	padding: 0;
	height: 25px;
	width: 195px;
	background-image: url(logotype_bar.gif);
	background-position: 0;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

/*##########################--MAIN-NAVIGATION--#############################*/

div.navi_main {
	width: auto;
	height: 18px;
	float: left;
	border-bottom: 4px solid #003466;
	margin: 0;
	padding: 0;
}

/* only IE 7.x*/
*+html div.navi_main {
	height: 19px;
}

div.navi_main ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

div.navi_main.red, div.navi_main_wrap.red {
	border-bottom: 4px solid #c66642;
}

* html .red {
	background-image: URL(red.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 18px;
}

div.navi_main.blue, div.navi_main_wrap.blue {
	border-bottom: 4px solid #8daeda;
}

* html .blue {
	background-image: URL(blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 18px;
}

div.navi_main.yellow, div.navi_main_wrap.yellow {
	border-bottom: 4px solid #edc402;
}

* html .yellow {
	background-image: URL(yellow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 18px;
}

div.navi_main.green, div.navi_main_wrap.green {
	border-bottom: 4px solid #85ce72;
}

* html .green {
	background-image: URL(green.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 18px;
}

div.navi_main.purple, div.navi_main_wrap.purple {
	border-bottom: 4px solid #ac7ab4;
}

* html .purple {
	background-image: URL(purple.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 18px;
}

div.navi_main.grey, div.navi_main_wrap.grey {
	border-bottom: 4px solid #999999;
}

* html .grey {
	background-image: URL(grey.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 18px;
}

div.navi_main li {
	float: left;
	margin: 0;
	padding: 0;
}

div.navi_main a {
	padding: 2px 14px 2px 14px;
	margin: 0;
	font-size: 11px;
	color: white;
	text-decoration: none;
	background-color: #003466;
	font-weight: bold;
	position: relative;
	top: 0;
	left: 0;
}

div.navi_main a:hover {
	color: #003466;
	background-color: #d0d0d0;
}

div.navi_main .active {
	color: #003466;
	background-color: #d0d0d0;
}

/*#################################--WRAP--#################################*/

#mainmiddle {
	margin: 0 0 0 20px;
	padding: 0;
 	width: 740px;
 	min-height:380px;
	height:auto;
	float: left;
}

/* only IE 5.5 - 6.x */
* html #mainmiddle{
	height:380px; 	
 	margin: 3px 0 0 10px;
}

/*#########################--SUB-NAVIGATION--###############################*/

#navi_sub {
	margin: 0;
	padding: 0;
	float: left;
	width: 155px;
}

#navi_sub ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi_sub li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
}

#navi_sub a {
	padding: 4px 0 5px 14px;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	display: block;
	color: #003466;
	text-decoration: none;
	background-color: #e4e1e3;
}

* html #navi_sub a {
	padding: 2px 0 3px 14px;
}

/* only IE 7.0 */
*+html #navi_sub a {
	padding: 1px 0 1px 14px;
}

#navi_sub a:hover {
	text-decoration: underline;
}

/*########################--SUB_02-NAVIGATION--#############################*/

#navi_sub02 li {
	border: none;
}

#navi_sub02 a {
	font-weight: normal;
	background-color: #f3f3f3;
	padding: 0 0 0 2px;
	margin: 0 0 0 14px;
}

/* only IE 5.5 - 6.x*/
* html #navi_sub02 a {
	height: 8px;
	margin: -2px 0 0 14px;
}

/*########################--SUB_03-NAVIGATION--#############################*/

#navi_sub03 li {
	border: none;
}

#navi_sub03 a {
	font-size: 10px;
	line-height: 10px;
	color: #003466;
	font-weight: normal;
	background-color: #f3f3f3;
	padding: 0 0 0 11px;
	margin: 0 0 0 14px;
}

/* only IE 5.5 - 6.x */
* html #navi_sub03 a {
	height: 8px;
	margin: -2px 0 0 14px;
}

/*##################--NAVIGATION/HEADLINE COLOR GREY--#######################*/

#navi_sub .active_grey {
	background-image: url(sub_grey_active.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
}

#navi_sub02 .active_grey {
	background-image: url(sub02_grey_active.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
	margin: -1px 0 0 0;
}

/* only IE 5.5 - 6.x*/
* html #navi_sub02 .active_grey {
	padding: 0 0 0 16px;
	margin: -2px 0 0 0;
}

#navi_sub03 .active_grey {
	background-image: url(sub03_grey_active.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	margin: -1px 0 0 0;
}

/* only IE 5.5 - 6.x */
* html #navi_sub03 .active_grey {
	padding: 0 0 0 25px;
	margin: -2px 0 0 0;
}

h1.grey {
	color: #f4911c;
}

/*##################--NAVIGATION/HEADLINE COLOR RED--#######################*/

#navi_sub .active_red {
	background-image: url(sub_red_active.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
}

#navi_sub02 .active_red {
	background-image: url(sub02_red_active.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
	margin: -1px 0 0 0;
}

/* only IE 5.5 - 6.x*/
* html #navi_sub02 .active_red {
	padding: 0 0 0 16px;
	margin: -2px 0 0 0;
}

#navi_sub03 .active_red {
	background-image: url(sub03_red_active.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	margin: -1px 0 0 0;
}

/* only IE 5.5 - 6.x */
* html #navi_sub03 .active_red {
	padding: 0 0 0 25px;
	margin: -2px 0 0 0;
}

h1.red {
	color: #c66642;
}

/*##################--NAVIGATION/HEADLINE COLOR YELLOW--####################*/

#navi_sub .active_yellow {
	background-image: url(sub_yellow_active.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
}

#navi_sub02 .active_yellow {
	background-image: url(sub02_yellow_active.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
	margin: -1px 0 0 0;
}

/* only IE 5.5 - 6.x*/
* html #navi_sub02 .active_yellow {
	padding: 0 0 0 16px;
	margin: -2px 0 0 0;
}

#navi_sub03 .active_yellow {
	background-image: url(sub03_yellow_active.gif);
	background-position: 0;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	margin: -1px 0 0 0;
}

/* only IE 5.5 - 6.x */
* html #navi_sub03 .active_yellow {
	padding: 0 0 0 25px;
	margin: -2px 0 0 0;
}

h1.yellow {
	color: #edc402;
}

/*#################--NAVIGATION/HEADLINE COLOR PURPLE--#####################*/

#navi_sub .active_purple {
	background-image: url(sub_purple_active.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
}

#navi_sub02 .active_purple {
	background-image: url(sub02_purple_active.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
	margin: -1px 0 0 0;
}

/* only IE 5.5 - 6.x*/
* html #navi_sub02 .active_purple {
	padding: 0 0 0 16px;
	margin: -2px 0 0 0;
}

#navi_sub03 .active_purple {
	background-image: url(sub03_purple_active.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	margin: -1px 0 0 0;
}

/* only IE 5.5 - 6.x */
* html #navi_sub03 .active_purple {
	padding: 0 0 0 25px;
	margin: -2px 0 0 0;
}

h1.purple{
	color: #ac7ab4;
}

/*################--NAVIGATION/HEADLINE COLOR GREEN--#######################*/

#navi_sub .active_green {
	background-image: url(sub_green_active.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
}

#navi_sub02 .active_green {
	background-image: url(sub02_green_active.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
	margin: -1px 0 0 0;
}

/* only IE 5.5 - 6.x*/
* html #navi_sub02 .active_green {
	padding: 0 0 0 16px;
	margin: -2px 0 0 0;
}

#navi_sub03 .active_green {
	background-image: url(sub03_green_active.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	margin: -1px 0 0 0;
}

/* only IE 5.5 - 6.x */
* html #navi_sub03 .active_green {
	padding: 0 0 0 25px;
	margin: -2px 0 0 0;
}

h1.green{
	color: #85ce72;
}

/*#################--NAVIGATION/HEADLINE COLOR BLUE--#######################*/

#navi_sub .active_blue {
	background-image: url(sub_blue_active.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
}

#navi_sub02 .active_blue {
	background-image: url(sub02_blue_active.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
	margin: -1px 0 0 0;
}

/* only IE 5.5 - 6.x*/
* html #navi_sub02 .active_blue{
	padding: 0 0 0 16px;
	margin: -2px 0 0 0;
}

#navi_sub03 .active_blue {
	background-image: url(sub03_blue_active.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	margin: -1px 0 0 0;
}

/* only IE 5.5 - 6.x */
* html #navi_sub03 .active_blue {
	padding: 0 0 0 25px;
	margin: -2px 0 0 0;
}

h1.blue{
	color: #8daeda;
}

/*#############################--CONTENT--##################################*/

#content {
	margin: 20px 10px 20px 20px;
	width: 360px;
	float: left;
	min-height: 380px;
	height: auto;
}

* html #content {
	height: 380px;
	padding: 0px 0px 20px 0px;
	margin: 20px 10px 0px 20px;
}

#content.wide {
	margin: 20px 0 20px 20px;
	width: 565px;
	float: left; display: inline;
}

* html #content.wide {
/*	width: 565px;*/
/*	float: left; display: inline;*/
	height: 400px;
	/*margin: 20px 0 0px 20px;*/
	padding: 0px 0px 20px 0px;
}

.implantation { width: 360px; }

.clear{
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*#############################--HOMEFLASH--##################################*/

#homeflash {
	margin-top: 0px;
	padding: 0px;
	width: 195px;
	height: 435px;
	float: left;
}

#homeflash {
	overflow: hidden;
	height: 600px;
}




/*################################--FOOTER--################################*/



#bottom {
	width: 565px;
	height: 50px;
	left: 195px;
	position: relative;
	float: left;
	clear: both;
}

#copyright {
	margin: 7px 0 0 0;
	padding: 0px;
	width: 565px;
	height: 20px;
	overflow: hidden;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: Black;
}

#copyright .key {
	margin: 0 0 0 60px;
	padding: 0;
}

#copyright_print {
	display: none;
}

#bottom a {
font-size: 10px;
}

#bottomline {
	border-bottom: 1px solid #003466;
}

#bottomleft {
	margin: 0;
	padding-top: 13px;
	float: left;
	width: 350px;
}

#bottomleft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#bottomleft li {
	font-size: 11px;
	color: black;
	float: left;
}

#bottomleft a {
	font-size: 11px;
	text-decoration: underline;
}

#bottomright {
	padding: 10px 0 0 0;
	float: right;
}

#bottomright img, #bottomright a img {
	border: 0;
	vertical-align: middle;
}

/*##############################--PRINT--###################################*/

#printlogo {
	display: none;
}

/*##############################--CL--###################################*/

#cl {
	margin: 0;
	padding: 0;
	width: 302px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

#cl .top {
	margin: 0;
	padding:0;
	background-image: url(cl_top.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 302px;
	height: 10px;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;
}

#cl .content {
	margin: 0;
	padding: 0px 10px 10px 10px;
	width: 280px;
	border: 1px dashed black;
	border-top: none;
	min-height: 50px;
	height: auto;
}

/* only IE 5.5 - 6.x*/
* html #cl .content {
	height: 50px;
}

#cl .header{
	margin: 0;
	padding: 0;
	background-image: url(header_related.gif);
	background-position: 0 15px;
	background-repeat: no-repeat;
	font-weight: bold;
}

/*##############################--PUZZLE LINK--###################################*/

#puzzle {
	margin: 40px 0 0 12px;
	padding: 0;
	width: 128px;
	height: 128px;
	border: 0;
}

#puzzle a{
	padding: 0;
	background-color: transparent;
	color: white;
	border: 0;
}

/*##############################--FORM--###################################*/


fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

div.csc-mailform-field, div.form-field {
	margin: 0 10px 10px 0;
	clear: both;
	display: block;
}

div.csc-mailform-field label, div.form-field label {
	clear: both;
	float: none;
	display: block;
}

input, textarea {
/*	border: 1px solid #cbcaca; */
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

div.tx-indexedsearch-searchbox input, div.csc-mailform-field input, div.csc-mailform-field textarea,
div.form-field input, div.form-field textarea, td.form-field input {
	width: 230px;
}

div.csc-mailform-field input.csc-mailform-submit, div.form-field input.submit {
	width: auto;
}

div.csc-mailform-label {
	float: left;
	display: inline;
}

.form-field input.short {
	width: 30px;
}

.form-field input.check {
	width: auto;
	margin-right: 5px
	vertical-align: middle;
}

/*##############################--TABLE--###################################*/

table.shafts .col1 {
width: 190px;
}

table.shafts .col2 {
width: 50px;
}

table.shafts .col3 {
width: 55px;
}

table.shafts .col4 {
width: 80px;
}

table.shafts .col5 {
width: 62px;
}

table.shafts  .col6 {
width: 90px;
}

table.shafts .col7 {
width: 210px;
}

table.shafts .col8 {
width: 250px;
}

table.shafts .col9 {
width: 56px;
}

table.shafts .col10 {
width: 93px;
}

*+html table.shafts .col10 {
width: 99px;
}

* html table.shafts .col10 {
width: 97px;
}

table.shafts{
table-layout: fixed;
border-collapse: collapse;
width: 530px;
}

* html table.shafts .02{
width: 547px;
}

*+html table.shafts .02{
width: 547px;
}

div.factswrap{
float: left;
margin:0;
padding: 0;
width:530px;
height: auto;
}

table.pit{
width: 360px;
}

* html table.pit{
width: 360px;
}

table.shafts .small {
font-size: 10px;
line-height: 10px;
}

table.shafts td {
border-top: 1px solid #f4911c;
border-bottom: 1px solid #f4911c;
padding-left: 2px;
vertical-align: top;
background-color: white;
}

table.facts td {
border: 1px solid #f4911c;
text-align: center;
}

* html table.facts td {
padding: 4px 0 4px 2px;
vertical-align: middle;
}

table.shafts, table.facts td.left {
text-align: left;
}

table.facts td.border {
border: 0;
}

table.shafts td.background {
background-color: #f3c084;
}

.facts-small {
font-size: 10px;
line-height: 10px;
width: 360px;
}

/*####################--TABLE info und Key--##########################*/

#tablecontent {
	table-layout: fixed;
	width: 360px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}


#tablecontent .col1{
	width: 95px;
}

#tablecontent .col3{
	width: 90px;
}

#tablecontent .col4{
	width: 30px;
}

#tablecontent td{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0 5px 0;
        vertical-align: bottom;
}

#tablecontent td.head {
	border-top: none;
}

#tablecontent td.infotext {
	font-size: 12px;
        vertical-align: top;
	padding: 5px 0 0 0px;
	border-bottom: 0px;
}

#tablecontent td.infotext1 {
	font-size: 12px;
	vertical-align: top;
	padding: 5px 0 0 10px;
}


#tablecontent td.filetext {
	font-size: smaller;
	vertical-align: bottom;
	padding: 0 0 5px 10px;
	border-top: none;
}

#tablecontent td.legend{
                vertical-align: top;
                padding-right: 10px;
                
}

#tablecontent td.legend01{
                vertical-align: middle;
                padding-right: 10px;
                
}

#tablecontent a{
	text-decoration: none;
	color: #4784C3;
	font-size: 11px;
}

#tablecontent a:hover, a:active{
	text-decoration: underline;
	color: #0000CC;
}


.width {
width:110px;
margin: 0 10px 0 0;
float: left;
overflow: hidden;
}

.clear {
clear:both;
width: 360px;
height: 1px;
}

#above {
margin: 0;
padding: 0;
}

#above {
	margin: 0;
	padding: 0;
	float: left;
	width: 155px;
}

#above ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#above li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
}

#above a {
	padding: 4px 0 5px 14px;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	display: block;
	color: #d7f5fc;
	text-decoration: none;
	background-color: #f09101;
}

#above a:hover {
	text-decoration: underline;
}

