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

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

body {
	padding: 0;
	background: #1d7bbf url(../img/body.jpg) repeat-x;
	text-align: center;
}

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

#all.noslide {
	padding-top: 175px;
}

#top {
	padding: 1px 0;
	width: 100%;
	background: url(../img/top.jpg) repeat-y;
}

#top .content {
	margin: 0 25px 15px;
}

#wrap {
	margin: 0 0 10px;
	padding: 1px 0;
	width: 100%;
	background: url(../img/wrap.jpg) no-repeat;
}

#wrap .content {
	margin: 25px 25px 0;
}

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

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

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 324px;
	background: url(../img/head.jpg) no-repeat;
}

#all.noslide #head {
	height: 175px;
}

#foot {
	height: 110px;
	background: #1d7bbf url(../img/foot.jpg) no-repeat;
}

#lcolumn,
#rcolumn {
	float: left;
	margin: 0 0 -15px 0;
	width: 220px;
}

#rcolumn {
	float: right;
}

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

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

.left {
	float: left
}

.right {
	float: right
}

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

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

#head p,
#head form {
	margin: 0;
}

#logo,
#head .topmenu,
#head .usermenu,
#head .slideshow {
	position: absolute;
	overflow: hidden;
}

#logo {
	z-index: 2;
	top: 16px;
	left: 25px;
	margin: 0;
	padding: 0;
	width: 184px;
	height: 43px;
}

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

#head .topmenu {
	top: 108px;
	left: 25px;
	width: 940px;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	white-space: nowrap;
}

#head .topmenu ul {
	height: 100%;
}

#head .topmenu ul li {
	float: left;
	padding: 0 1px 0 0;
	height: 100%;
	background: url(../img/head-topmenu.gif) no-repeat 100% 0;
}

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

#head .topmenu ul a {
	display: block;
	height: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

* html #head .topmenu ul a {
	float: left;
}

#head .topmenu ul a:hover {
	color: #444;
}

#head .topmenu ul span {
	display: block;
	margin: 0 13px;
}

#head .usermenu {
	top: 33px;
	left: 520px;
	width: 430px;
	height: 45px;
	line-height: 20px;
	font-size: 11px;
	color: #fff;
}

#head .usermenu p {
	text-align: right;
}

#head .usermenu a {
	color: #fff;
	text-decoration: none;
}

#head .usermenu a:hover {
	color: #444;
}

#head .usermenu input {
	margin: 0 5px;
	width: 90px;
	border-color: #fff;
}

#head .usermenu button {
	margin: 0 5px;
}

#head .slideshow {
	top: 155px;
	left: 25px;
	width: 940px;
	height: 150px;
}

#all.noslide #head .slideshow {
	height: 25px;
}

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

#head .slideshow .slide.n00 {background-position: 0 0}
#head .slideshow .slide.n01 {background-position: 0 -150px}
#head .slideshow .slide.n02 {background-position: 0 -300px}
#head .slideshow .slide.n03 {background-position: 0 -450px}

#all.noslide #head .slideshow .slide {
	height: 0;
}

#head .slideshow .control {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 10000;
	width: 25px;
	height: 25px;
}

#head .slideshow .control .more,
#head .slideshow .control .less {
	height: 100%;
}

#head .slideshow .control .less {
	height: 25px;
}

#head .slideshow .control .more {display: none}
#head .slideshow .control .less {display: block}
#all.noslide #head .slideshow .control .more {display: block}
#all.noslide #head .slideshow .control .less {display: none}

#head .slideshow .control a {
	display: block;
	width: 25px;
	height: 25px;
	background: no-repeat;
}

#head .slideshow .control .more a {background-image: url(../img/head-slideshow-more.png)}
#head .slideshow .control .less a {background-image: url(../img/head-slideshow-less.png)}

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

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

#foot p,
#foot .img {
	margin: 0;
}

#foot .partners,
#foot .copyright {
	position: absolute;
	overflow: hidden;
}

#foot .partners {
	top: 8px;
	left: 50px;
	width: 890px;
	height: 70px;
}

#foot .copyright {
	top: 83px;
	left: 50px;
	width: 890px;
	height: 27px;
	color: #fff;
	font-size: 11px;
	line-height: 27px;
	white-space: nowrap;
}

#foot .copyright p {
	text-align: right;
}

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

#foot .copyright a:hover {
	color: #444;
}

/* ==============================================[ horni lista ] */

#top .control {
	margin: -1px 5px 0;
	height: 20px;
	background: url(../img/top-bgt.gif) no-repeat;
	font-size: 11px;
	text-align: right;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
}

#top .control a {
	margin: 0 5px;
	padding: 0 10px 0 0;
	background: url(../img/all-box-header-01.gif) no-repeat 100% 50%;
	color: #fff;
	text-decoration: none;
}

#top .control a:hover {
	color: #444;
}

#top.hidden .control .more,
#top .control .less {
	display: block;
}

#top .control .more,
#top.hidden .control .less,
#top.hidden .content {
	display: none;
}

#top .column01,
#top .column02,
#top .column03 {
	float: left;
	margin: 0 20px -15px 0;
	width: 220px;
	overflow: hidden;
}

#top .column02 {
	width: 460px;
}

#top .column03 {
	margin: 0;
}

#top .box.kalendar .month {
	margin: 1em 0 0;
}

#top .box.kalendar table {
	width: 100%;

}

#top .box.kalendar table td,
#top .box.kalendar table th {
	text-align: center;

	
}

#top .box.kalendar table td.active {
	#background: url(../img/wrap-box-kalendar-active.gif) no-repeat;
	background-color: #cccccc;
		border: 1px solid red;
}

#top .box.kalendar table td.active a {
	text-decoration: none;
}

#top .box.akce .item {
	margin: 1em 0;
}

#top .box.akce .title {
	margin: 0 0 0.5em;
	font-size: 100%;
}

#top .box.akce p {
	margin: 0;
}

/* ==============================================[ boxy ] */

#all .box {
	width: 100%;
	margin: 0 0 15px;
	background: #eee url(../img/all-box-bgb.gif) no-repeat 0 100%;
}

#top .box {
	background-color: #e1edf7;
	background-image: url(../img/top-box-bgb.gif);
}

#top .column02 .box {
	background-image: url(../img/top-box-bgb-wide.gif);
}

#all .box .hr.hidden {
	display: none;
}

#all .box .header {
	margin: 0;
	width: 100%;
	background: #555 url(../img/all-box-bgt.gif) no-repeat;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}

#top .box .header {
	background-color: #5da0d1;
	background-image: url(../img/top-box-bgt.gif);
}

#top .column02 .box .header {
	background-image: url(../img/top-box-bgt-wide.gif);
}

#all .box .header a {
	display: block;
	width: 100%;
	padding: 6px 12px;
	background: url(../img/all-box-header-01.gif) no-repeat 200px 50%;
	color: #fff;
	text-decoration: none;
}

#top .column02 .box .header a {
	background-position: 440px 50%;
}

#all .box.hidden .header a {
	background-image: url(../img/all-box-header-02.gif);
}

#all .box .header a:hover {
	color: #ddd;
}

#all .box .container {
	margin: 0 12px;
	padding: 1px 0;
}

#all .box.hidden .container {
	display: none;
}

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

#wrap .box.clanky .item {
	margin: 1em 0;
}

#wrap .box.clanky .title {
	margin: 0 0 0.2em;
	font-size: 100%;
}

#wrap .box.clanky p {
	margin: 0;
}

#wrap .box.anketa .item {
	margin: 1em 0;
}

#wrap .box.anketa .bar {
	margin: -0.5em 0 0;
	width: 100%;
	height: 8px;
	overflow: hidden;
}

#wrap .box.anketa .bar div {
	height: 100%;
	background: #555 url(../img/wrap-box-anketa-bar.gif) no-repeat 100% 0;
	font-size: 0;
}


div.figure {
  float: left;
  width: 120;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

