@charset "utf-8";

body {
	background: #000000;
	overflow: hidden;
}
td.tooltip {
	font-size: 11px;
}
#container {
	width: 768px;
	height: auto;
	margin: 128px auto 0 auto;
}
#container #bild_top{
	position: fixed;
	width: 768px;
	height: 256px;
	margin-left: -384px;
	top: 88px;
	left: 50%;
	background: url(../img/fade_top.png) repeat-x;
	z-index: 3;
}
#container #bild_bottom{
	position: fixed;
	width: 768px;
	height: 256px;
	margin-left: -384px;
	left: 50%;
	bottom: 24px;
	background: url(../img/fade_bot.png) repeat-x;
	z-index: 3;
}

#header {
	position: fixed;
	width: 768px;
	height: 88px;
	top: 0;
	left: 50%;
	margin-left: -384px;
	background: url(../img/header.png) no-repeat;
	z-index: 25;
}

#header #banner {
	width: 288px;
	height: 88px;
	float: left;
}

#header #banner p {
	margin-top: 77px;
	cursor: pointer;
	color: #FFF;
	font-size:12px;
}

#header #interface {
	width: 480px;
	height: 64px;
	float: left;
}

#header #interface #tooltip {
	width: 340px;
	height: 24px;
	padding-left: 16px;
	font-size: 12px;
}

#header #interface #pay {
	width: 120px;
	height: 44px;
	padding-top: 20px;
	background: url(../img/pay.png) no-repeat;
	float: right;
}

#header #interface #pay #pay_form {
	width: 100px;
	margin: auto;
}
#header #interface #pay #pay_form input.input_pay {
	display: block;
	padding-top:-20px;
	width: 100px;
	height: 14px;
	margin: 0 0 1px 0;
	padding: 0;
	padding-top: 0px;
	background:  url(../img/input.png) no-repeat;
	border: none;
	color: #000;
	font-size: 13px;
	text-align: right;
}

#header #interface #pay #pay_form input#dollar_pay {
	background: url(../img/dollar.png) no-repeat;
}

#header #interface #pay #pay_form input#button_pay {
	display: block;
	width: 102px;
	height: 16px;
	margin: 0 -2px 0 0;
	padding: 0;
	background: url(../img/submit.png);
	border: none;
	color: #000;
	font-size: 10px;
	float: right;
}

#header #interface #pay #pay_form input#button_pay:hover {
	display: block;
	width: 102px;
	height: 16px;
	margin: 0 -2px 0 0;
	padding: 0;
	background: url(../img/submit.png);
	border: none;
	color: #000;
	font-size: 10px;
	float: right;
}

#container #highscore {
	width: 768px;
	font-size: 16px;
	overflow: hidden;
}

#container #highscore_text {
	position: relative;
	z-index: 1;
}

#container #highscore_text .row {
	width: 768px;
	height: auto;
	font-size: 16px;
}

#container #highscore_text .row .rank {
	width: 96px;
	text-align: left;
	float: left;
}

#container #highscore_text .row .name {
	width: 576px;
	text-align: center;
	float: left;
}

#container #highscore_text .row .score {
	width: 96px;
	text-align: right;
	float: left;
}





#container #highscore_links {
	position: relative;
	z-index: 10;
}

#container #highscore_links .row {
	width: 768px;
	height: auto;
	font-size: 16px;
}

#container #highscore_links .row .rank {
	width: 96px;
	text-align: left;
	float: left;
	visibility: hidden;
}

#container #highscore_links .row .name {
	width: 576px;
	text-align: center;
	float: left;
}

#container #highscore_links .row .name a { /*LINKS*/
	display: block;
	width: 576px;
	text-align: center;
	height: 15px;
	margin: 0 auto auto auto;
}

#container #highscore_links .row .name a.display { /*LINKS*/
	visibility: hidden;
}


#container #highscore_links .row .score {
	width: 96px;
	text-align: right;
	float: left;
	visibility: hidden;
}







#footer {
	position: fixed;
	width: 768px;
	height: 19px;
	left: 50%;
	bottom: 0;
	margin-left: -384px;
    padding-top: 5px;
	background: url(../img/footer.png) no-repeat;
	text-align: center;
	z-index: 256;
}
#footer a:hover {
    color: #FF7F00;
}

#window {
	position: absolute;
	width: 512px;
	height: 70%;
	top: 10%;
	left: 50%;
	margin-left: -256px;
	overflow: hidden;
	background: url(../img/window_bg.png);
	border: 1px #ccc solid;
	border-top: 0;
	visibility: hidden;
	z-index: 256;
}
#window_scroll {
	width: 550px;
	overflow: auto;
}

#window_close {
	width: 496px;
	height: 16px;
	background: url(../img/window_bar.png) repeat-x;
	float: left;
}
#close {
}

#window .blog {
	width: 512px;
	height: auto;
}

#window .blog_head {
	width: 512px;
	height: 60px;
	border-bottom: 1px #FFF solid;
	background: #333;
}
#window .blog_head_content {
	float: left;
}

#window .blog_head .blog_head_header {
	width: 187px;
	padding-left: 5px;
}

#window .blog_head .blog_head_date {
	width: 187px;
	padding-left: 5px;
	font-size: 9px;
}

#window .blog_head_image {
	float: right;
}
#window .blog_content {
	padding: 10px;
	border-bottom: 1px #fff solid;
	text-align: justify;
	font-variant:normal;
}





#window .faq {
	width: 512px;
	height: auto;
}

#window .faq_head {
	width: 512px;
	height: 32px;
	border-bottom: 1px #FFF solid;
	background: #333;
}
#window .faq_head_content {
	float: left;
}

#window .faq_head .faq_head_header {
	width: 187px;
	padding-left: 5px;
}

#window .faq_head .faq_head_date {
	width: 187px;
	padding-left: 5px;
	font-size: 9px;
}

#window .faq_head_image {
	float: right;
}
#window .faq_content {
	padding: 10px;
	border-bottom: 1px #fff solid;
	text-align: justify;
	font-variant:normal;
}

#kontakt_formular {
	width: 480px;
	height: auto;
	margin: 30px auto 0 auto;
}

#kontakt_formular fieldset {
	padding: 0 10px 10px 10px;
	border: 1px solid #878787;
}

#kontakt_formular fieldset legend {
	padding: 1px 1px;
	border: 1px solid #878787;
}

#kontakt_formular fieldset p {
	margin-top: 10px;
	float: left;
}

#kontakt_formular fieldset input {
	width: 350px;
	margin-top: 10px;
	float: right;
}

#kontakt_formular fieldset textarea {
	width: 350px;
	height: 180px;
	margin-top: 10px;
	overflow: hidden;
	float: right;
}















