/*
* Project: www.arthrose-experte.de
* Author: VisualActing GmbH <www.visualacting.de>
*/

@media screen, projection {
	body {
		background: #DFDFDF url(../images/page_bg.gif) repeat-x
	}
  #page-wrap {
    margin: 0 auto;
    width: 786px
  }
  #header {
		position: relative;
  	background: url(../images/header_bg.png) no-repeat;
  	width: 758px;
  	height: 133px;
  	padding: 10px 14px 0 14px;
  }
  #header_white {
  	background: url(../images/header_white_bg.png) no-repeat;
  	width: 758px;
  	height: 133px;
  }
  #header div#banner {
		position: absolute;
		right: 14px;
		top: 10px;
  }
  #header h1#logo {
  	position: relative;
  	top: 23px;
  	left:	16px;
  }
  #subheader {
  	background: url(../images/subheader_bg.png) no-repeat;
  	width: 786px;
  	height: 20px;
  }
  #container {
		overflow: auto;
	}
  #left {
  	float: left;
  	width: 223px
  }
  #left #partner a {
  	/** safari 3 was buggy */
  	display: block;
  }
  #right {
  	float: left;
  	width: 563px
  }
  #footer {
		background: url(../images/footer_bg.png) no-repeat;
		margin: -10px 0 0 0;
		width: 786px;
		height: 47px
  }
}