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

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

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

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

#oprojektu {
	float: left;
	margin: 10px 0 0 10px;
}

#oprojektu a{
  text-decoration: none;
}

#sloganek{
 color: #D8862B;
}

#bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: -110px;
	width: 1060px;
	height: 1030px;
	background: url(../img/bg.jpg) no-repeat 50% 0;
}

#head,
#foot,
#main {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 370px;
}

#foot {
	height: 50px;
	background: url(../img/foot.gif) repeat-x;
}

#main {
}

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

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

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

#logo {
	z-index: 2;
	top: 60px;
	left: 320px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 150px;
}

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

#head .lang {
	top: 15px;
	left: 680px;
	width: 160px;
	height: 20px;
}

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

#head .lang ul li {
	float: left;
	margin: 0 5px;
	width: 26px;
	height: 100%;
}

#head .lang ul a {
	display: block;
	height: 100%;
	background: url(../img/head-lang.jpg) no-repeat;
}

#head .lang ul li.n01 a {background-position: 0 0}
#head .lang ul li.n02 a {background-position: -26px 0}
#head .lang ul li.n03 a {background-position: -52px 0}
#head .lang ul li.n04 a {background-position: -78px 0}

#head .lang ul span {
	display: none;
}

#head .slogan {
	top: 300px;
	left: 170px;
	width: 500px;
	height: 70px;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	line-height: 35px;
}

#head .slogan p {
	margin: 0;
}

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

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

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

#foot .copyright {
	top: 10px;
	left: 200px;
	width: 440px;
	height: 30px;
	color: #c79a6b;
	text-align: center;
	line-height: 30px;
	white-space: nowrap;
}

#foot .copyright p {
	margin: 0;
}

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

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

#foot .netwings {
	top: 15px;
	left: 710px;
	width: 124px;
	height: 22px;
	background: url(../img/foot-netwings.jpg) no-repeat;
}

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

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

#foot .netwings p span {
	display: none;
}

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

#main .home {
	margin: 1em 0;
}

#main .home .item {
	float: left;
	width: 280px;
	overflow: hidden;
}

#main .home .item .header {
	display: none;
}

#main .home .item .img {
	height: 400px;
}

#main .home .item .img img {
	margin: 0;
}

#main .home .item .container {
	margin: 0 10px;
}

#main .home .item .container strong {
	color: #d8862b;
	font-weight: normal;
}

#main .home .item .container a {
	color: #fff;
	text-decoration: none;
}

#main .home .item .container a:hover {
	text-decoration: underline;
}