html {
	background: url(weltfreiheit1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html, body {
	font-family: frutiger, helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
  	min-height: 100%;
	overflow: hidden;
}

#container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 25;
	text-align: left;
}

#header {
	position: fixed;
	padding: 0;
	margin-top: -100px;
	z-index: 3;
}

#submenue-left {
	float: left;
	margin-top: 0px;
	width: 170px;
	padding: 14px;
	text-align: right;
	border-left: 1px;
}

#main-left {
	float: left;
	margin-top: 10px;
	padding: 14px;
	width: 100%;
	height: 80%;
}

#footer {
	clear: both;
	margin-right: 30px;
	margin-top: 30px;
	padding: 5px 5px 5px;
	border-top: 0;
	text-align: right;

}

a {
	color: #ffffff;
	font-size: 12px;
}

p {
	font-size: 12px;
	line-height: 16px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
}
