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

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

body {
	background: #1d1d1d;
	color: #fff;
	text-align: center;
}

#all {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 375px 0 0;
	width: 990px;
	background: #000 url(../img/all.gif) repeat-y;
	text-align: left;
	overflow: hidden;
}

#wrap {
	margin: 0 50px 20px;
}

#inner {
	float: left;
	width: 645px;
}

#lcolumn,
#rcolumn {
	float: left;
	width: 200px;
}

#rcolumn {
	float: right;
}

#main {
	float: right;
	width: 400px;
}

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

#foot {
	width: 100%;
	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;
}

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

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

#logo {
	position: absolute;
	z-index: 3;
	top: 45px;
	left: 30px;
	margin: 0;
	padding: 0;
	width: 165px;
	height: 80px;
}

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

#logo img {
	display: none;
}

#head .topmenu {
	position: absolute;
	top: 321px;
	left: 30px;
	width: 930px;
	height: 31px;
	font-size: 16px;
	line-height: 31px;
	white-space: nowrap;
	overflow: hidden;
}

#head .topmenu li {
	float: left;
	height: 100%;
	text-align: center;

}

#head .topmenu a,
#head .topmenu strong {
	display: block;
	float: left;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

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

#head .topmenu a:hover {
	color: #f00;
}

#head .topmenu a:hover span,
#head .topmenu strong span {
	border-bottom: 5px solid #ffa926;
}

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

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

#foot .container {
	margin: 0 50px;
	padding: 0 0 10px;
	color: #ffa926;
}

#foot .container a {
	color: #ffa926;
	text-decoration: none;
}

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

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

#lcolumn .hr,
#rcolumn .hr {
	display: none;
}

#lcolumn .box,
#rcolumn .box {
	width: 100%;
}

#lcolumn .box .header,
#rcolumn .box .header {
	margin: 5px 0 5px -8px;
	padding: 15px 0 0 25px;
	background: url(../img/header.gif) no-repeat;
	font-size: 133%;
	font-weight: normal;
}

#lcolumn .box .container,
#rcolumn .box .container {
	margin: 0;
	padding: 10px 10px;
	background: #111;
}

#lcolumn .box .gallery,
#rcolumn .box .gallery {
	margin: 0 -10px -10px
}

#lcolumn .box.subscribe form {
	margin: 0;
}

#lcolumn .box.subscribe input {
	width: 140px;
}

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

#main .header {
	margin: 5px 0 5px -25px;
	padding: 15px 0 0 25px;
	background: url(../img/header.gif) no-repeat;
	font-size: 133%;
	font-weight: normal;
}
#phototab {
    border: 0px solid #000 !important;
}

.photocell
{
    border: 0px solid #000 !important;
}
