/* common elements */
	html, body, h1, h2, h3, p, ul, li {
		padding: 0;
		margin: 0;
	}
	:focus { /* FF 1.5 workaround */
		overflow: hidden;
	}
	select:focus, object:focus, embed:focus {
		overflow: visible;
	}
	a {
		color: #000;
	}
	a:hover {
		/* text-decoration: underline; */
	}
	h1 {
		margin: 0 0;
		font-size: 18px;
	}
	h2 {
		margin: 1em 0;
		font-size: 13px;
	}
	h3 {
		margin: 1em 0;
		font-size: 13px;
	}
	p {
		margin: 1em  0;
	}
	ul {
		list-style-type: none;
	}
	li {
		
	}
	.clr:after {
		content:".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		font-size:0;
		line-height:0;
	}
	sub {
		vertical-align: text-bottom;
		position: relative;
		top: 2px;
	}
/* common elements END */

html, body {
	/* height: 100%; */
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #000;
	background-color: #fff;
}
#wrap {
	/*position: absolute;
	top: 50%;
	left: 50%;*/
	position: relative;
	width: 950px;
	height: 652px;
	/* margin: -327px 0 0 -475px; */
	margin: 20px auto 0;
	border: 1px solid #ccc;
}

#header {
	height: 100px;
	border-bottom: 1px solid #ccc;
}
#logo {
	position: absolute;
	top: 18px;
	left: 43px;
	width: 50px;
	height: 65px;
	margin: 0;
	text-indent: -999em;
	background: url(../img/logo.gif) no-repeat left top;
}
#logo a {
	display: block;
	width: 50px;
	height: 65px;
}

#mainMenu {
	position: absolute;
	top: 78px;
	left: 361px;
	width: 551px;
	height: 30px;
}
#mainMenu li {
	float: left;
	height: 20px;
}
#mainMenu li a {
	display: block;
	height: 20px;
	float: left;
	text-indent: -999em;
	background-image: url(../img/bg-mainmenu.png);
}
#mmHome a {
	width: 66px;
	background-position: 0 0;
}
#mmReg a {
	width: 93px;
	background-position: -66px 0;
}
#mmGame a {
	width: 122px;
	background-position: -159px 0;
}
#mmPolo a {
	width: 122px;
	background-position: -281px 0;
}
#mmTipp a {
	width: 47px;
	background-position: -403px 0;
}
#mmRules a {
	width: 101px;
	background-position: -450px 0;
}
#mmHome a:hover, #mmHome.active a {
	background-position: 0 -20px;
}
#mmReg a:hover, #mmReg.active a {
	background-position: -66px -20px;
}
#mmGame a:hover, #mmGame.active a {
	background-position: -159px -20px;
}
#mmPolo a:hover, #mmPolo.active a {
	background-position: -281px -20px;
}
#mmTipp a:hover, #mmTipp.active a {
	background-position: -403px -20px;
}
#mmRules a:hover, #mmRules.active a {
	background-position: -450px -20px;
}

#content {
	width: 858px;
	height: 418px;
	margin: 46px auto;
	/* overflow: auto; */
	/* background: #eee; */
}
#contentWrap {
	position: relative;
	height: 358px;
	overflow: auto;
}

#home #content {
	text-indent: -999em;
	background: url(../img/bg-content-home.jpg) no-repeat left top;
}
#home #content a {
	position: absolute;
	/*background: #f00;
	opacity: 0.5;*/
}
#home #content a#link_game {
	top: 390px;
	left: 74px;
	width: 95px;
	height: 68px;
}
#home #content a#link_polo {
	top: 400px;
	left: 500px;
	width: 200px;
	height: 20px;
}
#home #content a#link_tipp {
	top: 430px;
	left: 475px;
	width: 428px;
	height: 133px;
}

#rules #contentWrap {
	
}

#content h1 {
	height: 60px;
	text-indent: -999em;
}
#game #content h1 {
	background: url(../img/bg-header-game.gif) no-repeat left top;
}
#polo #content h1 {
	background: url(../img/bg-header-polo.gif) no-repeat left top;
}
#tipp #content h1 {
	background: url(../img/bg-header-tipp.gif) no-repeat left top;
}
#rules #content h1 {
	background: url(../img/bg-header-rules.gif) no-repeat left top;
}

#content h2 {
	margin-left: 20px;
}
#content h3 {
	margin-left: 20px;
}
#content p {
	width: 470px;
	margin-left: 20px;
}
#content ul {
	width: 470px;
	margin-left: 20px;
}
#content li {
	/* margin-bottom: 10px; */
}

#rules #contentWrap h2 {
	margin: 0 0 -60px 0;
	height: 265px;
	text-indent: -999em;
	background: url(../img/bg-header2-rules.jpg) no-repeat left top;
}
#tipp #contentWrap h2 {
	margin: 0 0 -60px 0;
	height: 265px;
	text-indent: -999em;
	background: url(../img/bg-header2-tipp.jpg) no-repeat left top;
}
#polo #contentWrap p.first {
	width: auto;
	margin-top: 0;
	margin-left: 0;
	padding: 210px 350px 0 20px;
	background: url(../img/bg-header2-polo.jpg) no-repeat left top;
}
#game #contentWrap p.first {
	width: auto;
	margin-top: 0;
	margin-left: 0;
	padding: 240px 350px 0 20px;
	background: url(../img/bg-header2-game.jpg) no-repeat left top;
}

ul.prizeList li {
	/* font-weight: bold; */
}

p.footnote {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10px;
}

form {
	width: 470px;
	margin-left: 20px;
	padding: 12px;
	background: #f0f6f6;
}
#content form div {
	margin-bottom: 3px;
}
#content form div.morespace {
	padding-top: 7px;
}
.inlineWrapper {
	float: right;
	width: 200px;
	padding: 3px;
}
.inlineWrapper * {
	vertical-align: middle;
}
label {
	float: left;
	width: 230px;
	height: 24px;
	font-size: 11px;
	font-weight: bold;
	line-height: 120%;
	cursor: pointer;
}
.inlineWrapper label {
	float: none;
	width: auto;
	height: auto;
	font-weight: normal;
}
input {
	border: 1px solid #a5acb2;
}
input.txt {
	float: right;
	width: 200px;
	padding: 3px;
}
#content form p {
	margin-left: 0;
}
select {
	float: right;
	width: 208px;
	border: 0;
	border: 1px solid #a5acb2;
}
option {
	padding: 2px 3px;
}
input.radio {
	border: 0;
}
p.notice {
	padding-top: 10px;
}
.obligatory {
	color: #c00;
}
.chkbx {
	border: 0;
}
button {
	width: 118px;
	height: 37px;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	background: transparent;
}
button span {
	display: block;
	width: 115px;
	height: 37px;
	text-indent: -999em;
	background: transparent url(../img/bg-button.gif) no-repeat left top;
}
.tipList li {
	margin-bottom: 10px;
	padding-left: 20px;
}
.tipList li strong {
	display: block;
	text-indent: -20px;
}
p.download {
	margin: 25px 0 25px 20px;
	height: 51px;
	line-height: 51px;
	padding-left: 60px;
	background: url(../img/pdf_icon.png) no-repeat left center;
}

div.rules {
	height: 250px;
	padding-right: 5px;
	overflow: auto;
}
div.rules .rulesheader {
	font-weight: bold;
}
#game div.rules ul, #game div.rules p {
	width: auto;
	margin-left: 0;
}
p.acceptrules * {
	vertical-align: middle;
}

ul.bulleted li {
	padding-left: 10px;
	background: url(../img/bullet.gif) no-repeat left 6px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 950px;
	height: 40px;
	font-size: 10px;
	border-top: 1px solid #ccc;
}
#footer ul {
	height: 40px;
	margin-left: 45px;
	line-height: 40px;
}
#footer li {
	float: left;
	margin-right: 5px;
	color: #aaa;
	background: url(../img/bg-list-border.gif) no-repeat right center;
}
#footer li.copyright {
	padding-right: 5px;
}
#footer li.last {
	background-image: none;
}
#footer a {
	padding-right: 5px;
	color: #aaa;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}
#footer .kklogo {
	position: absolute;
	top: 5px;
	right: 45px;
	width: 85px;
	height: 30px;
	margin: 0;
	text-indent: -999em;
	background: url(../img/bg-tmobile-kk.gif) no-repeat left top;
}

