html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}
html {
	background: #000000;
}
body {
	font-size: 62.5%;
	text-align: center;
	color: #969696;
	font-family: sans-serif;
	background: #000000;
}
table
{
  font-size:100%;
}
#content {
	width: 1000px;
	text-align: left;
	margin: 0;
	float: left;
	overflow: hidden;
	position: relative;
}
#main {
	width: 625px;
	float: left;
	position: relative;
	left: 0px;
	margin: 2em 0 0 0 !important;
	padding: 0 10px 120px 10px;
	overflow: hidden;
}
#homepage #main {
	width: 345px;
}
#submain {
	
}
#homepage #submain {
	display: block;
	width: 260px;
	padding: 0 10px 20px 10px;
	margin: 2em 0 0 0 !important;
	position: relative;
	float: left;
	left: 0px;
	overflow: hidden;
}
#side {
	width: 185px;
	float: left;
	position: relative;
	left: 0px;
	/*overflow: hidden;
*/	padding-top: 17px;
	padding-bottom: 20px;
}
#otherside {
	width: 170px;
	float: left;
	position: relative;
	top: -50px;
	margin-bottom: -30px;
	overflow: hidden;
}
#header {
	height: 120px;
	overflow: hidden;
	position: relative;
}
#header h2 {
  margin-left: 15px;
  font-size: 8px;
}
#header a strong {
	display: none;
}
#header img {
	display: block;
	margin: 0 0 0 15px;
	border-style:none;
}
#current a#menujump {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#other {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
#other a {
}
#breadcrumb {
	position: absolute;
	left: 190px;
	top: 110px;
	font-size: 110%;
	margin: 0 0.5em;
}
#breadcrumb li, #breadcrumb ul {
	display: inline;
}
#breadcrumb strong {
	display: none;
}
#side .menu h2 {
	display: none;
}
.menu {
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
.menu ul li {
	display: block;
	background-image: url('menuline.jpg'); background-repeat: repeat-x; background-position: left bottom;
	padding-bottom: 7px;
	margin-bottom: 5px;
}
.menu ul ul { 
  padding-top: 5px;
  padding-left: 10px;
}
.menu ul ul li {
  background-image: none;
  margin-bottom: 1px;
  padding-bottom: 1px;
}
.menu ul ul a {
  background-image: url('whitedot.gif'); background-repeat: no-repeat; background-position: left center;
  font-size: 11px;
}
.menu ul a {
  background-image: url('reddot.gif'); background-repeat: no-repeat; background-position: left center;
	padding: 0px 0px 0px 15px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.menu a:hover, .menu a.current {
	color: #B20000;
	text-decoration: none;
}
#menu li.keramika, 
#menu li.odkazy {
	margin-bottom: 25px;
}
#menu {
	margin-bottom: 100px;
}
#menu2 li {
	display: list-item;
	text-align: right;
	padding-right: 2em;
}
#menu2 a {
	display: inline;
	text-align: right;
	padding: 0;
}
#menu3 ul {
  padding-top: 5px;
}
#menu3 a {
  height: auto;
	color: #ffffff;
	font-weight: normal;
	font-size: 100%;
}

#menu3 a:hover {
	text-decoration: underline;
}
form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}
form {
	width: 80%;
	padding: 1em 1%;
	margin: 0 auto;
}
fieldset {
	margin: 0.5em 0;
}
fieldset legend {
	font-size: 150%;
	font-weight: bold;
	color: #333;
}
fieldset fieldset legend {
	font-size: 130%;
}
form label, form .cf-box-title {
	text-align: left;
	font-weight: bold;
}
form .cf-box-group label {
	font-weight: normal;
}
form input, form select, form label, form textarea {
	font-size: 110%;
}
form input, form select, form textarea {
	width: 99%;
	margin: 0 auto;
}
form label input, form .cf-box-group input, form .cf-box-b {
	width: 2em;
}
form button, .sendbutton {
	cursor: pointer;
	width: 10em;
}
.emailreqtxt, .reqtxt {
	float: right;
}
#main form ol li {
	list-style: none url();
	clear: both;
	margin: 0.5em 0 0 0;
	padding: 0;
}
#usermessagea {
	font-size: 120%;
	text-align: center;
	margin: 1em auto;
	font-weight: bold;
	color: red;
}
.cf_hidden {
	display: none;
}
.failure {
	color: red;
	text-decoration: blink;
}
#footer {
	padding: 1em 180px 1em 0;
	margin: 0px 0 0px 195px;
	width: 625px;
	height: 80px;
	overflow: hidden;
	clear: both;
	background: #000;

	position:fixed;
	bottom: 0px;
  left: 0px;	
	}
#footer li {
	display: inline;
}
#footer br {
	display: none;
}
#lista {
	padding: 1em 180px 1em 195px;
	clear: both;
	height: 25px;
	width: 625px;
	overflow: hidden;
	background: #000000	url(../css/bg-footer.gif) no-repeat 15px bottom;
	position:fixed; 
	text-align:left;
  bottom: 0px;
  left: 0px;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
}
h1 {
	font-size: 80%;
	margin-left:15px;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 1em 0;
}
#otherside h2 {
	margin: 1em 10px 0.2em 10px;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	margin: 1em 0 0.2em 0;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0 0.2em 0;
}
.sectionheading {
	font-size: 130%;
	font-weight: bold;
	margin: 1em 0 0.2em 0;
}
#main p {
	text-align: justify;
}
#main p, #side p, #otherside p {
	font-size: 110%;
	margin: 0.75em 0;
	line-height: 1.3em;
}
#otherside h3, #otherside p {
	margin: 0.5em;
}
#main ul, #main ol {
	margin: 0.5em 0;
}
#main ul li, #main ol li {
	list-style: disc url();
	margin-left: 2em;
	font-size: 120%;
}
#main ol li {
	list-style: decimal url()
}
#main li li {
	font-size: 100%;
}
#main table {
	margin: 20px auto 0 auto;
	width: 90%;
	border-collapse: collapse;
	
}
#main table th {
	text-align: right;
}
#main table th, #main table td {
	vertical-align: middle;
	font-size: 120%;
	padding: 0.5em;
	
}
#main table thead th, #main table th.right, #main table th.left {
	text-align: center;
	float: none;
}
#main table td.right {
	text-align: right;
	float: none;
}
#main table td.left {
	text-align: left;
	float: none;
}
#main table thead th, #main table thead td {
	border: 1px solid #969696;
}
#main table tfoot th, #main table tfoot td {
	border: 1px solid #969696;
}
#main table tbody th {
	border: 1px solid #969696;
}
#main table caption {
	caption-side: bottom;
	font-style: italic;
	text-align: left;
}
.hidden {
	display: none;
}
a {
	text-decoration: underline;
	color: #969696;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a img {
	border: none;
}
.left {
	float: left
}
.right {
	float: right;
}
img.left {
	margin: 0 20px 20px 0;
}
img.right {
	margin: 0 0 20px 20px;
}
.linklove {
	display: none !important;
}
.cleaner {
	clear: both;
}
#edit {
	position: absolute;
	right: 25px;
	top: 0;
}

#side address {
	font-size: 110%;
	padding: 0em 2em;
	margin: 0px 0 5px 0;
	font-style: normal;
	color: #eeeeee;
	line-height: 1.3em;
}

#side p {
font-size: 110%;
	padding: 0em 2em;
	margin: 0 0 40px 0;
	line-height: 1.3em;
	color: #eeeeee;
}

#dodavatele {
	height: 30px;
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
	overflow: hidden;
	text-align:left;
}
#dodavatele h2 {
	display: none;
}
#dodavatele li {
	display: inline;
	float: left;
	height: 30px;
	margin: 0 4px 0 4px;
}
#dodavatele li a {
	display: block;
	float: left;
	width: 0;
	height: 30px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#dodavatele li.alno a {
	padding-left: 43px;
	background: transparent url(images/logo-alno.gif) no-repeat left top;
}
#dodavatele li.koryna a {
	padding-left: 64px;
	background: transparent url(images/logo-koryna.gif) no-repeat left top;
}
#dodavatele li.sachsenkuchen a {
	padding-left: 87px;
	background: transparent url(images/logo-sachsenkuchen.gif) no-repeat left top;
}
#dodavatele li.kartell a {
	padding-left: 55px;
	background: transparent url(images/logo-kartell.gif) no-repeat left top;
}
#submain .slideshow {
	margin: 5px 0;
}
.thumbnail
{
  float:left;
  margin-right:4px;
  margin-bottom:4px;
}
.thumbnail img
{
  width:201px;
  height:101px;
}
#gallery
{
  margin-top:10px;
}

#main .item {height: 65px;}
.ceniktable td
{
  border-style:none;
}