/* Basis Layout */

html {
	height: 100%;
	width: 100%;
	z-index: 0;
	background-color: #000;
}

body {
	background-color: #000;
	min-height: 600px;
	min-width: 980px;
	color: white;
	z-index: 2;
}

h1, h2, h3, h4, h5, h6 {
	color:white;
	text-transform: uppercase;
}

p {

}

a:link { color:  white; text-decoration:none; border: 0; outline: none; }
a:visited {  color: white; text-decoration:none; border: 0; outline: none; }
a:focus {  color: none; text-decoration:underline; border: 0; outline: none; }
a:hover {  color: #00ffff; text-decoration:none; border: 0; outline: none; }
a:active { color: #00ffff; text-decoration:underline; border: 0; outline: none; }

:focus {
		outline: 0;
	}

img {
	border: 0;
	outline: 0;
}

hr {
	background-color: none;
	border: 1px solid white;
	}
	
	
/* Seiten-Elemente */
	
#logo {
	padding-left: -20px;
	z-index: 100;
}	

#head_navigation {
	z-index: 5;
}

#navigation {
	font-size: 16px;
	line-height: 1.2;
	backgroundackground-color: none;
	padding-left: 38px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 20;
	border-left: 1px dashed white;
	height: 125px;
	vertical-align: middle;
	margin-right: 10px;
	padding-top: 6px;
}


/* News */


#slides {
	display: none;
	position: absolute;
	top: 200px;
	left: 50px;
	z-index: 30;
	width: 820px;
	height: 210px!important;
	text-align: center;	
	overflow: hidden;
/*	background-image: url(/img/backgrounds/dotted_8x_8_grau.gif);*/
}
		
	.slides_container {
		padding: 12px;
		width: 820px;
		height: 150px;
		text-align: center;
		z-index: 30;		
	}

		
	.slides_container div {
		width: 820px;
		height: 150px;
		z-index: 30;
		display:block;
	}


/* Stoerer */

#stoerer {
	position: absolute;
	left: 600px;
	bottom: 50px;
	z-index: 30;
	width: 300px;
}

#einblicke-bestellen {
	z-index: 30;
}


/* Text */

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}


/*Navigation*/

#bottom_navigation {
	position: absolute;
	bottom: 50px;
	left: 30px;
	z-index: 20;
}

/* Video controls */

#video-controls {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 20;
}

/* Facebook */

#facebook-like-button {
	position: absolute;
	top: 60px;
	left: 740px;
	z-index: 50;
}


/* Impressum */


#impressum {
	overflow: hidden;
	display: none;
	position: absolute;
	top: 200px;
	left: 50px;
	z-index: 30;
	width: 820px;
	height: 210px!important;
	text-align: center;	
	alpha: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

