/*
 * stylesheet for www.mega-trucks.eu
 * structure, pagelayout
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20080402 bms
 * lastmodified: 20080402 bms
 */



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


#page_container {
  width: 950px;
  padding: 9px;
  border: 1px solid #b3b3b3;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#page_head{
  position: relative;
  margin-bottom: 6px;
}

#head_nav_container{
  position: absolute;
  z-index: 10;
  left: 536px;
  padding-right: 1px;
  padding-bottom: 1px;
  width: 31em;
}

.msie6 #head_nav_container{
  text-align: right;
}

#shadow_head_nav_container{
  position: absolute;
  right: 0px;
  top: 1px;
  width: 31em;
  height: 2.3em;
  z-index: 1;
  background: url(/static/img/aps10/shadow_head_nav.gif) repeat-x 1px 1px;
  opacity: .3;
  -moz-opacity: .3;
  filter:Alpha(opacity=30);
}

#page_body_container{
  border-top: 8px solid #3983c2;
}

.msie #page_body_container {
  height: 1%;
}

#page_body_left{
  float: left;
  width: 218px;
  position: relative;
  top: -59px;
  z-index: 10;
}

#page_body_cols_container{
  float: left;
  width: 732px;
}

.msie6 #page_body_cols_container{
  width: auto;
}

#page_body_content_container{

}

#page_body_main_container{
  float: left;
}

#page_body_main_container,
#page_body_main_container_full{
  margin: 5px 17px 0 17px;
  width: 491px;
}

.msie6 #page_body_main_container,
.msie6 #page_body_main_container_full{
  margin: 5px 8px 0 8px;
}

#page_body_right{
  float: right;
  width: 190px;
  margin-right: 17px;
  position: relative;
  top: 31px;
  padding-bottom: 25px;
}

.msie6 #page_body_right{
  margin-right: 5px;
}


#page_foot{
  width: 966px;
  padding: 2px 0 0 4px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

