html {height:100%}
body {
  margin:0;
  font-family:Arial;
  font-size:12px;
  height:100%;

/*  background-attachment:fixed;
  background-position:top;*/
}


#container {
  margin:auto;
  overflow:hidden;
  width:973px;
  /*height:100%;*/
  border: 1px solid #ededed;
  /*background-color:gray;*/
}

#header {
  width:973px;
  height:230px;
  /*background-color:#e6e9ee;*/
  /*background-image:url(../images/Burg2.jpg);
  background-repeat:no-repeat;*/
  /*border:1px dashed gray;*/
}

#header_right {
  float:right;
  width:760px;
  height:230px;
  background: transparent url(../images/TSG-001_2.jpg);
  background-repeat:no-repeat;
}

#header_right a {color:#ffffff;}

#header_right_text0 {font-size:20px; text-align:center; color:#f7db0a; font-weight:bold; padding-top:0.5em;}
#header_right_text0 a {text-decoration:none; color:#f7c40a;}

#header_right_text1 {
  width:740px;
  padding-top:9.2em;
  padding-left:1em;
  color:#ffffff;
  font-size:13px;
  font-weight:bold;
  text-align:center;
}

#header_right_text2 {
  margin:auto;
  width:650px;
  padding-top:0.1em;
  padding-left:1em;
  color:#ffffff;
  font-size:12px;
  text-align:center;
}

#main {
  clear:both;
  overflow:hidden;
  /*border:1px dashed gray;*/
}

#main_left {
  float:left;
  overflow:hidden;
  width:212px;
  background-color:#f7f7f7;
  margin-top:0em;
  padding-top:2em;
  border-top:1px solid #ededed;
  border-right:1px solid #ededed;
  border-bottom:1px solid #ededed;
}

#menu {
  width:150px;
  overflow:hidden;
  margin:auto;
  padding-top:1.5em;
  /*border:1px dashed gray;*/
}

.menu_vertical_space {
  width:150px;
  height:20px;
}

*html .menu_vertical_space {height:0px; margin-top:-20px;}

#main_content {
  float:right;
  width:755px;
  height:100%;
  /*border:0.1em solid gray;*/
  background-color:#FFFFFF;
  padding-top:2em;
}

#content {
  margin:auto;
  height:100%;
  width:624px;
  line-height:1.2em;
  font-size:13px;
  padding-top:0em;
}

#content a {text-decoration:none; color:#004d94;}