@import url(style.css);
@import url(box.css);

/* Anfang Überlagerung */
div#contentBox {
	background-image:url(../gfx/home/background.gif);
}
/* Ende Überlagerung */

div.leftBox {
	width:537px;
	float:left;
}

div.rightBox {
	width:271px;
	margin-left:5px;
	float:left;
}

div.leftBox div.title {
	height:25px;
	line-height:25px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	padding-left:40px;
	background-image:url(../gfx/home/titleLeft_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div.rightBox div.title {
	height:25px;
	line-height:25px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	padding-left:40px;
	background-image:url(../gfx/home/titleRight_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div.leftBox div.content {
	width:531px;
	margin-left:1px;
}

div.rightBox div.content {
	width:221px;
	margin-left:1px;
	padding:22px 22px 0px 22px;
}

div.rightBox div.content a {
	text-decoration:underline;
}

div.topBox {
	height:163px;
	border-bottom:1px solid #000000;
	background-image:url(../gfx/home/parts.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:100px 0px 0px 300px;
}

div.bottomBox {
	height:166px;
	padding-top:15px;
	background-color:#92B9EC;
}

div.bottomBox li {
	float:left;
	padding:0px 3px 0px 12px;
}

div.footer {
	height:6px;
	clear:both;
	font-size:1px;
	background-image:url(../gfx/home/footer.gif);
	background-position:top left;
	background-repeat:no-repeat;
}