@charset "ISO-8859-1";
@font-face {
    font-family: 'GreyscaleBasicBoldItalic';
    src: url('fonts/greyscale_basic_bold_italic-webfont.eot');
    src: url('fonts/greyscale_basic_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/greyscale_basic_bold_italic-webfont.woff') format('woff'),
         url('fonts/greyscale_basic_bold_italic-webfont.ttf') format('truetype'),
         url('fonts/greyscale_basic_bold_italic-webfont.svg#GreyscaleBasicBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GreyscaleBasicBold';
    src: url('fonts/greyscale_basic_bold-webfont.eot');
    src: url('fonts/greyscale_basic_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/greyscale_basic_bold-webfont.woff') format('woff'),
         url('fonts/greyscale_basic_bold-webfont.ttf') format('truetype'),
         url('fonts/greyscale_basic_bold-webfont.svg#GreyscaleBasicBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GreyscaleBasicRegular';
    src: url('fonts/greyscale_basic_regular-webfont.eot');
    src: url('fonts/greyscale_basic_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/greyscale_basic_regular-webfont.woff') format('woff'),
         url('fonts/greyscale_basic_regular-webfont.ttf') format('truetype'),
         url('fonts/greyscale_basic_regular-webfont.svg#GreyscaleBasicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

	html, body { height:100%; background-color: #000;}
		body {
	margin:0;
	padding:0;
	overflow:hidden;
	background-color: #000;
	position: relative;
}
		#header_pos {
	width:100%;
	height:80px;
	z-index: 81;
	left: 0px;
	top: 0px;
	position: fixed;
}
		#noflash_pos {
	background-image: url(bilder/sternenflug_pos.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	z-index: 4;
	left: 0px;
	top: 0px;
	position: fixed;
	visibility: visible;
}
		#flash_pos {
	width:100%;
	height:100%;
	z-index: 2;
	left: 0px;
	top: 0px;
	position: fixed;
}
		#universum_container {
	width: 700px;
	top: 80px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	visibility:visible;
}
        #universum_sterne {
	position:fixed;
	z-index:10;
	border: 0;
	width:700px;
	height:300px;
	top: 80px;
	text-align: left;
	padding-left: 10px;
	visibility:visible;
}
        #pause_button_pos {
	position:fixed;
	bottom: 0;
	left:0px;
	width:80px;
	height:30px;
	z-index:99;
	padding-left: 20px;
	visibility: visible;
}
        #play_button_pos {
	position:fixed;
	bottom: 0;
	left:0px;
	width:80px;
	height:30px;
	z-index:98;
	padding-left: 20px;
	visibility: hidden;
}		
		.head {
	font-family: "GreyscaleBasicBoldItalic", Verdana, sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.2em;
	text-transform: uppercase;		
}
		.fliess {
	font-family: "GreyscaleBasicBold", Verdana, sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.15em;
	line-height: 20px;
}
		.fliess2 {
	font-family: "GreyscaleBasicBold", Verdana, sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.2em;
	line-height: 20px;
	text-transform: uppercase;
}
::selection {
background:#fff;
color:#000;
}
::-moz-selection {
background:#fff;
color:#000;
}
::-webkit-selection {
background:#fff;
color:#000;
}
a:link {text-decoration: none; color: #fff;}
a:visited {text-decoration: none; color: #fff;}
a:hover {text-decoration: underline; color: #fff;}
a:active {text-decoration: none; color: #fff;}

