/*Spezielle Angaben*/

#pc {
	position: relative;
	width: 960px;
	height: 30px;
	margin: 0px 0px 20px 0px;
	background-image: url(pc.jpg);
	background-repeat: no-repeat;
}

#amiga {
	position: relative;
	width: 960px;
	height: 30px;
	margin: 30px 0px 20px 0px;
	background-image: url(amiga.jpg);
	background-repeat: no-repeat;
}

div.downloads_container {
	position: relative;
	margin: 0px 120px 20px;
}

div.corner_lb {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 200px;
	bottom: 0px;
	background-image: url(corner_lb.png);
	background-repeat: no-repeat;
}

a.downloads_name {
	position: absolute;
	display: inline;
	font-size: 13px;
	font-weight: bold;
	color: #632303;
}

p.downloads_info {
	position: relative;
	left: 200px;
	width: 470px;
	padding: 6px 20px 12px;
	color: #030303;
	background: #F7F7F7;
}