@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url('/img/background.jpg') no-repeat #000 center top;
	font: 13px/1.8 Verdana,Arial,sans-serif;
	color: #cacaca;
}
#page {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	z-index: 3;
	position: relative;
}


/* header */
#header {
	padding: 30px 0 20px 0;
	height: 158px;
}
#logo {
	background: url('/img/logo.png') no-repeat;
	float: left;
	margin: 0 30px 0 30px;
}
h1 a {
	display: block;
	width: 725px;
	height: 158px;
	text-indent: -9999px;
} 
#logo h1 {
	margin: 0;
	padding: 0;
	color: #000;
}


/* top menu */
#menu {
	margin: 0;
	padding: 18px 10px 0 10px;
	height: 60px;
	background: url('/img/menu-bg.png') no-repeat top center;
	text-transform: uppercase;
	font: bold 12px Arial,Helvetica,sans-serif;
	clear: both;
}
#menu a.menu {
	text-decoration: none;
	line-height: 49px;
	height: 49px;
	padding: 0 5px 0 5px;
	display: inline-block;
	color: #fff;
}
#menu a.menu:hover {
	color: #000;
}
#menu a#select {
	background: url('/img/menu-select.png') repeat-x left bottom;
	display: inline-block;
	padding: 0 0 0 18px;
	color: #fff;
	line-height: 49px;
	cursor: pointer;
}
#menu #select2 {
	background: url('/img/menu-select2.png') no-repeat right bottom;
	display: inline-block;
	line-height: 49px;
	padding-right: 25px;
	cursor: pointer;
}
#menu ul {
	height: 49px;
	padding: 11px 0 0 0;
	margin: 0;
	float: left;
}
#menu li {
	float: left;
	display: inline-block;
	padding: 0 10px 0 10px;
	margin: 0;
	background: none;
	line-height: 49px;
}


/* content */
#content {
	background: url('/img/content-bg.png') repeat-y #000 1px 0;
	padding-bottom: 30px;
}
.left {
	float: left;
	width: 680px;
	margin: 0;
	padding: 0;
}
.left-content {
	margin: 0;
	padding: 0 30px 0 30px;
}
.right {
	float: right;
	width: 280px;
	margin: 0;
	padding: 0;
}
.right-content {
	margin: 0;
	padding: 10px 20px 0 20px;
}
.cleaner {
	clear: both;
	visibility: hidden;
}


/* sidebar */
table#sidebar-match {
	border: 0;
	margin: 15px 0 0 0;
	width: 100%;
	background: url('/img/match-bg.png') no-repeat top center;
}
table#sidebar-match td {
	width: 50%;
	border: 0;
}
table#sidebar-match td#team-left {
	text-align: center;
	height: 99px;
}
table#sidebar-match td#team-right {
	text-align: center;
	height: 99px;
}
table#sidebar-match td.team {
	color: #888;
	text-align: center;
	font-size: 12px;
}
table#sidebar-table {
	width: 100%;
	border: 0;
	margin: 10px 0 10px 0;
}
table#sidebar-table tr {
	height: 21px;
	line-height: 20px;
	font-size: 11px;
}
table#sidebar-table td {
	background: url('/img/sidebar-table2.png') no-repeat;
	border: 0;
}
table#sidebar-table td.sidebar-position {
	text-align: center;
	background: url('/img/sidebar-table1.png') no-repeat;
	width: 30px;
}
table#sidebar-table td.sidebar-points {
	text-align: center;
	background: url('/img/sidebar-table3.png') no-repeat top right;
}
tr.select-team {
	color: #e49816;
}
ul#sidebar-news {
	margin: 0;
	padding: 0;
}
ul#sidebar-news li {
	margin: 5px 0 10px 0;
	padding: 0;
	list-style: none;
}
.sidebar-hrline {
	background: url('/img/sidebar-hrline.png') repeat-x;
	height: 22px;
	margin: 10px -20px 15px -19px;
}


/* footer */
#footer {
	color: #fff;
	height: 46px;
	line-height:  46px;
	padding: 0 0 24px 130px;
	background: url('/img/footer-bg.jpg') no-repeat;
	position: relative;
	z-index: 3;
}
#footer-img {
	background: url('/img/footer-img.jpg') no-repeat top center;
	height: 450px;
	width: 100%;
	position:  absolute;
	margin-top: -320px;
	z-index: 1;
}


/* tables */
table {
	width: 100%;
	margin: 10px 0 25px 0;
	border: 1px solid #1a1a1a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
table th {
	font-size: 11px;
	color: #7b7b7b;
	font-style: italic;
}
table tr {
	height: 25px;
	line-height: 25px;
}
table td {
	text-align: center;
}
tr.select {
	color: #e49816;
}
tr#celkem {
	color: #666;
}


/* match box */
.match-box {
	border:  1px solid #212121;
	margin: 0 0 20px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.match-box span {
	margin-top: 15px;
	display: inline-block;
}
.match-left {
	width: 288px;
	padding: 10px;
	float: left;
	border-right: 1px solid #212121;
}
.match-left img {
	float: left;
	margin-right: 10px;
}
.match-right {
	width: 288px;
	padding: 10px;
	float: right;
	text-align: right;
}
.match-right img {
	float: right;
	margin-left: 10px;
}
.score {
	position: absolute;
	border:  1px solid #212121;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	width: 60px;
	margin: -61px 0 0 267px;
	text-align: center;
	background: #000;
	font-size: 14px;
	font-weight: bold;
}


/* photogallery */
#photo-nav {
	text-align: center;
	line-height: 30px;
}
#photo-nav span {
	text-align: center;
	display: inline-block;
	width: 70%;
}
.thumb {
	margin: 0 10px 0 10px;
	border:  0;
}
.thumb-select {
	margin: 0 8px 0 8px;
	border:  2px solid #e49816;
}
a.photo-thumb {
	border: 0;  
}
.ad-thumb-list li{
list-style:none;
float: left;
}


/* headlines */
h2, h3, h4 {
	font-family: Arial,verdana,sans-serif;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 22px;
	color: #fff;
	line-height: 70px;
}
h3 {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}
h4.sidebar {
	font-size: 14px;
	margin: 0;
	padding: 5px 0 5px 0;
}
h4.gold {
	font-size: 14px;
	padding: 5px 0 5px 0;
	color: #e49816;
	text-align: center;
}
#headlineh2 {
	background: url('/img/h2-bg.png') repeat-x center bottom;
	margin: 0 -30px 25px -30px;
	padding: 0 30px 0 30px;
	line-height: 70px;
	height: 70px;
}
#headlineh2 a {
	float: right;
}
#headlineh2 h2 {
	float: left;
	padding: 0;
}
#headlineh3 {
	margin: 0 -30px 15px -30px;
	padding: 0 30px 0 30px;
	line-height: 50px;
}
#headlineh3 a {
	float: right;
}
#headlineh3 h3 {
	float: left;
	padding: 0;
}


/* link and buttons */
a {
	color: #e49816;
}
a:hover {
	color: #ccc;
}
a.button-grey {
	background: url('/img/button-grey.png') repeat-x 0 0;
	border:  1px solid #484848;
	display: inline-block;
	padding: 0 12px 0 12px;
	margin: 0 5px 0 5px;
	color: #fff;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	/* behavior: url('border-radius.htc'); */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
a.button-grey:hover {
	background: url('/img/button-grey.png') repeat-x 0 -20px;
}
a.button-gold {
	background: url('/img/button-gold.png') repeat-x 0 0;
	border:  1px solid #b57206;
	display: inline-block;
	padding: 0 12px 0 12px;
	margin: 0 5px 0 5px;
	color: #fff;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	/* behavior: url('border-radius.htc'); */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
a.button-gold:hover {
	background: url('/img/button-gold.png') repeat-x 0 -20px;
}
#submenu {
	height: 30px;
	padding: 15px 0 0 0;
}


/* text formating */
img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
p {
	margin: 5px 0 15px;
	padding: 0;
	text-align: justify;
}
.grey {
	color: #888;
}
.gold {
	color: #e49816;
}
.date {
	color: #888;
	font-style: italic;
}
.clear {
	clear: both;
}
.hrline {
	border-bottom: 1px solid #121212;
	margin: 0 -30px 15px -30px;
	padding: 15px 0 0 0;
}
.leftside {
	float: left;
	line-height: 30px;
}
.rightside {
	float: right;
	line-height: 30px;
}
.titlebox {
	width: 300px;
	float: left;
	padding: 0 9px 20px 0;
}
.box {
	padding: 10px;
	border:  1px solid #212121;
	width: 260px;
	margin: 0 20px 20px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.8;
}
.player-box {
	padding: 10px;
	border:  1px solid #212121;
	float: left;
	width: 260px;
	margin: 0 20px 20px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.player-box img {
	float: left;
}
.player-box ul {
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
}
.player-box li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.imgleft {
	float: left;
	padding: 0 20px 20px 0;
}
ul#travel {
	padding: 0;
	margin: 0;
}
ul#travel li {
	list-style: none;
	padding: 10px 10px 10px 80px;
	border:  1px solid #212121;
	margin: 0 0 20px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
li#bus {
	background: url('/img/icon-bus.png') no-repeat;
}
li#tram {
	background: url('/img/icon-tram.png') no-repeat;
}
li#car {
	background: url('/img/icon-car.png') no-repeat;
}
li#foot {
	background: url('/img/icon-foot.png') no-repeat;
}
iframe {
	margin: 10px 0 10px 0;
}