BODY {
	margin: 0;
	padding: 0;
	background: url('../img/bg_body.jpg') no-repeat top center #120e36;
	font-family: Arial, Sans-serif;
	font-size: 12px;
}

#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -340px;
}

#container {
	position: relative;
	width: 980px;
	height: 670px;
	margin: 0 auto 0 auto;
	background: url('../img/bg_allpages.png') no-repeat top center;

}

#footer {
	width: 940px;
	padding-top: 5px;
	margin: 0 auto 0 auto;
	color: #6c0b0f;
}
	#footer a {
		color: #fff;
		text-decoration: none;
	}

#mainpage {
	width: 980px;
	height: 670px;
	margin: 0 auto 0 auto;
	background-repeat: no-repeat !important;
	background-position: 10px 70px !important;
}

#mainpage_link {
	float: left;
	margin: 20px 0 0 20px;
	width: 230px;
	height: 160px;
}

#plk_allstars {
	float: right;
	width: 697px;
	height: 33px;
	margin: 84px 20px 0 0;
	background: url('../img/plk_allstargame.png') no-repeat right; 

}
#menu {
	float: right;
	width: 697px;
	height: 29px;
	margin: 0 20px 0 0;
}
	#menu a, div.menu_spacer {
		float: right;
		display: block;
		height: 29px;
	}
		#menu a.news {
			width: 97px;
			background: url('../img/menu_news.png');
		}
			#menu a.news:hover {
				background: url('../img/menu_news_active.png');
			}
		#menu a.stars {
			width: 74px;
			background: url('../img/menu_stars.png');
		}
			#menu a.stars:hover {
				background: url('../img/menu_stars_active.png');
			}
		#menu a.voting {
			width: 100px;
			background: url('../img/menu_voting.png');
		}
			#menu a.voting:hover {
				background: url('../img/menu_voting_active.png');
			}
		#menu a.tickets {
			width: 55px;
			background: url('../img/menu_tickets.png');
		}
			#menu a.tickets:hover {
				background: url('../img/menu_tickets_active.png');
			}
		#menu a.schedule {
			width: 109px;
			background: url('../img/menu_schedule.png');
		}
			#menu a.schedule:hover {
				background: url('../img/menu_schedule_active.png');
			}
		#menu a.press {
			width: 159px;
			background: url('../img/menu_press.png');
		}
			#menu a.press:hover {
				background: url('../img/menu_press_active.png');
			}
		#menu a.sponsors {
			width: 91px;
			background: url('../img/menu_sponsors.png');
		}
			#menu a.sponsors:hover {
				background: url('../img/menu_sponsors_active.png');
			}
		#menu a.plkpl {
			width: 60px;
			background: url('../img/menu_plkpl.png');
		}
			#menu a.plkpl:hover {
				background: url('../img/menu_plkpl_active.png');
			}
		#menu .menu_spacer {
			width: 2px;
			background: url('../img/menu_spacer.gif');
		}

#separator {
	clear: both;
	height: 0;
}

#content {
	position: relative;
	width: 900px;
	height: 455px;
	margin: 0 0 0 20px;
	padding: 0 20px 0 20px;
	overflow: auto;
}
	#content #texts {
		float: left;
		width: 540px;
		min-height: 415px;
		_height: 415px;
		padding: 20px;
		background: url('../img/bg_texts.png') top;
	}
	#content #live {
		float: right;
		width:200px;
		height:80px;
		margin: 120px 40px 0 0;
	}
	#content #tbl {
		position: absolute;
		bottom: 0px;
		right: 20px;
		width: 142px;
		height: 50px;
		background: url('../img/tbl.gif') no-repeat;
	}
/*********************/
/* globalne tekstowe */

h1 {
	margin: 0;
	font-size: 19px;
	color: #700f11;
}
	h1.star {
		padding-left: 24px;
		background: url('../img/star_h1.png') no-repeat left center;
	}

h2 {
	margin: 8px 0 0 0;
	font-size: 17px;
	color: ;
}
	h2.star {
		padding-left: 24px;
		background: url('../img/star_h2.png') no-repeat left center;
	}

p {
	margin: 6px 0 0 0;
	color: #484848;
}
	p.lead {
		color: black;
	}
	p.star {
		padding-left: 24px;
		background: url('../img/star_p.png') no-repeat left top;
	}

a {
	color: #960054;
}

hr {
	background: none;
	height: 1px;
	border-top: 1px solid gray;
}

table.normal {
	border-collapse: collapse;
	margin-top: 10px;
}
	table.normal th {
		padding: 5px;
		border: 1px solid #808080;
	}
	table.normal td {
		padding: 5px;
		border: 1px solid #808080;
		color: #484848;
	}

table.colored {
	border-collapse: collapse;
	margin-top: 10px;
}
	table.colored th {
		padding: 5px;
		border: 1px solid #700f11;
		background-color: #700f11;
		color: #fff;
	}
	table.colored td {
		padding: 5px;
		border: 1px solid #700f11;
		color: #484848;
		vertical-align: top;
	}

th.star, td.star {
	padding-left: 24px !important;
	background: url('../img/star_p.png') no-repeat 4px center;
}

input, testarea, select {
	font-family: Arial, Sans-serif;
	font-size: 11px;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.small {
	font-size: 10px;
}

.error {
	color: red;
}
