* {
	margin:0;
	padding:0;
}


html, body {
	text-align: center;
	height:100%;
}

body {
	margin:0px;
   	color:#fff;
   	/*font-family: HelveticaNeue,Helvetica Neue,Verdana,Arial,Helvetica,Geneva;*/
   	font-family: Verdana,Arial,Helvetica,Geneva;
   	font-size:11px;
   	line-height:145%;
	cursor:default;
   	background-image:url('../layout/bg.png');
   	background-repeat: no-repeat;
   	background-color: #0a0a0a;
	overflow:visible;
	text-align:	left;
}

img {
	border-width:0;
}


br.clear {
  clear:both;
  height:0;
  line-height:0px;
}


#wrapper {
	position: relative;
	min-height:100%;
	border: 0px solid red;
}


/* IE Win < 7 only \*/
* html #wrapper {
	height:100%;
}
/* end IE Win < 7 only */


#content_outer {
	text-align:left;
	padding:50px 0 100px 90px;
	margin:0;
	width:900px;
	border:0px solid red;
}

div.header {
	float:left;
	text-align:left;
	padding:0;
	margin:45px 0 0 229px;
	width: 451px;
	height:105px;
	border:0px solid orange;
	display:inline;
}

#content_main {
	text-align:left;
	padding:0;
	margin:0 0 0 47px;
	width: 773px;
	border:0px solid blue;
}

#content_main_game {
	text-align:left;
	padding:0;
	margin:0;
	width: 820px;
	border:0px solid blue;
}

div.box {
	width:600px;
	padding:20px;
	background-color: #1f1f1f;
	border:1px solid #404040;
}

div.box_game {
	width:800px;
	height:600px;
	padding:0;
	background-color: #1f1f1f;
	border:1px solid #404040;
}

div.impressum{
	width:420px;
	height:197px;
	margin:10px 0 0 0;
	padding:0;
	border: 0px solid red;

}


#footer {
	position: relative;
	margin:auto;
   	background-image:url('../layout/footer.png');
   	background-repeat: repeat-x;
   	background-position: bottom left;
   	background-color: #0a0a0a;
   	height:43px;
   	margin-top:-43px;
	border: 0px solid green;
}

div.footer_inner {
	margin:0 0 0 90px;
	padding-top:24px;
   	color:#242424;
   	height:17px;
	text-align:	left;
	font-size:9px;
   	line-height:130%;
	border: 0px solid red;
}









h1 {
	font-family:Verdana,Arial,Helvetica,Geneva;
	font-size:2em;
	font-weight:normal;
}

h1.headline{
	font-family:Verdana,Arial,Helvetica,Geneva;
	font-size:1.5em;
	font-weight:normal;
	margin:0;
	padding:0;
	border: 0px solid green;
	line-height:100%;
}
	
	
a:link, a:active, a:visited, a:hover {
	font-family:Verdana,Arial,Helvetica,Geneva;
	color: #8d8d8d;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a.link:link, a.link:active, a.link:visited, a.link:hover {
	font-family:Verdana,Arial,Helvetica,Geneva;
	color: #8d8d8d;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;
}


a.welcome:link, a.welcome:active, a.welcome:visited, a.welcome:hover {
	font-family:Verdana,Arial,Helvetica,Geneva;
	color: #8d8d8d;
	font-size: 16px;
	font-weight:normal;
	text-decoration: none;
}

a.welcome:hover {
	text-decoration: underline;
}


a.footer:link, a.footer:active, a.footer:visited, a.footer:hover {
	font-family:Verdana,Arial,Helvetica,Geneva;
	color: #242424;
	font-size: 9px;
	font-weight:normal;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}


