body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
}

#header {
	width: 974px;
	margin: 0px auto 0px auto;
}
#logo {
	width: 424px;
	height: 60px;
	float: left;
	background-image: url(/img/h1.jpg);
	background-repeat: no-repeat;
}
#logo div {
	padding-right: 115px;
	padding-top: 14px;
}
#logo a {
	text-decoration: none;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}
#adr {
	width: 424px;
	height: 41px;
	float: left;
	background-image: url(/img/h2.jpg);
	background-repeat: no-repeat;
}
#adr div {
	color: #777777;
	padding-top: 5px;
	padding-left: 23px;
	text-align: left;
	font-size: 0.85em;
	font-weight: bold;
}
#juke {
	width: 550px;
	height: 101px;
	float: right;
	text-align: right;
}
#menu {
	clear: both;
	width: 974px;
	height: 28px;
	margin: 0px auto 0px auto;
	background-image: url(/img/menu.jpg);
	background-repeat: no-repeat;
}
#mm {
	width: 870px;
	float: left;
}
#lng {
	padding-top: 6px;
	width: 100px;
	float: right;
}
#mm div {
	padding-left: 305px;
	padding-top: 6px;
	text-align: left;
}
#mm a, #lng a {
	color: #000000;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 18px;
	font-weight: bold;
	background-image: url(/img/tsipka.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#mm a:hover, #lng a:hover {
	color: #FFFFFF;
}
#lng a span.cs {
	background-image: url(/img/czech.jpg);
	background-repeat: no-repeat;
	background-position: 42px 3px;
}
#lng a span.en {
	background-image: url(/img/english.jpg);
	background-repeat: no-repeat;
	background-position: 53px 3px;
}
#main {
	clear: both;
	width: 974px;
	margin: 0px auto 0px auto;
}
#footer {
	border-top: 1px #FFFFFF solid;
	width: 974px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#footer a {
	color: #777777;
	text-decoration: none;
}
#fl {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 6px;
	width: 428px;
	float: left;
	color: #777777;
	font-size: 0.8em;
}
#fr {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 6px;
	width: 428px;
	float: right;
	text-align: right;
	color: #777777;
	font-size: 0.8em;
}
#rcol h2 {
	margin-top: 6px;
	margin-bottom: 6px;
	color: #FECB09;
	font-size: 1.4em;
	padding-left: 11px;
}

#lcol {
	float: left;
	width: 295px;
	text-align: left;
}
#cont {
	float: right;
	width: 679px;
}
#rcol {
	float: right;
	width: 295px;
	text-align: left;
	background-image: url(/img/b3.jpg);
	background-repeat: repeat-y;
}
#mcol {
	float: left;
	width: 384px;
	text-align: left;
}
#descr {
	width: 295px;
	height: 255px;
	background-image: url(/img/b1x.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
}
#descr div {
	padding-top: 162px;
	padding-left: 23px;
	font-size: 1.7em;
	color: #FFFFFF;
	font-weight: bold;
}
#act {
	width: 384px;
	height: 255px;
	background-image: url(/img/b2.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
}
#act div {
	padding: 6px;
	color: #FFFFFF;
}
#act td {
	color: #FFFFFF;
}
#lmenu {
	padding-top: 18px;
	padding-bottom: 18px;
}
#lmenu a {
	display: block;
	color: #727376;
	font-weight: bold;
	text-decoration: none;
	padding-left: 23px;
	margin-bottom: 5px;
}
#lmenu a:hover {
	color: #FECB09;
	background-image: url(/img/msipka.jpg);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}
#eq {
	text-align: left;
}
#act a {
	color: #FFFFFF;
}
#act a img, #act img {
	border: 3px solid #FFFFFF;
}
#act a:hover img {
	border: 3px solid #FECB09;
}

.break {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}

@media print {
 #header, #menu, #footer, #lcol, #rcol {
	display: none;
 }
 #main, #cont, #mcol {
	float: none;
	width: 100%;
 }
}

