/* 
----------------------------------------------------------------------
Projekt: Robert Hranitzky - www.hranitzky.com
Start: 25.01.2007
Letzte Aenderung: 27.02.2007
Autor: marc.thiele - www.marcthiele.com
----------------------------------------------------------------------
*/

/*----- general preferences -----*/
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #969696;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: small;
	background-color: #090909;
	background-image: url(../img/waben_high.gif);
	background-repeat: repeat-x;
	text-align: center;
}
img {
	border: none;
}

/*----- general layout -----*/
#wrapper {
	width: 700px;
	height: 100%;
	margin: 0 auto;
	background-color: #000;
	border-left: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;
	text-align: left;
	
}
#flashcontent {
	position: absolute;
	height: 450px;
	top: 50%;
	margin-top: -245px;
}
#splash {
	position: absolute;
	width: 700px;
	height: 400px;
	top: 50%;
	margin-top: -200px;
	text-align: center;
}
#splash p {
	margin: 0;
	padding: 0;
}
/*----- images splashscreen start -----*/
#btn_enter {
	margin: 50px 0 0 0;
}
#site_requirements {
	margin: 94px 0 10px 0;
}
#get_flash {
	margin: 0 0 9px 0;
}
/*----- images splashscreen end -----*/
#footer {
	width: 700px;
	position: absolute;
	bottom: 0;
	padding-bottom: 8px;
	font-size: x-small;
	text-align: center;
}

/*----- typo -----*/
a, a:link, a:visited, a:hover, a:active  {
	color: #969696;
	text-decoration: underline;
}