body {
  width:100%;  
  background: #FFF5EE;
	font-family:Arial, sans-serif;
	font-size:13px;
}
#leftside {
  width:225px;
	height:578px;
  position:absolute;
	top:170px;
	left:0;
  background:#F8EFEA url(../img/left-bg2.jpg) no-repeat left bottom;
}
#main {
  width:454px;
	height:578px;
	position:absolute;
	top:170px;
	left:225px;
  background:#F8EFEA;
  font-size: 14px;
	color:#321E84;
}
#main #inner {
	margin-left:30px;
  padding-top:20px;
}
#main p {
	margin:20px 0;
}
main a {
  border:none;
  text-decoration:none;
  float:left;
}
#main a img {
  border:none;  
}
#oeffnungszeit {
  width:190px;
  clear:left;
  float:right;
  font-size:12px;
  position:relative;
  top:-20px;
}
#rightside {
  width:320px;
  height:580px;
	position:absolute;
	top:170px;
	left:679px;
  background:#F8EFEA url(../img/praxis-right-bg.jpg) no-repeat left bottom;
}