/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	background: #fff url(../img/head-pattern.gif) repeat-x;
	color: #000;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 310px 0 0;
	width: 1000px;
	text-align: left;
}

#lcolumn,
#rcolumn {
	float: left;
	width: 188px;
	margin: 0 20px 0 0;
}

#main {
	float: right;
	width: 750px;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 310px;
	background: url(../img/head.jpg) no-repeat;
	font-size: 11px;
	overflow: hidden;
}

#foot {
	width: 100%;
	height: 190px;
	background: url(../img/foot-pattern.gif) repeat-x;
	font-size: 11px;
	overflow: hidden;
}

/* ==============================================[ vlastni tridy ] */

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

/* ==============================================[ hlavicka ] */

#head .header,
#head .hr {
	display: none;
}

#logo a,
#head a {
	background: transparent;
}

#logo,
#head .sitemenu,
#head .mainmenu {
	position: absolute;
	overflow: hidden;
}

#logo {
	z-index: 2;
	top: 150px;
	left: 15px;
	margin: 0;
	padding: 0;
	width: 400px;
	height: 150px;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
}

#logo span {
	display: none;
}

#head .sitemenu {
	top: 10px;
	left: 0px;
	width: 280px;
	height: 40px;
	font-size: 10px;
	line-height: 25px;
	white-space: nowrap;
}

#head .sitemenu ul {
	height: 100%;
}

#head .sitemenu li {
	float: left;
	margin: 0 6px 0 0;
	width: 70px;
	height: 100%;
}

#head .sitemenu li.n03 {
	width: 90px;
}

#head .sitemenu a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	color: #000;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	text-transform: lowercase;
}

#head .sitemenu a:hover {
	text-decoration: underline;
}

#head .mainmenu {
	top: 177px;
	left: 430px;
	width: 580px;
	height: 43px;
	font-size: 18px;
	line-height: 43px;
	white-space: nowrap;
}

#head .mainmenu ul {
	height: 100%;
}

#head .mainmenu li {
	float: left;
	height: 100%;
}

#head .mainmenu a {
	display: block;
	float: left;
	padding: 0 8px;
	height: 100%;
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
}

#head .mainmenu a:hover {
	background: #eac45d url(../img/head-mainmenu-hover.gif) repeat-x;
	color: #fff;
}

#head .mainmenu a.active {
	background: transparent;
	color: #fff;
}

* html #head .mainmenu a.active {
	background: transparent !important;
}

/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot a {
	background: transparent;
}

#foot .container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 940px;
	height: 100%;
	background: url(../img/foot.jpg) no-repeat;
	color: #fff;
	text-align: left;
}

#foot .text {
	margin: 0;
}

#foot .sitemenu,
#foot .mainmenu,
#foot .sidlo,
#foot .netwings,
#foot .copy,
#foot .ontop {
	position: absolute;
	overflow: hidden;
}

#foot .sitemenu {
	top: 110px;
	left: 730px;
	width: 210px;
	height: 30px;
	line-height: 1.2em;
}

#foot .sitemenu li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 2px solid #eec860;
}

#foot .sitemenu li.n03 {
	margin: 0;
	padding: 0;
	border: none;
}

#foot .sitemenu a {
	color: #eec860;
	font-weight: bold;
	text-decoration: none;
}

#foot .sitemenu a:hover {
	text-decoration: underline;
}

#foot .mainmenu {
	top: 70px;
	left: 430px;
	width: 510px;
	height: 30px;
	line-height: 1.2em;
}

#foot .mainmenu li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 2px solid #fff;
}

#foot .mainmenu li.n06 {
	margin: 0;
	padding: 0;
	border: none;
}

#foot .mainmenu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#foot .mainmenu a:hover {
	text-decoration: underline;
}

#foot .sidlo {
	top: 70px;
	left: 50px;
	width: 300px;
	height: 70px;
	text-align: center;
}

#foot .sidlo strong {
	color: #eec860;
	font-size: 14px;
}

#foot .netwings {
	top: 160px;
	left: 0;
	width: 150px;
	height: 30px;
}

#foot .netwings .text {
	height: 100%;
}

#foot .netwings a {
	display: block;
	height: 100%;
}

#foot .netwings span {
	display: none;
}

#foot .copy {
	top: 160px;
	left: 430px;
	width: 510px;
	height: 30px;
	text-align: right;
	line-height: 30px;
	white-space: nowrap;
}

#foot .copy a {
	color: #fff;
	text-decoration: underline;
}

#foot .copy a:hover {
	color: #000;
}

#foot .ontop {
	top: 20px;
	left: 840px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}

#foot .ontop .text {
	height: 100%;
}

#foot .ontop a {
	display: block;
	height: 100%;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

#foot .ontop a:hover {
	text-decoration: underline;
}

/* ==============================================[ sloupec ] */

#lcolumn .hr,
#rcolumn .hr {
	display: none;
}

#lcolumn .box,
#rcolumn .box {
	position: relative;
	margin: 0 0 10px;
	width: 100%;
}

#lcolumn .box .header,
#rcolumn .box .header {
	margin: 0 0 1px;
	padding: 5px 10px;
	background: #006e96 url(../img/column-box-header.jpg) no-repeat 100% 100%;
	color: #fff;
	font-size: 127%;
	font-weight: bold;
	text-transform: lowercase;
}

#lcolumn .box .header strong,
#rcolumn .box .header strong {
	color: #eec860;
}

#lcolumn .box .container,
#rcolumn .box .container {
	margin: 0;
	padding: 10px;
	background: url(../img/column-box-container.gif) repeat-x;
}

#lcolumn .box.blue .container,
#rcolumn .box.blue .container {
	background-color: #006e96;
	background-image: url(../img/column-box-container-2.gif);
	color: #fff;
}

#lcolumn .box.blue a,
#rcolumn .box.blue a {
	background: transparent;
	color: #fff;
	text-decoration: none;
}

#lcolumn .box.blue a:hover,
#rcolumn .box.blue a:hover {
	text-decoration: underline;
}

#lcolumn .box form input,
#rcolumn .box form input {
	width: 149px;
}

#lcolumn .sportmenu,
#rcolumn .sportmenu {
	width: 189px;
	margin: 0 -11px 10px 0;
	font-size: 12px;
}

#lcolumn .sportmenu .header,
#rcolumn .sportmenu .header {
	display: none;
}

#lcolumn .sportmenu li,
#rcolumn .sportmenu li {
	border-bottom: 1px solid #fff;
}

#lcolumn .sportmenu a,
#rcolumn .sportmenu a {
	display: block;
	padding: 7px 10px;
	color: #000;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}

#lcolumn .sportmenu a:hover,
#rcolumn .sportmenu a:hover {
	background: #badce9;
}

#lcolumn .sportmenu a.active,
#rcolumn .sportmenu a.active {
	background: #000 url(../img/column-sportmenu-active.gif) repeat-x;
	color: #fff;
}


/* ==============================================[ obsah ] */


