/* CSS Document */

#layout_untermenue {
	background-image: url(img/downloads_bg.jpg);
}

.downloads {
	position: relative;
	width: 630px;
	float: left;
	left: 45px;
	margin: 20px 0px 0px 0px;
}

.download_text p {
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

.download_text a {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	text-decoration: none;
	color: #000;
}

.download_text a:hover {
	color: #fff;
	background-color: #EC8624;
}
