html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #eee;
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#000;
	overflow: hidden;
}

a {
	color: #777;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ddd;
}

img, p, h1, h2, h3, h4, h5 {
	margin: 0;
	border: 0;
}

form {
	margin: 0;
}

input, textarea {
	font-size: 0.9em;
	padding: 3px;
	border: 1px solid #555;
	background-color: #555;
}

input.checkbox {
	padding: 0;
	border: 0;
}

select {
	border: 1px solid #555;
}

#global {
	position:absolute;
	top: 50%;
	width: 100%;
	height: 600px;
	margin-top: -300px; 
	border: 0;
	text-align: center;
}
.fixedWidth800 {
	position:absolute;
	left: 50%;
	height: 100%;
	width: 800px;
	margin-left: -400px; 
	border: 0;
}

.splash {
	background: transparent url(../images/splash_backgr3.jpg) top center no-repeat;
}

#impressum {
	position:absolute;
	font-size: 10px;
	color: #888888;
	bottom: 2;
	right: 4;
	border: 0;
}
#impressum a { color: #888888; text-decoration: none;}
#impressum a:link { color: #888888;  text-decoration: none;}
#impressum a:hover { color: #AAAAAA;  text-decoration: none;}

h1 {
	font-size: 4em;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
}
h1 a {
	color: #ddd;
	font-weight: normal;
}
h1 a:hover {
	color: #fff;
}
.flashplugin {
	background: transparent url(../images/flashplugin.gif) center left no-repeat;
	padding: 0 0 0 50px;
	display: block;
}