#backleft {
	background-image:url(../layout/brauereigasthof.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	height: 579px;
	width:466px;
	float:left;
	} 
	
#backright {
	background-image:url(../layout/layout_right.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	height: 579px;
	width:46px;
	float:right;
	}
	
#header {
	background-image:url(../layout/brauereigasthof_head.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	height: 271px;
	width:450px;
	position:absolute;
	left:467px;
	top:0;
	}

#content {
	width:445px;
	height:294px;
	position:absolute;
	left:466px;
	top:272px;
	overflow:auto;
	margin:0 0 0 1px;
	padding:0 5px 0 0;
	}
