.cleaner {
clear:both !important;
display: block !important;
float: none !important;
height: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
width: auto !important;
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body{
	background: #fff url('../img_images/body-bg.jpg') repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size:14px;
	color: #fff;
}

a{
	color:#fff;
	text-decoration:none;
}
a:hover,
a.choosed{
	text-decoration: underline
}
body a img{
	border: 0px;
}
p{
	margin: 0;
	padding: 1%;
	width: 98%;
	line-height: 20px
	/*background: #50332f*/
}
h1{
display: none;
}
h2{
	margin: 0;
	font-size: 14px
}
h3, h3.category.first {
	margin: 0
}
h3.category {
	margin: 15px 0 0;
}
#wrapper  {
	width:977px;
	margin: 0 auto 0 auto;
	background: transparent;
	height: auto;
}
#header {
	width:100%;
	margin:0px;
	height:209px;
	background: url('../img_images/header-bg.png') no-repeat;
	border: solid 0px blue;
}
.logo {
	position: relative;
	display: block;
	width:289px;
	height:39px;
	top:78px;
	left:345px;
	border: 0px solid red;
}
.menubar {
	width:898px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	position: relative;
	top: 100px;
	left: 37px;
	text-transform: uppercase;
	border: #50332f solid 2px;
	background: #d0af52;
}
.menubar ul {
	list-style:none;
	margin:0 0 0 0px;
	float: left
}
.menubar ul li {
	display:inline;
}
.menubar ul li a   {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color: #50332f;
	padding: 0px 0px 0 0px;
	width: 0px;
	margin: 0 10px 0 10px;
}
.menubar ul li a:hover,
.menubar ul li a.choosed{
	/*text-decoration: underline*/
}
.langbar{
	width: 90px;
	height: 20px;
	margin: 12px 0 0 0;
	border: 0px solid green;
	float:right;
	line-height: 20px;
}

.langbar a.CZ,
.langbar a.EN,
.langbar a.DE{
	padding: 10px 15px;

}
.langbar a.DE{
background: url('../img_images/de.png') no-repeat;
}
.langbar a.CZ{
background: url('../img_images/cz.png') no-repeat;
}
.langbar a.EN{
background: url('../img_images/en.png') no-repeat;
}
#footer   {
	width: 100%;
	background: url('../img_images/footer-bg.png') no-repeat;
	height: 99px;
	line-height: 99px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 14px
}
#content{
	background: url('../img_images/content-bg.jpg') repeat-y;
	height: auto;
	padding: 0 60px 20px 60px;
border: solid 0px;
}
table.list{
	margin: 0 0 0px 0;
	width: 100%;
	font-weight: bold
}
table.list span{
	background:  red;
	padding: 2px;
	font-weight: bold
}
table.list tr.item{
	height: 25px;

}
table.list td{
	vertical-align: middle
}
table.list td.noshow {
	width: 100%;
	background: #d0af52;
	display: none;
	font-weight: normal;
	border: 2px solid #50332f
}
table.list td.noshow img{
	float: left;
	margin: 10px
}
table.list td.noshow div.left{
	color: #50332f;
	width: 85%;
	text-align: justify;
	/*border: 1px solid red;*/
	float: left
}
table.list td.noshow p.right{
	color: #fff;
	width: 8%;
	text-align: center;
	padding: 3px;
	background: red;
	cursor: pointer;
	font-weight: bold;
	float: right;
	text-transform: uppercase
}
table.list td.show{
	cursor: pointer
}
table.list td.link{
	cursor: pointer;
	text-decoration: underline
}
table.list td.link:hover{
	cursor: pointer;
	text-decoration: none
}

/* MOD: hurvajs */
/* detail */
.detail h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.detail h2 span {
	margin: 0 15px 0 0;
}
.detail p {
	padding-left: 0;
	padding-right: 0;
}
/* END: detail */
/* gallery */
div.gallery {
	clear: both;
	padding: 10px 0;
	width: 857px;
}
div.gallery a {
	display: block;
	float: left;
	margin: 5px 0 5px 10px;
}
div.gallery a.first {
	margin-left: 0;
}
div.gallery a.last {
	margin-right: 0;
}
td.icon .gallery {
	background: transparent url('../img_images/picture-icon2.png') no-repeat 0 0;
	display: block;
	width: 32px;
	height: 23px;
}
/* END: gallery */
/* END */
