/*############################################################*/
/*#                                                          #*/
/*#                  default.css                             #*/
/*#                  Projekt: ThyssenKrupp China             #*/
/*#                  Autor: Scholz & Volkmer (S. Ludwig)     #*/
/*#                                                          #*/
/*############################################################*/

/*############################################################*/
/*#                  BASIC CLASSES                           #*/
/*############################################################*/

/* margin */
.margin_no { margin: 0px !important; }
.margin-top_no { margin-top: 0px !important; }

/* float */
.float_left { float: left !important }
.float_right { float: right !important }

/* clear */
.clear_left { clear: left !important }
.clear_both { clear: both !important }
.clear_right { clear: right !important }

/* border */
.border_no { border: none !important; }

/* position */
.position_relative { position: relative; }

/* Image-Replacement */
.imgContainer {
  position: relative;
  overflow: hidden;
}

.imgSpan {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;   
}


/*############################################################*/
/*#                  STRUCTURE                               #*/
/*############################################################*/

/* ---------- STRUCTURE - general definitions ---------- */

html {
  height: 100%;
  outline: 0 !important;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
  height: 100%;
}

div#outerWrapper {
  width: 100%;
  height: 100%;
  min-width: 940px;
  min-height: 560px;
  max-width: 1700px;
  margin: 0px auto 0px auto;
  text-align: left;
  overflow: hidden;
}

div#innerWrapper {
  position: relative;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  margin: 0px 30px;
}

div#printLogo {
  display: none;
}

/* <header */
div#header {
  height: 117px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #fff; 
}

div#header div#navigation-element {
  position: absolute;
  left: 0px;
  top: 33px;
  width: 100%;
  height: 60px;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/logo_image.jpg) no-repeat right top;  
}

div#header div.sec-nav-wrapper {
  position: absolute;
}
/* header> */

/* <main */
div#main {
  position: absolute;
  top: 117px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
} 

div#main div#content {
  position: absolute;
  bottom: -1px; /* IE: zeigt je nach Skalierung 1px-Zeile frei */
  left: 40px;
  background-color: #fff;
  z-index: 7;
  overflow: hidden;
}

body#body_home div#main div#content,
body#body_index div#main div#content {
  width: 583px;
  padding-bottom: 24px;
}

div#main div.content_large {
  height: 396px;
  width: 790px;
}

div#main div.content_small {
  height: 251px;
  width: 790px;  
}

div#main div#content div#toggleContent_bottom {
  overflow: hidden;
  position: relative;
}

div#main div#content div#replaceContent {
  position: relative;
}
/* main> */

/* <projects-slider */
div#projects-slider {
  position: absolute;
  right: -600px;
  top: 0px;
  width: 30%;
  height: 100%;
  border-left: 15px solid #fff;
  z-index: 11;
  background-color: #fff;
}

div#projects-slider div.project-element {
  height: 33.4%;
  width: 100%; 
  position: relative;
}

div#projects-slider div.project-element div.borderSpaceBottom {
  width: 100%;
  height: 11px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0px;
  font-size: 0px;
}

div#projects-slider div.project-element div.borderSpaceTop {
  width: 100%;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 0px;  
}

div#projects-slider div.project-element div.borderSpaceBottomSmall {
  width: 100%;
  height: 6px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0px;
  font-size: 0px;  
}

div#projects-slider div.project-element div.borderSpaceTopSmall {
  width: 100%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 0px;  
}

div#projects-slider div.project-element div.projectInner {
  position: absolute;
  width: 213px;
  bottom: -1px;
  left: 17px;
  padding: 11px 11px 0px 11px;
  background-color: #fff;
  cursor: pointer;
}

div#projects-slider div#project-top div.projectInner {
  padding-bottom: 15px;  
}

div#projects-slider div#project-middle div.projectInner {
  padding-bottom: 10px; 
}

div#projects-slider div#project-bottom div.projectInner {
  padding-bottom: 7px;
}

div#projects-slider div.project-element div.slider-image {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 0;  
}
/* projects-slider> */

p.fallbackText {
  background: #EEEEEE;
  padding: 8px 30px 17px 11px;
  height: 219px;
  margin: 0px;
}


#scrollbarContent {
	height: 100%;
  overflow: auto;
  position: relative;
}

div#bg-image {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 5;
   overflow: hidden;
   background-color: #D5D5D5;
}

div#jsCheck {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 101;
   overflow: hidden;
   background-color: #FFF; 
}

div#previewloader {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 99;
   overflow: hidden;
   background-color: #efefef;
   background-image: url(http://www.thyssenkrupp.com.cn/resources/images/ajax-loader.gif);
   background-position: center center;
   background-repeat: no-repeat;
} 

div.blender {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
}

div.loadingStatus {
  height: 250px;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/ajax-loader.gif) center center no-repeat;
}


/* ---------- STRUCTURE - shared definitions ---------- */

div#tpl_ourcompanies,
div#tpl_texth1_options,
div#tpl_texth2_options,
div#tpl_text_image,
div#tpl_text_image_options,
div#tpl_text_images_options,
div#tpl_contact,
div#tpl_legal,
div#tpl_slideshow,
div#tpl_movie_16x9,
div#tpl_movie_4x3 {
  margin: 22px 0px 0px 0px;
  padding-left: 18px;
  height: 700px;  
}

div#tpl_texth1_options .left_column,
div#tpl_texth2_options .left_column,
div#tpl_text_image .left_column,
div#tpl_text_image_options .left_column,
div#tpl_text_images_options .left_column,
div#tpl_legal .left_column,
div#tpl_contact .left_column {
  float: left;
  width: 482px;
  height: 250px;
  position: relative;  
}

div#tpl_texth1_options .right_column,
div#tpl_texth2_options .right_column,
div#tpl_text_image .right_column,
div#tpl_text_image_options .right_column,
div#tpl_text_images_options .right_column,
div#tpl_legal .right_column,
div#tpl_contact .right_column {
  float: right;
  width: 253px;
  overflow: hidden;
  position: relative;
}

div#tpl_movie_4x3 .left_column,
div#tpl_movie_16x9 .left_column,
div#tpl_slideshow .left_column {
  float: left;
  width: 389px;
  height: 249px;
  position: relative;  
  font-size: 0px;
  line-height: 0px;    
}

div#tpl_movie_4x3 .right_column,
div#tpl_movie_16x9 .right_column,
div#tpl_slideshow .right_column {
  float: right;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #BFBFBF;  
}

div#tpl_movie_16x9 .right_column,
div#tpl_slideshow .right_column {
  width: 348px;
}


div#slideshowContainerFull, 
div#movieContainerFullscreen {
  position: relative;
}



/*############################################################*/
/*#                  PARAGRAPHS                              #*/
/*############################################################*/

/* ---------- PARAGRAPHS - general definitions ---------- */

p, a, form, table, li, h1, h2, h3, h4, h5, textarea, input {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
}

p {
	margin: 18px 0px 0px 0px;
	line-height: 18px;
}

ul#subnav li p {
  margin: 2px 0px 0px 0px;  
  font-size: 11px;
  line-height: 14px;
  color: #A0A0A0;
  position: relative;
  overflow: hidden;
}

p.adressData span.contactLabel {
  float: left;
  width: 50px;
}

div#jsCheck p {
  margin: 20px;
  text-align: left;
}

/* ---------- PARAGRAPHS - shared definitions ---------- */

div#tpl_legal div.left_column p,
div#tpl_text_image_options .left_column p,
div#tpl_text_image .left_column p,
div#tpl_texth2_options .left_column p,
div#tpl_texth1_options .left_column p {
  margin: 0px 0px 18px 0px;
}

div#tpl_movie_16x9 div.right_column div.surrounding_box p,
div#tpl_movie_4x3 div.right_column div.surrounding_box p,
div#tpl_slideshow div.right_column div.surrounding_box p {
  margin: 2px 0px 0px 0px;
}

div#tpl_contact div.right_column p.adressData,
div#tpl_legal div.right_column p.adressData {
  margin: 18px 18px 0px 0px;
  position: relative; 
}



/*############################################################*/
/*#                  HEADLINES                               #*/
/*############################################################*/

/* ---------- H1 - general definitions ---------- */

h1.tkLogo {
	margin: 0;
	padding: 0;
  width: 123px;
  height: 18px;
  font-size: 10px;
  text-indent: -1000px;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/wortmarke.gif) no-repeat;
}


/* ---------- H2 - general definitions ---------- */
h2 {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #9f2814;	
}

div#projects-slider div.project-element div.projectInner h2 {
  margin: 2px 0px 0px 0px;
  color: #9f2814;
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  position: relative;
  overflow: hidden;
}

h2.h_subheadline {
  margin: 8px 0px 0px 18px;
  color: #9f2814;
  font-weight: normal;
  font-size: 24px; 
  height: 30px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

/* ---------- H3 - general definitions ---------- */

h3.h_topheadline {
  margin: 0px 0px 0px 18px;
  padding-top: 13px;
  color: #c57659;
  font-weight: normal;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
}

h3.h_topheadline strong {
  color: #985840;
  font-weight: normal;
}

h3.h_topheadline span {
  left:0px;
  top:10px;
}

div#projects-slider div.project-element div.projectInner h3 {
  height: 15px;
  color: #c57659;
  line-height: 15px;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  position: relative;
  overflow: hidden;
}

div#projects-slider div.project-element div.projectInner h3 strong {
  color: #985840; 
  font-weight: normal;
}

/* ---------- H4 - general definitions ---------- */

h4 {
	margin: 12px 0px 0px 0px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

h4.outlinedHeader {
  border-top: 1px solid #D6D7D6;
  padding: 5px 0px 5px 0px;
  height: 23px;
  margin: 0px;
  font-size: 14px;
  line-height:23px;
  font-weight: normal;
  color: #000;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/dashed.gif) repeat-x bottom left;
  position: relative;
  overflow: hidden;  
}

h4.outlinedHeader span {
  top: 5px;
  left: 0px;
  height: 23px;
}

/* ---------- H4 - shared definitions ---------- */

div#tpl_texth1_options h4.outlinedHeader,
div#tpl_texth2_options h4.outlinedHeader,
div#tpl_text_images_options h4.outlinedHeader,
div#tpl_text-functions h4.outlinedHeader,
div#tpl_showcase h4.outlinedHeader {
  background: none;
}


/* ---------- H5 - general definitions ---------- */

h5 {
	margin: 12px 0px 0px 0px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
  background-color: #fff;
}

/* ---------- H5 - shared definitions ---------- */

div#tpl_legal div.left_column h5,
div#tpl_text_image div.left_column h5,
div#tpl_text_image_options div.left_column h5,
div#tpl_text_images_options div.left_column h5,
div#tpl_texth2_options div.left_column h5 {
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 18px; 
}

div#tpl_legal div.right_column h5,
div#tpl_contact div.right_column h5, 
div#tpl_slideshow div.right_column h5,
div#tpl_movie_16x9 div.right_column h5,
div#tpl_movie_4x3 div.right_column h5 {
  margin: 9px 5px 0px 0px;
  font-size: 12px;
  font-weight: bold;
}



/*############################################################*/
/*#                  NAVIGATION                              #*/
/*############################################################*/

/* ---------- NAVIGATION - general definitions ---------- */

a {
	color: #999999;
	text-decoration: none;
  font-size: 12px;
  outline: 0 !important;
}

a:hover, a:active, a.active {
  color: #000;
}

a.buttonSmall {
  display: block;
  height: 15px;
  line-height: 15px; 
  text-transform: uppercase;
  margin-top: 2px;
  font-size: 11px !important;
  padding-left: 12px;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/arrowRightSmall.gif) no-repeat 0px 3px;
  overflow: hidden;
  position: relative;
  
}

a.buttonSmall span {
  cursor: pointer;  
  background-position: 12px 0px;
}

a:hover.buttonSmall {
  color: #000;
  background-position: 0px -11px;  
}

a.buttonLarge {
  display: block;
  padding-left: 13px;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 14px;
  background-image: url(http://www.thyssenkrupp.com.cn/resources/images/arrowRightBig.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
  position: relative;
  overflow: hidden;
  height: 23px;
  line-height: 23px;
}

a.buttonLarge:hover {
  background-position: 0 -22px;
}

a.buttonLarge span {
  cursor: pointer;
  background-position: 13px 0px;
}

a#minimize,
a#maximize {
  position: absolute;
  overflow: hidden;
  right: 18px;
  top: 16px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  text-transform: uppercase;
  padding-right: 12px;
}

a#minimize {
  display: block;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/s_minus.gif) right 2px no-repeat; 
}

a#maximize {
  display: none;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/s_plus.gif) right 2px no-repeat;
} 

a#maximize span,
a#minimize span { cursor: pointer; } 

a:hover#maximize,
a:hover#minimize { background-position: right -16px; }

a#openFullscreen {
  display: block;
  height: 15px;
  line-height: 15px;
  text-transform: uppercase;
  padding-left: 22px;
  margin-top: 9px;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/openFullscreen.gif) no-repeat 0px 2px;
  position: relative;
  overflow: hidden;
}

a:hover#openFullscreen {
  background-position: 0px -20px;
}

a#openFullscreen span {
  cursor: pointer;
  top: 1px;
  left: 22px; 
}

a.closePopup {
  display: block;
  right: 6px;
  top: 9px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  text-transform: uppercase;
  padding-right: 14px;
  position: absolute;
  overflow: hidden;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/closePopup.gif) right 2px no-repeat;
}

a:hover.closePopup {
  background-position: right -16px;
}

a.closePopup span {
  top: 0px;
  left: 0px;
  cursor: pointer;
}

a#show_related_topics {
  position: absolute;
  width: 23px;
  top: 43%;
  right: -1px; /* IE6: 1Px Fehler */
  z-index: 9;
}

div#main a.show_en { 
  background: url(http://www.thyssenkrupp.com.cn/resources/images/show_related_topics_en.jpg) no-repeat #fff; 
  margin-top: -60px; /* Haelfte der Grafik */   
  height: 190px;  
}

div#main a:hover.show_en { background: url(http://www.thyssenkrupp.com.cn/resources/images/show_related_topics_en_hl.jpg) no-repeat #fff; }

div#main a.show_cn { 
  background: url(http://www.thyssenkrupp.com.cn/resources/images/show_related_topics_cn.jpg) no-repeat #fff; 
  height: 138px;
  margin-top: -69px;
}

div#main a:hover.show_cn { background: url(http://www.thyssenkrupp.com.cn/resources/images/show_related_topics_cn_hl.jpg) no-repeat #fff; }
  
a#hide_related_topics {
  position: absolute;
  width: 23px;
  top: 43%;
  left: -37px; /* IE6: 1Px Fehler */
  z-index: 9;  
}

div#main a.hide_en { 
  background: url(http://www.thyssenkrupp.com.cn/resources/images/hide_related_topics_en.jpg) no-repeat #fff; 
  height: 190px;
  margin-top: -60px;  /* Haelfte der Grafik */  
}

div#main a:hover.hide_en { background: url(http://www.thyssenkrupp.com.cn/resources/images/hide_related_topics_en_hl.jpg) no-repeat #fff; }

div#main a.hide_cn { 
  background: url(http://www.thyssenkrupp.com.cn/resources/images/hide_related_topics_cn.jpg) no-repeat #fff; 
  height: 138px;
  margin-top: -69px;
}

div#main a:hover.hide_cn { background: url(http://www.thyssenkrupp.com.cn/resources/images/hide_related_topics_cn_hl.jpg) no-repeat #fff; }

/* <global-nav */
ul#global-nav {
  position: absolute;
  top: 7px;
  right: 0px;
  height: 26px;
}

ul#global-nav li {
  float: left;
  margin-left: 13px;
  font-size: 0px;
}

ul#global-nav li.first {
  border: none;
  margin: 0px;
  padding: 0px;
}

ul#global-nav li a, ul#global-nav li a:link, ul#global-nav li a:visited {
  font-size: 11px; 
  line-height: 13px;
}

ul#global-nav li a.active ul#global-nav li a:hover, ul#global-nav li a:active {
  color: #000;
}
/* global-nav> */

/* <prime-nav */
ul#prime-nav {
  margin: 30px 0px 0px 0px;
  height: 12px;
  font-size: 0px;
  position: relative;
  height: 300px; /* wegen Ausblenden im IE */
}

ul#prime-nav li {
  float: left;
  position: relative;
}

ul#prime-nav li a {
  display: block;
  height: 12px;
  border-left: 1px solid #fff;
  padding: 0px 8px;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

ul#prime-nav li a span {
  top: 0px;
  left: 8px;
  cursor: pointer;
}

ul#prime-nav li a.active {
  border-left: 1px solid #000;
  color: #000;
}

ul#prime-nav li a.first {
  border: none !important;
  padding-left: 0px !important;
}

ul#prime-nav li a.first span {
  top: 0px;
  left: 0px;
}
/* global-nav> */

/* <sec-nav */
ul#sec-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 12px;
  width: 800px;
  padding-top: 3px;
  border-left: 1px solid #3E3E3E;
}

ul#sec-nav li a {
  display: block;
  width: 100px;
  height: 12px;
  border-left: 1px solid #fff;
}

ul#sec-nav li a.sec-nav-first {
  border: none !important;
}
/* sec-nav> */

/* <subnav */
ul#subnav {
  height: 65px;
  width: 790px;
  border-top: 1px solid #E4E4E4;
  position: absolute;
  bottom: -35px;
  left: 40px;
  overflow: hidden;
  background: #fff;
  z-index: 70;
}

ul#subnav li {
  background: url(http://www.thyssenkrupp.com.cn/resources/images/seperatorSubnav.gif) no-repeat right top;
  float: left;
  width: 122px;
  padding: 12px 3px 0px 8px;
  height: 58px;
  cursor: pointer;
}

ul#subnav li.overview {
  width: 104px;
  padding-left: 18px;
}

ul#subnav li a {
  display: block;
  font-size: 11px;
  line-height: 15px;
  height: 15px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

ul#subnav li a span {
  cursor: pointer;  
}

ul#subnav li.hover a,
ul#subnav li.hover p,
ul#subnav li:hover p, 
ul#subnav li:hover a, 
ul#subnav li.active a, 
ul#subnav li.active p {
  color: #000 !important;
}
/* subnav> */

/* <moreOptions */
div#tpl_career div#jobInfo ul#function_menu li {
  background: url(http://www.thyssenkrupp.com.cn/resources/images/dashed.gif) repeat-x;
  line-height: 11px;
  padding: 6px 0px 5px 0px;
  font-size: 0px;
  height: 20px;
}

ul#function_menu li {
  background: url(http://www.thyssenkrupp.com.cn/resources/images/dashed.gif) repeat-x;
  line-height: 11px;
  padding: 10px 0px 0px 0px;
  font-size: 0px;
  height: 20px;
}

ul#function_menu li a {
  display: block;
  height: 15px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 11px;
  line-height: 15px; 
  text-transform: uppercase;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

div#tpl_career div#jobInfo ul#function_menu li a span,
ul#function_menu li a span {
  top: 0px;
  left: 20px;
  cursor: pointer; 
}

ul#function_menu li a:hover {
  background-position: 0px -22px; 
}

a.downloadBrochure { background-image : url(http://www.thyssenkrupp.com.cn/resources/images/downloadBrochure.gif) }
a.printArticle { background-image : url(http://www.thyssenkrupp.com.cn/resources/images/printArticle.gif) }
a.externalLink { background-image : url(http://www.thyssenkrupp.com.cn/resources/images/externalLink.gif) }
/* moreOptions> */

p.fallbackText a {
  position: relative;
  display: block;
  height: 15px;
  margin-top: 15px;
  line-height: 15px;
  padding-left: 25px;
  font-size: 11px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  overflow: hidden;  
}

p.fallbackText a:hover { background-position: 0px -22px; }

p.fallbackText a span { left: 25px; }

/* ---------- NAVIGATION - shared definitions ---------- */



/*############################################################*/
/*#                  IMAGES                                  #*/
/*############################################################*/

/* ---------- IMAGES - general definitions ---------- */

img {
	border: none;
  margin: 0px;
  padding: 0px;
}

div#bg-image img {
  height: 100%;
  width: auto;
  min-height: 453px;
}

div.slider-image img {
  height: 100%;
}



/*############################################################*/
/*#                  ATTRIBUTES                              #*/
/*############################################################*/

/* ---------- ATTRIBUTES - general definitions ---------- */
em {
	font-style: italic;
}

strong {
	font-weight: bold;
}



/*############################################################*/
/*#                  LISTS                                   #*/
/*############################################################*/

/* ---------- LISTS - general definitions ---------- */

ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}



/*############################################################*/
/*#                  FORMS                                   #*/
/*############################################################*/

/* ---------- FORMS - general definitions ---------- */



/*############################################################*/
/*#                  TEMPLATE: HOME                          #*/
/*############################################################*/

/* ---------- TEMPLATE: HOME - structure definitions ---------- */
body#body_home div#content {
  cursor: pointer;
}

/* ---------- TEMPLATE: HOME - paragraph definitions ---------- */

/* ---------- TEMPLATE: HOME - headlines definitions ---------- */

/* ---------- TEMPLATE: HOME - navigation definitions ---------- */

body#body_home div#content a.buttonLarge {
  margin-left: 18px;
}

body#body_home div#content a:hover.buttonLarge {
  color: #000;
  background-position: 0 -22px;
}

/* ---------- TEMPLATE: HOME - images definitions ---------- */

/* ---------- TEMPLATE: HOME - attributes definitions ---------- */

/* ---------- TEMPLATE: HOME - lists definitions ---------- */

/* ---------- TEMPLATE: HOME - forms definitions ---------- */




/*############################################################*/
/*#                  TEMPLATE: INDEX                          #*/
/*############################################################*/

/* ---------- TEMPLATE: INDEX - structure definitions ---------- */

div#welcome {
  padding: 24px 0px 0px 18px;
}

body#body_index div#projects-slider, body#body_home div#projects-slider {
  right: -1px; 
}

/* ---------- TEMPLATE: INDEX - paragraph definitions ---------- */

/* ---------- TEMPLATE: INDEX - headlines definitions ---------- */

div#welcome h2 { 
  color: #c57659;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

div#welcome h2.lang1 {
  margin-top: 20px;
}

div#welcome h2.lang2 {
  margin-top: 3px;
}

div#welcome h3 { 
  color: #9f2814;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}

div#welcome h3.lang2 {
  margin-top: 2px;
}

/* ---------- TEMPLATE: INDEX - navigation definitions ---------- */

div#welcome a.lang1 {
  margin-top: 20px;
}

div#welcome a.lang2 {
  margin-top: 2px;
}

/* ---------- TEMPLATE: INDEX - lists definitions ---------- */

/* ---------- TEMPLATE: INDEX - images definitions ---------- */

/* ---------- TEMPLATE: INDEX - attributes definitions ---------- */

/* ---------- TEMPLATE: INDEX - forms definitions ---------- */



/*############################################################*/
/*#                  TEMPLATE: OVERVIEW                      #*/
/*############################################################*/

/* ---------- TEMPLATE: OVERVIEW - structure definitions ---------- */

div#tpl_overview {
  margin: 19px 20px 90px 18px;
}

/* ---------- TEMPLATE: OVERVIEW - paragraph definitions ---------- */

div#tpl_overview p {
  margin: 0px;
  width: 500px
}

/* ---------- TEMPLATE: OVERVIEW - headlines definitions ---------- */

/* ---------- TEMPLATE: OVERVIEW - navigation definitions ---------- */

/* ---------- TEMPLATE: OVERVIEW - images definitions ---------- */

/* ---------- TEMPLATE: OVERVIEW - attributes definitions ---------- */

/* ---------- TEMPLATE: OVERVIEW - lists definitions ---------- */

/* ---------- TEMPLATE: OVERVIEW - forms definitions ---------- */



/*############################################################*/
/*#                  TEMPLATE: TEXT | IMAGE                  #*/
/*############################################################*/

/* ---------- TEMPLATE: TEXT | IMAGE - structure definitions ---------- */

div#tpl_text_image .right_column {
  font-size: 0px;  
}

/* ---------- TEMPLATE: TEXT | IMAGE - paragraph definitions ---------- */

/* ---------- TEMPLATE: TEXT | IMAGE - headlines definitions ---------- */

/* ---------- TEMPLATE: TEXT | IMAGE - navigation definitions ---------- */

/* ---------- TEMPLATE: TEXT | IMAGE - images definitions ---------- */

div#tpl_text_image div.right_column img {
  height: 250px;
  width: 253px;
}

/* ---------- TEMPLATE: TEXT | IMAGE - attributes definitions ---------- */

/* ---------- TEMPLATE: TEXT | IMAGE - lists definitions ---------- */

/* ---------- TEMPLATE: TEXT | IMAGE - forms definitions ---------- */



/*############################################################*/
/*#                  TEMPLATE: TEXT | OPTIONS                #*/
/*############################################################*/

/* ---------- TEMPLATE: TEXT | OPTIONS - structure definitions ---------- */

/* ---------- TEMPLATE: TEXT | OPTIONS - paragraph definitions ---------- */

/* ---------- TEMPLATE: TEXT | OPTIONS - headlines definitions ---------- */

div#tpl_texth1_options div.left_column h4 {
  margin: 20px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  position: relative;
  height: 18px;
  line-height: 13px;
  overflow: hidden;  
}

div#tpl_texth1_options div.left_column h4 span {
  background-position: 0px -2px;
}

/* ---------- TEMPLATE: TEXT | OPTIONS - navigation definitions ---------- */

/* ---------- TEMPLATE: TEXT | OPTIONS - images definitions ---------- */

/* ---------- TEMPLATE: TEXT | OPTIONS - attributes definitions ---------- */

/* ---------- TEMPLATE: TEXT | OPTIONS - lists definitions ---------- */

/* ---------- TEMPLATE: TEXT | OPTIONS - forms definitions ---------- */



/*############################################################*/
/*#                  TEMPLATE: TEXT | IMAGE OPTIONS          #*/
/*############################################################*/

/* ---------- TEMPLATE: TEXT | IMAGE OPTIONS - structure definitions ---------- */

/* ---------- TEMPLATE: TEXT | IMAGE OPTIONS - paragraph definitions ---------- */

/* ---------- TEMPLATE: TEXT | IMAGE OPTIONS - headlines definitions ---------- */

/* ---------- TEMPLATE: TEXT | IMAGE OPTIONS - navigation definitions ---------- */

/* ---------- TEMPLATE: TEXT | IMAGE OPTIONS - images definitions ---------- */

div#tpl_text_image_options div.right_column img {
  height: 143px;
  width: 253px;
}

/* ---------- TEMPLATE: TEXT | IMAGE OPTIONS - attributes definitions ---------- */

/* ---------- TEMPLATE: TEXT | IMAGE OPTIONS - lists definitions ---------- */

/* ---------- TEMPLATE: TEXT | IMAGE OPTIONS - forms definitions ---------- */



/*############################################################*/
/*#                  TEMPLATE: TEXT IMAGES | OPTIONS         #*/
/*############################################################*/

/* ---------- TEMPLATE: TEXT IMAGES | OPTIONS - structure definitions ---------- */

div#tpl_text_images_options div.text_block {
  clear: both;
  overflow: hidden;
  margin-bottom: 18px;
}

div#tpl_text_images_options div.text_block div.textContent {
  overflow: hidden;  
}

/* ---------- TEMPLATE: TEXT IMAGES | OPTIONS - paragraph definitions ---------- */

div#tpl_text_images_options div.text_block div.textContent p {
  margin: 0px;
}

div#tpl_text_images_options div.left_column p.imgCaption {
  padding-left: 18px;
  font-style: italic;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/cameraSymbol.gif) no-repeat 0px 4px;
  color: #999999;
}

/* ---------- TEMPLATE: TEXT IMAGES | OPTIONS - headlines definitions ---------- */

div#tpl_text_image_options h4.outlinedHeader {
  background: none;
  border-top: none;
  margin-top: 14px;  
}

/* ---------- TEMPLATE: TEXT IMAGES | OPTIONS - navigation definitions ---------- */

/* ---------- TEMPLATE: TEXT IMAGES | OPTIONS - images definitions ---------- */

div#tpl_text_images_options div.left_column div.text_block img {
  float: left;
  height: 140px;
  width: 105px;
  margin: 3px 16px 0px 0px;
}

/* ---------- TEMPLATE: TEXT IMAGES | OPTIONS - attributes definitions ---------- */

/* ---------- TEMPLATE: TEXT IMAGES | OPTIONS - lists definitions ---------- */

/* ---------- TEMPLATE: TEXT IMAGES | OPTIONS - forms definitions ---------- */



/*############################################################*/
/*#                  TEMPLATE: CONTACT                       #*/
/*############################################################*/

/* ---------- TEMPLATE: CONTACT - structure definitions ---------- */

div#tpl_contact .left_column .formLeftSide {
  width: 178px; 
  float: left;
}

div#tpl_contact .left_column .formRightSide {
  width: 275px;
  float: right;
}

div.button_surrounding {
  float: right;  
}

/* ---------- TEMPLATE: CONTACT - paragraph definitions ---------- */

div#tpl_contact p#errorContact {
  margin: 0px 0px 11px 0px;
  color: #E32608;
}

div#tpl_contact p.required {
  margin: 6px 0px 0px 0px;
  text-align: right;
}

div#tpl_contact .right_column p {
  margin: 20px 18px 0px 0px;
}

div#tpl_legal .right_column p {
  margin: 9px 18px 0px 0px;
}

/* ---------- TEMPLATE: CONTACT - headlines definitions ---------- */

/* ---------- TEMPLATE: CONTACT - navigation definitions ---------- */

div#tpl_contact .left_column form a.sendButton {
  margin-top: 10px;
  position: relative;
  display: block;
  height: 20px; 
  line-height: 20px; 
  text-transform: uppercase;
  padding-left: 13px;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/arrowRightBig.gif) no-repeat 0px 6px;
  overflow: hidden;
}

div#tpl_contact .left_column form a:hover.sendButton {
  background: url(http://www.thyssenkrupp.com.cn/resources/images/arrowRightBig.gif) no-repeat 0px -24px;  
}

div#tpl_contact .left_column form a.sendButton span {
  cursor: pointer;  
  left: 13px;
  top: 0px;
}

/* ---------- TEMPLATE: CONTACT - images definitions ---------- */

/* ---------- TEMPLATE: CONTACT - attributes definitions ---------- */

/* ---------- TEMPLATE: CONTACT - lists definitions ---------- */

/* ---------- TEMPLATE: CONTACT - forms definitions ---------- */

div#tpl_contact form {
 width: 483px;
 position: absolute;
 top: 56px;
 left: 0px;
 overflow: hidden;
 margin: 0px;
 padding: 0px;
}

div#tpl_contact label {
  display: block;
  margin-top: 6px;
  line-height: 16px;
}

div#tpl_contact textarea.textarea {
  padding: 2px 5px; 
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  width: 273px; /* wird nur vom Safari interpretiert, andere Browser erhalten die korrekte Definition am Ende des Stylesheets */
  height: 120px;
  margin: 0px;
  overflow: auto;
}

div#tpl_contact form input {
  margin: 0px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
}

div#tpl_contact form input.input_text {
  width: 178px; /* wird nur vom Safari interpretiert, andere Browser erhalten die korrekte Definition am Ende des Stylesheets */
}

div#tpl_contact form input.input_button {
	background-color: #972c25;
	color: #FFF;
	border: 1px solid #122b42;
	font-weight: bold;
  float: right;
  display: block;
  height: 16px;
  width: 40px;
  margin-top: 15px;
}



/*############################################################*/
/*#                  TEMPLATE: GAME                          #*/
/*############################################################*/

/* ---------- TEMPLATE: GAME - structure definitions ---------- */

div#tpl_game {
  margin: 22px 0px 0px 18px;  
  height: 700px;
}

/* ---------- TEMPLATE: GAME - paragraph definitions ---------- */

/* ---------- TEMPLATE: GAME - headlines definitions ---------- */

/* ---------- TEMPLATE: GAME - navigation definitions ---------- */

/* ---------- TEMPLATE: GAME - images definitions ---------- */

/* ---------- TEMPLATE: GAME - attributes definitions ---------- */

/* ---------- TEMPLATE: GAME - lists definitions ---------- */

/* ---------- TEMPLATE: GAME - forms definitions ---------- */



/*############################################################*/
/*#                  TEMPLATE: LEGAL                         #*/
/*############################################################*/

/* ---------- TEMPLATE: LEGAL - structure definitions ---------- */

/* ---------- TEMPLATE: LEGAL - paragraph definitions ---------- */

/* ---------- TEMPLATE: LEGAL - headlines definitions ---------- */

/* ---------- TEMPLATE: LEGAL - navigation definitions ---------- */

/* ---------- TEMPLATE: LEGAL - images definitions ---------- */

/* ---------- TEMPLATE: LEGAL - attributes definitions ---------- */

/* ---------- TEMPLATE: LEGAL - lists definitions ---------- */

/* ---------- TEMPLATE: LEGAL - forms definitions ---------- */



/*############################################################*/
/*#                  TEMPLATE: MOVIE                         #*/
/*############################################################*/

/* ---------- TEMPLATE: MOVIE - structure definitions ---------- */

div#tpl_movie_4x3 .left_column {
  width: 292px;
}

div#tpl_movie_4x3 .right_column {
  width: 444px;
}

div#tpl_movie_16x9 div#movieWrapper,
div#tpl_movie_4x3 div#movieWrapper {
  background-color: #fff;
  height: 400px;
  position: relative;
}

/* ---------- TEMPLATE: MOVIE - paragraph definitions ---------- */

/* ---------- TEMPLATE: MOVIE - headlines definitions ---------- */

/* ---------- TEMPLATE: MOVIE - navigation definitions ---------- */

/* ---------- TEMPLATE: MOVIE - images definitions ---------- */

/* ---------- TEMPLATE: MOVIE - attributes definitions ---------- */

/* ---------- TEMPLATE: MOVIE - lists definitions ---------- */

/* ---------- TEMPLATE: MOVIE - forms definitions ---------- */



/*############################################################*/
/*#                  TEMPLATE: SLIDESHOW                     #*/
/*############################################################*/

/* ---------- TEMPLATE: SLIDESHOW - structure definitions ---------- */

.slideshow_navigation {
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  height: 24px;
  position: relative;
  background-color: #fff;
}

div#slideshowContainer {
  width: 389px;
  height: 219px; 
  position: relative;
  overflow: hidden;
}

div#tpl_slideshow div.right_column div.surrounding_box {
  height: 53px;
} 

div#tpl_slideshow div.right_column div.surrounding_box,
div#tpl_movie_4x3 div.right_column div.surrounding_box,
div#tpl_movie_16x9 div.right_column div.surrounding_box {
  padding: 0px 18px 8px 0px;
  height: 54px;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/dashed.gif) repeat-x bottom left;   
} 


div.slideshowBlender {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; 
}

         
         
/* ---------- TEMPLATE: SLIDESHOW - paragraph definitions ---------- */

div.slideshow_navigation p {
  margin: 0px;
  padding: 12px 9px 0px 9px;
  line-height: 12px;
}

div.slideshow_navigation p#countSmall, div.slideshow_navigation p#countFullscreen {
  float: left;
  border-left: 1px solid #BFBFBF; 
}

/* ---------- TEMPLATE: SLIDESHOW - headlines definitions ---------- */

/* ---------- TEMPLATE: SLIDESHOW - navigation definitions ---------- */

div.slideshow_navigation a.previous {
  display: block;
  width: 27px;
  height: 24px;
  border-left: 1px solid #BFBFBF;
  text-indent: -3000px;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/previous.gif);
  float: left;
}

div.slideshow_navigation a.next {
  display: block;
  width: 27px;
  height: 24px;
  border-left: 1px solid #BFBFBF;
  text-indent: -3000px;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/next.gif);
  float: left;
}

div.slideshow_navigation a:hover.previous,
div.slideshow_navigation a:hover.next {
  background-position: 0px 25px;
}

/* ---------- TEMPLATE: SLIDESHOW - images definitions ---------- */

img.slideElement {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  height: 100%;
  background-color: #eee;
}

/* ---------- TEMPLATE: SLIDESHOW - attributes definitions ---------- */

/* ---------- TEMPLATE: SLIDESHOW - lists definitions ---------- */

/* ---------- TEMPLATE: SLIDESHOW - forms definitions ---------- */



/*############################################################*/
/*#                  FULLSCREEN MODE                         #*/
/*############################################################*/

div#fullscreenMode {
  position: absolute;
  z-index: 80;
  width: 100%;
  top: 118px;
  left: 0px;
}

div#fullscreenMode div#fullscreenContent_16x9 {
  padding: 0% 12%;
  position: relative;
  font-size: 0px;
  line-height: 0px; 
}

div#fullscreenMode div#fullscreenContent_4x3 {
  padding: 0% 20%;
  position: relative;
  font-size: 0px;
  line-height: 0px;  
}

div#fullscreenMode div#movieWrapperFullscreen {
  height: 1400px;
  position: relative; 
}

div#fullscreenMode div#flash_fullscreen {
  width: 100%;
  height: auto;
}

div#fullscreenMode a#closeFullscreen {
  display: block;
  top: 0px;
  right: -72px;   
  height: 15px;
  line-height: 15px;
  text-transform: uppercase;
  padding-left: 22px;
  position: absolute;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/closeFullscreen.gif) no-repeat 0px 2px;
  z-index: 80;
}

div#fullscreenMode a:hover#closeFullscreen {
  background-position: 0px -24px;
}

div#fullscreenMode a#closeFullscreen span {
  left: 22px;
  top: 2px;
  cursor: pointer;
}
  
h5#headlineFullscreen {
  margin: 0px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  padding: 10px 9px 0px 9px;
  float: left;
}
  
p#descriptionFullscreen {
  margin: 0px;
  border: none;  
}

div#tpl_slideshow img.slideshow_image_small {
  width: 389px;
  height: 219px;
}



/*############################################################*/
/*#                  TEMPLATE: OURCOMPANIES                  #*/
/*############################################################*/

/* ---------- TEMPLATE: OURCOMPANIES - structure definitions ---------- */

div#tpl_ourcompanies .left_column {
  float: left;
  width: 411px; 
}

div#tpl_ourcompanies .left_column div#map {
  background: url(http://www.thyssenkrupp.com.cn/resources/images/map.jpg) no-repeat;
  height: 316px;
  position: relative;
}

div#tpl_ourcompanies .left_column div#map div.city {
  position: absolute;
  display: block;
  cursor: pointer;
  text-indent: -2000px;
  background-repeat: no-repeat;
}

div#tpl_ourcompanies div#ourCompanyPopup {
  position: absolute;
  left: 18px;
  top: 0px;
  width: 407px;
  border: 2px solid #b9b9b9;
  background-color: #fff;
}

div#tpl_ourcompanies div#ourCompanyPopup div#scrollOurCompany {
	height: 241px;
  overflow: auto;
  margin: 1px 1px 1px 0px;
  background-color: transparent;
}

div#tpl_ourcompanies div#ourCompanyPopup div#scrollOurCompany div#locationLoader {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/ajax-loader.gif) center center no-repeat;  
}

div#tpl_ourcompanies div#ourCompanyPopup ul li div.clustersActive {
  width: 42px;
  height: 26px;
  position: absolute;
  right: 0px;
  top: 0px;
}

div#tpl_ourcompanies div#ourCompanyPopup ul li div.clustersActive div.clusterElement {
  float: left;
  width: 21px;
  height: 26px;
  background-position: left center;
  background-repeat: no-repeat;
}

div#tpl_ourcompanies div#ourCompanyPopup ul li div.adressInformation {
  padding: 0px 0px 3px 35px;
  display: none;
  background-color: #F2F2F2;
}

div#tpl_ourcompanies .right_column {
  float: right;
  width: 326px;
  height: 400px;
}

/* ---------- TEMPLATE: OURCOMPANIES - paragraph definitions ---------- */

div#tpl_ourcompanies div#ourCompanyPopup ul li div.adressInformation p {
  margin: 0px;
  padding-top: 5px;
  border-top: 2px solid #fff;  
}

div#tpl_ourcompanies div#ourCompanyPopup ul li div.adressInformation p.adressData {
  margin: 18px 0px 0px 0px;
  padding: 0px;
  border: none;
}

div#tpl_ourcompanies .right_column p {
  margin: 0px;
  padding-right: 18px;
}

/* ---------- TEMPLATE: OURCOMPANIES - headlines definitions ---------- */

div#tpl_ourcompanies h4.outlinedHeader {
  background: none;  
  margin-top: 24px;
  font-size: 13px;
  line-height: 23px;
  height: 23px;    
}

div#tpl_ourcompanies div#ourCompanyPopup h4 {
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  position: relative;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  border-bottom: 2px solid #b9b9b9;
  padding: 4px 0px 3px 15px;
}

div#tpl_ourcompanies div#ourCompanyPopup h4 span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4px;
  left: 15px;
  background-repeat: no-repeat; 
}

div#tpl_ourcompanies div#ourCompanyPopup ul li h5 {
  margin: 0px;
  padding: 4px 65px 4px 35px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/navigationArrow.gif) 19px 9px no-repeat;
  cursor: pointer;
  color: #A3A3A3;
}

div#tpl_ourcompanies div#ourCompanyPopup ul li.active h5 {
  background-color: #f2f2f2;
  color: #000;
  background-position: 19px -32px !important;
}

/* ---------- TEMPLATE: OURCOMPANIES - navigation definitions ---------- */

/* ---------- TEMPLATE: OURCOMPANIES - images definitions ---------- */

/* ---------- TEMPLATE: OURCOMPANIES - attributes definitions ---------- */

/* ---------- TEMPLATE: OURCOMPANIES - lists definitions ---------- */

div#tpl_ourcompanies div#ourCompanyPopup ul {
  margin: 6px 0px 6px 0px;
}

div#tpl_ourcompanies div#ourCompanyPopup ul li {
  padding-bottom: 1px;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/dashed.gif) repeat-x bottom left;
  font-size: 0px;
  line-height: 0px;
  position: relative;
  margin: 0px;
}

div#tpl_ourcompanies .right_column ul.dot_legend {
  margin: 18px 0px 10px 0px;
}

div#tpl_ourcompanies .right_column ul.dot_legend li {
  margin: 4px 0px 0px 0px;
  padding: 0px 0px 0px 17px;
  line-height: 18px;
}

div#tpl_ourcompanies .right_column ul.dot_legend li.cluster4 {
  background: url(http://www.thyssenkrupp.com.cn/resources/images/cluster4.gif) left center no-repeat;  
}
div#tpl_ourcompanies .right_column ul.dot_legend li.cluster5 {
  background: url(http://www.thyssenkrupp.com.cn/resources/images/cluster5.gif) left center no-repeat;  
}
div#tpl_ourcompanies .right_column ul.dot_legend li.cluster6 {
  background: url(http://www.thyssenkrupp.com.cn/resources/images/cluster6.gif) left center no-repeat;  
}
div#tpl_ourcompanies .right_column ul.dot_legend li.cluster7 {
  background: url(http://www.thyssenkrupp.com.cn/resources/images/cluster7.gif) left center no-repeat;  
}
div#tpl_ourcompanies .right_column ul.dot_legend li.cluster8 {
  background: url(http://www.thyssenkrupp.com.cn/resources/images/cluster8.gif) left center no-repeat;  
}
div#tpl_ourcompanies .right_column ul.dot_legend li.cluster9 {
  background: url(http://www.thyssenkrupp.com.cn/resources/images/cluster9.gif) left center no-repeat;  
}

/* ---------- TEMPLATE: OURCOMPANIES - forms definitions ---------- */



/*############################################################*/
/*#                  TEMPLATE: CAREER                        #*/
/*############################################################*/

/* ---------- TEMPLATE: CAREER - structure definitions ---------- */

div#tpl_career {
  margin: 22px 18px 0px 18px;
  height: 700px;
  position: relative; 
}
  
div#tpl_career div#scrollTable {
	height: 231px;
  overflow: auto;
  position: relative;
  z-index: 20;
}

div#tpl_career div#jobInfo {
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  width: 750px;
  border: 2px solid #b9b9b9;
  background-color: #fff;
  height: 290px;
  overflow: hidden;
  z-index: 40;
}

div#tpl_career div#jobInfo ul li div#jobDetail {
  background-color:#F2F2F2;
  padding: 6px 0px 3px 0px;
  overflow: hidden;
  height: 187px;
  display: block;
  position: relative;
  margin-left: 28px;
  border-top: 1px solid #fff;  
}

div#tpl_career div#jobInfo ul li div#jobDetail .left-column {
  width: 460px;
  overflow: hidden;
  float: left;
}

div#tpl_career div#jobInfo ul li div#jobDetail .right-column {
  width: 255px;
  overflow: hidden;
  float: right;
}

div#tpl_career div#jobInfo div#application {
  background-color:#F2F2F2;
  padding: 6px 0px 3px 0px;
  overflow: hidden;
  height: 187px;  
  position: relative;
  margin-left: 28px;
  border-top: 1px solid #fff;
  display: none;
}

div#tpl_career div#jobInfo div#successMessage {
  background-color:#F2F2F2;
  padding: 6px 0px 3px 0px;
  overflow: hidden;
  height: 187px;  
  display: block;
  position: relative;
  margin-left: 28px;
  border-top: 1px solid #fff;
}

div#tpl_career div#jobInfo ul li div#application .formLeftSide {
  width: 177px; 
  float: left;
  position: relative;  
}

div#tpl_career div#jobInfo ul li div#application .formRightSide {
  width: 208px;
  float: right;
}

div#tpl_career div#jobInfo ul li div#application div#iframeWrapper {
  width: 292px;
  height: 74px;
  position: absolute;
  top: 50px;
  left: 424px;
  background-image: url(http://www.thyssenkrupp.com.cn/resources/images/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat; 
}

div#tpl_career div#jobInfo ul li div#application iframe#iframeElement {
  width: 292px;
  height: 74px;
  border: 0px;
  overflow: hidden;
}

/* ---------- TEMPLATE: CAREER - paragraph definitions ---------- */

div#tpl_career div#jobInfo ul li div#jobDetail .left-column p {
  margin: 0px; 
}

div#tpl_career div#jobInfo ul li div#application p.introduction {
  margin: 0px;
}

div#tpl_career div#jobInfo ul li div#application p#errorContact {
  position: absolute;
  top: 10px;
  left: 0px;
  color: #E32608;
}

div#tpl_career div#jobInfo ul li div#application p.required {
  margin: 8px 0px 0px 0px;
  text-align: right;  
}

div#tpl_career div#jobInfo ul li div#application p.submitField {
  position: absolute;
  top: 91px;
  left: 545px;
  margin: 0px;
  width: 175px;
}

div#tpl_career div#jobInfo div#successMessage p {
  margin: 5px 0px 0px 0px;
}


/* ---------- TEMPLATE: CAREER - headlines definitions ---------- */

div#tpl_career div#jobInfo h4#jobSummary {
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  position: relative;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  border-bottom: 2px solid #b9b9b9;
  padding: 4px 0px 3px 27px;
}

div#tpl_career div#jobInfo h4#moreOptions {
  font-size: 14px;
  font-weight: normal;
  height: 23px;
  line-height: 23px;
  margin: 0px;
  overflow: hidden;
  padding: 0px 0px 5px 0px;
  position: relative;
}

div#tpl_career div#jobInfo ul li h5 {
  margin: 0px;
  padding: 4px 65px 4px 28px;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 23px;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/navigationArrow.gif) 7px 12px no-repeat;
  cursor: pointer;
  color: #A3A3A3;
  overflow: hidden;
  position: relative;
  height: 22px;
}

div#tpl_career div#jobInfo ul li a:hover h5 {
  background-position: 7px -70px;
  color: #000;
  background-color: #e6e6e6;
}

div#tpl_career div#jobInfo ul li.active h5  {
  background-color: #F2F2F2;
  background-position: 7px -29px !important;
  color: #000000;
}

div#tpl_career div#jobInfo ul li h5 span {
  background-position: 28px 6px;
}

/* ---------- TEMPLATE: CAREER - navigation definitions ---------- */

div#tpl_career a.buttonSmall {
  margin: 0px;
  background-position: 0px 4px;
  padding-top: 1px;   
}

div#tpl_career a:hover.buttonSmall {
  background-position: 0px -10px;  
}

div#tpl_career a.buttonSmall span {
  background-position: 12px -2px;
}

div#tpl_career table#careerTable tbody tr.active td a.buttonSmall {
  color: #000;
  background-position: 0px -10px;
}


div#tpl_career a.closePopup span {
  background-position: 0px -3px;
}

div#tpl_career div#jobInfo ul li div#application a#submitApplication {
  margin-top: 4px;
}

div#tpl_career table#careerTableHead th a {
  position: relative;
  display: block;
  height: 15px;
  padding-right: 7px;
  text-transform: uppercase;
  font-size: 12px;
}

div#tpl_career table#careerTableHead th a span {
  cursor: pointer;  
}

div#tpl_career div#jobInfo ul#function_menu li a {
  background-position: 0px 3px;
  height: 20px;  
}

div#tpl_career div#jobInfo ul#function_menu li a:hover {
  background-position: 0px -19px; 
}

div#tpl_career table#careerTableHead a.descSortActive {
  color: #000;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/sortArrows.gif) no-repeat right -32px;
}

div#tpl_career table#careerTableHead a.ascSortActive  {
  color: #000;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/sortArrows.gif) no-repeat right -52px;  
}

div#tpl_career div#jobInfo ul li div#jobDetail a.backToJobList {
  margin-top: 10px;
}

div#tpl_career div#jobInfo div#successMessage a.backToJobList {
  margin-top: 10px;
}


/* ---------- TEMPLATE: CAREER - images definitions ---------- */

/* ---------- TEMPLATE: CAREER - attributes definitions ---------- */

/* ---------- TEMPLATE: CAREER - lists definitions ---------- */

div#tpl_career div#jobInfo ul li {
  padding-bottom: 1px;
  background: url(http://www.thyssenkrupp.com.cn/resources/images/dashed.gif) repeat-x bottom left;
  font-size: 0px;
  line-height: 0px;
  position: relative;
  margin: 0px;
  clear: both;
}

div#tpl_career div#jobInfo ul li#liInformation.active,
div#tpl_career div#jobInfo ul li#liApplication.active {
  background-color: #F2F2F2;
}
/* ---------- TEMPLATE: CAREER - forms definitions ---------- */

div#tpl_career form#submitApplicationForm {
 width: 407px;
 position: absolute;
 top: 50px;
 left: 0px;
 margin: 0px;
 padding: 0px;
}

div#tpl_career label {
  display: block;
  margin-top: 6px;
  line-height: 16px;
}

div#tpl_career textarea.textarea {
  padding: 2px 5px; 
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  width: 196px; /* wird nur vom Safari interpretiert, andere Browser erhalten die korrekte Definition am Ende des Stylesheets */
  height: 80px;
  margin: 0px;
  overflow: auto;
}

div#tpl_career form input {
  margin: 0px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
}

div#tpl_career form input.input_text {
  width: 172px; /* wird nur vom Safari interpretiert, andere Browser erhalten die korrekte Definition am Ende des Stylesheets */
}

div#tpl_career form input.input_button {
	background-color: #972c25;
	color: #FFF;
	border: 1px solid #122b42;
	font-weight: bold;
  float: right;
  display: block;
  height: 16px;
  width: 40px;
  margin-top: 15px;
}



/* ---------- TEMPLATE: CAREER - table definitions ---------- */ 

div#tpl_career table#careerTableHead {
  border-bottom: 1px solid #B9B9B9;
  width: 725px;
}

div#tpl_career table#careerTable {
  width: 100%;
}

div#tpl_career table#careerTableHead thead th {
  padding: 0px 5px 3px 5px;
}

div#tpl_career table#careerTable td.sortDate,
div#tpl_career table#careerTableHead th.sortDate {
  width: 83px;
}

div#tpl_career table#careerTable td.sortJob,
div#tpl_career table#careerTableHead th.sortJob {
  width: 179px;
}

div#tpl_career table#careerTable td.sortLocation,
div#tpl_career table#careerTableHead th.sortLocation {
  width: 87px;
}

div#tpl_career table#careerTable td.jobDetails,
div#tpl_career table#careerTableHead th.jobDetails {
  width: 80px;
  padding-right: 0px;
}

div#tpl_career table#careerTable tbody tr.active td {
  background-color: #e6e6e6;
  color: #000;
}

div#tpl_career table#careerTable tbody td {
  background: url(http://www.thyssenkrupp.com.cn/resources/images/dashed.gif) repeat-x bottom left; 
  padding: 8px 5px; 
  vertical-align: top;
  font-weight: bold;
  color: #999999;
  cursor: pointer;
} 



/*############################################################*/
/*#                  TEMPLATE: SHOWCASE                      #*/
/*############################################################*/

/* ---------- TEMPLATE: SHOWCASE - structure definitions ---------- */

div#tpl_showcase {
  padding: 24px 0px 0px 18px;
  height: 700px;
}

div#tpl_showcase div.left_column {
  float: left;
  width: 264px;
  height: 303px;
}

div#tpl_showcase div.right_column {
  float: right;
  width: 506px;
  height: 303px;
}

div#tpl_showcase div.right_column div#imgShowcaseContainer div.number,
div#tpl_showcase div.left_column ul li div.number {
  width: 16px;
  height: 13px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
}

div.right_column div#imgShowcaseContainer div.number {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

div#tpl_showcase div.left_column ul li div.number {
  top: -1px;
  left: -1px;  
}

div#tpl_showcase div.left_column ul li div.tooltip {
  background: url(http://www.thyssenkrupp.com.cn/resources/images/alphaPixel.png) repeat;
  background: #fff;
  display: none;
  font-weight: bold;
  left: -1px;
  margin: 0px;
  padding: 2px 5px;
  bottom: -23px;
  border: 1px solid #000;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
}

div#tpl_showcase div.left_column ul li.active div.number,
div#tpl_showcase div.right_column div#imgShowcaseContainer div.number {
  background-position: 0px -13px !important;
}

div#tpl_showcase div.right_column div#imgShowcaseContainer {
  float: left;
  position: relative;
  margin: 0px 30px 20px 0px;
  font-size: 0px;  
  width: 226px;
  height: 135px;
}

div.right_column div.large1 div.number,
div.left_column ul li.thumb1 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/01.gif); }
div.right_column div.large2 div.number,
div.left_column ul li.thumb2 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/02.gif); } 
div.right_column div.large3 div.number,
div.left_column ul li.thumb3 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/03.gif); }
div.right_column div.large4 div.number,
div.left_column ul li.thumb4 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/04.gif); }
div.right_column div.large5 div.number,
div.left_column ul li.thumb5 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/05.gif); }
div.right_column div.large6 div.number,
div.left_column ul li.thumb6 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/06.gif); }
div.right_column div.large7 div.number,
div.left_column ul li.thumb7 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/07.gif); }
div.right_column div.large8 div.number,
div.left_column ul li.thumb8 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/08.gif); }
div.right_column div.large9 div.number,
div.left_column ul li.thumb9 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/09.gif); }
div.right_column div.large10 div.number,
div.left_column ul li.thumb10 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/10.gif); }
div.right_column div.large11 div.number,
div.left_column ul li.thumb11 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/11.gif); }
div.right_column div.large12 div.number,
div.left_column ul li.thumb12 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/12.gif); }
div.right_column div.large13 div.number,
div.left_column ul li.thumb13 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/13.gif); }
div.right_column div.large14 div.number,
div.left_column ul li.thumb14 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/14.gif); }
div.right_column div.large15 div.number,
div.left_column ul li.thumb15 div.number { background-image: url(http://www.thyssenkrupp.com.cn/resources/images/15.gif); }

/* ---------- TEMPLATE: SHOWCASE - paragraph definitions ---------- */
div#tpl_showcase div.right_column div#scrollbarShowcase p {
  margin: 0px;
}

/* ---------- TEMPLATE: SHOWCASE - headlines definitions ---------- */
div#tpl_showcase div.right_column h5 {
  margin: 00px 0px 0px 0px;
  font-size: 12px;
  font-weight: bold;
  clear: both;
}

div#tpl_showcase div.right_column div#scrollbarShowcase {
  margin: 11px 18px 0px 0px;
  height: 90px;
  overflow: auto;
  position: relative;
}

/* ---------- TEMPLATE: SHOWCASE - navigation definitions ---------- */

/* ---------- TEMPLATE: SHOWCASE - images definitions ---------- */
div#tpl_showcase div.left_column img {
  width: 73px;
  height: 49px;  
  cursor: pointer;
}

div#tpl_showcase div.right_column img {
  width: 226px;
  height: 135px
}

/* ---------- TEMPLATE: SHOWCASE - attributes definitions ---------- */

/* ---------- TEMPLATE: SHOWCASE - lists definitions ---------- */

div#tpl_showcase div.left_column ul li {
  float: left;
  border: 1px solid #959595;
  margin: 0px 4px 4px 0px;
  font-size: 0px;
  position: relative;
  height: 49px;
  width: 73px;
}

div#tpl_showcase div.left_column ul li.active {
  border-color: #000;
}

/* ---------- TEMPLATE: SHOWCASE - forms definitions ---------- */

/* ---------- TEMPLATE: SHOWCASE - table definitions ---------- */ 


/*############################################################*/
/*#                  SCROLLBAR                               #*/
/*############################################################*/

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px; font-size: 1px; position: absolute; top: 0; left: 0;}

/* Anfasser */
.vscrollerbar {
  width: 13px; 
  background: #999 url(http://www.thyssenkrupp.com.cn/resources/images/scrollerAssets.gif) -13px 0px repeat-y; 
}

/* Anfasser-Start */
.vscrollerbarbeg {}
/* Anfasser-Ende */
.vscrollerbarend {}

/* Hintergrund */
.vscrollerbase {
  width: 13px; 
  background: #E7EADE url(http://www.thyssenkrupp.com.cn/resources/images/scrollerAssets.gif) 0px 0px repeat-y;
}

/* nach oben */
.vscrollerbasebeg {
  width: 13px; 
  height: 14px !important; 
  background: url(http://www.thyssenkrupp.com.cn/resources/images/scrollerAssets.gif) -26px -14px no-repeat;
  cursor: pointer;  
}

.vscrollerbasebeg:hover {
  background-position: -39px -14px;
}

/* nach unten */
.vscrollerbaseend { 
  width: 13px; 
  height: 14px; 
  background: url(http://www.thyssenkrupp.com.cn/resources/images/scrollerAssets.gif) -26px 0px no-repeat;
  cursor: pointer;
}

.vscrollerbaseend:hover {
  background-position: -39px 0px;
}

.hscrollerbase {
  height: 16px; 
  background-color: white;
}

.hscrollerbar {
  height: 16px;
  background-color: black;
}

.vscrollerbar, .hscrollerbar {
  padding: 16px; 
  z-index: 2;
}

.scrollerjogbox {
  width: 36px;
  height: 16px;
  top: auto;
  left: auto; 
  bottom: 0px;
  right: 0px; 
  background: #37917A;
}

.mcontentwrapper { cursor: text; }

.flexcroll { outline: 0; }

/* regelt den Abstand zum Scrollbalken. Sobald eine bessere Loesung implementiert ist, wieder loeschen */
#scrollbarContent_mcontentwrapper {
  width: 459px !important;  
}
#scrollbarShowcase_mcontentwrapper {
  width: 460px !important;  
}
#scrollTable_mcontentwrapper {
  width: 725px !important;  
}

/* <Safari Hack: wird vom Safari ignoriert */
div#tpl_contact textarea.textarea {
  width: 263px;
  #
}

div#tpl_contact form input.input_text {
  width: 172px;
  #
}

/* Safari Hack> */