/* Stylesheet für Bildschirmausgabe - acentra Website */
*
{ 
margin: 0
padding: 0	
}

#wrapper /* umschließt die komplette Seite */
{
	margin: 5px
	padding: 5px
	background-image: url(../bilder/93283_4382.jpg);
}
#kopfbereich /*  */
{
	background-color: Black;
	color: White;
	margin: 5px
	padding: 5px
	line-height: 40px
	border-bottom: 1px 
	border: White;
}

#navibereich /*  */
{
	background-color: Teal;
	color: Aqua;
}

#textbereich /*  */
{
	background-color: White;
	color: Black;
}

#fussbereich /*  */
{
	background-color: Teal;
	color: Aqua;
}