@import url(http://fonts.googleapis.com/css?family=Arvo:regular,bold&subset=latin);

body,html {
	padding:0px; 
	margin:0px !important;
}


body {
	background:#004CAF url(http://www.shooter-bubble.de/images/wallpaper.jpg) top center no-repeat;
	color:#fff;
	font-family: Helvetica, Arial, serif;
}

h1, h2, h3 {
	text-align:center;
	font-family: 'Arvo', arial, serif;
	text-shadow: #000 3px 3px 10px;
	-moz-text-shadow: #000 3px 3px 10px;
	-webkit-text-shadow: #000 3px 3px 10px;
}

h1 {
	font-size:36px;
	margin-top:55px;
}

h2 {
	font-size:20px;
	margin-bottom:30px;
}

h3 {
	font-size:18px;
}

#game {
	background-color:#2a2a2a;
	width:<?php echo($_width+560); ?>px;
	border-radius:10px;
	-moz-border-radius:10px;
	-moz-box-shadow: 0 0 15px 5px #2a2a2a;
	-webkit-box-shadow: 0 0 15px 5px #2a2a2a;
	box-shadow: 0 0 15px 5px #2a2a2a;
	margin-bottom:40px;
}

#game .padding {
	background-color:#fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBEBEB', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EBEBEB,  #fff); /* for firefox 3.6+ */
	border-radius:10px;
	-moz-border-radius:10px;
	padding:10px 186px;
	position:relative;
	color:#2a2a2a;
	font-weight:normal;
	text-align:left;
	min-height:640px;
	border:0px;
}

#game .inset {
	-moz-box-shadow: inset 0 0 0px 2px #fff;
	-webkit-box-shadow: inset 0 0 0px 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
}

#game h2,
#game h3 {
	padding-top:0px;
	margin-top:0px;
	text-shadow:none;
}

#game .padding a {
	color:#513DFF;
}

#description, #legal {
	padding:20px;
	font-size:14px;
	line-height:20px;
}

#a1 {
	position:absolute;
	top:10px;
	left:10px;
}

#a2 {
	position:absolute;
	top:10px;
	right:10px;
}

#navi {
	color:#fff;
	border-radius:10px;
	font-size:14px;
	text-align:center;
}

#navi a {
	font-weight:bold;
	display:inline-block;
	padding:5px 10px;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	margin-right:5px;
	text-decoration:none;
	color:#fff;
}

#navi a.first {
}

#navi a:hover,
#navi a.active {
	background-color:#fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBEBEB', endColorstr='#EBEBEB'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#EBEBEB)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EBEBEB,  #EBEBEB); /* for firefox 3.6+ */
	color:#2a2a2a;
	text-decoration:none;
}

div.success {
	background-color:#E0FFA0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BCD889), to(#EEFFBC));
	border:1px solid #5C8714;
	color:#5C8714;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:1em;
	font-weight:bold;
}

div.info {
	background-color:#FEFECA;
	border:1px solid #D97C14;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#D97C14;
	margin-bottom:1em;
}

div.success p,
div.success div.border,
div.info p,
div.error p {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:15px;
	margin:0px;
	border:1px solid #fff;
	display:block;
}


#game .subnavbar {
	text-align:center;
	font-weight:bold;
	margin-bottom:30px;
}
#game .subnavbar a.active {
	background-color:#513DFF;
	color:#fcfcfc;
}
#game .subnavbar a {
	text-decoration:none;
	padding:3px 5px;
}
#game table.highscore {
	width:600px;
	margin:0 auto;
	background:transparent url(http://www.shooter-bubble.de/images/highscore-bg.gif) top left repeat-y;
	border-collapse:collapse;
	border:1px solid #acacac;
	font-size:12px;
}
#game table.highscore thead th {
	font-size:11px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
#game table.highscore .l {
	text-align:left;
}
#game table.highscore .c {
	text-align:center;
}
#game table.highscore td,
#game table.highscore th {
	padding-left:10px;
	border-bottom:2px solid #C0C0C0;
}
#game table.highscore .rang {
	background:transparent url(http://www.shooter-bubble.de/images/highscore-bg2.png) 0 -44px no-repeat;
	height:20px;
	line-height:17px;
	padding-top:3px;
	color:#2a2a2a;
	font-weight:bold;
	width:51px;
}
#game table.highscore .score,
#game table.highscore .datum {
	width:80px;
}

#game table.highscore .top3 {
	background-position:0 0;
	color:#fcfcfc;
}
#game table.highscore .top10 {
	background-position:0 -22px;
	color:#fcfcfc;
}

#stage {
display:block;
margin:0 auto; 
position:relative;
}

#language {
	height:20px;
	border-bottom:1px solid #666;
}
#language:hover {
	opacity:0.75 !important;
}
#language a {
	color:#fcfcfc;
	font-size:11px;
	text-decoration:none;
	line-height:20px;
}
