/* CSS Document */

/* hier beginnt das für die Box relevante CSS  */

div {
	margin:0;
}


.ro {
	background:url(http://www.nachbarschaftsstreit.de/gif/roundedbox_ro.gif) top right no-repeat;
}

.lo {
	background:url(http://www.nachbarschaftsstreit.de/gif/roundedbox_lo.gif) top left no-repeat;
}

.ru {
	background:url(http://www.nachbarschaftsstreit.de/gif/roundedbox_ru.gif) bottom right no-repeat;
}

.lu {
	background:url(http://www.nachbarschaftsstreit.de/gif/roundedbox_lu.gif) bottom left no-repeat;
}

.inhaltbox {
	margin:0;
	padding:2.5em 2.5em 3.5em 2.5em;
}

.inhaltbox p {
	margin:0;
	padding:0;
}
