/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2012 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Typodermic Fonts Inc.
 * License URL: http://www.fontspring.com/fflicense/typodermic
 *
 *
 */
a {color:#fff;}
@font-face {
	font-family: 'ZektonRgRegular';
	src: url('../webfonts/zekton_rg-webfont.eot');
	src: url('../webfonts/zekton_rg-webfont.eot?#iefix') format('embedded-opentype'),  url('../webfonts/zekton_rg-webfont.woff') format('woff'),  url('../webfonts/zekton_rg-webfont.ttf') format('truetype'),  url('../webfonts/zekton_rg-webfont.svg#ZektonRgRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LaneNarrow';
	src: url('../webfonts/lane-narrow_regular_macroman/LANENAR_-webfont.eot');
	src: url('../webfonts/lane-narrow_regular_macroman/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'),  url('../webfonts/lane-narrow_regular_macroman/LANENAR_-webfont.woff') format('woff'),  url('../webfonts/lane-narrow_regular_macroman/LANENAR_-webfont.ttf') format('truetype'),  url('../webfonts/lane-narrow_regular_macroman/LANENAR_-webfont.svg#LaneNarrow') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* braucht keine Erklärung */
body, html {
	font-family: 'LaneNarrow',Arial, Helvetica, sans-serif;
	font-size: 20px;

	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
	color: #fff;
	width: 100%
}
img {
	border: 0px;
}
#fotb {
	bottom: 15px;
	left: 20px;
	position: absolute;
	width: 30%;
}
#logo {
	float: right;
	position: relative;
	z-index: 98;
	width: 30%;
	top:0px;
}
nav {
	width: 600px;
	height: 50px;
	background: none;
	margin: 70px 0px 0px 50px;
	position: absolute;
	opacity: 0.8;       /* modern browser */
	-moz-opacity: 0.8;  /* older Mozilla browser */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 in Standard Compliant Mode */
	filter: alpha(opacity=80); /* IE5.x -7.0 */
}
nav ul {
	list-style-type: none;
}
nav ul li {
	display: inline-block;
	margin: 0px 10px 0px 0px;
}
nav ul li a {
	font-family: 'ZektonRgRegular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 8px 30px 8px 30px;
	text-decoration: none;
	color: #F3f;
	background: #000;
	position: relative;
	z-index: 900
}
nav ul li a:hover {
	color: #000;
	background:#fff;
}
nav ul li:hover {
	-moz-box-shadow: 0px 0px 30px 20px #F3c;
	-webkit-box-shadow: 0px 0px 30px 20px #F3c;
	box-shadow: 0px 0px 30px 20px ##F3c;
}
.active {
	color: #000;
	-moz-box-shadow: 0px 0px 25px 10px #F3c;
	-webkit-box-shadow: 0px 0px 25px 10px #F3c;
	box-shadow: 0px 0px 25px 10px #F3C;
	position: relative;
	z-index: 1001;
	background:#fff;
}
header {
	width: 1024px;
	height: 110px;
	
	background: transparent;
	margin: 0 auto;
}
#x {
	height: 99.5%;
	text-align: center;
	display:none;
}
#manker{visibility:none;}
section {
	left: 0px;
	right: 0px;
	
	background: url(../../stuff/images/bg_content.png);
	padding: 40px 0px 20px 0px;
	position: relative;
	z-index: 80;
}
#content {
	width: 920px;
	margin: 0 auto;
	padding: 0px 0px 50px 0px;
	line-height:1.5em;
}
.logos{display:inline;}
h1 {
	font-family: 'ZektonRgRegular', Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	line-height: 1.2em;
}
footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 5px 0px;
	z-index: 999;
}
#bottom_right{float:right; padding:0px 20px 10px 0px; }
#bottom_right img{padding:0px; margin:0px; }
#wrapper {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: none;
	min-width: 1024px;
}
.inline{display:inline; vertical-align:bottom;}
.blacklink{padding: 2px 20px 5px 20px; background:#000; color:#fff; margin:0px 10px 0px 0px; }
.blacklink a {font-family:Helvetica, Arial, sans-serif; }
#bottom_right a{color:#fff; font-size:12px; text-decoration:none; }

/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
}
img {
	border: none;
}
#supersized {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
	min-width: 1024px;
}
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
}
#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}	/*Speed*/
#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}			/*Quality*/
#supersized li {
	display: block;
	list-style: none;
	z-index: -30;
	
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
}
#supersized a {
	width: 100%;
	height: 100%;
	display: block;
}
#supersized li.prevslide {
	position: fixed;
	z-index: 10;
}
#supersized li.activeslide {
	position: fixed;
	z-index: 20;
}
#supersized li.image-loading {
	position: fixed;
	background: #111 url(../img/progress.gif) no-repeat center center;
	width: 100%;
	height: 100%;
}
#supersized li.image-loading img {
	visibility: hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display: inline;
}
#slidecaption {
	z-index: 1005;
	position: absolute;
	font-size: 12px;
	left: 0px;
	bottom: -19px;
	color: #000;
	letter-spacing: 0.1em;
}
