.roundbox {
}

.roundbox div.top {
	background-image:url("../images/roundbox/top.png");
	height: 15px;
}

.roundbox div.middle {
	background-image:url("../images/roundbox/middle.png");
	background-repeat:repeat-y;
}

.roundbox div.bottom {
	background-image:url("../images/roundbox/bottom.png");
	height: 15px;
	color:white;
	margin-right:-1px;
}


.rounded{
	clear:both;
}
.rounded:before {
  background: transparent url(../images/roundbox/top-right.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(../images/roundbox/top-left.png);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}
.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(../images/roundbox/bottom-left.png);
  margin: 0 0 -1px 0;
  height: 30px;
  background: white;
  background: transparent url(../images/roundbox/bottom-right.png) scroll no-repeat bottom right ;
  padding: 0;
}

.ro {
	background:url(../lib/roundbox/img/roundedbox_ro.png) top right no-repeat;
}

.lo {
	background:url(../lib/roundbox/img/roundedbox_lo.png) top left no-repeat;
}

.ru {
	background:url(../lib/roundbox/img/roundedbox_ru.png) bottom right no-repeat;
}

.lu {
	background:url(../lib/roundbox/img/roundedbox_lu.png) bottom left no-repeat;
}

.inhalt {
	margin:0;
	padding:2em;
}
