div#title-bg-box {
	margin:0 auto;
	padding:0;
    width:742px;
    height:47px;
    line-height:47px;
    background-image: url("../images/bg/title-bg.gif");
    background-position: center center;
    background-repeat: no-repeat;
}
div#title-bg-box h1{
   	margin:0;
	padding:0;
   	text-decoration:none;
}
/* abgerundete Box nach Schiebefenstermethode (800x800) */
.box-ro-800 {
	background:url(../images/rounds/box-800_ro.gif) top right no-repeat;
	max-width:800px;
	max-height:800px;
}

.box-lo-800 {
	background:url(../images/rounds/box-800_lo.gif) top left no-repeat;
}

.box-ru-800 {
	background:url(../images/rounds/box-800_ru.gif) bottom right no-repeat;
}

.box-lu-800 {
	background:url(../images/rounds/box-800_lu.gif) bottom left no-repeat;
}

.box-content {
	margin:0;
	padding:1em;
}
/* 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 10px 15px 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 10px 0 35px;
	margin-top:0;
	background:url("../images/icons/acl.gif") center left no-repeat;
}
div#kurztipps {
    margin:0 auto;
    width:585px;
    text-align:left;
}
div#kurztipps #first {
    width:100%;
    background:url("../images/kurztipps-box-1.gif") bottom center no-repeat;
    height:150px;
}
div#kurztipps #main {
    width:100%;
    background:url("../images/kurztipps-box-2.gif") top center repeat-y;
}
div#kurztipps #last {
    width:100%;
    background:url("../images/kurztipps-box-3.gif") top left repeat-x;
}
div#kurztipps h2 {
	margin-top:0;
	color:#D20000;
}
div#kurztipps p {
	margin:0;
	padding:0 1em 1em 1em;
}
div.blue-box, div.centered-blue-box {
    width:45em;
    border:#4C77B6 solid 1px;
	BACKGROUND-COLOR: #F4F4F4;
}
div.centered-blue-box {
    margin:0 auto;
    text-align:left;
}
