* {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	text-align: center;
	background: #5e0000 url('gardient.png') repeat-x top left;
	font-family: 'Courier New', Courier, sans-serif;
	font-size: 13px;
}

header {
	width:100%;
	float:left;
	margin-bottom:50px;
}

h1 {
	color: #ffffff;
	font-family: 'Raleway', serif;
	font-size: 50px;
	font-weight: normal;
	margin: 40px 0 30px 0;
}

h1 a {
	color: #ffffff;
}

hr {
	margin-bottom: 20px;
	border-top: 1px solid #7e3737;
	float: left;
	width: 100%;
}

hr.prepress {
	margin-bottom: 350px;
}

span {
	margin-left: 8px;
	margin-right: 8px;
}

i {
	font-weight: bold;
	color: #000;
	margin-bottom: 13px;
}

.gradient {
	filter: none;
}

p {
	margin-bottom: 30px;
}

p a {
	color:#5cbbe8;
}

.pressvoices > p {
	color: #333;
}

p.contact {
	font-family: "Josefin Sans", Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
	line-height: 1.5;
}

p.contact > span {
	margin-left: 10px;
	margin-right: 10px;
}


/* -- new -- */

#wrapper {
	width: 960px;
	left: 50%;
	margin-left: -480px;
	float: left;
	position: relative;
	margin-top: 20px;
}

.plakat {
	float: left;
	display: block;
	width:300px;
}

.plakat img {
	border: 0px;
	height: auto;
	width: 300px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
	float: left;
	margin-bottom: 30px;
}

.plakat:nth-child(2n) {
	margin-left: 30px;
}

.plakate {
	float:right;
	width:630px;
}

.textblock {
	width:300px;
	float:left;
}

.textblock p {
	float:left;
	width:100%;
	color:#fff;
	text-align:left;
	font-family: "Josefin Sans", Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	text-align: justify;
}

.backtooverview {
	width:100%;
	margin-bottom:30px;
	float:left;
	color:#5cbbe8;
	font-family: "Josefin Sans", Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	text-decoration: none;
}

.backtooverview:hover {
	text-decoration: underline;
}