@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:bold;
}
p { margin:10px 0; }

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Arial, sans-serif;
	background: transparent;
	font-weight: 400;
	font-size: 14pt;
	color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size:16px;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover { color:#F2AD22; }

.container{
	position: relative;
	text-align: center;
	min-height:100%;
	margin-top:0;
	padding-bottom:70px;
}
.container > div.topline { position:fixed; top:0; }

.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
	width:800px;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
h2 { font-size:1.4em; }
nav ul li { display:block; float:left; }

.topline{
	font-family: Arial, sans-serif;
	line-height: 2em;
	font-size: 1em;
	width: 100%;
	background: #fff;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.topline a{
	background-color: #444;
	border-left: 2px solid rgba(255,255,255,0.4);
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	float: left;
}
.topline a:hover { 	color: #000; background-color: #F2AD22; }
.topline a.active, #topmenu li.active a, #bottommenu li.active a, #mainmenu li.active a { color: #000; background-color: #92B824 }

.topline span.right{
	float: right;
}

header .topline { width:120%; background-color:rgb(0,0,0); }
header nav a { font-size:2em; }

section { width:800px; margin:0 0 30px 30px; padding:25px; background-color:rgba(0,0,0,0.5); text-align:left;  }

article { margin:2em 0; padding:1em; border-top:3px solid #ccc; }
article .date { font-size:80%; color:#ccc; }
article ul li { list-style-type:disc; list-style-position:outside; margin:1em 2em; }

aside { float:right; }

table.imprint tr td { vertical-align: top; padding: 0.75em; }

footer { position:fixed; bottom:0; width:100%; background: rgba(255,255,255,0.5); text-transform: uppercase; height:70px; padding:10px 30px; }
footer .topline { line-height: 2em; font-size: 1em; margin:0 30px; }
footer .topline a { float:none; }
footer .topline nav a { float:left; }
footer nav { text-align: center; display:block; }
footer address { text-align: center; font-weight:bold; color:#333;  }
footer .bottomline { text-align: center; line-height: 1.25em; font-size: 0.6em; color:#333; }
footer .bottomline a, footer address a { display:inline; color:#333; }
footer .bottomline a:hover, footer address a:hover { color:#F2AD22; }

div.nocontrols {display:none;}
.control-group label[for="terms"] { font-size:66%; margin-left:-230px; }
.control-group input[name="dsterms"] { margin:0.5em 1em 1em 2.5em; float:left; }
p.legal { font-size:80%; padding:1.5em; }

table.imprint tr { line-height:1.6em; border-bottom:1px solid #eee; }

/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
		width:380px;
	}
}