/* Allgemein & Global */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url("images/bg_body.jpg") repeat-x #000;
}

/* Textformatierung Content */

#content img {
	margin-bottom: 30px;
}

#content p {
	font: 12px Arial, sans-serif;
	line-height: 20px;
	margin-bottom: 15px;
	color: #eee;
}

#content h1 {
	font: normal 16px Arial, sans-serif;
	margin-bottom: 15px;
	color: #9f0;
}

#content span {
	color: #9f0;
}

#content a {
	font: 12px Arial, sans-serif;
	color: #eee;
}

#content ul {
	font: 12px Arial, sans-serif;
	line-height: 20px;
	list-style-type: square;
	color: #eee;
	margin: 0 0 15px 15px;
}

/* Grundgerüst */

#logo {
	position: relative;
	width: 544px;
	height: 82px;
	margin-top: 60px;
	background: url("images/bg_logo.jpg") no-repeat;
}

#content {
	position: relative;
	width: 443px;
	margin-top: 60px;
	padding-left: 227px;
	background: url("images/bg_content.jpg") no-repeat 60px 0;
}

.release {
	position: relative;
	float: left;
	width: 110px;
	height: 140px;
}

.release a {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100px;
	text-align: center;
	color: #9f0 !important;
}

.release img {
	border: 1px solid #333;
}
