* {
	margin: 0;
	padding: 0;
}
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object {
	border: 0;
}
body {
	padding: 0;
	background: #7fc8c9 url("../img/bg.jpg") repeat-x;
	font: 0.8em/1.5 "arial", sans-serif;
	color: #fff;
	text-align: center;
}
/* layout ---------------------------------------------------------------------- */
#layout {
	width: 809px;
	margin: 0 auto;
	text-align: left;
}
#container {
}
/* hlavicka ------------------------------------------------------------------ */
#header {
	height: 132px;
	background: url("../img/header.jpg") no-repeat
}
#logo {
	position: relative;
	overflow: hidden;
	float: right;
	width: 235px;
	height: 132px;
	font-size: 260%;
	margin: 0;
	line-height: 132px;
	text-align: center;
}
#logo a {
	display: block;
}
#logo span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 235px;
	height: 132px;
	background: url("../img/logo.jpg") 0 0 no-repeat;
	cursor: pointer;
}
#text {
	height: 257px;
	background: url("../img/text-bg.jpg") no-repeat;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
#text p {
	padding: 51px 7px 0 0;
	line-height: 30px;
}
/* paticka ----------------------------------------------------------------- */
#footer {
	height: 411px;
	background: url("../img/footer.jpg") no-repeat;
}
#footer p {
	margin: 0;
	padding-top: 10px;
	color: #1f3737;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px;
}
/* ostatni --------------------------------------------------------------------- */
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.noscreen {
	display: none;
}
