/* 
    AUTHOR: YOUR NAME HERE
            you@domain.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Helvetica, sans-serif;
	background-color: #000;
	color: #aaa}
h2 {color: #efefef;}	
ul { list-style: none inside; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; }
a img { border: none; }
a:link {color:#efefef; text-decoration:none}
a:visited {color:#efefef; text-decoration:none}
a:active {color:#efefef; text-decoration:none}
a:hover {color:#efefef; text-decoration:underline}
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	
	width: 775px;
	margin: 100px auto 0;
	align: center;
}

.flashcenter {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px; 
	margin-top: -300px;
	
	/*background-color: #666;*/
}

#impressum {
	color: #aaa;
	position: absolute;
	left: 50%;
	width: 50px;
	margin-left: 350px;  /*Positionierung von Impressum*/
	top: 50%;
	height: 10px;
	margin-top: 310px;  /*Positionierung von Impressum*/
}

#impress_text {
	text-align: center;
	padding-top: 20px;
	line-height: 12px;
}
/* END STRUCTURE */