@charset "utf-8";
body  {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #363636;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

@font-face {
 font-family: "Calibri";
 src: url("../font/calibri.eot") format("eot"),
 url("../font/calibri.ttf") format("truetype");
}


p {
	font-size: 12px; 
}

#head_top {
	background-image:url(images/header.png);
	width: 800px;
	height: 192px;
}


.hlavicka_nadpis {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FF0;
	text-align: left;
}
.video {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/pozadi/zalozka.gif);
	background-repeat: no-repeat;
	text-align: right;
	background-position: right;
	background-color: #000;
}


.text {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #808080;
	text-align: justify;
}
.text_tit {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 12px;
	padding: 0 0 5px 0;
	color: #808080;
	text-align: justify;
}


.obrazky {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
}
.obrazky_pas {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
	width: 120px;
	height: 82px;
}


.hlavicka {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	background-image: url(images/pozadi/hl_cerv.gif);
	background-repeat: repeat-x;
	text-align: justify;
	vertical-align: top;
}
.text_tab {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	background-repeat: repeat;
	border: 0;
	background-image: url(images/pozadi/h2_sContent.jpg);
}
.text_tab_rozp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	background-repeat: repeat;
	border: 0;
	background-image: url(images/pozadi/h2_sContent.jpg);
	line-height: 18px;
}

.novinky {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	background: url(images/pozadi/zalozka.gif) repeat-x center center;
	width: 160px;
	height: 20px;
	color: #FFF;
	line-height: 22px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}


.twoColFixLtHdr #container {
	width: 800px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: left;
}
.odkaz {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
	text-align: left;
}
.odkaz_pr {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
	text-align: right;
	display: block;
	width: 200px;
	float: right;
}


.linky {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c40000;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
.linky a:visited {
	color: #666;
}

.dealeri {
	padding: 0px;
	border: 0px solid #FFF;
	margin: auto;
}



.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding: 20px 10px 10px 10px; 
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	color: #999;
}
.twoColFixLtHdr #mainContent {
	margin-top: auto;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: justify;
	padding-top: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #CC0000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.flag {
	display: block;
	width: 158px;
	height: 25px;
	border: 1px solid #ddd; 
	background: white;
}

.flag img {
	float: left;
	border: none;
	padding:2px 3px 3px 3px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-image: url(images/pozadi/nadp_str.jpg);
	width: 150px;
	background-repeat: repeat-x;
}
.cena {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-image: url(images/pozadi/cena_pris.jpg);
}

.nadp_stranky {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #A0A0A4;
	word-spacing: normal;
	height: auto;
	width: 580px;
	padding: 0 0 0 5px;
	margin: 0;
	background-image: url(images/pozadi/nadp_str.jpg);
	text-align: right;
	
	
}

.nadp_stranky2 {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #A0A0A4;
	word-spacing: normal;
	height: auto;
	width: 580px;
	padding: 0 0 0 5px;
	margin: 0;
	background-image: url(images/pozadi/nadp_str.jpg);
	text-align: right;
	
	
}






.dealeri {
	width: 180px;
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #900;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	padding: 10px 0 0 0;
	margin: 0px;
	text-align: left;
}
.tabulka_nadp {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #006;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	font-weight: bold;
}
.text_tab_prava {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: right;
	vertical-align: top;
	padding: 10px;
	background-image: url(images/pozadi/h2_sContent.jpg);
	background-repeat: repeat;
	border: 0;
}
.text_cenik_cenaDPH {
	color: #000;
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.text_cenik_cenaDPH_cerna {
	color: #FFF;
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}

.text_cena {
	color: #FFF;
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
}



.text-center {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #808080;
	text-align: center;
	font-weight: bold;
}
.linky_center {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c40000;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	text-align: center;
}
.text_tab_center {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	vertical-align: top;
	padding: 10px;
	background-image: url(images/pozadi/h2_sContent.jpg);
	background-repeat: repeat;
	border: 0;
}
.textbila {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
}
.cena_prislusenstvi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-image: url(images/pozadi/cena_pris.jpg);
}
.odkaz_nd {
	font-family: "Calibri", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
	display: block;
	line-height: 24px;
	background-color: #666;
	border-right:#900 solid 4px;
	margin-top: 10px;
}

a.odkaz_nd {
	color: white;
}


.odkaz_nd:hover {
	color: red;
	text-decoration: underline;
	background-color: #ddd;
	border-right: red solid 4px;
}

.odkaz_deal {
	font-family: "Calibri", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #900;
	text-decoration: underline;
	display: block;
	line-height: 24px;
	background-color: #ddd;
	border-right:#900 solid 4px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.odkaz_deal:hover {
	color: #F00;
	text-decoration: underline;
	background-color: #ddd;
	border-right: red solid 4px;
}

.newsLeft {
	display: block;
	width: 150px;
	margin: 0 0 0 5px;
}

.newsLeft img{
	width: 140px;
	padding: 2px;
	border: solid 1px #bbbbbb;
	margin: 0 0 5px 0;
}




  #mainContent ul.menu-pas {
	list-style: none;
	height: 180px;
	
}
   
   #mainContent ul.menu-pas li { float: left; margin-left: 10px;}
   
    	
		#mainContent ul.menu-pas li a {
		display: block;
		float: left;
		height: 180px;
		text-indent: -9000px;
		margin-right: 30px;
		margin-bottom: 10px;
}
    
    	#mainContent ul.menu-pas li a.menu-uzola {
		width: 220px;
		background-image: url(images/menu-pas/menu_uzola.png);
		background-repeat: no-repeat;
}
      	#mainContent ul.menu-pas li a.menu-uzola:hover { background-position: -220px 0px; }
		
		#mainContent ul.menu-pas li a.menu-uchtys {
		width: 220px;
		background-image: url(images/menu-pas/menu_uchtys.png);
		background-repeat: no-repeat;
}
      	#mainContent ul.menu-pas li a.menu-uchtys:hover { background-position: -220px 0px; }
		
		#mainContent ul.menu-pas li a.menu-vetluga {
		width: 220px;
		background-image: url(images/menu-pas/menu_vetluga.png);
		background-repeat: no-repeat;
}
      	#mainContent ul.menu-pas li a.menu-vetluga:hover { background-position: -220px 0px; }
    
		#mainContent ul.menu-pas li a.menu-ttm3902 {
		width: 220px;
		background-image: url(images/menu-pas/menu_ttm3902.png);
		background-repeat: no-repeat;
}
      	#mainContent ul.menu-pas li a.menu-ttm3902:hover { background-position: -220px 0px; }
		
		#mainContent ul.menu-pas li a.menu-ttm4901 {
		width: 220px;
		background-image: url(images/menu-pas/menu_ttm4901.png);
		background-repeat: no-repeat;
}
      	#mainContent ul.menu-pas li a.menu-ttm4901:hover { background-position: -220px 0px; }

		#mainContent ul.menu-pas li a.menu-uzgur {
		width: 220px;
		background-image: url(images/menu-pas/menu_uzgur.png);
		background-repeat: no-repeat;
}
      	#mainContent ul.menu-pas li a.menu-uzgur:hover { background-position: -220px 0px; }
		
		#pasaky {
	height: 850px;
	background-image: url(images/menu-pas/pasaky.png);
	background-repeat: no-repeat;
}

		#pasaky_2 {
	height: 950px;
	background-image: url(images/menu-pas/pasaky_2.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.twoColFixLtHdr #container #mainContent .textmodra {
	color: #009;
}


#footer p{
	font-size:14px;
}

#sidebar1 p{
	margin-bottom: 5px;
}
