/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ vlastni tridy ] */

.hidden {
	display: none;
}

.bgt,
.bgb,
.bgl,
.bgr {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	font-size: 0;
}

.bgl,
.bgr {
	width: auto;
	height: 100%;
}

.bgb {
	top: auto;
	bottom: 0;
}

.bgr {
	left: auto;
	right: 0;
}

/* ==============================================[ hlavni bloky ] */

body {
	position: relative;
	background: #161616 url(../img/body.jpg) fixed no-repeat 50% 50%;
}

#body-bg .bgt,
#body-bg .bgb {
	height: 160px;
	background: #0f0f0f;
}

#page {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 480px 0 0;
	width: 790px;
}

#main,
#head,
#front,
#foot {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main {
	z-index: 3;
	margin: 0 25px 10px;
	width: 740px;
	min-height: 130px;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 160px;
	background: #0f0f0f;
}

#front {
	position: absolute;
	z-index: 2;
	top: 220px;
	left: 0;
	height: 250px;
}

#foot {
	height: 160px;
	background: #0f0f0f;
}

/* ==============================================[ barevne varianty ] */

body.s01 #body-bg .bgt,
body.s01 #body-bg .bgb,
body.s01 #head,
body.s01 #foot,
body.s01 button {
	background: #317589;
}

body.s01 a,
body.s01 h1,
body.s01 h2,
body.s01 h3,
body.s01 h4,
body.s01 h5,
body.s01 h6 {
	color: #317589;
}

body.s02 #body-bg .bgt,
body.s02 #body-bg .bgb,
body.s02 #head,
body.s02 #foot,
body.s02 button {
	background: #7a0a0a;
}

body.s02 a,
body.s02 h1,
body.s02 h2,
body.s02 h3,
body.s02 h4,
body.s02 h5,
body.s02 h6 {
	color: #7a0a0a;
}

body.s03 #body-bg .bgt,
body.s03 #body-bg .bgb,
body.s03 #head,
body.s03 #foot,
body.s03 button {
	background: #DC801E;
}

body.s03 a,
body.s03 h1,
body.s03 h2,
body.s03 h3,
body.s03 h4,
body.s03 h5,
body.s03 h6 {
	color: #DC801E;
}

/* ==============================================[ hlavicka ] */

#logo,
#head .box {
	position: absolute;
	overflow: hidden;
	margin: 0;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 11px;
}

#head .box .header  {
	display: none;
}

#logo {
	z-index: 2;
	top: 105px;
	left: 0;
	width: 332px;
	height: 78px;
}

#logo a {
	display: block;
	height: 100%;
	background: url(../img/logo-white.png) no-repeat;
}

#logo img {
	display: none;
}

#head .box.menu {
	top: 125px;
	left: 350px;
	width: 440px;
	height: 26px;
	line-height: 26px;
	white-space: nowrap;
}

#head .box.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#head .box.menu ul li {
	float: left;
	margin: 0 0 0 20px;
}

#head .box.menu ul a {
	display: block;
	position: relative;
	height: 100%;
	color: #ccc !important;
	text-decoration: none;
	text-transform: uppercase;
}

#head .box.menu ul a {background: #000}
#head .box.menu ul a:hover,
#head .box.menu ul a.active {background: #1c1c1c}

body.s01 #head .box.menu ul a {background: #296b7e}
body.s01 #head .box.menu ul a:hover,
body.s01 #head .box.menu ul a.active {background: #155365}

body.s02 #head .box.menu ul a {background: #6e0909}
body.s02 #head .box.menu ul a:hover,
body.s02 #head .box.menu ul a.active {background: #630808}

body.s03 #head .box.menu ul a {background: #B86915}
body.s03 #head .box.menu ul a:hover,
body.s03 #head .box.menu ul a.active {background: #6F3B03}

#head .box.menu ul a.active {
	font-weight: bold;
}

#head .box.menu ul span {
	display: block;
	cursor: pointer;
}

#head .box.menu ul span.text {
	margin: 0 15px;
}

#head .box.menu ul span.bgl,
#head .box.menu ul span.bgr {
	width: 12px;
	height: 26px;
	background: url(../img/head-menu.png) no-repeat;
}

#head .box.menu ul span.bgl {background-position: 0 0}
#head .box.menu ul span.bgr {background-position: -12px 0}
#head .box.menu ul a:hover span.bgl,
#head .box.menu ul a.active span.bgl {background-position: -24px 0}
#head .box.menu ul a:hover span.bgr,
#head .box.menu ul a.active span.bgr {background-position: -36px 0}

body.s01 #head .box.menu ul span.bgl {background-position: 0 -26px}
body.s01 #head .box.menu ul span.bgr {background-position: -12px -26px}
body.s01 #head .box.menu ul a:hover span.bgl,
body.s01 #head .box.menu ul a.active span.bgl {background-position: -24px -26px}
body.s01 #head .box.menu ul a:hover span.bgr,
body.s01 #head .box.menu ul a.active span.bgr {background-position: -36px -26px}

body.s02 #head .box.menu ul span.bgl {background-position: 0 -52px}
body.s02 #head .box.menu ul span.bgr {background-position: -12px -52px}
body.s02 #head .box.menu ul a:hover span.bgl,
body.s02 #head .box.menu ul a.active span.bgl {background-position: -24px -52px}
body.s02 #head .box.menu ul a:hover span.bgr,
body.s02 #head .box.menu ul a.active span.bgr {background-position: -36px -52px}

body.s03 #head .box.menu ul span.bgl {background-position: 0 -78px}
body.s03 #head .box.menu ul span.bgr {background-position: -12px -78px}
body.s03 #head .box.menu ul a:hover span.bgl,
body.s03 #head .box.menu ul a.active span.bgl {background-position: -24px -78px}
body.s03 #head .box.menu ul a:hover span.bgr,
body.s03 #head .box.menu ul a.active span.bgr {background-position: -36px -78px}

/* ==============================================[ uvodni menu ] */

#front .box {
	position: absolute;
	overflow: hidden;
	margin: 0;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 11px;
}

#front .box .header  {
	display: none;
}

#front .box.menu {
	overflow: visible;
	top: 0px;
	left: 0px;
	width: 790px;
	height: 210px;
}

#front .box.menu ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#front .box.menu ul li {
	float: left;
	margin: 0 5px 0 0;
	width: 260px;
	height: 210px;
}

#front .box.menu ul li.n03 {
	margin: 0;
}

#front .box.menu ul a {
	display: block;
	position: relative;
	height: 100%;
	background: url(../img/front-menu.jpg) no-repeat;
	color: #000 !important;
	text-decoration: none;
}

#front .box.menu ul li.n01 a {background-color: #317589; background-position: 0 0}
#front .box.menu ul li.n02 a {background-color: #7a0a0a; background-position: -260px 0}
#front .box.menu ul li.n03 a {background-color: #DC801E; background-position: -520px 0}

#front .box.menu ul li.n01 a:hover {background-position: 0 -210px !important}
#front .box.menu ul li.n02 a:hover {background-position: -260px -210px !important}
#front .box.menu ul li.n03 a:hover {background-position: -520px -210px !important}

#front .box.menu ul li.n01 a.active,
#front .box.menu ul li.n01 a.active:hover {background-position: 0 0 !important}
#front .box.menu ul li.n02 a.active,
#front .box.menu ul li.n02 a.active:hover {background-position: -260px 0 !important}
#front .box.menu ul li.n03 a.active,
#front .box.menu ul li.n03 a.active:hover {background-position: -520px 0 !important}

#front .box.menu ul li.n01 a.inactive {background-position: 0 -420px}
#front .box.menu ul li.n02 a.inactive {background-position: -260px -420px}
#front .box.menu ul li.n03 a.inactive {background-position: -520px -420px}

#front .box.menu ul span {
	display: block;
	position: absolute;
	cursor: pointer;
}

#front .box.menu ul span.text {
	top: 25px;
	left: 20px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	white-space: nowrap;
}

#front .box.menu ul span.more {
	top: 178px;
	left: 174px;
	width: 70px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	white-space: nowrap;
}

#front .box.menu ul a:hover span.more {
	color: #fff;
}

#front .box.menu ul span.bg {
	display: none;
	top: 205px;
	left: 0;
	width: 100%;
	height: 15px;
	background: url(../img/front-menu-bg.png) repeat-y;
	font-size: 0;
}

#front .box.menu ul li.n01 span.bg {background-color: #317589; background-position: 0 0}
#front .box.menu ul li.n02 span.bg {background-color: #7a0a0a; background-position: -260px 0}
#front .box.menu ul li.n03 span.bg {background-color: #DC801E; background-position: -520px 0}

#front .box.menu ul a.active span.bg {
	display: block;
}

#front .box.submenu {
	top: 215px;
	left: 0;
	width: 790px;
	height: 35px;
	background: url(../img/front-submenu.png) no-repeat;
	line-height: 26px;
	white-space: nowrap;
}

body.s01 #front .box.submenu {background-color: #317589; background-position: 0 0}
body.s02 #front .box.submenu {background-color: #7a0a0a; background-position: 0 -35px}
body.s03 #front .box.submenu {background-color: #DC801E; background-position: 0 -70px}

#front .box.submenu ul {
	position: absolute;
	top: 5px;
	left: 15px;
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#front .box.submenu ul li {
	float: left;
	margin: 0 20px 0 0;
}

#front .box.submenu ul a {
	display: block;
	position: relative;
	height: 100%;
	color: #ccc !important;
	text-decoration: none;
	text-transform: uppercase;
}

body.s01 #front .box.submenu ul a:hover {background: #296b7e}
body.s01 #front .box.submenu ul a.active,
body.s01 #front .box.submenu ul a.active:hover {background: #155365}

body.s02 #front .box.submenu ul a:hover {background: #6e0909}
body.s02 #front .box.submenu ul a.active,
body.s02 #front .box.submenu ul a.active:hover {background: #630808}

body.s03 #front .box.submenu ul a:hover {background: #B86915}
body.s03 #front .box.submenu ul a.active,
body.s03 #front .box.submenu ul a.active:hover {background: #6F3B03}

#front .box.submenu ul a.active {
	font-weight: bold;
}

#front .box.submenu ul span {
	display: block;
}

#front .box.submenu ul span.text {
	margin: 0 15px;
}

#front .box.submenu ul span.bgl,
#front .box.submenu ul span.bgr {
	visibility: hidden;
	width: 12px;
	height: 26px;
	background: url(../img/head-menu.png) no-repeat;
}

#front .box.submenu ul a:hover span.bgl,
#front .box.submenu ul a:hover span.bgr,
#front .box.submenu ul a.active span.bgl,
#front .box.submenu ul a.active span.bgr {
	visibility: visible;
}

body.s01 #front .box.submenu ul a:hover span.bgl {background-position: 0 -26px}
body.s01 #front .box.submenu ul a.active span.bgl,
body.s01 #front .box.submenu ul a.active:hover span.bgl {background-position: -24px -26px}
body.s01 #front .box.submenu ul a:hover span.bgr {background-position: -12px -26px}
body.s01 #front .box.submenu ul a.active span.bgr,
body.s01 #front .box.submenu ul a.active:hover span.bgr {background-position: -36px -26px}

body.s02 #front .box.submenu ul a:hover span.bgl {background-position: 0 -52px}
body.s02 #front .box.submenu ul a.active span.bgl,
body.s02 #front .box.submenu ul a.active:hover span.bgl {background-position: -24px -52px}
body.s02 #front .box.submenu ul a:hover span.bgr {background-position: -12px -52px}
body.s02 #front .box.submenu ul a.active span.bgr,
body.s02 #front .box.submenu ul a.active:hover span.bgr {background-position: -36px -52px}

body.s03 #front .box.submenu ul a:hover span.bgl {background-position: 0 -78px}
body.s03 #front .box.submenu ul a.active span.bgl,
body.s03 #front .box.submenu ul a.active:hover span.bgl {background-position: -24px -78px}
body.s03 #front .box.submenu ul a:hover span.bgr {background-position: -12px -78px}
body.s03 #front .box.submenu ul a.active span.bgr,
body.s03 #front .box.submenu ul a.active:hover span.bgr {background-position: -36px -78px}

/* ==============================================[ paticka ] */

#foot .box {
	position: absolute;
	overflow: hidden;
	margin: 0;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 12px;
}

#foot .box .header {
	display: none;
}

#foot .box p {
	margin: 0;
}

#foot .box a {
	color: #fff !important;
	text-decoration: none;
}

#foot .box a:hover {
	text-decoration: underline;
}

#foot .box.about {
	top: 50px;
	left: 0;
	width: 650px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
}

#foot .box.copyright {
	top: 20px;
	left: 0;
	width: 650px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
}

#foot .box.netwings {
	top: 25px;
	left: 687px;
	width: 103px;
	height: 16px;
}

/* ==============================================[ obsah ] */

#main .duocolumn,
#main .tricolumn,
#main .quadcolumn {
	margin: 1em 0;
	width: 100%;
}

#main .duocolumn .column,
#main .tricolumn .column,
#main .quadcolumn .column {
	float: left;
	margin: 0 25px 0 0;
	width: 357px;
}

#main .tricolumn .column {
	width: 230px;
}

#main .quadcolumn .column {
	width: 166px;
}

#main .duocolumn .column.n02,
#main .tricolumn .column.n03,
#main .quadcolumn .column.n04 {
	margin: 0;
}

