/*
 * stylesheet for ############ FGS ###############
 * page structure
 * customized: 20.08.2007 bms
 * lastmodified: 20.08.2007 bms
 * (c) www.wegewerk.com
 */



/* ############################################################# */
/* ####################    STRUCTURE    ######################## */
/* ############################################################# */

#head_container{
  background-color: #37486b;
  width: 100%;
  text-align: center;
}

#head_content_container{
  width: 735px;
  color: #fff;
  text-transform: uppercase;
  font-size: .77em;
  margin: 0 auto 0 auto;
  font-weight: bold;
}

#head_content_container a{
  color: #fff;
}

#head_content_container a:hover{
  text-decoration: underline;
}


#page_head_title_content{
  margin-left: 475px;
  text-align: right;
}

#page_head{
  width: 735px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.firefox #page_head{
  position: relative;
  z-index: 1;
}

#page_body_container{
  width: 735px;
  margin: 31px auto 0 auto;
  font-size: 0.65em;
}

.firefox #page_body_container{
  position: relative;
  z-index: 10;
}

.msie #page_body_container {
  margin-top: 35px;
}

#page_body_left{
  float: left;
  width: 205px;
  padding-left: 75px;
  text-align: left;
  overflow: hidden;
}

#page_body_main_container{
  width: 205px;
  padding-left: 22px;
  float: left;
  overflow: hidden;
}

#page_body_main_container_full{
  float: left;
  width: 430px;
  padding-left: 22px;
  overflow: hidden;
}

#page_body_right{
  float: right;
  width: 205px;
  padding-left: 22px;
  overflow: hidden;
}