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

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

body {
	margin: 0;
	padding: 0;
	background: #c8c8c8 url(../img/body.jpg) repeat-x;
	color: #49453d;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	width: 950px;
	background: url(../img/all.jpg) repeat 0 770px;
	text-align: left;
}

#main {
	margin: 0 21px 0;
	padding: 151px 0 0;
	width: 482px;
	min-height: 630px;
}

* html #main {
	height: 630px;
}

#main .container {
	position: relative;
	z-index: 2;
	margin: 0 28px 0;
}

#reset {
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
}

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

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

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

#foot {
	height: 62px;
	background: url(../img/foot.jpg) no-repeat 21px 100%;
	color: white;
	text-align: right;
}

#foot .container {
	padding: 5px;
}

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

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

#foot span {
	font-size: 80%;
	text-transform: uppercase;
}

/* ==============================================[ logo ] */

#logo {
	position: absolute;
	top: 37px;
	left: 22px;
	z-index: 2;
	margin: 0;
	width: 172px;
	height: 62px;
}

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

#logo span {
	display: none;
}

/* ==============================================[ noviny na uvodni strance ] */

#home {
	position: relative;
	z-index: 2;
	margin: 0 10px 0;
	width: 462px;
	height: 644px;
	background: url(../img/home.jpg) no-repeat 0 0;
}

/* ==============================================[ menu v hlavicce ] */

#topmenu {
	position: absolute;
	top: 116px;
	left: 521px;
	margin: 0;
	padding: 0;
	width: 343px;
	height: 530px;
	list-style: none outside;
}

#topmenu li {
	position: absolute;
}

#topmenu li.n01 {
	top: 0;
	left: 25px;
	width: 155px;
	height: 178px;
}

#topmenu li.n02 {
	top: 128px;
	left: 180px;
	width: 163px;
	height: 179px;
}

#topmenu li.n03 {
	top: 254px;
	left: 0;
	width: 120px;
	height: 45px;
}

#topmenu li.n04 {
	top: 355px;
	left: 82px;
	width: 157px;
	height: 175px;
}
#topmenu li.n05 {
	top: 660px;
	left: -14px;
	width: 440px;
	height: 440px;
}
#topmenu li.n06 {
	top: 1100px;
	left: -14px;
	width: 440px;
	height: 440px;
}
#topmenu li.n07 {
	top: 1540px;
	left: -14px;
	width: 440px;
	height: 440px;
}
#topmenu li.n08 {
	top: 1980px;
	left: -14px;
	width: 440px;
	height: 440px;
}
#topmenu a {
	display: block;
	position: relative;
	height: 100%;
	background: url(../img/topmenu.jpg) no-repeat;
}

#topmenu li.n01 a {
	background-position: 0 100%;
}

#topmenu li.n02 a {
	background-position: -155px 100%;
}

#topmenu li.n03 a {
	background-position: -318px 100%;
}

#topmenu li.n04 a {
	background-position: -438px 100%;
}

#topmenu a:hover {
	background-image: none;
}

#topmenu span {
	display: none;
}

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

