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


div#mainContent div.headline {
	background-image:url(../gfx/vorgehensweise/header.jpg);
}

div#mainContent div.top div.content {
	background-image:url(../gfx/vorgehensweise/contentIcon_top.jpg);
	background-position:15px 10px;
	background-repeat:no-repeat;
}

div#mainContent div.top div.bottomNavi {
	height:23px;
}

div#mainContent div.top div.bottomNavi img {
	float:left;
}

div#mainContent div.top div.bottomNavi a.next img {
	margin-left:23px;
}

div#mainContent div.bottom div.content {
	background-image:url(../gfx/vorgehensweise/contentIcon_bottom.jpg);
	background-position:25px 25px;
	background-repeat:no-repeat;
}

div#mainContent div.bottom div.content img {
	float:left;
	margin-right:3px;
}

div#mainContent div.bottom div.content img.request {
	margin-left:108px;
}