body
{
	margin:0;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	font-size: 0.8em;
	background:url(../files/images/layout/bg-body.png) center top repeat #ffffff;
	color:#ffffff;
}
* {
	padding: 0;
	margin: 0;
	border: 0px none;
}
.invisible {
     position:absolute;
     top:-2000px;
     left:0;
     width:1px;
     height:1px;
     overflow:hidden;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	overflow:hidden;
	display:block;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
input, select, textarea {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:1em;
	padding:2px 3px;
}


/*Page*/
#page {
	width:828px;
	margin:0px auto;
	text-align:left;
	position:relative;
}
/*Page*/

/*Page-offsets*/
#page-offset-left {
	position:absolute;
	left:-7px;
	top:0px;
	width:7px;
	height:134px;
	background:url(../files/images/layout/page-offset-left.png) left top no-repeat;
}
#page-offset-right {
	position:absolute;
	left:828px;
	top:0px;
	width:6px;
	height:134px;
	background:url(../files/images/layout/page-offset-right.png) left top no-repeat;
}
/*Page-offsets*/

/*Header*/
#header {
	height:388px;
	background:url(../files/images/layout/bg-header.png) left top no-repeat;
	position:relative;
	overflow:hidden;
}

/*Logo*/
#logo-box {
	position:absolute;
	top:15px;
	left:347px;
}
a.logo{
	color:#f57c20;
	font-weight:bold;
	font-size:2em;
	display:block;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	width:130px;
	height:59px;
}
a.logo span{
	display:block;
    position:absolute; left:0; top:0; z-index:1;
	background:url(../files/images/layout/logo.png) top left no-repeat;
	width:130px;
	height:59px;
}
/*Logo*/

/*Main-menu*/
#main-menu {
	position:absolute;
	left:85px;
	top:98px;
}
#main-menu ul li{
	list-style-type:none;
	float:left;
	width:129px;
	overflow:hidden;
	text-align:center;
	margin-right:2px;
}
#main-menu ul li a{
	color:#ffffff;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
}
#main-menu ul li.act a, #main-menu ul li a:hover{
	color:#e74425;
}
/*Main-menu*/

/*Search-box*/
#search-box {
	position:absolute;
	left:323px;
	top:127px;
	=top:120px;	
}
#search-box input {
	float:left;
}
#search-box input#search-text {
	width:136px;
	height:14px;
	background:url(../files/images/layout/bg-search-text.png) left top no-repeat #ffffff;
	color:#000000;
	font-size:0.85em;
	overflow:hidden;
	margin-top:15px;
	=margin-top:21px;
}
#search-box input#sb-submit {
	color:#00aeef;
	overflow:hidden;
	text-align:center;
	font-size:35px;
	cursor:pointer;
	margin-left:7px;
	background:none;
	overflow:visible;
	padding:0px;
}
#search-box input#sb-submit:hover {
	color:#ffffff;
}
/*Search-box*/

/*Header-boxes*/
#header-boxes {
	position:absolute;
	left:32px;
	top:185px;
}
#header-boxes ul li {
	list-style-type:none;
	width:251px;
	height:193px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}
#header-boxes ul li#hb-1 {
	margin-right:6px;
}
#header-boxes a{
	color:#ffffff;
	font-weight:bold;
	font-size:2em;
	display:block;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	width:251px;
	height:193px;
}
#header-boxes a span{
	display:block;
  position:absolute; left:0; top:0; z-index:1;
	width:251px;
	height:193px;
}
#header-boxes ul li#hb-1 a span {
	background:url(../files/images/ilustracni/bg-header-box1.png) top left no-repeat;	
}
#header-boxes ul li#hb-2 a span {
	background:url(../files/images/ilustracni/bg-header-box2.png) top left no-repeat;	
}
#header-boxes ul li#hb-3 a span {
	background:url(../files/images/ilustracni/bg-header-box3.png) top left no-repeat;	
}
/*Header*/

/*Main*/
#main {
	width:828px;
	overflow:hidden;	
}
#main-bottom {
	width:828px;
	overflow:hidden;
	background:url(../files/images/layout/bg-main-bottom.png) left top no-repeat;
	height:12px;
}
.main-yellow {
	background:url(../files/images/layout/bg-main-yellow.png) left top repeat-y #ffbe00;
	width:828px;
}
.main-yellow #main-in {
	background:url(../files/images/layout/bg-main-yellow-in.png) left top no-repeat;
	width:828px;
	padding:23px 0px 15px 36px;	
}
.main-white {
	background:url(../files/images/layout/bg-main-white.png) left top repeat-y #ffffff;
	width:828px;
}
.main-white #main-in {
	background:url(../files/images/layout/bg-main-white-in.png) left top no-repeat;
	width:828px;
	padding:23px 0px 15px 36px;	
	color:#08a6ce;	
}


/*Columns*/
#left-column {
	float:left;
	overflow:hidden;
	width:244px;
}
#right-column {
	float:left;
	overflow:hidden;
	margin-left:17px;
	width:500px;
}
/*Columns*/

#right-column h1 {
	font-size:2.3em;
	font-weight:normal;
}
#right-column h2 {
	font-size:1.7em;
	font-weight:normal;
	padding:15px 0px 0px 0px;
}
#right-column h3 {
	font-size:1.3em;
	padding:15px 0px 0px 0px;
}
#right-column p {
	line-heigh:1.4em;
	padding:5px 0px;
}
#right-column img.r-float {
	float:right;
	margin:0px 0px 5px 15px;
}
#right-column img.l-float {
	float:right;
	margin:0px 15px 5px 0px;
}

/*Main-yellow*/
.main-yellow #lc-boxik #lc-top {
	height:10px;
	background:url(../files/images/layout/bg-lc-ib-top.png) left top no-repeat;
	overflow:hidden
}
.main-yellow #lc-boxik #lc-bottom {
	height:10px;
	background:url(../files/images/layout/bg-lc-ib-bottom.png) left top no-repeat #ffcd12;
	overflow:hidden
}
.main-yellow #lc-boxik #lc-main {
	background:#ffcd12;
	padding:3px 15px 3px 15px;
	color:#ea4a07;
}
.main-yellow #lc-boxik #lc-main h2 {
	color:#6da309;
	font-size:1.7em;
	padding-bottom:6px;
}
.main-yellow #lc-boxik #lc-main p {
	line-heigh:1.4em;
	padding:5px 0px;
}
.main-yellow #lc-boxik #lc-main a,.main-yellow #right-column a {
	color:#ea4a07;
}
.main-yellow #lc-boxik #lc-main a:hover,.main-yellow #right-column a:hover {
	color:#ffffff;
}
.main-yellow #lc-boxik #lc-main p.lc-a-more {
	text-align:right;
}
.main-yellow #lc-boxik #lc-main p.lc-a-more a {
	color:#6da309;
}
.main-yellow #lc-boxik #lc-main p.lc-a-more a:hover {
	color:#ffffff;
}
/*Main-yellow*/

/*Main-white*/
.main-white #lc-boxik {

}
.main-white #lc-boxik #lc-bottom {
	height:17px;
	background:url(../files/images/layout/bg-lc-mw-bottom.png) left top no-repeat #ffffff;
	overflow:hidden
}
.main-white #lc-boxik #lc-main {
	background:url(../files/images/layout/bg-lc-mw-main.png) left top repeat-y #ffffff;
	padding:0px 20px 5px 5px;
}
.main-white #lc-boxik #lc-main p {
	color:#fd8901;	
	font-size:1.2em;
	padding:10px 0px 5px 10px;
	line-height:1.4em;
}
.main-white ul.lc-logos {
	text-align:center;
} 
.main-white ul.lc-logos li {
	list-style-type:none;
	padding:30px 0px;
}


.main-white #lc-boxik #lc-main a,.main-white #right-column a {
	color:#08a6ce;
}
.main-white #lc-boxik #lc-main a:hover,.main-white #right-column a:hover {
	color:#ff9d03;
}

.main-white #right-column ul, .main-white #right-column ol {
	padding:5px 0px 5px 50px;
}
.main-white #right-column ul li, .main-white #right-column ol li {
	line-height:1.4em;
	padding:1px 0px;
}

.main-white #right-column ul.fotogalerie-seznam {
	padding:30px 0px 20px 0px;
	font-size:1.1em;
}
.main-white #right-column ul.fotogalerie-seznam li {
	padding:0px;
}

/*Scroll-box*/
#scroll-box {
	width:500px;
	height:70px;
	overflow:hidden;
	position:relative;	
}
#scroll-box #sb-left{
	width:21px;
	height:70px;
	position:absolute;
	left:0px;
	top:0px;
}
#scroll-box #sb-right{
	width:21px;
	height:70px;
	position:absolute;
	left:475px;
	top:0px;
}
.main-white #scroll-box #sb-left a, #scroll-box #sb-right a{
	display:block;
	width:25px;
	height:70px;
	line-height:70px;
	font-size:4em;
	text-decoration:none;
	color:#ff9d03;
}
.main-white #scroll-box #sb-left a:hover, #scroll-box #sb-right a:hover{
	color:#08a6ce;
}
#scroll-box #sb-in {
	position:absolute;
	left:30px;
	top:0px;
	width:455px;
	overflow:hidden;
}
#right-column #scroll-box #sb-in ul {
	padding:0px;
}
#right-column #scroll-box #sb-in ul li {
	padding:0px;
	float:left;
	list-style-type:none;
	padding:0px 2px;
}
/*Scroll-box*/

/*Form*/
#vzkaz {
	margin-top:10px;
}
#vzkaz label {
	display:block;
}
#vzkaz input, #vzkaz textarea{
	width:220px;
	border:1px solid #08a6ce;
}
#vzkaz textarea{
	width:220px;
	height:170px;
}
#vzkaz input.submit {
	text-align:center;
	overflow:hidden;
	background:#ff9d03;
	color:#ffffff;
	overflow:visible;
	padding:5px 50px;
	cursor:pointer;
	border:none;
	width:auto;
	font-size:1.1em;
	font-weight:bold;
}
#vzkaz input.submit:hover{
	background-color:#08a6ce;
}
/*Form*/


/*Main-white*/
/*Main*/

/*Footer*/
#footer {
	width:828px;
	height:57px;
	background:url(../files/images/layout/bg-footer.png) left top no-repeat;
	margin-top:8px;
	text-align:center;
	padding-top:9px;
}
#footer ul li {
	list-style-type:none;
	display:inline;
	padding:0px 20px;
}
/*Footer*/

/*Copyright*/
#copyright {
	text-align:center;
	color:#ff7f7f;
	margin:8px;
}
/*Copyright*/



/*Subheader*/
#header-boxes .subheader-boxik {
	padding:10px;
}

#header-boxes .subheader-boxik h2 {
	font-size:18px;
	font-weight:strong;
	text-transform:none;
	padding-bottom:10px;
}
#header-boxes .subheader-boxik strong {
	font-size:16px;
}
#header-boxes .subheader-boxik p {
	font-size:14px;
	line-height:1.4em;
	font-style:italic;
	font-weight:normal;
}
#header-boxes .subheader-boxik a {
	color:#002947;
	text-decoration:none;
}

.akcni-boxik-detail .foto {
  float: right;
  margin: 5px;
}

.akcni-boxik-detail .price {
  font-weight: bold;
  font-size: 1.2em;
}
/*Subheader*/



/* fotogalerie */

.fotogalerie {
        padding:10x 0px;
}

.fotogalerie .img-out {
	text-align: center;
        width:162px;
        float:left;
        margin:5px 7px 5px 0px;
        display:table;
overflow:hidden;
=position: relative;
background-color: #def2f9;
padding:10px 0px;
       height:142px;
      =height:155px;
      
}

.fotogalerie .fotog-prava{
margin:4px 0px 4px 0px;
}

.fotogalerie .img-out .img-in {
	text-align: center;
        margin:0px auto;
display:table-cell;
	vertical-align: middle;
background-color: #def2f9;
        width:158px;
        height:122px;
      =height:135px;
}
.fotogalerie a{=position: absolute; =top: 50%;}

.fotogalerie img{
	padding:4px;
	background:#ffffff;
        margin-top:2px;
=left: -50%; =top: -50%; =position: relative;
}
.fotogalerie .img-text {
	text-align: center;
        width:220px;
        float:left;
        margin:5px 8px 25px 0px;
        display:table;
        height:auto;
overflow:hidden;
=position: relative;
}

.pager {
  font-size: 1.4em;
}  
.pager span .act {
  padding: 7px;
  font-weight: normal;
  font-size: 1.6em; 
}
.pager a {
  padding: 7px;
  font-weight: bold;
  text-decoration: none;
}
.pager a:hover {
  text-decoration: none;
}
/* fotogalerie */




/*Novinka-boxik*/
#novinky-wrapper {
	padding-top:5px;
}
.novinka-boxik a {
  color: #08A6CE;
  text-decoration: none;
}
.novinka-boxik a:hover {
  color: #FF9D03;
  text-decoration: underline;
}

.novinka-boxik-detail a {
  color: #FF9D03;
  text-decoration: none;
}
.novinka-boxik-detail a:hover {
  color: #08A6CE;
}

.novinka-boxik {
	background:#def2f9;
	padding:15px;
	margin-top:8px;
	margin-right: 70px;
	overflow:hidden;
}
.nb-full {
	/*width:830px;*/
}
.novinka-boxik .foto {
	float:right;
	/*width:111px;*/
	overflow:hidden;
  %margin-right: 25px;	
}
.novinka-boxik .foto img{
	padding:5px;
	margin:5px;
	background:#ffffff;
	border:1px solid #d1d1d1;
	width: 100px;
}
.novinka-boxik .text{
	float:left;
	width:728px;	
	/*width:396px;*/
	overflow:hidden;	
}
.nb-full .text{
	/*width:830px;*/
}
#main .novinka-boxik .text p.nb-datum {
	padding-top:0px;
	padding-bottom:2px;
	font-weight:bold;
	color:#999;
}
#main .novinka-boxik .text p.vice {
  margin-top: 9px;
	text-align:left;
	text-decoration: underline;
}
#main .novinka-boxik-detail .text p.vice {
  margin-top: 9px;
	text-align:left;
}

.novinka-boxik-detail {
  margin-top: 15px;
}

.novinka-boxik-detail .foto{
  float:right;
	text-align: right;
	margin-right: 10px;
}
.novinka-boxik-detail .foto img{
	padding:5px;
	margin:5px;
	background:#ffffff;
	border:1px solid #d1d1d1;
}
.novinka-boxik-detail .text{
	float:left;
	width:755px;
	overflow:hidden;
}

/*Novinka-boxik*/


#vzkaz .chyba_zadani {
  background-color: #FFED53;
}

#vzkaz .error {
  color: #DA251D;
}
