


.preload {
	display: none;
}


.button_screenshot_prev {

	z-index: 1;
	background-image: url("../images/zurueck_inaktiv.png") ; 
	
	position: absolute;
	width: 13px;
	height: 20px;
	top: 484px;
	left: 50%;
	margin-left: 234px;
		
}
	
.button_screenshot_prev:HOVER {
	background-image: url("../images/zurueck_aktiv.png") ; 
	cursor: pointer;
}


.button_screenshot_next {
	
	z-index: 1;
	background-image: url("../images/vor_inaktiv.png") ; 
	
	position: absolute;
	width: 13px;
	height: 20px;
	top: 484px;
	left: 50%;
	margin-left: 284px;
}

.button_screenshot_next:HOVER {
	background-image: url("../images/vor_aktiv.png") ; 
	cursor: pointer;
}	


.button_intro_text {
	
	z-index: 1;
	
	background-image: url("../images/claim_inaktiv.jpg") ; 
	background-repeat: no-repeat;
	
	position: absolute;
	left: 50%;
	/*top: 149px;
	margin-left: -479px;*/
	top: 122px;
	margin-left: -473px;
	width: 510px; 
	height: 165px;
}

.button_login {

	
	width: 80px;
	
	
	
	background-image: url('../images/buttons/login_inaktiv.png');
		
}

.button_front_register {

	background-image: url("../images/buttons/register_inaktiv.jpg");
	
	z-index: 1;
	
	position: absolute;
	
	left: 50%;
	top: 374px;
	
	/*990x660 */
	
	margin-left: -428px;
	
	width: 406px;
	height: 122px;
		
}

.button_front_register:HOVER {
	cursor: pointer;
	background-image: url("../images/buttons/register_aktiv.jpg");
}

.button_front_register:ACTIVE {
	background-image: url("../images/buttons/register_pressed.jpg");
}

.button_intro_text:HOVER {
	top: 149px;
	margin-left: -479px;
	background-image: url("../images/claim_aktiv.png") ; 
	cursor: pointer;
}


.button_intro_text:ACTIVE {
	top: 149px;
	margin-left: -479px;
	background-image: url("../images/claim_pressed.png") ; 
}


.button_register {
	position: absolute; 
	width: 66px; 
	height: 80px; 
	top: 6px; 
	left: 50%; 
	
	margin-left: -463px;

	background-image: url("../images/buttons/registrierung_inaktiv.jpg");
}

.button_register:HOVER {
	cursor: pointer;
	background-image: url("../images/buttons/registrierung_aktiv.jpg");
}

.button_register:ACTIVE {
	background-image: url("../images/buttons/registrierung_pressed.jpg");
}


.button_introtext {

	
		
}

.button_gametour {
	position: absolute; 
	width: 66px; 
	height: 80px; 
	top: 6px; 
	left: 50%; 
	
	margin-left: -349px;
	
	background-image: url("../images/buttons/spieltour_inaktiv.jpg");	
}

.button_gametour:HOVER {
	cursor: pointer;
	background-image: url("../images/buttons/spieltour_aktiv.jpg");
}

.button_gametour:ACTIVE {
	background-image: url("../images/buttons/spieltour_pressed.jpg");
}

.button_forum {
	position: absolute; 
	width: 66px; 
	height: 80px; 
	top: 6px; 
	left: 50%; 
	
	margin-left: -233px;
	
	background-image: url("../images/buttons/forum_inaktiv.jpg");	
}

.button_forum:HOVER {
	cursor: pointer;
	background-image: url("../images/buttons/forum_aktiv.jpg");
}

.button_forum:ACTIVE {
	background-image: url("../images/buttons/forum_pressed.jpg");
}

.button_ranking {
	position: absolute; 
	width: 68px; 
	height: 80px; 
	top: 6px; 
	left: 50%; 
	
	margin-left: 166px;
	
	background-image: url("../images/buttons/rangliste_inaktiv.jpg");	
}

.button_ranking:HOVER {
	cursor: pointer;
	background-image: url("../images/buttons/rangliste_aktiv.png");
}

.button_ranking:ACTIVE {
	background-image: url("../images/buttons/rangliste_pressed.png");
}

.button_help {
	position: absolute; 
	width: 66px; 
	height: 80px; 
	top: 6px; 
	left: 50%; 
	
	margin-left: 280px;
	
	background-image: url("../images/buttons/hilfe_inaktiv.jpg");	
}

.button_help:HOVER {
	cursor: pointer;
	background-image: url("../images/buttons/hilfe_aktiv.jpg");
}

.button_help:ACTIVE {
	background-image: url("../images/buttons/hilfe_pressed.jpg");
}

.button_screenshot {
	position: absolute; 
	width: 66px; 
	height: 80px; 
	top: 6px; 
	left: 50%; 
	
	margin-left: 396px;
	
	background-image: url("../images/buttons/screenshot_inaktiv.jpg");	
}

.button_screenshot:HOVER {
	cursor: pointer;
	background-image: url("../images/buttons/screenshot_aktiv.jpg");
}

.button_screenshot:ACTIVE {
	background-image: url("../images/buttons/screenshot_pressed.jpg");
}

