/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body,
input,
button,
select,
textarea {
	font-family: MyriadWebPro, "Myriad Web Pro", MyriadWeb, "Myriad Web", MyriadPro, "Myriad Pro", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	padding: 0 0 20px;
	background: #0a0a0a;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 310px 0 0;
	width: 990px;
	background: url(../img/all.jpg) repeat-y;
	text-align: left;
}

#wrap {
	margin: 0 30px 0 35px;
	background: url(../img/wrap.jpg) no-repeat 129px 50px;
}

#head,
#foot,
#column,
#main {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 360px;
	background: url(../img/head.jpg) no-repeat;
}

#foot {
	height: 75px;
	background: url(../img/foot.jpg) no-repeat;
}

#column {
	float: right;
	padding: 50px 0 0;
	width: 310px;
}

#main {
	float: left;
	padding: 50px 0 0;
	width: 575px;
}

/* ==============================================[ vlastni tridy ] */

.left {
	float: left
}

.right {
	float: right
}

/* ==============================================[ hlavicka ] */

#head .header,
#head .hr {
	display: none;
}

#logo,
#head .topmenu{
	position: absolute;
	overflow: visible;
}

#logo {
	z-index: 2;
	top: 125px;
	left: 35px;
	margin: 0;
	padding: 0;
	width: 380px;
	height: 105px;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
}

#logo span {
	display: none;
}

#head .topmenu {
	top: 0px;
	left: 317px;
	width: 665px;
	height: 120px;
	font-size: 16px;
}

#head .topmenu ul {
	height: 100%;
}

#head .topmenu ul li {
	float: left;
	width: 95px;
	height: 100%;
	overflow: hidden;
}

#head .topmenu ul a {
	display: block;
	height: 100%;
	background: url(../img/head-topmenu.jpg) no-repeat;
	color: #000;
	text-align: center;
	text-decoration: none;
}

#head .topmenu ul li.n01 a {background-position: 0 0}
#head .topmenu ul li.n02 a {background-position: -95px 0}
#head .topmenu ul li.n03 a {background-position: -190px 0}
#head .topmenu ul li.n04 a {background-position: -285px 0}
#head .topmenu ul li.n05 a {background-position: -380px 0}
#head .topmenu ul li.n06 a {background-position: -475px 0}
#head .topmenu ul li.n07 a {background-position: -570px 0}

#head .topmenu ul a:hover {
	color: #fff;
}

#head .topmenu ul li.n01 a:hover {background-position: 0 -120px}
#head .topmenu ul li.n02 a:hover {background-position: -95px -120px}
#head .topmenu ul li.n03 a:hover {background-position: -190px -120px}
#head .topmenu ul li.n04 a:hover {background-position: -285px -120px}
#head .topmenu ul li.n05 a:hover {background-position: -380px -120px}
#head .topmenu ul li.n06 a:hover {background-position: -475px -120px}
#head .topmenu ul li.n07 a:hover {background-position: -570px -120px}

#head .topmenu ul span {
	display: block;
	padding: 30px 0 0;
}

/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot p {
	margin: 0;
}

#foot a {
	color: #eee;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

#foot .copyright,
#foot .netwings {
	position: absolute;
	font-size: 14px;
	color: #eee;
	overflow: hidden;
}

#foot .copyright {
	top: 50px;
	left: 20px;
	width: 300px;
	height: 25px;
}

#foot .netwings {
	top: 50px;
	left: 670px;
	width: 300px;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
}

#foot .netwings p {
	text-align: right;
}

/* ==============================================[ obsah ] */

#wrap .title {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	height: 40px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	white-space: nowrap;
}

#main .download {
	margin: 1em 0;
	width: 450px;
}

#main .download .header,
#main .download .info,
#main .download .button {
	float: left;
	margin: 0;
	width: 280px;
	overflow: hidden;
}

#main .download .button {
	float: right;
	margin: 5px 0;
	width: 150px;
	height: 32px;
	font-size: 18px;
	text-align: left;
	line-height: 32px;
	white-space: nowrap;
}

#main .download .button a {
	display: block;
	height: 100%;
	color: #ddd;
	text-decoration: none;
	background: url(../img/main-download.gif) no-repeat;
}

#main .download .button a:hover {
	color: #888;
	background-position: 0 -32px;
}

#main .download .button span {
	display: block;
	margin: 0 0 0 34px;
}

.akce {
	display:block;
	position:relative;
	float:left;
	width: 150px;
	height: 120px;
	margin: 0 2px 0 0;
}