/* screen.css */

body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #000;
	text-align: center;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
}

/* logo */
div#logo {
	width: 900px;
	height: 125px;
	margin: 0px auto;
	padding: 0px;
	background: url(img/bg-logo.jpg) no-repeat top center;
}
h1 {
	position: relative;
	width: 400px;
	height: 125px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}
	h1 a {
		cursor: pointer;
	}
		h1 a:hover span {
			background-position: bottom left !important;
		}
	h1 span {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 400px;
		height: 125px;
		background: url(img/logo.jpg) no-repeat top left;
	}


/* tlacitka */
div#tlacitka {
	clear: both;
	width: 900px;
	height: 265px;
	margin: 0px auto;
	padding: 0px;
	background: url(img/bg-tlacitka.jpg) no-repeat top center;
}
	div#tlacitka div {
		width: 360px;
		margin: 0px auto;
		padding-right: 10px;
	}
	div#tlacitka div a {
		display: block;
		overflow: hidden;
		position: relative;
		cursor: pointer;
		float: left;
		width: 120px;
		height: 240px;
		margin-top: 25px;
	}
	div#tlacitka div a span {
		width: 120px;
		height: 240px;
		position: absolute;
		top: 0;
		left: 0;
	}
		div#tlacitka div a:hover span {
			background-position: bottom left !important;
		}
	div#tlacitka div a#bitrate-1 span {background: url(img/tlacitko-1.jpg) no-repeat top left;}
	div#tlacitka div a#bitrate-2 span {background: url(img/tlacitko-2.jpg) no-repeat top left;}
	div#tlacitka div a#bitrate-3 span {background: url(img/tlacitko-3.jpg) no-repeat top left;}


/* popis */
div#popis {
	clear: both;
	width: 900px;
	height: 210px;
	margin: 0px auto;
	padding: 0px;
	padding-top: 20px;
	font-size: 0.8em;
	background: url(img/bg-popis.jpg) no-repeat top center;
}
	div#popis p#levy-popis {
		width: 410px;
		float: left;
		margin: 0px;
		padding: 0px 20px;
		text-align: right;
	}
	div#popis p#pravy-popis {
		width: 410px;
		float: left;
		margin: 0px;
		padding: 0px 20px;
		text-align: left;
	}

p#copy {
	clear: both;
	font-size: 0.6em;
	color: #222;
}
	p#copy a {
		color: #222;
	}
	p#copy:hover, p#copy:hover a {
		color: #666;
	}
	p#copy strong {
		display: none;
	}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}
