@import url(style.css);
@import url(box.css);

/* Anfang Überlagerung */
div#contentBox {
	background-image:url(../gfx/representations/background.gif);
}
/* Ende Überlagerung */

div.title {
	height:25px;
	line-height:25px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	padding-left:40px;
	background-image:url(../gfx/representations/title_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div.content {
	margin:24px 0px 18px 25px;
}

div.content li {
	float:left;
	margin:0px 21px 9px 0px;
}

div.footer {
	height:6px;
	clear:both;
	font-size:1px;
	background-image:url(../gfx/representations/footer.gif);
	background-position:top left;
	background-repeat:no-repeat;
}