/* ************************************************** */
/* Flexible Layoutelemente */
/* ************************************************** */
div#content {
  position:absolute;
  left:230px;
  top:30px;
  background-color:#FDF8E9;
  width:700px;
  height:323px;
	border:none;
}

div#content_inner {
  height:290px;
	border:none;
}

div#pic1 {
  position:absolute;
  left:0px;
  top:0px;
  width:230px;
  height:153px;
	border:none;
}

div#pic2 {
  position:absolute;
  left:30px;
  top:353px;
  width:200px;
  height:267px;
	border:none;
}

div#pic3 {
  position:absolute;
  left:230px;
  top:353px;
  width:500px;
  height:297px;	
  border:none;
}


