@import url(style.css);
@import url(box.css);

/* Anfang Überlagerung */
div#contentBox {
	background-image:url(../gfx/imprint/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/imprint/title_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div.leftBox {
	width:395px;
	float:left;
}

div.rightBox {
	width:315px;
	float:left;
}

div.leftBox div.content {
	margin:35px 0px 50px 25px;
}

div.rightBox div.content {
	margin:35px 0px 50px 36px;
}

div.footer {
	height:6px;
	clear:both;
	font-size:1px;
	background-image:url(../gfx/imprint/footer.gif);
	background-position:top left;
	background-repeat:no-repeat;
}