/**
*
* layout css
* last update 06-16-08
* mb
*
*/
@media screen, projection {
  #page-wrap {
  	background: url(../images/hairline.gif) 202px 115px no-repeat;
    width: 990px
  }
  #header {
  	position: relative;
  	height: 133px
  }
  #header #headerLeft {
  	float: left;
  	width: 202px
  }
  #header #headerRight {
  	float: left;
  	width: 626px;
  	height: 85px;
  	/*overflow: hidden;*/
  	padding: 30px 35px 0 30px
  }
  #header #news {
  	position: absolute;
  	right: 40px;
  	top: 18px
  }
  #header #news img {
  	width: 80px;
  	height: 92px
  }
  #menu {
  	float: left;
  	height: 95px
  }
	#container {
		float: left;
		background: url(../images/content_bg.gif) repeat-y;
		padding-bottom: 10px
	}
	#left, #middle, #right {
		float: left;
	}
	#left {
		width: 163px;
		padding: 0 13px 0 17px
	}
	#middle {
		width: 509px;
		padding: 0 21px 0 17px
	}
	#right {
		width: 210px;
		padding: 0 23px 0 17px
	}
	#footer {
		clear: left;
		width: 100%
  }

  /* frotend bleistifte */
  #headerLeft img.frontEndEditIcons {
    top: 130px;
    background: #E2001A;
    padding: 10px;
  }
}
