/*
 * stylesheet for www.allianz-pro-schiene.de
 * structure, pagelayout
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20090522 jws
 * lastmodified: 20090915 bms
 */



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


#page_container {
  width: 976px;
  padding: 10px 13px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background:#fff;
}

.msie6 #page_container{
  padding: 10px 13px;
}

#page_head{
  position: relative;
}

#logo{
  position: absolute;
  left: 0px;
  top: 40px;
}

.msie6 #page_head_title_img{
  margin-bottom: -2px;
}

#page_body_left{
  float: left;
  width: 220px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

#page_body_cols_container{
  float: right;
  width: 756px;
}

#page_body_main_container,
#page_body_main_container_full{
  float: left;
  width: 506px;
  padding: 5px 15px;
  overflow: hidden;
}


#page_body_right{
  float: right;
  width: 220px;
  overflow: hidden;
  position: relative; /* does IE6 now respect overflow rules?, yes */
}

/* for 404 site push content down for consistent look despite absence of metanav */

.not-found #page_head {
margin-top: 20px;
}

.not-found #page_head_lang_nav {
top: -20px;
}

.not-found #logo {
top: 20px;
}


/* ------------------ */
/* - PAGE_BODY_FOOT - */
/* ------------------ */
#page_body_foot{
  padding-top: 10px;
  font-size: .9em;
  clear: both;
  position: relative;
  left: 232px;
  width: 506px;
}

.foot_items{
  list-style-type:none;
  height:1.4em;
}

.foot_items a{
  padding-left:3px;
}

.foot_items li{
  float:left;
}

/* ------------- */
/* - PAGE_FOOT - */
/* ------------- */
#page_foot{
  font-size: .83em;
  color: #fff;
  position:relative;
  top: 25px;
  left: -15px;
}

#page_foot a,
#page_foot a:visited{
  color: #fff;
  text-decoration: none;
}

#page_foot a:hover,
#page_foot a:focus,
#page_foot a:active{
  color: #004c7e;
}

