#spele {
	position: relative;
}

#spele.sectIndex {
	width: 730px;
	height: 600px;
	background: url("img/bg_intro.jpg") no-repeat;
}

#spele .checkboxesCont {
	width: 150px;
	position: absolute;
	top: 564px;
	left: 550px;
}

#spele .checkboxesCont .item {
	height: 21px;
	width: 137px;
	background: url("img/checkbox.png") no-repeat 0 -21px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

#spele .checkboxesCont .item.checked {
  background-position: 0 0;
}

#spele .btn_start {
	position: absolute;
	width: 155px;
	height: 60px;
	top: 494px;
	left: 543px;
	cursor: pointer;
	background: url("img/btn_start.png") no-repeat;
}

#spele .btn_rules {
	position: absolute;
	width: 112px;
	height: 38px;
	top: 16px;
	left: 18px;
	background: url("img/btn_rules.png") no-repeat;
	cursor: pointer;
}

#spele .btn_info {
	position: absolute;
	width: 112px;
	height: 44px;
	top: 66px;
	left: 18px;
	background: url("img/btn_info.png") no-repeat;
	cursor: pointer;
}

#spele .btn_prize {
	position: absolute;
	width: 112px;
	height: 44px;
	top: 124px;
	left: 18px;
	background: url("img/btn_prize.png") no-repeat;
	cursor: pointer;
}

#spele .intro_logo {
	position: absolute;
	width: 344px;
	height: 90px;
	top: 16px;
	left: 370px;
	background: url("img/logo_intro.png") no-repeat;
}

#spele.sectTop {
	background: #003a9e;
	height: auto;
	color: #fff;
}

#spele .topHeader {
	position: relative;
	background: url("img/top_header.png") no-repeat;
	height: 168px;
	width: 730px;
}

#spele .wrap {
	margin: 30px 50px;
}

#spele .top_user {
	position: relative;
	width: 630px;
	border-bottom: 1px solid #fff;
	margin: 30px 0;
}

#spele .top_user .place {
	background: url("img/place_back.png") no-repeat;
	width: 90px;
	height: 84px;
	font-size: 40px;
	vertical-align: middle;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	margin-top: -50px;
}

#spele .top_user .img {
	position: relative;
	display: inline-block;
	width: 224px;
	height: 203px;
}

#spele .top_user .img .img_over {
	position: absolute;
	width: 224px;
	height: 203px;
	top: 0;
	left: 0;
	background: url("img/top_ramis.png") no-repeat;
}

#spele .top_user .score {
	position: absolute;
	width: 120px;
	height: 120px;
	top: -12px;
	right: -90px;
	text-align: center;
	vertical-align: middle;
	background: url("img/top_score.png") no-repeat;
	font-size: 22px;
	line-height: 24px;
	padding-top: 40px;
	font-weight: bold;
}

#spele .top_user .score span {
	font-size: 26px;
	line-height: 26px;
}

#spele .top_user .name {
	position: relative;
	width: 224px;
	height: 30px;
	font-size: 26px;
	line-height: 26px;
	display: inline-block;
	text-align: center;
	margin-left: 94px;
}

#spele .top_user .play {
	position: relative;
	width: 87px;
	height: 87px;
	display: inline-block;
	background: url("img/btn_play.png") no-repeat;
	cursor: pointer;
	margin-left: 100px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#spele #adminTable .play {
	position: relative;
	width: 87px;
	height: 87px;
	display: inline-block;
	background: url("img/btn_play.png") no-repeat;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#spele.sectRules, #spele.sectInfo, #spele.sectPrize {
	margin-bottom: -4px;
}

#spele .btn_back {
	position: absolute;
	color: #fff;
	font-size: 22px;
	/*font-weight: bold;*/
	top: 170px;
}

#spele .btn_fr_score {
	position: absolute;
	color: #fff;
	font-size: 20px;
	/*font-weight: bold;*/
	top: 180px;
	right: 45px;
}

#spele .no_score {
	position: relative;
	margin-top: 50px;
	font-size: 24px;
	color: #fff;
	margin-bottom: 50px;
}

#spele .btn_top {
	position: absolute;
	width: 75px;
	height: 48px;
	bottom: 18px;
	left: 18px;
	background: url("img/btn_top.png") no-repeat;
	cursor: pointer;
}

#spele #gameSwf {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 180px;
}

#spele #rec {
	position: absolute;
	top: 5px;
	right: 5px;
}