@import url("layout.css");
@import url("menu.css");


/*welcome plocha*/
#welcome-left {
	margin:0;
	padding:0;
	float:left;
	width:6px;
	height:160px;
	background:#000 url("../img/welcome-left.gif") no-repeat top left;
}
#welcome-box {
	float:left;
	width:536px;
	height:160px;
	background:#000 url("../img/welcome-box-bg.jpg") no-repeat top right;
}
	#welcome-box p {		
		width:300px;
	}
	
/*kdyhrajem plocha*/
#kdyhrajem-box {
	float:right;
	width:201px;
	height:160px;
	background:#950000 url("../img/kdyhrajem-box-bg.jpg") no-repeat top left;
}
#who {	
	display:block;
	position:relative;
	top:75px;
	width:180px;
	color:#fdb902;
	font:1.4em Arial;
}
#when {
	position:relative;
	top:80px;
	font:1.9em Arial;
}
#where {
	position:relative;
	top:80px;
	font:1.2em Arial;
}

/*sestava*/
#sestava-box {
	position:relative;
	float:left;
	width:542px;
	height:232px;
	background:#000 url("../img/black-corner-lt.gif") no-repeat top left;
}
#sestava-rt {
	width:542px;
	height:232px;
	background:url("../img/black-corner-rt.gif") no-repeat top right;
}
#sestava-lb {
	width:542px;
	height:232px;
	background:url("../img/black-corner-lb.gif") no-repeat bottom left;
}
#sestava-rb {
	width:542px;
	height:232px;
	background:url("../img/black-corner-rb.gif") no-repeat bottom right;
}
.imgtitlesestava {
	margin:0;
	padding:0;
	position:relative;
	top:16px;
	left:15px;
}

#players {
	position:absolute;
	top:40px;
	left:7px;
	_left:0px;
}
.player-card {
	float:left;
	margin:0 8px;
}
.player-info {
	margin:5px 0;
	font:0.8em Arial;
	font-weight:bold;
}
.player-card span {
	font-weight:normal;
	color:#f1a500;
}
/*aktuality*/
#aktuality-box {
	position:relative;
	width:201px;
	height:138px;
	background:orange url("../img/aktualiti-bg.jpg") no-repeat top left;
}
#aktuality-box p {
	position:relative;
	top:45px;
	left:13px;
	margin:0;
	padding:0;
	width:180px;
	height:67px;
	font:0.7em Arial;
	overflow:hidden;
}
/*video*/
#video-box {
	position:relative;
	margin:8px 0 0 0;
	width:201px;
	height:84px;
	background:#fff url("../img/video-bg.jpg") no-repeat top left;
}
#video-box h3 {
	position:relative;
	top:10px;
	left:10px;
	margin:0;
	padding:0;
	color:#0b0b0a;
}


