﻿/*  OBSAH */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6, ul, li, table {
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: normal;
	font-family: "Trebuchet MS", Geneva, Arial, "Luxi Sans", Helvetica, sans-serif;
}
h2 {
	font-size: 16pt;
	font-weight: normal;
	font-family: "Trebuchet MS", Geneva, Arial, "Luxi Sans", Helvetica, sans-serif;
}
h3 {
	font-size: 13pt;
	color: #C9781C;
}
h4 {
	font-size: 10pt;
	color: #C9781C;
	font-weight: bold;
}
h5 {
	font-size: 10pt;
	font-weight: normal;
}
p {
	color: #333333;
	font-size: 10pt;
}
img {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}
img.right {
	float: right;
}
img.left {
	float: left;
}
a {
	color: #d57e1c;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
th {
	text-align: right;
}
.clr {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.fright {
	float: right;
}
.fleft-img {
	float: left;
	margin-right: 20px;
}
.fright-img {
	float: right;
	margin-left: 20px;
}
.center-img {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.fleft {
	float: left;
}
.novisible {
	display: none;
}
.fotogalerie li {
	margin-left: 40px;
	list-style-image: url(../gfx/foldericon.gif);
}
.fotogalerie a {
	font-weight: bold;
}

#objednavka {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.kniha_objednavka {
	position: relative;
	float: left;
	width: 136px;
	height: 160px;
	border-style: solid;
	border-color: #ca781c;
	border-width: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 20px;
}
.kniha_objednavka_obrazek img {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.kniha_objednavka_popis {
	position: absolute;
	top: 110px;
}
.kniha_objednavka_kus {
	position: absolute;
	bottom: 10px;
}
