/* www.zedjunior.com */

* {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 13px;
	color: #ffffff;
	margin: 0;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #0C0C0C;
	height: auto;
}

#body {
	width: 1020px;
	margin: 0 auto;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

p {
	padding: 15px 0 5px 0;
	color: #838383;
	word-spacing: 0.1px;
}

p a {
	color: #707070;
}

p b{
	color: #8F0606;
	font-weight: bold;
}

p span{
	color: #4B4B4B;
	font-weight: bold;
	font-size: 14px;
}

h1 {
	font-size: 24px;
	color: #ffffff;
}

h2 {
	margin-bottom: 9px;
	font-weight: bold;
	font-size: 14px;
	color: #adadad;
}

h2 span {
	font-weight: bold;
	font-size: 15px;
	color: #f40000;
}

h3 {
	padding: 5px 0px 5px 20px;
	font-weight: normal;
	font-size: 12px;
	color: #585858;
}

h3 a {
	color: #828282;
}

h4 {
	padding: 5px 0 0 20px;
	font-weight: bold;
	font-size: 13px;
	color: #666;
}

h4 span {
	font-weight: bold;
	font-size: 13px;
	color: #950C0C;
}

h5 {
	padding: 15px 0 0 0;
	font-weight: bold;
	font-size: 18px;
	color: #838383;
}

/* Hlavièka */
#head {
	background-image: url(images/head-background.jpg);
	background-repeat: no-repeat;
	background-color: #0B0B0B;
	height: 105px;
}

#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 43px 0 0 100px;
	overflow: hidden;
	height: 29px;
	width: 248px;
}
 
#logo span {
	background:url("images/logo.jpg") top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	display:block;
	height: 29px;
	width: 248px;
}

#logo-float {
	float: left;
}

#title {
	background-image: url(images/head-title.jpg);
	position: relative; overflow: hidden;
	background-repeat: no-repeat;
	margin: 43px 135px 0 0;
	height: 19px;
	width: 250px;
}

#title span {
	background:url("images/head-title.jpg") top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	display:block;
	height: 19px;
	width: 250px;
}

#title-float {
	float: right;
}
 
/* Menu */
#menu {
	margin: 0 0 0 60px;
}

#menu-ie {
	margin: 0 0 0 40px;
}

#menu ul li {
	display: inline;
	height: 32px;
	list-style: none;
	float: left;
	color: #D8D8D8;
}

#menu li#hlavni-stranka {
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 114px;
}

#menu li#hlavni-stranka span {
	background:url('images/menu-hlavni_stranka.jpg') top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	height: 32px;
	width: 248px;
	float: left;	
}

#menu li#archiv {
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 66px;
}

#menu li#archiv  span {
	background:url('images/menu-archiv.jpg') top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	height: 32px;
	width: 66px;
	float: left;	
}

#menu li#sluzby{
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 65px;
}

#menu li#sluzby span {
	background:url('images/menu-sluzby.jpg') top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	height: 32px;
	width: 65px;
	float: left;	
}

#menu li#o-nas{
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 62px;
}

#menu li#o-nas span {
	background:url('images/menu-o_nas.jpg') top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	height: 32px;
	width: 62px;
	float: left;	
}

#menu li#reference{
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 89px;
}

#menu li#reference span {
	background:url('images/menu-reference.jpg') top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	height: 32px;
	width: 89px;
	float: left;	
}

#menu li#kontakt{
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 77px;
}

#menu li#kontakt span {
	background:url('images/menu-kontakt.jpg') top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	height: 32px;
	width: 77px;
	float: left;	
}

#menu li#sport-mix{
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 82px;
}

#menu li#sport-mix span {
	background:url('images/menu-sport-mix.jpg') top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	height: 32px;
	width: 82px;
	float: left;	
}

#live{
	margin: 0px 0px 0px 50px;
	background-image: url('images/live-off.jpg');
	position: relative; overflow: hidden;
	background-repeat: no-repeat;
	height: 32px;
	width: 94px;
	float: left;
 }

#live span {
	background:url("images/live-off.jpg") top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	display:block;
	height: 32px;
	width: 94px;
}

#liveon{
	margin: 0px 0px 0px 50px;
	background-image: url('images/live-on-air.jpg');
	position: relative; overflow: hidden;
	background-repeat: no-repeat;
	height: 32px;
	width: 94px;
	float: left;
 }

#liveon span {
	background:url("images/live-on-air.jpg") top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	display:block;
	height: 32px;
	width: 94px;
}


#archiv-poradu{
	background-image: url('images/head-archiv.jpg');
	position: relative; overflow: hidden;
	background-repeat: no-repeat;
	height: 32px;
	width: 86px;
 }

#archiv-poradu span {
	background:url("images/head-archiv.jpg") top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	display:block;
	height: 32px;
	width: 86px;
}

/* Obsah */
#content {
	width: 775px;
	margin: 41px 0 0 108px;
}

#prehravac {
	width: 516px;
	height: 360px;
	float: left;
}

#prehravac img {
	border: 0px;
}

#seznam {
	width: 258px;
	height: 360px;
	float: right;
}

#dalsi-videa {
	margin: 20px 0px 5px 20px;
	background-image: url(images/dalsi-videa.jpg);
	position: relative; overflow: hidden;
	background-repeat: no-repeat;
	height: 14px;
	width: 72px;
 }

#dalsi-videa span {
	background:url("images/dalsi-videa.jpg") top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	display:block;
	height: 14px;
	width: 72px;
	float: right;
}

#dalsi-videa-main {
	margin: 10px 0px 5px 20px;
	background-image: url(images/dalsi-videa.jpg);
	position: relative; overflow: hidden;
	background-repeat: no-repeat;
	height: 14px;
	width: 72px;
 }

#dalsi-videa-main span {
	background:url("images/dalsi-videa.jpg") top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	display:block;
	height: 14px;
	width: 72px;
	float: right;
}

P.dalsi-videa {
	margin: 5px 0px 10px 20px;
	color: #474747;
	font-size: 11px;
}

P.dalsi-videa a {
	font-size: 11px;
	color: #474747;
}

P.zpet-na-archiv {
	margin: 5px 0px 5px 20px;
	padding: 0px;
}

P.zpet-na-archiv a {
	color: #474747;
	font-size: 11px;
}

P.dalsi-videa-home {
	padding: 0 0 2px 20px;
}

P.dalsi-videa-home a {
	font-size: 11px;
	color: #474747;
}

#mohlo-by-vas-take-zajimat {
	margin: 20px 0px 5px 20px;
	background-image: url(images/mohlo-by-vas-take-zajimat.jpg);
	position: relative; overflow: hidden;
	background-repeat: no-repeat;
	height: 14px;
	width: 175px;
 }

#mohlo-by-vas-take-zajimat span {
	background:url("images/mohlo-by-vas-take-zajimat.jpg") top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	display:block;
	height: 14px;
	width: 175px;
	float: right;
}

#sport-mix-rozhodnete {
	margin: 20px 0px 17px 20px;
	background-image: url(images/sport-mix-rozhodnete.jpg);
	position: relative; overflow: hidden;
	background-repeat: no-repeat;
	height: 37px;
	width: 194px;
 }

#sport-mix-rozhodnete span {
	background:url("images/sport-mix-rozhodnete.jpg") top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	display:block;
	height: 37px;
	width: 194px;
	float: right;
}

P.mohlo-by-vas-take-zajimat {
	margin: 6px 0 10px 20px;
	padding: 0;
	color: #6d6d6d;
	font-size: 12px;
}

P.mohlo-by-vas-take-zajimat b {
	font-size: 13px;
	color: #474747;
}

P.mohlo-by-vas-take-zajimat a {
	font-size: 12px;
	font-weight: bold;
	color: #828282;
	text-decoration: none;
}

#nejnovejsi-video {
	margin: 20px 0px 5px 20px;
	background-image: url(images/nejnovejsi-video.jpg);
	position: relative; overflow: hidden;
	background-repeat: no-repeat;
	height: 14px;
	width: 109px;
 }

#nejnovejsi-video span {
	background:url("images/nejnovejsi-video.jpg") top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	display:block;
	height: 14px;
	width: 109px;
	float: right;
}

#nejnovejsi-reference {
	margin: 20px 0px 5px 20px;
	background-image: url(images/nejnovejsi-reference.jpg);
	position: relative; overflow: hidden;
	background-repeat: no-repeat;
	height: 14px;
	width: 138px;
 }

#nejnovejsi-reference span {
	background:url("images/nejnovejsi-reference.jpg") top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	display:block;
	height: 14px;
	width: 138px;
	float: right;
}

#prave-hraje {
	margin: 20px 0px 5px 20px;
	background-image: url(images/prave-hraje.jpg);
	position: relative; overflow: hidden;
	background-repeat: no-repeat;
	height: 14px;
	width: 117px;
 }

#prave-hraje span {
	background:url("images/prave-hraje.jpg") top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	display:block;
	height: 14px;
	width: 117px;
	float: right;
}

#hlasovat {
	margin: 0 0px 5px 0;
	background-image: url(images/prave-hraje.jpg);
	position: relative; overflow: hidden;
	background-repeat: no-repeat;
	height: 57px;
	width: 105px;
 }

#hlasovat span {
	background:url("images/hlasovat.jpg") top left no-repeat;
	position:absolute; left:0; top:0; z-index:1;
	display:block;
	height: 57px;
	width: 105px;
	float: right;
}

#left {
	margin-top: 5px;
	width: 516px;
	float: left;
}

#right{
	width: 258px;
	float: right;
}

#hodnoceni-videa-left {
	width: 411px;
	float: left;
}

#hodnoceni-videa-right{
	width: 105px;
	float: right;
}

#hodnoceni-videa {
	padding: 0 0 5px;
}

h6 {
	padding: 5px 0px;
	color: #b9b9b9;
	font-size: 18px;
	font-weight: bold;
}

P.hodnoceni-videa-hlasy {
	padding: 0 0px 5px;
	color: #787878;
	font-size: 18px;
	font-weight: bold;
}

P.hodnoceni-videa-hlasy span {
	color: #3d7a27;
	font-size: 13px;
}

P.hodnoceni-videa-popis {
	padding: 10px 0px 5px;
	color: #888888;
	font-size: 13px;
	line-height: 22px;
}

P.informace {
	padding: 10px 0 5px 0;
	font-size: 12px;
	color: #474747;
}

P.informace span {
	font-size: 11px;
	color: #939393;
}

P.info-k-live {
	margin: 15px 0px 5px 20px;
	padding: 0px;
}

P.pravy-panel {
	margin: 5px 0px 10px 20px;
	padding: 0;
	color: #3d3d3d;
	font-size: 12px;
}

P.pravy-panel b {
	color: #3d3d3d;
	font-size: 12px;
}

P.pravy-panel-ad {
	margin: 5px 0px 10px 20px;
	padding: 0;
	color: #4c4c4c;
	font-size: 12px;
}

P.pravy-panel-ad a {
	color: #616161;
	font-size: 12px;
}

P.hlasy {
	margin: 10px 0px 5px 20px;
	padding: 0px;
}

P.hlasy a {
	color: #696969;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

P.hlasy a:hover {
	text-decoration: none;
}

P.hlasy span {
	color: #474747;
	font-size: 15px;
}

P.clanek {
	padding: 10px 0 0 0;
	color: #828282;
	font-size: 13px;
}

P.clanek span {
	color: #f40000;
	font-size: 13px;
}

P.clanek b {
	color: #B30007;
	font-size: 13px;
}

P.alert {
	margin: 10px 0 12px 0;
	padding: 0;
	color: #474747;
	font-size: 12px;
	text-align: center;
	color: #930C12;
}

P.alert b {
	margin: 10px 0 12px 0;
	padding: 0;
	color: #474747;
	font-size: 12px;
	text-align: center;
	color: #BF1016;
}

P.komentar {
	font-size: 12px;
	padding: 5px 0px 7px 0px;
	color: #838383;
}

P.komentar b {
	font-size: 12px;
	font-weight: bold;
	color: #676767;
}

.prev-left {
	margin-top: 5px;
	width: 102px;
	float: left;
}

.prev-left img{
	border: 5px #292929 solid;
	margin-bottom: 10px;
}

.prev-right{
	width: 400px;
	float: right;
	color: #828282;
	font-size: 13px;
	margin-bottom: 10px;
}

.prev-right a{
	font-weight: bold;
	color: #8f8f8f;
	font-size: 14px;
}

.prev-right span{
	font-weight: bold;
	color: #676767;
	font-size: 12px;
}
.hr {
	margin: 1px 0 0 0;
	background-image: url(images/hr.jpg);
	height: 1px;
	width: 514px;
}

.podsviceni{
	background-image: url('images/under-video.jpg');
	background-repeat: no-repeat;
	height: 133px;
	width: 516px;
 }

#apple {
	background-image: url('images/apple.jpg');
	background-repeat: no-repeat;
	height: 135px;
	width: 235px;
	margin-top: 15px;
}

#banner {
	background-image: url('images/banner.gif');
	background-repeat: no-repeat;
	height: 110px;
	width: 516px;
	margin: 20px 0 10px;
}

/* Formulář */
form {
	margin: 10px 0 0 0;
}

P.form {
	padding: 0 0 2px 2px;
	font-size: 11px;
	color: #7B7B7B;
}

input.jmeno{
	background-color: transparent;
	padding: 6px 0 0 10px;
	font-size: 12px;
	color: #3a3a3a;
	width: 115px;
	height: 31px;
	border: 0px;
}

#form-jmeno {
	background-image: url(images/form-input.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 126px;
	height: 28px;
	border: 0px;
}

textarea {
	background-color: transparent;
	margin: 12px 0px 0px 14px;
	font-size: 12px;
	color: #3a3a3a;
	height: 60px;
	width: 255px;
	border: 0px;
}

#form-textarea {
	background-image: url(images/form-textarea.jpg);
	background-repeat: no-repeat;
	background-color: #7B7B7B;
	margin: 5px 0 0 0;
	height: 82px;
	width: 286px;	
}

input.pridat_komentar {
	background-image: url(images/form-odeslat.jpg);
	background-repeat: no-repeat;
	background-color: #0C0C0C;
	margin: 10px 0 10px 0;
	height: 17px;
	width: 96px;
	border: 0px;	
}

input.submit-email {
	background-image: url(images/email-odeslat.jpg);
	background-repeat: no-repeat;
	background-color: #0C0C0C;
	margin: 10px 0 10px 0;
	height: 15px;
	width: 85px;
	border: 0px;	
}

/* Patièka */
#bottom-full {
	background-image: url(images/bottom-background.jpg);
	background-repeat: repeat-x;
	height: 132px;
}

#bottom {
	padding-left: 220px;
	margin: 0 auto;
	width: 1020px;
	margin-top: 10px;
}

#bottom p {
	padding: 50px 10px 10px 0;
	font-size: 13px;
	color: #717171;
}

#bottom b{
	font-size: 12px;
	color: #717171;
}

#bottom span{
	font-size: 12px;
	color: #494949;
}

#bottom span a{
	font-size: 12px;
	color: #494949;
}

#bottom a{
	font-size: 12px;
	color: #5e5e5e;
}