
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:21px;
}


div, ul, li, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
}

a {
	border: 0;
	text-decoration:underline;
	color:#ec6504;
}
#bg {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -1;
	display: nonexx;
}
#bg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
#container {
	position:relative;
	width: 973px;
	height: 646px;
	z-index: 0;
	display: block;
	
}
#container_inner {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width: 968px;
	height: 646px;
	z-index: 0;
	display: block;
	
}
#logo {
	position: absolute;
	width: 973px;
	height: 170px;
	display: block;
	background-color:#fff;
}
#logo img {
	margin: 28px 0 0 250px;
}
#content {
	position: absolute;
	width: 973px;
	height: 336px;
	top: 174px;
	display: block;
	background-color:#fff;
}
#content p{
	margin:0px;
}
#content p, #content h4{
		margin:0px;
	padding:0;
	padding-left:32px;
}
#content h4{
	font-size:18px;
}
#footer {
	position: absolute;
	width: 973px;
	height: 128px;
	top: 514px;
	display: block;
	background-color:#fff;
}
#footer h3{
	font-size:15px;
	line-height:21px;
}

.orange {
	color:#ec6504;
	}
	
.kontakt {
	display: block;
	font-size: 13px;
	margin-bottom: 4px;
	letter-spacing: 1px;
}
.legal {
	color:#878786;
	font-size:9px;}
.autor {
	font-size:12px;
	padding-left:20px;}
.zitat {
	font-size:25px;}
.sero {
	font-family:'SeroOTMedium', sans-serif}
