@charset "UTF-8";
/* CSS Document */

* {	
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	color:white;
	line-height: 125%;
	text-decoration:none;
	-webkit-text-size-adjust: 100%;
}

html {
	height: 100%;
}

body {
	font-size:18px;
	height: 100%;
	background-color:#000000;
}

a {
	color:white;
	font-style:normal;
	text-decoration:none;
}

h1 {
	font-weight:700;
	font-size:2em;
}

h1.blindzeile {
	margin-top:60px;
}

h2.blindzeile {
	margin-top:20px;
}

h2 {
	font-weight:700;
	font-size:1em;
	margin-bottom:1em;
}

p {
	margin-left:00% ;
	font-size:1em;
	margin-bottom:1em;
}

table {
	width:100%;
	border-collapse:collapse;
}

table h2, table p {
	margin:8px 0 0 0;
}

table p {
	margin: 0;
}

tr {
	border-bottom:1px rgba(255,255,255,0.2) solid;
}

td {
	padding:8px 0;
}

.leftcolumn {
	width:80px;
}


#wrapper {
	margin: 0px auto;
	background:url(../images/background.jpg) no-repeat center top;
	max-width:960px;
	height:100%;
}

#content {
	margin:50px 50px 100px 320px;
}

.clearfix{
	clear:both;
}

@media (max-width: 960px) {
h1 {
	font-size:1.5em;
}

#content {
	margin:50px 40px 100px 40px;
}
}
