@font-face {
    font-family: 'ForgottenFuturistRegular';
    src: url(../ff_fonts/forgotte-webfont.eot);
    src: url(../ff_fonts/forgotte-webfont.eot?#iefix) format('embedded-opentype'),
         url(../ff_fonts/forgotte-webfont.woff) format('woff'),
         url(../ff_fonts/forgotte-webfont.ttf) format('truetype'),
         url(../ff_fonts/forgotte-webfont.svg#ForgottenFuturistRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}
#qLpercentage {
	font-family: 'ForgottenFuturistRegular', Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ff {
    font-family: 'ForgottenFuturistRegular';
}

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
}
body {
	background: #FFF;
}
a {
	outline:none;
	text-decoration:none;
	color:#000;
	font-weight:normal;
}
a:hover {
	color:#666;
}
p {
	font-size:20px;
}
h1 {
	font-size:38px;
	font-weight:normal;
}
#container {
	position:relative;
	padding: 30px 0px 0px 50px;
}
#nav {
	position:relative;
	margin-top:15px;
}
#nav ul li {
	display:inline;
	margin-right:30px;
	font-size:24px;
}
#content {
	position:relative;
	margin-top:20px;
}
#welcomephoto {
	margin-right:20px;
	margin-bottom:20px;
}
#welcomephoto img {
	height: 500px;
}
#references {
	width:500px;
}
#contact {
	float:left;
	margin-right:40px;
}
#contact span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#imprint {
	max-width:750px;
	width:100%;
}
#imprint span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#imprint p{
	font-size:16px;
}
#makeMeScrollable {
width:96%;
height: 500px;
position: relative;
}
#makeMeScrollable div.scrollableArea img {
position: relative;
float: left;
display:block;
margin: 0;
padding-right: 2px;
height:502px;
}
#preload img {
height: 0; width: 0; border: none;
position: absolute;
bottom: 0;
left: 0;
z-index: -30;
}
.button,
.button:visited	{
	background:#000;
	display:inline-block;
	padding:5px 10px 6px;
	color:#fff;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	border-bottom:1px solid rgba(0,0,0,0.25);
	position:relative;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	line-height:1;
	border:0;
}
.button:hover {
	background-color:#666;
	text-decoration:none;
}
.button:active {
	top:1px;
}
p.error {
 margin-left:100px;
}
#contact_form ul {
	float:left;
}
#contact_form ul li {
	margin:9px 0;
	list-style:none;
	position:relative;
	clear:both;
}
#contact_form label {
	line-height:35px;
	width:70px;
	text-align:right;
	float:left;
	margin-right:10px;
	font-size:14px;
}
#contact_form input#name,
#contact_form input#email,
#contact_form input#subject,
#contact_form textarea {
	float:left;
	padding:8px;
	border:1px solid #E2E2E2;
	margin-left:10px;
	background: #F7F7F7;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#contact_form input#name,
#contact_form input#email,
#contact_form input#subject {
	width:220px;
}
#contact_form textarea {
	width:265px;
	height:150px;
	resize:none;
}
#button {
	position:relative;
	margin-left:314px;
}
.error,
.success {
	display:none;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}
* html .clearfix {
	height:1%;
}
