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

div#content_inner {
  height:588px;
}

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

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

div#pic3 {
  position:absolute;
  left:730px;
  top:192px;
  width:200px;
  height:161px;
	border:none;
}

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

