@import url(style.css);
@import url(box.css);

/* Anfang Überlagerung */
div.content {
	padding-top:60px;
}
/* Ende Überlagerung */

div.top {
	height:199px;
	background-color:#F4F8FC;
	background-image:url(../gfx/home/top_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border-top:1px solid #BEBFC0;
	border-bottom:1px solid #BEBFC0;
}

div.content div.left {
	width:520px;
	color:#747373;
	float:left;
}

div.content div.right {
	width:130px;
	float:left;
	margin:25px 0px 0px 50px;
}

div.right li {
	height:19px;
	line-height:19px;
	padding-left:3px;
	margin-bottom:3px;
	vertical-align:middle;
	list-style-image:url(../gfx/home/arrow.jpg);
}
