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

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

html {
	background: #3b3b3b;

}

body {
	padding: 9px 0 0;
	background: #8fbe01 url(../img/body.gif) repeat-x;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 230px 0 0;
	width: 764px;
	text-align: left;
}

#wrap {
	margin: 0 15px 15px;
}

#main {
	width: 100%;
	overflow: hidden;
}

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

#foot {
	width: 100%;
	background: #3b3b3b url(../img/foot.gif) repeat-x;
	text-align: center;
	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,
#head .topmenu,
#head .kontakt {
	position: absolute;
	overflow: hidden;
}

#logo {
	z-index: 2;
	top: 75px;
	left: 35px;
	margin: 0;
	width: 190px;
	height: 55px;
}

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

#logo span {
	display: none;
}

#head .topmenu {
	top: 175px;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}

#head .topmenu li {
	float: left;
	background: url(../img/head-topmenu.gif) no-repeat 0 11px;
}

#head .topmenu li.first {
	background-image: none;
}

#head .topmenu a,
#head .topmenu strong {
	display: block;
	float: left;
	padding: 0 16px;
	color: #222;
	text-decoration: none;
}

#head .topmenu a:hover {
	color: #8fbe01;
}

#head .kontakt {
	top: 0;
	left: 0;
	width: 150px;
	height: 28px;
	color: #222;
	text-align: center;
	line-height: 28px;
	white-space: nowrap;
}

#head .kontakt p {
	margin: 0;
}

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

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

#foot .container {
	margin: 0 auto;
	padding: 5px 0;
	width: 764px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

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

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

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

#main .sloupce {
	margin: 1em -52px 1em 0;
	width: 786px;
}

#main .sloupce .item {
	float: left;
	width: 210px;
	margin: 0 52px 0 0;
}

#main .sloupce .header .n01 {
	margin: 0;
	padding: 12px;
	background: #ffaa00 url(../img/main-sloupce.gif) no-repeat;
	color: #fff;

}

#main .sloupce .header .n02 {
	margin: 0;
	padding: 3px 12px;
	background: #fff;
	font-size: 84%;
}

#main .sloupce .container {
	margin: 0 10px;
	padding: 5px 0;
}
