html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #45494d url("/images/bg.png") repeat-x;
	color: #fff;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#center {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div#head {
	background: #030303 url("/images/head.png") no-repeat right top;
	height: 217px;
}

div#head a#logo {
	position: absolute;
	display: block;
	top: 56px;
	width: 213px;
	height: 91px;
}

div#head div#slogan {	padding-top: 132px;
	padding-left: 240px;
	width: 270px;
	color: #fff;
	font-style: italic;
	font-size: 15px;
}

div#head div#hmenu {
	position: absolute;
	top: 70px;
	left: 570px;
	color: #fff;
	font-size: 12px;
	text-align: right;
	width: 195px;
}

div#head div#hmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#head div#hmenu ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 10px;
}

div#head div#hmenu ul li a {
    color: #fff;
    text-decoration: underline;
}

div#head div#hmenu ul li a:hover {
	color: #f76c15;
    text-decoration: underline;
}




div#telo_ram {	border-left: 10px #000 solid;
	border-right: 10px #000 solid;
}

div#telo {
	background: #fff url("/images/menu-bg.gif") repeat-y left;
	color: #000;
}

div#obsah {
	background: url("/images/roh-right.png") no-repeat right top;
	float: right;
	width: 550px;
}

div#obsah_text {	padding: 4px 15px 20px 15px;
}

div#menu {
	background-color: #f1f1f1;
	width: 200px;
	float: left;
}

div#menu div.menu_head {
	background: #ff3000 url("/images/roh-left.gif") no-repeat left top;
	color: #fff;
	padding: 10px 13px;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#menu ul li {
	border-bottom: 1px #fff solid;
}

div#menu ul li.select {
	font-weight: bold;
}

div#menu ul li a {
	padding: 8px 13px;
	display: block;
	color: #000;
	text-decoration: none;
}

div#menu ul li a.mn1 {
	background: url("/images/menu_1.gif") no-repeat right center;
}

div#menu ul li a.mn2 {
	background: url("/images/menu_2.gif") no-repeat right center;
}

div#menu ul li a.mn3 {
	background: url("/images/menu_3.gif") no-repeat right center;
}

div#menu ul li a.mn4 {
	background: url("/images/menu_4.gif") no-repeat right center;
}

div#menu ul li a.mn5 {
	background: url("/images/menu_5.gif") no-repeat right center;
}

div#menu ul li a.mn6 {
	background: url("/images/menu_6.gif") no-repeat right center;
}

div#menu ul li a.mn7 {
	background: url("/images/menu_7.gif") no-repeat right center;
}

div#menu ul li a:hover {
	color: #fff;
	background: #1b1c1f;
	text-decoration: none;
}

div#menu div.menu_text {
	padding-bottom: 60px;
}


.clear {	clear: both;
}

div#zapati {	border-top: 10px #000 solid;
	padding-top: 5px;
	color: #777;
}

div#zapati a {
	color: #777;
}

div#zapati a:hover {
	color: #aaa;
}

div#zapati p {
	font-size: 11px;
}


a img {
    border-width: 0px;
}

a {
    color: #ff3000;
    text-decoration: underline;
}

a:hover {
    color: #336699;
    text-decoration: underline;
}

td {
    font-size: 12px;
}

hr {
    color: #dedede;
    height: 1px;
    border-width: 0px 0px 0px 0px;
    background-color : #dedede;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
    color: #ff3000;
	margin: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}

p {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
}

form {
    margin: 0px 0px 0px 0px;
}

input, textarea, select {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}



div#zoom {
	background: url("/images/overlay.png");
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
    text-align: center;
	z-index: 90000;
}

* html div#zoom {
	background: url("/images/overlay.gif");
}

div#zoom div#zoomdiv {	position: absolute;
	text-align: center;
}

div#zoom div#zoomdiv.detail {
	background-color: #fff;
    border: 10px solid #fff;
}

div#zoom div#zoomdiv div.close {	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
}



div#vypis {
	padding: 20px 0px;
}

div#vypis div.lpr {
	float: left;
	width: 250px;
	padding-bottom: 10px;
}

div#vypis div.lpr a.aimg {
	display: block;
	width: 150px;
	height: 150px;
	border: 2px #f1f1f1 solid;
}

div#vypis div.lpr span.kod {
	font-size: 11px;
	color: #333;
}



div#detail {
	padding: 20px 0px;
}

div#detail span.kod {
	font-size: 11px;
	color: #333;
}

div#detail span.kod strong {
	color: #000;
}



a.hlfoto {	margin-top: 10px;
	display: block;
	width: 300px;
	height: 250px;
	border: 3px #f1f1f1 solid;
	padding: 4px;
}

a.imgzoom {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	display: block;
	padding-left: 27px;
	background: url("/images/zoom.gif") no-repeat;
	height: 18px;
	width: 105px;
}

a.minifoto {	cursor: pointer;
	display: block;
	width: 80px;
	height: 80px;
	border: 2px #f1f1f1 solid;
	float: left;
	margin: 6px 4px 0px 0px;
	padding: 4px;
}

div#detail_popis {	padding-top: 20px;
}

div#detail_param {
	margin-top: 20px;
}

div#detail_param table {	border: none;
}

div#detail_param table tr td {
	background-color: #f1f1f1;
	padding: 2px 20px 2px 2px;
	margin: 0px;
}


