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

/* ==============================================[ pozicni bloky ] */

body {
	padding: 0;
	background: #fff;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 303px 0 0;
	width: 990px;
	background: url(../img/all.gif) repeat-y;
	text-align: left;
}

#wrap {
	padding: 20px 83px;
}

#column {
	float: left;
	width: 237px;
}

#main {
	float: right;
	width: 566px;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 303px;
	background: url(../img/head.jpg) no-repeat;
	font-size: 10px;
	overflow: hidden;
}

#foot {
	width: 100%;
	height: 153px;
	background: url(../img/foot.jpg) no-repeat;
	overflow: hidden;
}
#foot div#footlogo {
	position: absolute;
	z-index:3;
	width: 250px;
	height: 40px;
	bottom: 11px;
	left: 402px;		
}

#foot div#footlogo a {
	position: relative;
	display: block;
	height: 100%;	
}

#foot div#footlogo a img {
	border: 0;
}

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

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

.hidden {
	display: none;
}

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

#head .header,
#head .hr {
	display: none;
}

#logo {
	position: absolute;
	z-index: 2;
	top: 55px;
	left: 85px;
	margin: 0;
	padding: 0;
	width: 165px;
	height: 145px;
}

#logo a {
	display: block;
	height: 100%;
}

#logo img {
	display: none;
}

#head .topmenu {
	position: absolute;
	top: 260px;
	left: 65px;
	width: 860px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	white-space: nowrap;
	overflow: visible;
}

#head .topmenu li {
	float: left;
}

#head .topmenu a,
#head .topmenu strong {
	display: block;
	float: left;
	background: repeat-x;
	color: #000;
	text-decoration: none;
}

#head .topmenu a {
	padding: 0 22px;
}

#head .topmenu a:hover {
	background-image: url(../img/head-topmenu-hover.gif);
	text-decoration: underline;
}

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

#foot .header,
#foot .hr {
	display: none;
}

#foot .container {
	margin: 0 110px;
	padding: 110px 0 0;
	color: #444;
}

#foot a {
	color: #444;
	text-decoration: none;
}

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

/* ==============================================[ sloupec ] */

#column .hr {
	display: none;
}

#column .box {
	position: relative;
	margin: 0 0 20px;
	min-height: 250px;
	background: #f3f3de;
}

* html #column .box {
	height: 250px;
}

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

#column .box .top,
#column .box .bottom {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 150px;
	background: no-repeat;
	font-size: 0;
}

#column .box .top {
	top: 0;
	background-image: url(../img/column-box-top.gif);
}

#column .box .bottom {
	bottom: 0;
	background-image: url(../img/column-box-bottom.gif);
}

#column .box .bg {
	position: absolute;
	z-index: 1;
	top: -22px;
	left: -50px;
	width: 109px;
	height: 126px;
	background: url(../img/column-box-bg.jpg) no-repeat;
	font-size: 0;
}

#column .box .container {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 10px 20px;
	background: transparent;
}

#column .box .menu li {
	width: 100%;
	border-top: 1px solid #e3e3ce;
}

#column .box .menu li.n01 {
	border: none;
}

#column .box .menu a,
#column .box .menu strong {
	display: block;
	width: 100%;
	padding: 5px 0;
	color: #4a7514;
	text-decoration: none;
}

#column .box .menu a:hover {
	color: #000;
	text-decoration: underline;
}

.news {
width: 551px;
margin: 0; 
padding: 0;
color: #FFFFFF;
}

.news .header {
background: url(../img/bg_t.png) no-repeat;
margin: 0;
padding: 0;
height: 10px;
}


.news .bg-b {
height: 10px;
background: url(../img/bg_b.png) no-repeat;
}

.news .column_content {
padding: 0;
margin: 0;
position: relative;
background: url(../img/box_bg.png) repeat-y;
}

.news .content2 {
background: url(../img/alt_bg.png) no-repeat 336px bottom;
padding: 10px;
}

.news h2 {
color: #347109;
font-size: 14px;
font-weight: bold;
padding: 0;
margin: 0;
text-transform: uppercase;
}

.news ul {
margin: 0;
padding: 0;
list-style: none outside;
}

.news li {
padding: 0;
margin: 10px 0 5px 0;
}

.news li p {
margin: 0;
padding: 0;
font-size: 10px;
color: #222222;
font-size: 12px;
}

.news li p span {
color: #202523;
font-size: 13px;
font-weight: bold;
}

.news li p a {
color: #266e00;
font-size: 13px;
text-decoration: underline;
}

.news li p a:hover {
color: #266e00;
text-decoration: none;
}

#head p {
	font-size: 16px;
	font-style: italic;
	position: absolute;
	left:260px;
	top: 190px;
	z-index: 3;
}
/* ==============================================[ obsah ] */

