*{
	font-family: 'Titillium Web', sans-serif;
}
html{
  text-align: center;
}
body, html{
	margin:0px;
	padding:0px;
}
body{
	background: url(../images/bodybgr.png) repeat-x center 115px #ede5d9;
}
h2{
	color: #301D0E;
	border-bottom: 1px solid #decdb9;
	width:auto;
}
	h2.submenu-head{
	  border:none;
	  color:#AFCB08;
	}
div.content{
	font-size:14px;
	color:#321f0f;
	padding-bottom:35px;
	padding-top:15px;
}
	div.submenu{
	  width:200px;
	  float:left;
	}
	div.obsah{
	  width:850px;
	  margin-left:20px;
	  float:left;
	}
	div.obsah100{
	  /*width:850px;*/
	  width:100%;
	  margin-left:0px;
	  float:left;
	}
	div.submenu a{
	  display:block;
	  line-height: 30px;
	  width:200px;
	  height:30px;
    text-decoration: none;
	  border-bottom: 1px solid #AFCB08;
    color:#fff;
    text-indent: 5px;
    background: url(../images/bgr90.png) repeat;
	}
	div.submenu a:hover, div.submenu a:active{
	  font-weight:bold;
		background:none;
	  color:#301D0E;
	}
	div.submenu a.submenu-but-sel{
	  background:#E1E1E1;
	  color:#666;
	}

#main, #top, #footer{
	width:1100px;
	margin:auto;
  text-align: left;
}

#bgrtop{
	width:100%;
  background: url(../images/top.png) repeat top center;
  text-align:center;
	height:115px;
	margin-bottom:25px;
}
#top{
	height:115px;
  position: relative;
  background: url(../images/top.png) repeat top center;
}
	#logo{
    background: url(../images/logo.png) no-repeat;
    position: absolute;
	  width:288px;
	  height:103px;
	  display:block;
	  /*left: -50px;*/
	  top: 6px;
	}
	nav{
	  position: absolute;
	  right:0px;
	  top:0px;
	}

#middle{
  display: block;
	height:369px;
	margin-bottom:25px;
}
	#middle div{
	  float:left;
	  display:block;
	  height:369px;

	}
		#middle div.pol1{
      background-image: url(../images/mid1.png);
    	width:233px;
		}
		#middle div.pol2{
      background-image: url(../images/mid2.png);
      width:603px;
      margin-left:15px;
		}
		#middle div.pol3{
      background-image: url(../images/mid3.png);
      margin-left:16px;
      position: relative;
			width:233px;
		}
		#middle div.pol3 *{
      text-decoration: none;
		  width:233px;
		  display:block;
		}
		#middle div.pol3 span.o1{
		  text-align:center;
		  font-size:70px;
		  line-height:120px;
		  color:#ffc703;
		}
		#middle div.pol3 span.o2{
		  text-align:center;
		  font-size:50px;
		  line-height:54px;
		  color:#fff;
		}
		#middle div.pol3 p{
		  color:#fff;
		  width:213px;
		  margin:10px;
		  margin-top:15px;
		  text-align:center;
		  font-size:0.95em;
		}
		
		#middle div.pol3 a.akcninab{
		  display:block;
      background: url(../images/akcni_nabidky2b.png) no-repeat;
      width: 233px;
      height: 112px;
      bottom:0px;
      position: absolute;
		}

#uvodmenu{
  display: block;
	height:176px;
	margin-top:40px;
	/*margin-bottom:35px;*/
  overflow: hidden;
}
	#uvodmenu a{
	  float:left;
	  display:block;
	  width:361px;
	  height:176px;
	  font-size:30px;
	  color:#fff;
    font-weight: bold;
    text-decoration: none;
	}
	  #uvodmenu a div{
	    margin-top:90px;
	    margin-left:33px;
	  }
		#uvodmenu a.pol1{
      background-image: url(../images/menu1.png);
		}
		#uvodmenu a.pol2{
      background-image: url(../images/menu2.png);
      margin-left:8px;
		}
		#uvodmenu a.pol3{
      background-image: url(../images/menu3.png);
      margin-left:8px;
		}
		#uvodmenu a.pol3 div{
		  margin-top:80px;
		  line-height:34px;
		}

#bgrfooter{
	width:100%;
  background: url(../images/bot.png) repeat top center;
  text-align:center;
	height:289px;
}
#footer{ height:289px; background: url(../images/bot.png) repeat top center;}
#footer *{
	color:#fff;
	font-size:14px;
}
#footer div{
	float:left;
	margin-left:60px;
	margin-top:70px;
}
#footer div.footer-01{
	margin-left:0px;
}
#footer div.footer-04{
	margin-top:40px;
}

.break{
  width: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  border: 0px none;
  margin: 0px;
  padding: 0px;
  float: none;
  clear: both;
  visibility: hidden;
  /*display: none;*/
}

.popup-gallery{
	border: 1px solid #afcb08;
  background-color: #fff;
	padding: 10px;
	margin-bottom:40px;
}
.popup-gallery a{
	margin-right:5px;
	margin-bottom:8px;
	float:left; /*popis fotky*/
	position: relative; /*popis fotky*/
	height:150px;
}
.popup-gallery a img{
	border:1px solid #666;
}

.popup-gallery a div.description{
    position:absolute; /* absolute position (so we can position it where we want)*/
    bottom:-1px; /* position will be on bottom */
    left:0px;
    width:100%;
    /* styling bellow */
    background-color:black;
    /*font-family: 'tahoma';
    font-size:15px;*/
    color:white;
    opacity:0.6; /* transparency */
    filter:alpha(opacity=60); /* IE transparency */
}
.popup-gallery a div.description p{
    padding:10px;
    margin:0px;
    text-decoration: none;
}
.spec-offer-mask-dyna{
	width:400px;
	float:left;
	margin-right:20px;
}
  .spec-offer-mask-dyna .nab-txt strong{
    float:right;
	}
	.spec-offer-mask-dyna .offerbuttdyna{
    background: url(../images/bgr90.png);
    color:#fff;
    border: 2px solid #afcb08;
    line-height:40px;
    font-weight:bold;
    height:40px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		float:right;
		padding: 0px 20px;
    text-decoration: none;
    margin-top:10px;
	}
	.spec-offer-mask-dyna .offerbuttdyna:hover, .spec-offer-mask-dyna .offerbuttdyna:active{
		color:#afcb08;
	}