#wrapper {
  width: 960px;
  margin: auto;
  text-align: left;
}

#header {
  width: 960px;
  height: 272px;
  background-image: url(../images/header_01.jpg);
   /*background-image: url(../images/header_dt_en.jpg);*/
}

#clickme {
  cursor: pointer;
  display: block;
  height: 98px;
  left: 56px;
  position: relative;
  top: 42px;
  width: 154px;  
}

#language {
  cursor: pointer;
  display: block;
  height: 25px;
  left: 850px;
  position: relative;
  top: -120px;
  width: 154px;  
}

#teaser {

  display: block;
  left: 26px;
  position: relative;
  top: 95px;
  font-size: 35px;
  text-decoration: none;
  font-weight: bold;
  color:#6B6B6B;
}

/* sets the headerNavi in center and the text right with 6px padding */
#navi-wrapper {
  width: 960px;
  padding-top: 12px;
  text-align: left;
}

#content {
  background-color: #fff;
  width: 840px;
  padding: 25px 60px 30px 60px;
}

#ct-main {
  background-color: #fff;
  width: 840px;
  padding: 25px 60px 30px 60px;
}

#ct-main2 {
  background-color: #fff;
  width: 880px;
  padding: 0px 40px 30px 40px;
}

#ct-left,
#ct-right {
  float: left;
  width: 344px;
  padding-left: 34px;
}

#ct-left{
  width: 390px;
  border-right: 1px solid #e5e8ea;
  padding-right: 20px;
  padding-left: 10px;
}

#ct-left li b {color:#0597a9;}

#subcontent {
  width: 840px;
  background-color: #e5e8ea;
  padding: 30px 60px 30px 60px;
}

#sct-left,
#sct-right {
  float: left;
  width: 360px;
  padding-left: 60px;
}

#sct-left {
  width: 359px;
  border-right: 1px solid #fff;
  padding-right: 60px;
  padding-left: 0px;
}

#spacer {
  border-top: 1px solid #e5e8ea;
  border-bottom: 1px solid #fff;
}

.clear-left {
  clear: left;
}

#footer {
  width: 960px;
  background-color: #2b2b2b;
}

#ft-left,
#ft-right {
  float: left;
  width: 360px;
  padding: 15px 60px 30px 60px;
}

#ft-right {
  text-align: right;
  color: #fff;
}

#teaser {display:none}
#language {display:none}




