body {
	background: #121210;
	font-family:Verdana, Geneva, sans-serif;
}



a {
	color: #c0c0bf;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 0.9em;
}

h1{
	padding-top:15px;
	font-size: 1.7em;	
}

input, textarea{
	background-color:#000;
	color:#FFF;
	padding: 2 3 3 5;
	margin-bottom: 5px;
	border: thin solid #36302e;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	width: 155px;
}

input{
	height: 18px;
}

textarea{
		margin: 0px;
	height: 41px;
	width: 235px;
}

.formButton{
	border: none;
	width:auto;
	background:none;
}

h2{
	padding-top:15px;
	font-size: 1.3em;
	margin-bottom:0px;

}

a:hover{
	color:#FFF
}

.active{
	color:#FFF
}

.container{
	width: 848px;	
}

.nav{
	height: 142px;
	border-bottom: 1px solid #7e7e7e;
	background: url(../images/logo.png) no-repeat bottom left;
}
.navigation {
	text-align: right;
	padding-top: 120px;
}
	.navigation a {
		color: #eee;
		text-decoration: none;
	}
	.navigation a.large {
		color: #eef;
		font: bold 100% Arial;
	}

	.sub {
		text-align: left;
		background: #000;
		height: 435px;
		padding: 0px;
		position: absolute;
		color: #fff;
		opacity: 0.8;
	}

.content {
	height: 366px;
	border-bottom: 1px solid #7e7e7e;
	margin-bottom: 82px;
}

.footer {
	border-top: 1px solid #383838;
	margin-top: 15px;
}
.footer a{
	color: #383838;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}

#presse{
    margin-top: 15px;
}

#presse_left{
    float: left;
    width: 370px;
    margin-right:15px;
}

#presse_right{
        float: left;
}

.presseArtikel{
    width: 350px;
    clear: both;
    margin-bottom: 65px;
}

.presseBild{
    float: left;
    margin-right: 10px;
}

.presseHeader{
    font-size: 15px;
}

.presseSubHeader{
    margin-top: 10px;
    margin-bottom: 10px;
}
