.box {
   	  background: #FFFFFF url("../images/rounds/eck_20x20_ul.gif") bottom left no-repeat;
}
.box-outer {
   	  background: url("../images/rounds/eck_20x20_ur.gif") bottom right no-repeat;
}
.box-inner{
      background: url("../images/rounds/eck_20x20_ol.gif") top left no-repeat;
}
.box h1{
      background: url("../images/rounds/eck_20x20_or.gif") top right no-repeat;
      padding-left: 5%;
      padding-right: 5%;
      padding-top: 5px;
}
.box .content{
   	  padding-bottom: 2%;
}
/* abgerundete Box nach Schiebefenstermethode */
.box-800-ro {
	background:url(../images/rounds/box-800-ro.gif) top right no-repeat;
	max-width:800px;
	max-height:800px;
}

.box-800-lo {
	background:url(../images/rounds/box-800-lo.gif) top left no-repeat;
}

.box-800-ru {
	background:url(../images/rounds/box-800-ru.gif) bottom right no-repeat;
}

.box-800-lu {
	background:url(../images/rounds/box-800-lu.gif) bottom left no-repeat;
}

.box-content {
	margin:0;
	padding:1em;
}
