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

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

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

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

.box-content {
	margin:0;
	padding:1em;
}
/* abgerundete Box nach Schiebefenstermethode (800x800) */
.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;
}

/* zusätzliche Boxen */
.messageBox, .acknowledgeBox {
	margin:0 auto 1em auto;
	text-align:left;
	width:40em;
	padding:5px;
	color:#000000;
}
.messageBox .box-content, .acknowledgeBox .box-content {
	padding: 10px;
}
.messageBox ul, .acknowledgeBox ul {
    margin: 0.5em 0 0.5em 0.5em;
    padding: 0 0 0.5em 0.5em;
    line-height: 28px;
}
.messageBox h2 {
	color:#D20000;
	margin:0;
	padding:0;
}
.acknowledgeBox h2 {
	color:#006A00;
	margin:0;
	padding:0;
}
.messageBox .icon {
	padding: 0 0 0 35px;
	margin-top:0;
	background:url("../images/icons/warn.gif") center left no-repeat;
}
.acknowledgeBox .icon {
	padding: 0 0 0 35px;
	margin-top:0;
	background:url("../images/icons/acl.gif") center left no-repeat;
}