﻿body {
	background-color: #ffffff;
	height: 100%;
}
html {
	height: 100%;
}
img {
	border: 0px;
}
* {
	margin: 0;
	padding: 0;
}
a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: 800;
	color: #B3CC1A;
	text-decoration: none;
}
a:visited {
	text-transform: uppercase;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: 800;
	color: #B3CC1A;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: 800;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: 800;
	color: #B3CC1A;
	text-decoration: none;
}
/*---HINTERGRUND DER SEITE--------*/
#vplayer {
	position: fixed;
	left: 0;
	top: 0;
	padding: 0;
	z-index: 1;
}
#div_pattern {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url('../images/default/pattern.png');
	filter: Alpha(opacity=40);
	opacity: 0.4;
	moz-opacity: 0.4;
	z-index: 100;
}
/*---Hier ist alles, was mit dem linken Bereich der Seite zu tun hat. Inklusive der Navigation----------------------*/
#left_outer {
	float: left;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100%;
	z-index: 5000;
}
#left_inner {
	position: fixed;
	bottom:80px;
	width: 260px;
	line-height: 1.2em;
	font-family: Arial, Helvetica, Sans-Serif;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	z-index: 6000;
}
#logo {
	margin-top: 30px;
	margin-bottom: 70px;
}
.menu {
	float: left;
	margin-right: 10px;
	margin-bottom: 9px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	background-color: #ffffff;
	border-right: 4px solid #B3CC1A;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: 400;
	color: #4d4d4d;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	z-index: 6000;
}
#bvfk {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 6000;
}
.linknavi a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: 800;
	color: #222222;
	text-decoration: none;
	text-transform: uppercase;
}
.linknavi a:visited {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: 800;
	color: #222222;
	text-decoration: none;
	text-transform: uppercase;
}
.linknavi a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: 800;
	color: #B3CC1A;
	text-decoration: none;
	text-transform: uppercase;
}
.linknavi a:active {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: 800;
	color: #222222;
	text-decoration: none;
	text-transform: uppercase;
}
#created {
	position: fixed;
	left: 53px;
	bottom: 15px;
	z-index: 5000;
}
.linkcreated a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
}
.linkcreated a:visited {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
}
.linkcreated a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: 400;
	color: #B3CC1A;
	text-decoration: none;
	text-transform: uppercase;
}
.linkcreated a:active {
	font-size: 11px;
	font-weight: 400;
	color: #ffffff;
	color: #222222;
	text-decoration: none;
}
/*-----------------------------------------------------------------------------------------------CONTENT----------------------*/
#content_outer {
	position: fixed;
	right: 20px;
	top: 0px;
	float: right;
	width: 400px;
	background-color: #ffffff;
	z-index: 5000;
	height: 100%;
}
#content_inner {
	position: absolute;
	right: 20px;
	top: 0px;
	float: right;
	width: 380px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	margin-top: 50px;
	text-align: left;
	z-index: 6000;
}
#content {
	margin-left: 18px;
	margin-right: 30px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
/*---FONTS--------*/
#h1_outer {
	width: 100%;
	background-color: #B3CC1A;
}
#h1 {
	float: left;
	margin-left: 8px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #333333;
	line-height: 1.2em;
	font-family: Arial, Helvetica, Sans-Serif;
	letter-spacing: -1px;
	font-size: 28px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
}
.h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
.h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: 800;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
/*-----------------------------------------------------------------------------------------------OTHERS----------------------*/
.floatstop {
	clear: both;
}
.line {
	width: 100%;
	height: 2px;
	background-image: url('../images/default/stripe.png');
	margin-top: 30px;
	margin-bottom: 30px;
}
.image {
	background-image: url('../images/default/stripe_grey.png');
	padding: 2px;
}
#teaser_index {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 6000;
}
/*-----------------------------------------------------------------------------------------------FANCYBOX----------------------*/
