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

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

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

#all {
	position: relative;
	margin: 0 auto;
	padding: 160px 0 0;
	width: 800px;
	background: #fff;
	text-align: left;
}

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

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

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

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

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

#column {
	z-index: 2;
	float: right;
	margin: -78px 0 0;
	width: 350px;
}

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

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

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

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

#logo {
	z-index: 2;
	top: 12px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 310px;
	height: 117px;
}

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

#logo span {
	display: none;
}

#head .topmenu {
	top: 0;
	left: 330px;
	width: 470px;
	height: 80px;
	font-size: 12px;
	line-height: 22px;
	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-li.gif) no-repeat 100% 36px;
}

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

#head .topmenu ul a {
	display: block;
	height: 100%;
	background: repeat-x 0 0;
	color: #fff;
	text-decoration: none;
}

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

#head .topmenu ul a:hover {
	background-image: url(../img/head-topmenu-active.gif);
	color: #e00;
}

#head .topmenu ul a.active {
	background-image: url(../img/head-topmenu-hover.gif) !important;
	color: #7da7d8 !important;
}

#head .topmenu ul span {
	display: block;
	padding: 36px 15px 0;
	cursor: pointer;
}

* html #head .topmenu ul span {
	display: block;
}

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

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

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

#foot .bottommenu {
	top: 0;
	left: 460px;
	width: 330px;
	height: 30px;
	color: #ddd;
	font-size: 11px;
	line-height: 30px;
	white-space: nowrap;
}

#foot .bottommenu p {
	margin: 0;
	text-align: center;
}

#foot .bottommenu a {
	margin: 0 2px;
	color: #ddd;
	text-decoration: none;
}

#foot .bottommenu a:hover {
	color: #000;
}

#foot .copyright {
	top: 30px;
	left: 75px;
	width: 230px;
	height: 40px;
	color: #eee;
	font-size: 12px;
	line-height: 40px;
	white-space: nowrap;
}

#foot .copyright p {
	margin: 0;
	text-align: left;
}

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

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

#foot .netwings {
	top: 30px;
	left: 320px;
	width: 120px;
	height: 40px;
}

#foot .netwings p {
	margin: 0;
	height: 100%;
}

#foot .netwings a {
	display: block;
	height: 100%;
}

#foot .netwings span {
	display: none;
}

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

#column .box {
	width: 100%;
	margin: 0 0 1px;
}

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

#column .box .header {
	margin: 0;
	padding: 15px 0 0;
	color: #0268ab;
	font-size: 108%;
}

#column .box .header span {
	display: block;
	margin: 0 15px;
}

#column .box .container {
	margin: 0 15px;
	padding: 1px 0;
}

#column .banner {
	margin: 0 0 1px;
	height: 230px;
	background: url(../img/column-banner.jpg) no-repeat;
}

#column .box.sluzby {
	background: #035f9c url(../img/column-sluzby.jpg) no-repeat;
	color: #fff;
}

#column .box.sluzby .header {
	color: #fff;
}

#column .box.sluzby a {
	color: #fff;
	text-decoration: underline;
}

#column .box.sluzby a:hover {
	color: #000;
}

#column .box.sluzby ul.sipka {
	list-style: url(../img/column-sluzby-sipka.gif) outside;
}

#column .box.kontakt .img-left {
	margin-top: 35px;
	margin-bottom: 15px;
}

#column .box.kontakt p {
	line-height: 2;
}

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


