/* FE colors: red: #ef3a2a gray: #76787b */

html , body {
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 12px;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
}

div {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

span {
  margin: 0;
  padding: 0;
}

#shim {
  visibility: hidden;
  width: 100%;
  height: 50%;
  margin-top: -275px;
  float: left;
}

/*
 *
 * Issue: IE5mac interprets negative values as positive.
 *
 * I haven't figured out a workaround for this yet. The content won't be vertically centered but it won't be messed up by the previous code either.
 *
 */

/* Hide from IE5mac \*//*/
    div#shim {
        display: none;
    }
    html, body {
        height: auto;
    }
/* end hack */

#container {
  width: 1000px;
  height: 550px;
  margin: 0 auto; 
  color: #000000;
  background-color: #ffffff; 
  clear: both;

  /*
   *
   * Issue: IE4 doesn't allow a negative margin-top.
   *
   * This code positions container relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
   * The content will be centered but will crop if the window is not small enough to accommodate it.
   *
   */
  position: relative;
  top: -200px;
  /* IE4ever Hack: Hide from IE4 **/
    position: static;
  /** end hack */
}

#header {
  height: 47px;
  width: 100%;
  color: #000000;
  background-color: transparent;
  border-bottom: 1px #cccccc solid;
  overflow: visible;
}

#logo {
  background: #ffffff url(../images/fe_logo.png) no-repeat bottom left;
  width: 220px;
  height: 68px;
  border-bottom: 1px #ffffff solid;
  z-index: 5;
}

#logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
}

#logo img {
  display: none;
}

#page_title {
  display: none;
}

/* BEGIN dots */

/* margin: [ 780 - (7 * 60) ] / 6 = 60 */

#dots {
  position: relative;
  top: -30px;
  left: 220px;
  width: 780px;
  height: 60px;
  background: transparent;
  overflow: visible;
}

#dot_1 , #dot_2 , #dot_3 , #dot_4 , #dot_5 , #dot_6 {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 60px;
  overflow: visible;
}

#dot_1 {
  background: transparent url(../images/nav_1_1.png) no-repeat top left;
}

#dot_1.selected , #dot_1:hover , #dot_1.hover {
  background: transparent url(../images/nav_1_2.png) no-repeat top left;
  border: 0px #000000 none;
}

#dot_2 {
  background: transparent url(../images/nav_2_1.png) no-repeat top left;
}

#dot_2.selected , #dot_2:hover , #dot_2.hover {
  background: transparent url(../images/nav_2_2.png) no-repeat top left;
}

#dot_3 {
  background: transparent url(../images/nav_3_1.png) no-repeat top left;
}

#dot_3.selected , #dot_3:hover , #dot_3.hover {
  background: transparent url(../images/nav_3_2.png) no-repeat top left;
}

#dot_4 {
  background: transparent url(../images/nav_4_1.png) no-repeat top left;
}

#dot_4.selected , #dot_4:hover , #dot_4.hover {
  background: transparent url(../images/nav_4_2.png) no-repeat top left;
}

#dot_5 {
  background: transparent url(../images/nav_5_1.png) no-repeat top left;
}

#dot_5.selected , #dot_5:hover , #dot_5.hover {
  background: transparent url(../images/nav_5_2.png) no-repeat top left;
}

#dot_6 {
  background: transparent url(../images/nav_6_1.png) no-repeat top left;
  margin-right: 0;
  margin-left: 86px;
}

#dot_6.selected , #dot_6:hover , #dot_6.hover {
  background: transparent url(../images/nav_6_2.png) no-repeat top left;
  margin-right: 0;
  margin-left: 86px;
}





#dots div a {
  display: block;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: transparent;
  text-decoration: none;
}

#dots div span {
  display: none;
  overflow: visible;
}

#dots div:hover span , #dots div.hover span {
  display: block;
  position: relative;
  top: -18px;
  left: -170px;
  width: 400px;
  height: auto;
  color: #76787b;
  background-color: transparent;
  font-size: 12px;
  overflow: visible;
  text-align: center;
  margin-right: -170px;
}

#dots #dot_1 span {
  left: 0px;
  text-align: left;
}

#dots #dot_6 span {
  left: -340px; 
  margin-right: -340px;
  text-align: right;
}

/* END dots */

/* BEGIN nav_1 (sidebar) */

/* fixed height: 768 -190 (bars) -70 (header) -24 (footer) - 50 (padding) */

#nav_1 {
  display: relative;
  float: left;
  clear: both;
  top: 1px;
  left: 0;  
  width: 160px;
  height: 390px;
/*  height: 390px; */
  padding: 2px 0 34px 40px;
  margin-bottom: 20px;
  color: #000000;
  background: #ffffff url(../images/sidebar_402_24.png) no-repeat top left; 
}

#nav_1 div.menu1-level1-act , #nav_1 div.menu1-level1-no {
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px; /*wj*/	
}

#nav_1 div.menu1-level2-act , #nav_1 div.menu1-level2-no {
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 0 16px;
  margin: 8px 0 0 0;
}

#nav_1 div.menu1-level2-act {
  color: #ef3a2a;
  background: transparent url(../images/nav_dot.png) no-repeat center left;
}

#nav_1 div.menu1-level1-act a , #nav_1 div.menu1-level1-no a , #nav_1 div.menu1-level2-no a {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

#nav_1 div.menu1-level1-act a:hover , #nav_1 div.menu1-level1-no a:hover ,
#nav_1 div.menu1-level2-no a:hover , #nav_1 div.menu1-level2-act a , 
#nav_1 div.hover a {
  color: #ef3a2a;
  background-color: transparent; 
  text-decoration: none;
}

/* END nav_1 (sidebar) */

/* BEGIN nav_2 (arrow or line) */

#nav_2 {
  float: left;
  width: 744px;
  height: 29px;
  padding: 0;
  margin: 10px 36px -32px 20px;
  font-size: 12px;
}

#nav_2.arrow {
  background: #ffffff url(../images/nav2_arrow_744.png) no-repeat bottom left;
}

#nav_2.line {
  background: #ffffff url(../images/nav2_line.png) repeat-x bottom left;
}

#nav_2 table {
  /*wj table-layout: fixed;*/
  /*wj width: 700px;*/
  padding: 0;
  margin: 0;
}

#nav_2 table tr {
  padding: 0;
  margin: 0;
}

#nav_2 table tr td {
  padding: 0 20px 10px 0;
  margin: 0;
	text-align: left;
}

#nav_2 table tr td a {
  text-decoration: none;
  color: #000000;
  background-color: transparent;
}

#nav_2 table tr td.selected a , #nav_2 table tr td a:hover {
  text-decoration: none;
  color: #ef3a2a;
  background-color: transparent;
}

#nav_2 table tr td.selected span {
  color: #ef3a2a;
  text-decoration: none;
  padding: 0 0 10px 0;
  background: transparent url(../images/nav_dot.png) no-repeat bottom center;
}

/* END nav_2 (arrow or line) */

/* BEGIN content style */

#text {
  float: left;
  width: 761px;
  height: 350px;
  margin: 40px 0 20px 20px;
/*  height: 343px;
  margin: 47px 0 20px 20px; wj*/
  padding: 0 19px 0 0;
  text-align: justify;
  overflow-y: scroll;
  overflow-x: hidden; 
  background-color: #ffffff;

  scrollbar-base-color: #cccccc;
  scrollbar-arrow-color: #76787b;
  scrollbar-darkshadow-color: #cccccc;
  scrollbar-face-color: #cccccc;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #76787b;
  scrollbar-track-color: #cccccc;
}

#text h2 {
  font-size: 14px;
  font-weight: normal;
}

#text h3 {
  font-size: 12px;
  font-weight: bold;
}

#text p {
  margin: 1em 0 1em 0;
}

#text p.teaser {
  color: #ef3a2a;
  background-color: transparent;
  font-style: italic;
}

#text strong {
  font-weight: bold;
  font-style: normal;
}

#text em {
  font-weight: normal;
  font-style: italic;
}

#text a {
  color: #ef3a2a;
  background-color: transparent;
  text-decoration: none;
}

#text a:hover {
  color: #ef3a2a;
  background-color: transparent;
  text-decoration: underline;
}

#text ul {
  margin-left: 0;
  padding-left: 30px;
  list-style-type: disc;
}

#text ul li ul {
  margin-left: 0;
  padding-left: 20px;
  list-style-type: disc;
}

#text hr {
  padding: 0;
  margin: 0;
  height: 1px;
  width: 100%;
  color: #cccccc;
  background-color: #cccccc;
  border: 0 transparent none;
  border-top: 1px #cccccc solid;
}

#text .noMarginTop {
  margin-top: 0;
}

#text .noMarginBottom {
  margin-bottom: 0;
}

#text img {
  border: 0 #000000 none;
}

#text img.center {
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* END content style */

/* BEGIN footer style */

#footer {
  position: relative;
  float: left;
  clear: both;
  top: -30px;
  left: 0;
  height: 16px;
  width: 959px;
  color: #000000;
  background-color: #cccccc;
  padding: 4px 0 0 20px;
  font-size: 10px;
  border-left: 1px #f1f1f1 solid;
  border-right: 20px #ef3a2a solid;
}

#footer_text {
  float: left;
  width: 200px;
  margin-right: 20px;
}

#footer_links {
  float: left;
  margin-left: 199px;
  padding-left: 20px; 
  border-left: 1px #ffffff solid;
  display: inline;
}

#footer_links ul {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
}

#footer_links ul li {
  float: left;
  display: inline;  
  margin: 0;
  padding: 0;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px #ffffff solid;
}

#footer_links ul li.last {
  border-right: 1px #ffffff solid;
}

#footer_links ul li a {
  text-decoration: none;
  color: #000000;
  background-color: transparent;
}

#footer_links ul li a:hover {
  text-decoration: none;
  color: #ef3a2a;
  background-color: transparent;
}

#quicklinks {
  float: right;
  margin-right: 16px;
  background-color: transparent;
}

#quicklinks ul {
  display: inline;
  margin: 0;
  padding: 0;
}

#quicklinks ul li {
  float: left;
  display: inline;  
  margin: 0 0 0 10px;
  padding: 0;
}

#quicklinks ul li a {
  display: block;
  width: 18px;
  height: 12px;
  margin: 1px 0 0 0;
}

#quicklinks a span {
  display: none;
}

#quicklinks a.sendmail {
  background: transparent url(../images/sendmail_bw.png) no-repeat top left;
}

#quicklinks a.sendmail:hover {
  background: transparent url(../images/sendmail.png) no-repeat top left;
}

#quicklinks a.printpage {
  background: transparent url(../images/print_bw.png) no-repeat top left;
  height: 13px;
  margin: 0;
}

#quicklinks a.printpage:hover {
  background: transparent url(../images/print.png) no-repeat top left;
}

#lang_sel {
/*
  float: right;
  margin-right: 10px;
*/
  display: none;
}

#lang_sel a {
  display: block;
  width: 18px;
  height: 12px;
  margin: 1px 0 0 0;
}

#lang_sel a span {
  display: none;
}

#lang_sel a.en {
  background: transparent url(../images/flag_en_bw.png) no-repeat top left;
}

#lang_sel a.en:hover {
  background: transparent url(../images/flag_en.png) no-repeat top left;
}

#lang_sel a.de {
  background: transparent url(../images/flag_de_bw.png) no-repeat top left;
}

#lang_sel a.de:hover {
  background: transparent url(../images/flag_de.png) no-repeat top left;
}

/* END footer style */

#totop {
  display: none;
}

