#main_content {
	width: 704px;
	padding-left: 30px;
}

.breadcrumb {
	margin-bottom: 30px;
}

dt {
	margin-bottom: 5px;
	font-size: 14px;
	color: #4C4C4C;
}

dd {
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

dl ul {
	padding: 0px;
	list-style: none;
}

dl li {
	margin-bottom: 5px;
}

ol {
	margin-right: 100px;
	padding: 0px;
	list-style-type: none;
}

ol li {
	margin-bottom: 20px;
}

ol li h4 {
	margin-bottom: 5px;
	font-weight: normal;
}

/* Contest-Seite */

.dcontest .wrapper {
	margin-right: 30px;
}

.dcontest .pokal {
	float:right;
	margin: 0 -10px 0 16px;
}

.dcontest .mitmachen {
	float:right;
	position: relative;
	left: -75px;
	top: 15px;
	width:142px; 
	height: 100px;
	background: url(/images/global/contest/Stoerer.png);
}

* html .dcontest .mitmachen {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/global/contest/Stoerer.png", sizingMethod="crop");
}

.dcontest .themen {
	display: block;
	margin-bottom: 10px;
}

.dcontest .preise_img {
	float: right;
}

.dcontest dl {
	padding-bottom: 30px;
	overflow: hidden;
}

.dcontest dt {
	font-size: 12px;
	clear: left;
	float: left;
	width: 120px;
}

.dcontest dd {
	float: left;
	margin: 0;
}

.dcontest p {
	clear: left;
}

.dcontest .mitmachen_btn {
	float: right;
	position: relative;
	top: -5px;
}

.dcontest a {
	text-decoration: underline;
}

/* Footer */

#footer.left {
	background-image: url(/images/home/footer/left.png);
}

#footer .right {
	background-image: url(/images/home/footer/right.png);
}

#footer .middle {
	background-image: url(/images/home/footer/background.png);
}

/* IMPORTER - LANDINGPAGE STYLING */

.implanding {
	background: url('/images/global/importer_landing_bg.png') no-repeat;
	height: 415px;
	padding-bottom: 20px;
}

.implanding .impcontent {
	margin-left: 600px;
	padding-top: 20px;
	padding-right: 20px;
}

.implanding .impcontent img.headline {
	padding-bottom: 20px;
}

.implanding .implinks {
	text-align: right;
	padding-right: 20px;
}

.implanding .implinks a.homepage {
	text-decoration: underline;
}

