/* Blaue Box mit runden Ecken */
.roundbox {
    margin: 0px;
	//width: 600px; /*Innerhalb dieses Divs immer die Breite der Box angeben */
	background:url(/img/roundbox/or.gif) top right no-repeat;
}
.roundbox .lo {
	background:url(/img/roundbox/ol.gif) top left no-repeat;
}
.roundbox .ru {
	background:url(/img/roundbox/ur.gif) bottom right no-repeat;
}
.roundbox .content-blue {
	background:url(/img/roundbox/ul.gif) bottom left no-repeat;
	margin-left:0;
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	//height:100px; /* Innerhalb dieses Divs immer die Hoehe der Box angeben */
}
.roundbox p {
	margin:0;
	padding:0;
	color:#fff;
}

/* Graue Box mit runden Ecken */
.roundbox-grey {
	margin: 0px;
    //width: 100%; /* Innerhalb dieses Divs immer die Breite der Box angeben */
	background:url(/img/roundbox-grey/or.gif) top right no-repeat;
}
.roundbox-grey .ol {
	background:url(/img/roundbox-grey/ol.gif) top left no-repeat;
}
.roundbox-grey .ur {
	background:url(/img/roundbox-grey/ur.gif) bottom right no-repeat;
	//height: 20px;
}
.roundbox-grey .content {
	margin:0;
	//height:150px; /* Innerhalb dieses Divs immer die Hoehe der Box angeben */
	background:url(/img/roundbox-grey/ul.gif) bottom left no-repeat;
}
.roundbox-grey p {
	margin:0;
	padding:0;
	color:#000;
}


div.roundbox-content {
	padding-left: 10px;
	padding-right: 10px;
}
