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:#F1E5EF url(../img/left-bg2.jpg) no-repeat left bottom;
}
#main {
  width:454px;
	height:578px;
	position:absolute;
	top:170px;
	left:225px;
  background:#F1E5EF;
  font-size: 14px;
	color:#321E84;
}
#main #inner {
	margin-left:30px;
  padding-top:20px;
}
#main p {
	margin:20px 0;
}
#main a, #main a:link, #main a:visited {
	text-decoration:none;
	cursor:pointer;
	color:#321E84;
}
#main a:hover, #main a:active, #main a:focus {
	color:#321E84;
	text-decoration:underline;
}
#rightside {
  width:320px;
  height:580px;
	position:absolute;
	top:170px;
	left:679px;
  background:#F1E5EF url(../img/energetisch-right-bg.jpg) no-repeat left bottom;
}