html
{
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
}

body
{
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin:0;
    padding:0;
    height:100%;
    z-index:-50;
}

.site
{
	position:absolute;
	top:0;
    bottom:0;
    left:0;
    right:0;
	/*background-color: #000000;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;*/
	/*opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    width=100%;
    height=100%;
    min-height: 100%;
    z-index:0;
}

#footerfront
{
	position:absolute;
	bottom:15px;
	width:100%;
	height:20px;
	margin-left: auto;
    margin-right: auto;
    margin-top:30px;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
    text-align:center;
    color:#ffffff;
    vertical-align: middle;
    z-index:0;
}

#footer
{
	position:relative;
	bottom:15px;
	width:100%;
	height:20px;
	margin-left: auto;
    	margin-right: auto;
    	margin-top:30px;
    	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
    	text-align:center;
    	color:#ffffff;
    	vertical-align: middle;
    	z-index:0;
}

#wrapper
{
	/*background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;*/
	position:absolute;
	top: 200px;
	width:100%;
	height:auto;
	left:0;
	right:0;
	z-index:7;
}

#content
{
	position:relative;
	background-color: rgba(0,0,0,0.99);
	background-repeat: no-repeat;
	background-position:bottom;
	color:#ffffff;
	z-index:-2;
	left: 0px;
	right: 0px;
	width:900px;
	height:auto;
	margin-left: auto;
    	margin-right: auto;
    	padding: 0px;
	box-shadow: 0px 0px 60px #000000;
	vertical-align: middle;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
    	border-width: 1px;
    	border-color:#444444;
}

#contentalpha
{
	position:relative;
	background-color: rgba(0,0,0,0.85);
	background-repeat: no-repeat;
	background-position:bottom;
	color:#ffffff;
	z-index:-2;
	left: 0px;
	right: 0px;
	width:900px;
	height:auto;
	margin-left: auto;
    	margin-right: auto;
    	padding: 0px;
	box-shadow: 0px 0px 60px #000000;
	vertical-align: middle;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
    	border-width: 1px;
    	border-color:#444444;
}

.backgroundimage
{
	position:relative;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100%;
	color:#ffffff;
	width:99%;
	height:auto;
	vertical-align: middle;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contenttransparent
{
	position:relative;
	color:#ffffff;
	z-index:-2;
	left: 0px;
	right: 0px;
	width:900px;
	height:auto;
	margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#indexcontentbox
{
	position:relative;
	background-color: rgba(0,0,0,0.80);
	background-repeat: no-repeat;
	background-position:bottom;
	color:#ffffff;
	z-index:-2;
	left: 0px;
	right: 0px;
	width:900px;
	height:auto;
	margin-left: auto;
    	margin-right: auto;
    	padding: 0px;
	box-shadow: 0px 0px 60px #000000;
	vertical-align: middle;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
    	border-width: 1px;
    	border-color:#444444;
}

#contentfrontpage
{
	position:absolute;
	top:890px;
	color:#ffffff;
	z-index:8;
	left: 0px;
	right: 0px;
	width:100%;
	height:auto;
	margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#frontpagecontentbox
{
	position:relative;
	background-color: rgba(0,0,0,1.0);
	background-repeat: no-repeat;
	background-position:bottom;
	color:#ffffff;
	z-index:2;
	left: 0px;
	right: 0px;
	width:900px;
	height:auto;
	margin-left: auto;
    	margin-right: auto;
    	padding: 0px;
	box-shadow: 0px 0px 60px #000000;
	vertical-align: middle;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
    	border-width: 1px;
    	border-color:#444444;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 140%;
}

#frontpagetransparent
{
	position:relative;
	z-index:3;
	top:-150px;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	text-align: justify;
	line-height: 140%;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
}

#contenttoplink
{
	position:absolute;
	width:880px;
	height:auto;
	left: 0px;
	right: 0px;
	padding:10px;
	top:-36px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 140%;
	color:#ffffff;
	z-index:1;
	text-align: right;

}


#contenttext
{
	position:relative;
	width:880px;
	height:auto;
	left: 0px;
	right: 0px;
	padding:10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 140%;
	z-index:1;
}


#navbar
{
	position:fixed;
	background: #000000; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #000000 0%, #303030 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#303030)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #000000 0%,#303030 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #000000 0%,#303030 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #000000 0%,#303030 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  #000000 0%,#303030 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
	z-index:1;
	display:inline-block;
	overflow: hidden;
	top:0;
	left:0;
	width:100%;
	height:40px;
	margin-left: auto;
    margin-right: auto;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
	box-shadow: 0px 15px 20px #000000;
	text-align: center;
	border-style: solid;
	border-width: 1px;
    border-color:#444444;
}

.navbaritem
{
	position:relative;
	display:inline-block;
	color:#ffffff;
	width:150px;
	height:30px;
	padding-top:8px;
	margin-top: 2px;
	z-index: 1;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.navbaritem:hover
{
	/*background-color:#eeeeee;*/
	color:#ffff00;
}


#boptitle
{
	letter-spacing: 10px;
	position:absolute;
	top:100px;
	left:0;
	width:100%;
	height:40px;
	color:#ffffff;
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Codystar', cursive;
	font-size: 25px;
	text-align: center;
	vertical-align: middle;
	z-index:-8;
	opacity: 0.99;
    filter: alpha(opacity=99); /* For IE8 and earlier */
}

#boptitlebig
{
	letter-spacing: 5px;
	position:absolute;
	top:150px;
	left:0;
	width:100%;
	height:40px;
	color:#ffffff;
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	text-align: center;
	vertical-align: middle;
	z-index:30;
	opacity: 1;
    filter: alpha(opacity=99); /* For IE8 and earlier */
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
}

#splash
{
	position:absolute;
	background-repeat: no-repeat;
	background-position: center;
	/*background-size:40%;
    left:25%;
	top:50px;
	width:856px;
	height:856px;*/
	background-size:100%;
    left:50%;
	margin-left:-363px;
	top:700px;
	width:727px;
	height:306px;
	z-index: 6;
}

#splash_uhr_ziffernblatt
{
	position:absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
	left:50%;
	margin-left:-428px;
	top:80px;
	width:856px;
	height:856px;
	z-index: 1;
	animation: spin1  30s linear infinite;
}

@keyframes spin1
{
from   {transform: rotateZ(0deg);}
to {transform: rotateZ(360deg); }
}

#splash_uhr_text
{
	position:absolute;
	background-repeat: no-repeat;
	background-position: center;
	/*background-size:40%;
	width:100%;
	height:100%;*/
	background-size:100%;
	left:50%;
	margin-left:-428px;
	top:80px;
	width:856px;
	height:856px;
	z-index: 2;
}

#splash_uhr_ring
{
	position:absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
	left:50%;
	margin-left:-428px;
	top:80px;
	width:856px;
	height:856px;
	z-index: 3;
	animation: spin2 20s linear infinite;
}

@keyframes spin2
{
from   {transform: rotateZ(0deg);}
to {transform: rotateZ(-360deg); }
}

#splash_uhr_minuten
{
	position:absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
	left:50%;
	margin-left:-428px;
	top:80px;
	width:856px;
	height:856px;
	z-index: 4;
	animation: spin3 20s linear infinite;
}

@keyframes spin3
{
from   {transform: rotateZ(0deg);}
to {transform: rotateZ(360deg); }
}

#splash_uhr_stunden
{
	position:absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
	left:50%;
	margin-left:-428px;
	top:80px;
	width:856px;
	height:856px;
	z-index: 5;
	animation: spin4 120s linear infinite;
}

@keyframes spin4
{
from   {transform: rotateZ(0deg);}
to {transform: rotateZ(-360deg); }
}

.poster
{
	display:inline-block;
	margin:1px;
	padding:0px;
	width:6%;
	min-width:16px;
	height:90px;
  min-height=121px;
  overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
	opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
  z-index:20;
  -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#ffffff;
	font-size: 16px;
	font-weight:bold;
}

.poster:hover
{
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.wastable
{
	height:180px;
	background-size: 100%;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#video_player
{
	display: table;
	line-height: 0;
	font-size: 0;
}

#video_player video, #video_player figcaption
{
	display: table-row;
	vertical-align: top;
}

#video_player figcaption
{
	width: 25%;
}

#video_player figcaption a
{
	display: inline-block;
	opacity: .5;
	transition: 1s opacity;
}

#video_player figcaption a img, figure video
{
	width: 100%;
	height: auto;
}

#video_player figcaption a:hover
{
	opacity: 1;
}

#playlist,audio
{
	width:400px;
	padding:20px;
}

.active a
{
	color:#5DB0E6;
	text-decoration:none;
}

li a
{
	color:#eeeedd;
	background:#333;
	padding:5px;
	display:block;
}

li a:hover
{
	text-decoration:none;
}

#playlist,audio
{
	background:#666;
	width:400px;
	padding:20px;
}

.active a
{
	color:#5DB0E6;
	text-decoration:none;
}
