/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	padding: 0 0 10px;
	border-top: 8px solid #800;
	background: url(../img/body.gif) repeat 50% 0;
	text-align: center;
}

body.zima {
	border-top-color: #8cb6b8;
	background-image: url(../img/zima-body.png);
}

body.jaro {
	border-top-color: #8cb6b8;
	background-image: url(../img/jaro-body.png);
}

body.hokej {
	border-top-color: #8cb6b8;
	background-image: url(../img/hokej-body.png);
}

body.fotbal {
	border-top-color: #228B22;
	background-image: url(../img/fotbal-body.png);
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 270px 0 0;
	width: 980px;
	text-align: left;
}

#head,
#foot,
#column,
#main {
	position: relative;
	width: 100%;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 270px;
}

#foot {
	height: 55px;
}

#column {
	float: left;
	margin: 0 0 20px;
	width: 280px;
	background: url(../img/column.png) repeat-y;
}

#main {
	float: right;
	width: 695px;
}

/* ==============================================[ vlastni tridy ] */

.hidden {
	display: none;
}


/* ==============================================[ iepngfix ] */

* html img.png,
* html #head .bg,
* html #head .top .cook,
* html #foot .bg,
* html #column .bgb,
* html #main .box .bgt,
* html #main .box .bgb {
	behavior: url(./css/iepngfix.htc);
}

/* ==============================================[ hlavicka ] */

#head .header,
#head .hr {
	display: none;
}

#logo,
#head .bg,
#head .slideshow,
#head .phone,
#head .top,
#head .basket,
#head .login,
#head .topmenu,
#head .lang {
	position: absolute;
	font-size: 11px;
	overflow: hidden;
}

#logo {
	z-index: 2;
	top: 15px;
	left: 60px;
	margin: 0;
	padding: 0;
	width: 165px;
	height: 85px;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
	background: url(../img/logo-white.png) no-repeat;
}

body.jaro #logo a {background-image: url(../img/logo-black.png)}

#logo span {
	display: none;
}

#head .bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/head.png) no-repeat;
}

body.zima #head .bg {background-image: url(../img/zima-head.png)}
body.jaro #head .bg {background-image: url(../img/jaro-head.png)}
body.hokej #head .bg {background-image: url(../img/hokej-head.png)}
body.fotbal #head .bg {background-image: url(../img/fotbal-head.png)}

#head .slideshow {
	top: 90px;
	left: 0;
	width: 280px;
	height: 180px;
}

#head .slideshow .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat;
}

body.zima #head .slideshow .slide {background-image: url(../img/head-slide-zima.jpg)}
body.jaro #head .slideshow .slide {background-image: url(../img/head-slide-jaro.jpg)}
body.hokej #head .slideshow .slide {background-image: url(../img/head-slide-hokej.jpg)}
body.fotbal #head .slideshow .slide {background-image: url(../img/head-slide-fotbal.jpg)}

#head .slideshow .slide.n00 {background-position: 0 0px}
#head .slideshow .slide.n01 {background-position: 0 -180px}
#head .slideshow .slide.n02 {background-position: 0 -360px}

#head .phone {
	top: 0px;
	left: 300px;
	width: 540px;
	height: 40px;
	color: #fff;
	font-size: 25px;
	line-height: 40px;
	white-space: nowrap;
}

#head .phone p {
	margin: 0;
}

#head .phone img {
	position: relative;
	top: 3px;
}

#head .top {
	top: 60px;
	left: 310px;
	width: 275px;
	height: 135px;
	overflow: visible;
}

#head .top .cook {
	position: absolute;
	top: -17px;
	left: 20px;
	width: 79px;
	height: 162px;
	background: url(../img/head-top-cook.png) no-repeat;
}

#head .top .header {
	display: block;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

#head .top .item {
	margin: 0 0 0 150px;
	width: 125px;
}

#head .top p,
#head .top .img {
	margin: 3px 0;
	text-align: center;
	visibility: visible;
}

#head .top .img img {
	padding: 0;
	border: 5px solid #800;
}

#head .top .img a:hover img {
	border-color: #000;
}

#head .basket {
	top: 60px;
	left: 310px;
	width: 275px;
	height: 135px;
}

#head .basket .header {
	display: block;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

#head .basket .window {
	width: 100%;
	height: 85px;
	overflow: auto;
}

#head .basket .window table {
	margin: 6px 0;
}

#head .basket .window td {
	padding: 2px 4px;
}

#head .basket p {
	text-align: right;
}

#head .basket p a {
	margin: 0 10px;
}

#head .login {
	top: 60px;
	left: 645px;
	width: 310px;
	height: 135px;
	color: #fff;
}

#head .login .header {
	display: block;
	margin: 0;
	color: #dad99e;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

#head .login form {
	text-align: right;
}

#head .login p {
	text-align: right;
}

#head .login p input {
	width: 220px;
}

#head .login p a {
	margin: 0 10px;
	color: #dad99e;
	text-decoration: none;
}

#head .login button.mini {
	color: #800;
	background-image: url(../img/head-login-button-mini.png);
}

#head .login a:hover {
	color: #fff;
}

#head .topmenu {
	top: 217px;
	left: 300px;
	width: 670px;
	height: 48px;
	font-size: 15px;
	font-weight: bold;
	line-height: 48px;
	white-space: nowrap;
}

#head .topmenu ul {
	height: 100%;
}

#head .topmenu ul li {
	float: left;
	margin: 0 0 0 30px;
}

* html #head .topmenu ul li {
	margin: 0 15px;
}

#head .topmenu ul a {
	display: block;
	height: 100%;
	color: #dad99e;
	text-decoration: none;
	text-transform: uppercase;
}

* html #head .topmenu ul a {
	float: left;
}

body.zima #head .topmenu ul a {
	color: #222;
}

#head .topmenu ul a.active,
#head .topmenu ul a:hover,
body.zima #head .topmenu ul a:hover,
body.zima #head .topmenu ul a.active {
	color: #fff;
}

#head .lang {
	top: 9px;
	left: 900px;
	width: 60px;
	height: 22px;
}

#head .lang ul {
	height: 100%;
}

#head .lang ul li {
	width: 28px;
	height: 100%;
}

#head .lang ul li.n01 {float: left}
#head .lang ul li.n02 {float: right}

#head .lang ul a {
	display: block;
	height: 100%;
	background: url(../img/head-lang.png) no-repeat;
}

#head .lang ul li.n01 a {background-position: 0 0}
#head .lang ul li.n02 a {background-position: 0 -22px}

#head .lang ul span {
	display: none;
}

/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot .bg,
#foot .copyright {
	position: absolute;
	overflow: hidden;
}

#foot .bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/foot.png) no-repeat;
}

body.zima #foot .bg {
	background-image: url(../img/zima-foot.png);
}

#foot .copyright {
	top: 8px;
	left: 30px;
	width: 920px;
	height: 35px;
	color: #fff;
	text-align: center;
}

body.zima #foot .copyright {
	color: #222;
}

#foot .copyright p {
	text-align: center;
}

#foot .copyright a {
	color: #fff;
	text-decoration: none;
}

body.zima #foot .copyright a {
	color: #222;
}

#foot .copyright a:hover {
	text-decoration: underline;
}

/* ==============================================[ sloupec ] */

#column .bgb {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(../img/column-bgb.png) no-repeat;
	font-size: 0;
	overflow: hidden;
}

#column .box {
	position: relative;
	margin: 0 25px;
}

#column .box .header {
	margin: 10px 0;
	padding: 0;
	font-size: 164%;
	font-style: italic;
	font-weight: normal;
}

#column .box .container {
	margin: 0;
	padding: 1px 0;
}

#column .box.top .item {
	margin: 0 0 20px;
}

#column .box.top .item .img-left,
#column .box.top .item .img-right {
	margin-top: 0;
}

#column .box.top .item .img img,
#column .box.top .item .img-left img,
#column .box.top .item .img-right img {
	padding: 0;
	border: 5px solid #800;
}

#column .box.top .item .img a:hover img,
#column .box.top .item .img-left a:hover img,
#column .box.top .item .img-right a:hover img {
	border-color: #000;
}

#column .box.top .item p {
	text-align: left;
}

/* ==============================================[ obsah ] */

#main .box {
	position: relative;
	margin: 20px 0 40px;
	width: 695px;
	background: url(../img/main-box-bgc.png) repeat-y;
}

#main .box .bgt,
#main .box .bgb {
	position: absolute;
	z-index: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: no-repeat;
	font-size: 0;
	overflow: hidden;
}

#main .box .bgt {
	top: -12px;
	height: 12px;
	background-image: url(../img/main-box-bgt.png);
}

#main .box .bgb {
	bottom: -18px;
	height: 18px;
	background-image: url(../img/main-box-bgb.png);
}

* html #main .box .bgb {
	display: none;
}

#main .box .header {
	margin: 0 25px;
	font-size: 127%;
	text-align: right;
	text-transform: uppercase;
}

#main .box .container {
	position: relative;
	z-index: 1;
	margin: 0 25px;
	padding: 1px 0;
	width: 645px;
}

#main .box.jidelnicek .content {
	display: none;
}

#main .box.jidelnicek .kategorie p {
	margin: 1em 0;
	text-align: center;
	line-height: 1.8;
}

#main .box.jidelnicek .kategorie a {
	margin: 0 12px;
	text-decoration: none;
	white-space: nowrap;
}

#main .box.jidelnicek .kategorie a.active {
	font-weight: bold;
}

#main .box.jidelnicek table tr.light {
	background: #e3dfc7;
}

#main .box.jidelnicek table td {
	vertical-align: middle;
}
