/*
 * stylesheet for unsere-autos.de
 * structure, pagelayout
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20090608 bms
 * lastmodified: 20090720 bms
 */


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

body{
  padding-bottom: 20px;
}

#page_container{
  width: 900px;
  margin: 0 auto 0 auto;
  text-align: left;
}

#page_head{
  position: relative;
  height: 135px;
}

#logo{
  display: block;
  position: absolute;
  top: 20px;
  left: -52px;
  width: 193px;
  height: 87px;
  background: url(/static/img/vda10/logo_transparent.png) no-repeat;
}

.msie6 #logo{
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop',src='/static/img/vda10/logo_transparent.png');
  cursor: pointer;
}

#logo:hover,
#logo:focus,
#logo:active{
  text-decoration: none;
}

#page_head_title_content{
  position: absolute;
  right: 0;
  top: 6px;
}

#page_body_container{
  clear: both;
}

#page_head_content_head{
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}

#page_body_left{
  width: 380px;
  float: left;
  overflow: hidden;
}

#page_body_main_container{
  width: 468px;
  overflow: hidden;
  float: right;
  position: relative;
  top: -133px;
  margin-bottom: -128px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 10px 20px 0 20px;
}

#footer_container{
  clear: both;
  position: relative;
}

#foot_right{
  position: absolute;
  top: 0;
  right: 0;
}


