@charset "utf-8";
/* CSS Document */

body{
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	width: 800px;
}
#wrapper{	
	width: 800px;
	height: 600px;
	overflow:hidden;	
	}
#startbild{
	position:absolute;
	top: 0px;
	left: 0px;	
	width: 800px;
	height: 600px;	
	}
#bg{
	position:absolute;
	top: 0px;
	left: 0px;	
	width: 800px;
	height: 600px;	
	}
/*#btn_los{
	position:absolute;
	top:607px;
	left: 470px;
	width:70px;
	height:34px;	
	}
.btn_los_def{
	width:70px;
	height:34px;
	background-image:url(../images/btn_los.png );
	background-repeat:no-repeat;
	cursor:pointer;
}*/
.btn_los_over{
	width:70px;
	height:34px;
	background-image:url(../images/btn_los_over.png );
	background-repeat:no-repeat;
	cursor:pointer;
}
#btn_undlos{
	position:absolute;
	top:610px;
	left: 408px;
	width:137px;
	height:30px;	
	}
.btn_undlos_def{
	width:137px;
	height:30px;	
	background-image:url(../images/btn_undLos.png );
	background-repeat:no-repeat;
	cursor:pointer;
}
.btn_undlos_over{
	width:137px;
	height:30px;	
	background-image:url(../images/btn_undLos_over.png );
	background-repeat:no-repeat;
	cursor:pointer;
}
#btn_zurueck{
	position:absolute;
	top:612px;
	left: 255px;
	width:117px;
	height:29px;	
	}
.btn_zurueck_def{
	width:117px;
	height:29px;	
	background-image:url(../images/btn_zurueck.png );
	background-repeat:no-repeat;
	cursor:pointer;
}
.btn_zurueck_over{
	width:117px;
	height:29px;	
	background-image:url(../images/btn_zurueck_over.png );
	background-repeat:no-repeat;
	cursor:pointer;
}
#ladeAnzeige{
	visibility:hidden;
	position: absolute;
	top: 374px;
	left:395px;
	width: 32px;
	height: 32px;
	background-image:url(../images/ajax-loader_indicator_braun.gif);
	background-repeat: no-repeat;
    }
	
