
/* global CSS Stylesheet */


body {
	background-color:#e7e7e7;
}	


#reportage-img {
	position:absolute;
	left:61px;
	top:211px;
	width:106px;
	height:653px;
	background-image:url('../images/reportage.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#reportage-main {
	margin-top:0px;
	padding-top:75px;
	margin-left:187px;
	width:796px;
	color:#323737;
}

#reportage-overview {
	margin-top:0px;
	padding-top:75px;
	margin-left:187px;
	width:648px;
	color:#323737;
}

.reportage-item h1 {
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	color:#323737;
	letter-spacing:0.15em;
	border-top:1px solid #323737;
	border-bottom:1px solid #323737;
	padding:7px 0px;
	margin-top:5px;
	margin-bottom:22px;
}
.reportage-item p.img-bg {
	background-color:#dfdfdf;
	margin-bottom:0px;
}
.reportage-item img.bordered {
	border-right:42px solid #e7e7e7;
}
.reportage-item .copyright {
	position:relative;
	font-size:10px;
	color:#323737;
	letter-spacing:0.18em;
}

.reportage-item .copyright a.continue {
	position:absolute;
	right:0px;
	top:0px;
	color:#323737;
}
#reportage-main .reportage-item .copyright {
	margin-top:0px;
}

.reportage-item .description {
	font-size:10px;
	color:#323737;
	letter-spacing:0.18em;
	margin-bottom:35px;
	width:640px;
}

.reportage-view-image {
	display:block;
	width:27px;
	height:20px;
	background:url("../images/lupe-bright.gif");
	text-decoration:none;
	margin-bottom:0px;
}

#reportage-sidebar-dummy,
#reportage-sidebar {
	position:absolute;
	left:1032px; /* 881 */
	top:263px;
	width:190px;
}

#reportage-sidebar.overview {
	left:881px;
}
#toplink,
#reportage-sidebar a {
	display:block;
	position:relative;
	padding-left:66px;
	margin-bottom:10px;
	
	font-size:11px;
	line-height:18px;
	color:#323737;
	text-decoration:none;
}
#toplink .prefix,
#reportage-sidebar a .prefix {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	width:61px;
	text-align:right;
}

#toplink {
	position:fixed;
	right:20px;
	bottom:20px;
}
