/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	padding: 19px 0;
	background: #c0d7f6 url(/img/body.gif) repeat-x;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 210px 0 0;
	width: 990px;
	background: #f0f3f8 url(/img/all.gif) repeat-y;
	text-align: left;
}

#wrap {
	margin: 0 30px;
	padding: 0 0 30px;
	background: url(/img/wrap.gif) repeat-y 270px 0;
}

#column {
	float: left;
	width: 270px;
	overflow: hidden;
}

#main {
	float: right;
	width: 630px;
	text-align: justify;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 187px;
	background: url(/img/head.jpg) no-repeat;
	font-size: 12px;
	overflow: hidden;
}

#foot {
	width: 100%;
	background: #ee1d24 url(/img/foot.gif) repeat-y 300px 0;
	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 {
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 25px;
	margin: 0;
	padding: 0;
}

#head .topmenu {
	position: absolute;
	top: 166px;
	right: 20px;
	height: 21px;
	overflow: hidden;
}

#head .topmenu li {
	float: left;
	padding: 0 5px 0 0;
	height: 100%;
	background: url(/img/head-topmenu.gif) no-repeat 100% 50%;
	line-height: 21px;
}

#head .topmenu a {
	display: block;
	float: left;
	padding: 0 15px;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#head .topmenu a:hover {
	background-color: #f78e92;
}

/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot .container {
	margin: 0 30px;
	padding: 5px 0;
	color: #fff;
	font-size: 67%;
	text-align: right;
}

/* ==============================================[ sloupec ] */

#column .hr {
	display: none;
}

#column .box {
	margin: 0 0 20px;
	width: 100%;
}

#column .box .header {
	margin: 0 0 1.5em;
	font-size: 100%;
	color: #333;
}

#column .sidemenu {
	padding: 20px 0;
	background: #ee1d24;
}

#column .sidemenu .header {
	display: none;
}

#column .sidemenu li {
	margin: 0 0 0 50px;
	padding: 0 0 0 25px;
	background: url(/img/column-sidemenu.gif) no-repeat 0 5px;
}

* html #column .sidemenu li {
	padding-bottom: 1px;
}

#column .sidemenu a,
#column .sidemenu strong {
	display: block;
	padding: 4px 0 4px 4px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

* html #column .sidemenu a {
	position: relative;
}

#column .sidemenu strong {
	color: #000;
}

#column .sidemenu a:hover {
	background: #f78e92;
}

#column .news .item {
	margin: 0 20px 2em 0;
}

#column .news .title {
	color: #333;
	font-size: 100%;
	font-weight: normal;
}

#column .news p {
	font-size: 83%;
}

/* ==============================================[ obsah ] */

.slideshow {
    display: none;
}

.slidewindow {
    width: 100%;
    height: 200px;
}

.slidewindow .slide {
    padding: 1px 0;
    width: 100%;
} 