@import url('reset.css');

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	background-color: black;
	background-image: url(images/body-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-moz-background-size: cover;
	background-size: cover;

}

#container {
	background-color: white;
	background: rgba(255, 255, 255, 0.75);
	width: 696px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 42px;
	margin-bottom: 42px;
	padding: 42px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2 {
	clear: both;
}

h1 {
	font-size: 42px;
	margin-bottom: 68px;
	line-height: 42px;
}

h1 a {
	float: left;
	padding: 60px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	width: 436px;
	background: url(images/nein-gelassenheit.png) no-repeat left top;
}

h1 a:hover {
	background-color: transparent;
}

h2 {
	font-size: 20px;
	margin-bottom: 43px;
	padding-top: 42px;
	text-align: center;
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
}

h4 {
	font-size: 16px;
	margin-bottom: 26px;
}

h5 {
	font-size: 14px;
	margin-top: 28px;
}

a {
	background-color: black;
	color: white;
	text-decoration: none;
	padding: 2px 5px;
}

a:hover {
	background-color: #73635F;
}

#ankuendigung {
	background: white;
	padding: 20px;
}

.release {
	width: 696px;
	clear: both;
	margin-bottom: 42px;
	float: left;
}

.release img {
	float: left;
	clear: left;
}

.info {
	background-color: white;
	float: right;
	width: 486px;
	padding: 20px;
}

#footer {
	border-top: 1px solid gray;
	padding-top: 21px;
	clear: both;
}
