
html,
body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #000000;
	text-align: center;
	display: inline;
	background: #FFFFFF url('images/background_tile.png') top left repeat-x;
}

#c_cont{
	margin: 0px auto;
	width: 776px;
	display: block;
	float: none;
	text-align: center;
	padding: 0px;
}

#center{
	width: 776px;
	display: inline;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url('images/tile_shadow.gif') top center repeat-y;
}

/* SHADOWS */

div.shadow_left{
	width: 6px;
	height: 300px;
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: transparent url('images/left_shadow.png') top center no-repeat;
}


div.shadow_right{
	width: 6px;
	height: 300px;
	float: right;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: transparent url('images/right_shadow.png') top center no-repeat;
}

/* END SHADOWS */

/* CENTER */

div.center{
	width: 764px;
	height: 100%;
	background-color: #FFFFFF;
	display: inline;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
}

/* END CENTER */

/* HEADER */
	
div.head{
	width: 760px;
	height: 162px;
	float: left;
	display: inline;
	position: relative;
	background: #EDB467 url('images/header_background.jpg') top center no-repeat;
	margin: 0px 2px 2px 2px;
	padding: 0px;
}

div.head_underline{
	width: 760px;
	height: 1px;
	float: left;
	display: inline;
	position: relative;
	margin: 0px 2px;
	padding: 0px;
	background-color: #DEC68D;
	font-size: 0px;
	line-height: 0px;
}

/* END HEADER */

div.ctb_container{
	width: 100%;
	height: 100%; 
	float: left;
	position: relative;
	display: inline;
	background: #ffffff url('images/menu_tile.png') 2px 0px repeat-y; 
	margin: 2px 0 0 0; 
	padding: 0px;
}

/* MENU */

div.menu{
	width: 155px;
	height: 100%;
	display: inline;
	float: left;
	position: relative;
	margin: 0px 2px 2px 2px;
	padding: 0px;
	background: transparent;
}

ul.menu{
	width: 149px;
	height: 100%;
	float: left;
	display: inline;
	position: relative;
	margin: 3px;
	padding: 0px;
	list-style: none;
}

ul.menu li{
	width: 100%;
	float: left;
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #5F3F25;
}

ul.menu li a{
	width: 145px;
	float: left;
	position: relative;
	display: inline;
	text-align: left;
	margin: 0px;
	padding: 3px 2px;
	line-height: 16px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

ul.menu li a:hover{
	background-color: #990000;
}

div.menu_footer{
	width: 100%;
	height: 166px;
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/* END MENU */

/* SEARCH */

div.search{
	width: 599px;
	height: 18px;
	float: left;
	display: inline;
	position: relative;
	margin: 0px 2px 2px 0px;
	padding: 2px;
	background-color: #F3D8B1;
	font-family: Verdana, Arial, sans-serif;
	color: #755742;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

div.search span{
	height: 18px;
	float: left;
	position: relative;
	display: inline;
	margin: 0px 3px;
	padding: 0px;
}

input.search{
	width: 137px;
	height: 18px;
	float: left;
	padding: 2px 2px 0px 4px;
	position: relative;
	display: inline;
	background: transparent url('images/search_background.png') top right no-repeat;
	border: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #755742;
}

input.srch_but{
	width: 60px;
	height: 18px;
	float: left;
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #755742;
	border: 1px solid #755742;
	background-color: #FBF1E3;
	line-height: 16px;
}

/* END SEARCH */

/* CONTAINER */

div.container{
	width: 599px;
	float: left;
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px;
}

div.inner_text{
	width: 583px;
	float: left;
	position: relative;
	display: inline;
	margin: 5px 10px;
	padding: 0 0 10px 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

div.inner_text p{
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	display: inline;
}

p.inner_text{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: inline;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

p.inner_text a{
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	display: inline;
	color: #5f3f25;
	margin: 20px 0 0 0;
	padding: 0px;
	text-decoration: underline;
	float: left;
	position: relative;
	width: 100%;
}

p.inner_text a:hover{
	text-decoration: none;
}

div.inner_text_2{
	width: 577px;
	float: left;
	position: relative;
	display: inline;
	margin: 5px 10px;
	padding: 0 3px 10px 3px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

div.inner_text_2 p{
	margin: 5px 0px;
	padding: 0px;
	float: left;
	position: relative;
	text-indent: 50px;
	color: #6A4F3C;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	display: inline;
}

div.inner_text_2 p a{
	text-indent: 50px;
	color: #6A4F3C;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	text-decoration: underline;
}

div.inner_text_2 p a:hover{
	text-decoration: none;
}

div.style8 span, div.style8 p{
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: inline;
	color: #000000;
	text-align: center;
}

div.text_container{
	width: 100%;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div.itext_title{
	width: 100%;
	height: 30px;
	float: left;
	text-align: right;
	position: relative;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

div.ingallery{
	width: 559px;
	float: left;
	position: relative;
	margin: 10px 0 0 40px;
	padding: 0px;
	height: 150px;
	display: inline;
	font-size: 0px;
}

.tall{
	margin: 0px 30px;
}

.hor{
	margin: 25px 5px 0 5px;
}

div.ingallery a{
	float: left;
	position: relaitve;
	padding: 0px;
	display: inline;
	border: 3px solid #dec68d;
}

div.ingallery a:hover{
	border: 3px solid #916a51;
}

div.ingallery a img{
	border: none;
}


div.navi_bar{
	width: 599px;
	height: 14px;
	float: left;
	position: relative;
	display: inline;
	margin: 0px;
	padding: 2px;
	background-color: #FCF5EB;
	font-family: Verdana, Arial, sans-serif;
	color: #916A51;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	line-height: 14px;
}

div.navi_bar img{
	width: 11px;
	margin: 0px 4px 0 0;
	padding: 0px;
	border: none;
	display: inline;
}

div.navi_bar a{
	font-family: Verdana, Arial, sans-serif;
	color: #916A51;
	font-size: 10px;
	font-weight: normal;
	display: inline;
	text-align: right;
	line-height: 14px;
	text-decoration: underline;
}

div.navi_bar a:hover{
	text-decoration: none;
}

div.cat_title{
	width: 100%;
	height: 22px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	float: left;
	position: relative;
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	line-height: 22px;
}

p.style1{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-indent: 0px;
	background-color: #FCF5EB;
	color: #BA9983;
	font-weight: normal;
	display: inline;
	text-align: center;
	border-bottom: 1px dashed #F8E6CB;
}

div.style1{
	width: 100%;
	/* width: 579px; */
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-indent: 0px;
	background-color: #FCF5EB;
	color: #000000;
	float: left;
	position: relative;
	font-weight: normal;
	display: inline;
	text-align: center;
	border-bottom: 1px dashed #F8E6CB;
}

div.style2{
	width: 579px;
	margin: 20px 0 0 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 0px;
	color: #000000;
	float: left;
	position: relative;
	font-weight: bold;
	display: inline;
	text-align: left;
	border-bottom: 1px solid #F7EFCB;
}

div.style3{
	width: 579px;
	height: 16px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	display: inline;
	color: #990000;
	font-weight: bold;
	text-align: right;
}

div.style3 a{
	height: 16px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	display: inline;
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
}

div.style3 a:hover{
	text-decoration: none;
}



p.style2{
	width: 337px;
	margin: 20px 0 0 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 0px;
	color: #AB8732;
	font-weight: bold;
	display: inline;
	text-align: left;
	border-bottom: 1px solid #F7EFCB;
}

p.style3{
	height: 16px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	display: inline;
	color: #990000;
	font-weight: bold;
	text-align: right;
}

p.style3 a{
	height: 16px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	display: inline;
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
}

p.style3 a:hover{
	text-decoration: none;
}

div.avt_picture{
	width: 132px;
	height: 168px;
	float: left;
	display: inline;
	position: relative;
	margin: 20px;
}

div.avt_picture img{
	border: 1px solid #BA9983;
	display: inline;
}

div.cv_info{
	width: 405px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	display: inline;
}
	

div.style4{
	width: 100%;
	height: 22px;
	float: left;
	position: relative;
	display: inline;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 5px 0 0 0;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
}

div.style5{
	width: 100%;
	float: left;
	position: relative;
	display: inline;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 5px 0 0 0;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
}

div.style6{
	width: 100%;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 0px;
	text-indent: 3px;
	float: left;
	position: relative;
	display: inline;
	color: #000000;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #F7EFCB;
}

div.style7{
	width: 100%;
	float: left;
	position: relative;
	display: inline;
	margin: 3px 0 3px 0;
	text-align: left;
	padding: 0px;
	line-height: 20px;
	text-indent: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #916A51;
}

div.style8{
	width: 100%;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 18px;
	text-indent: 0px;
	background-color: #FCF5EB;
	color: #000000;
	float: left;
	position: relative;
	font-weight: normal;
	display: inline;
	text-align: center;
	font-size: 22px;
	border-left: none;
	border-right: none;
	border-top: 1px dashed #F8E6CB;
	border-bottom: 1px dashed #F8E6CB;
}

div.map{
	width: 220px;
	height: 220px;
	margin: 10px;
	padding: 0px;
	float: left;
	position: relative;
	display: inline;
}

div.map img{
	border: 1px solid #BA9983;
	display: inline;
}

div.addr{
	width: 337px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	display: inline;
}

p.style8{
	width: 337px;
	padding: 0px;
	margin: 3px 0;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
}

div.links_div{
	width: 100%;
	height: 20px;
	margin: 3px 0 2px 0;
	padding: 0px;
	float: left;
	position: relative;
}

div.links_div a{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #916A51;
	text-decoration: underline;
	font-weight: normal;
	line-height: 20px;
}

div.links_div a:hover{
	text-decoration: none;
}

div.do_cnt{
	width: 577px;
	margin: 5px 0px;
	padding: 0px 3px;
	float: left;
	position: relative;
	text-indent: 50px;
	color: #6A4F3C;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

div.do_cnt a{
	text-indent: 50px;
	color: #6A4F3C;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	text-decoration: underline;
}

div.do_cnt a:hover{
	text-decoration: none;
}

div.do_cnt span{
	width: 250px;
	float: left;
	position: relative;
}

div.do_cnt ul{
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0px;
}

div.do_cnt td{
	background-color: #FCF5EB;
}

td.do_cnt1{
	width: 5%;
	text-align: right;
}

td.do_cnt2{
	width: 15%;
	text-align: center;
}

td.do_cnt3{
	width: 65%;
	text-align: left;
}

td.do_cnt4{
	width: 10%;
	text-align: center;
}

td.do_cnt5{
	width: 5%;
	text-align: right;
}

div.do_cnt table{
	width: 100%;
	background-color: #ffffff;
}

div.molbi_cnt{
	width: 577px;
	margin: 10px 0 0 0;
	padding: 0px 3px;
	float: left;
	position: relative;
	color: #6A4F3C;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	border-top: 1px dashed #F8E6CB; 
	border-bottom: 1px dashed #F8E6CB; 
	background-color: #FCF5EB;
}

div.molbi_cnt span{
	float: left;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

ul.molbi_cnt{
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	list-style: none;
	text-indent: 0px;
	background-color: #FAEEDC;
}

ul.molbi_cnt li{
	height: 16px;
	margin: 1px 0 0 0;
	padding: 0px;
}

ul.molbi_cnt li a{
	font-size: 11px;
	color: #6A4F3C;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	float: left;
	position: relative;
	border-bottom: 1px dashed #6A4F3C;
}

ul.molbi_cnt li a:hover{
	border-bottom: 1px solid #6A4F3C;
}

img.molbi_cnt{
	float: left;
	position: relative;
	margin: 2px 5px 0 5px;
	border: none;
}

div.grafici_table{
	width: 583px;
	float: left;
	position: relative;
}

div.g_tb1_a{
	width: 291px;
	height: 20px;
	margin: 2px 1px 0 0;
	display: inline;
	padding: 0px;
	float: left;
	position: relative;
	background-color: #FCF5EB;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #6A4F3C;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

div.g_tb1_b{
	width: 291px;
	height: 20px;
	margin: 2px 0 0 0;
	display: inline;
	padding: 0px;
	float: left;
	position: relative;
	background-color: #FCF5EB;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #6A4F3C;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

/* NEWS */

div.novini_tb1_a{
	width: 140px;
	/* height: 20px; */
	margin: 2px 1px 0 0;
	display: inline;
	padding: 0px;
	float: left;
	position: relative;
	background-color: #FCF5EB;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #6A4F3C;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

div.novini_tb1_b{
	width: 80px;
	/* height: 20px; */
	margin: 2px 1px 0 0;
	display: inline;
	padding: 0px;
	float: left;
	position: relative;
	background-color: #FCF5EB;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #6A4F3C;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

div.novini_tb1_c{
	width: 210px;
	/* height: 20px; */
	margin: 2px 1px 0 0;
	display: inline;
	padding: 0px;
	float: left;
	position: relative;
	background-color: #FCF5EB;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #6A4F3C;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

div.novini_tb1_d{
	width: 150px;
	/* height: 20px; */
	margin: 2px 0 0 0;
	display: inline;
	padding: 0px;
	float: left;
	position: relative;
	background-color: #FCF5EB;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #6A4F3C;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

div.novini_tb2_a{
	width: 140px;
	/* height: 20px; */
	margin: 2px 1px 0 0;
	display: inline;
	padding: 0px;
	float: left;
	position: relative;
	background-color: #FBF1E1;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #6A4F3C;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

div.novini_tb2_b{
	width: 80px;
	/* height: 20px; */
	margin: 2px 1px 0 0;
	display: inline;
	padding: 0px;
	float: left;
	position: relative;
	background-color: #FBF1E1;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #6A4F3C;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

div.novini_tb2_c{
	width: 210px;
	/* height: 20px; */
	margin: 2px 1px 0 0;
	display: inline;
	padding: 0px;
	float: left;
	position: relative;
	background-color: #FBF1E1;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #6A4F3C;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

div.novini_tb2_d{
	width: 150px;
	/* height: 20px; */
	margin: 2px 0 0 0;
	display: inline;
	padding: 0px;
	float: left;
	position: relative;
	background-color: #FBF1E1;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #6A4F3C;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

/* END NEWS */

div.g_tb2_a{
	width: 291px;
	height: 20px;
	margin: 2px 1px 0 0;
	display: inline;
	padding: 0px;
	float: left;
	position: relative;
	background-color: #FBF1E1;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #6A4F3C;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

div.g_tb2_b{
	width: 291px;
	height: 20px;
	margin: 2px 0 0 0;
	display: inline;
	padding: 0px;
	float: left;
	position: relative;
	background-color: #FBF1E1;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #6A4F3C;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

div.tp_kare1{
	width: 583px;
	float: left;
	position: relative;
	margin: 10px 0 0 0;
	padding: 0px;
	color: #6A4F3C;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

div.tp_kare1 a{
	float: left;
	position: relative;
	margin: 10px 0 0 0;
	padding: 0px;
	color: #6A4F3C;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

div.tp_kare1 a:hover{
	text-decoration: none;
}

div.tp_kare1 ul{
	margin: 10px 0 10px 30px;
	padding: 0px;
	font-weight: normal;
}

div.po_address{
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
	float: left;
	position: relative;
	color: #6A4F3C;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

div.po_form{
	width: 583px;
	margin: 10px 0px;
	padding: 0px; 
	float: left;
	position: relative;
}

div.po_form1{
	width: 300px;
	float: left;
	position: relative;
	margin: 10px 0px 5px 141px;
	display: inline;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6A4F3C;
}

div.po_form1 textarea{
	width: 280px;
	height: 80px;
	border: 1px solid #755742;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	padding: 2px;
	margin: 0px;
	background-color: #FBF1E3;
}

div.po_form1 input{
	width: 274px;
	height: 18px;
	padding: 2px 2px 0px 4px;
	border: none;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
}

div.po_form1 select{
	width: 280px;
	border: 1px solid #755742;
	background-color: #FBF1E3;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	padding: 1px;
	margin: 0px;
}

/* tablica - tarifa 1*/

div.tarifa1_table{
	width: 100%;
	float: left;
	position: relative;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #6A4F3C;
	text-align: center;
}

div.t1_tb_c1{
	width: 30px;
	float: left;
	position: relative;
	display: inline;
	margin: 1px 0 0 1px;
	padding: 0px;
	background-color: #FBF1E1;
}

div.t1_tb_c2{
	width: 300px;
	float: left;
	position: relative;
	display: inline;
	margin: 1px 0 0 1px;
	padding: 0px;
	background-color: #FBF1E1;
}

ul.t1_tb{
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
}

li.t1_tb{
	width: 100%;
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
}

li.t1_tb span{
	float: left;
	position: relative;
	display: inline;
	margin: 1px 0 0 1px;
	padding: 0px;
	background-color: #FBF1E1;
	border: none;
}

span.t1_tb_c1{
	width: 30px;
}


span.t1_tb_c2{
	width: 300px;
}

span.t1_tb_c3{
	width: 121px;
}

div.t1_tb_c_extra{
	width: 243px;
	float: left;
	position: relative;
	display: inline;
	margin: 1px 0 0 1px;
	padding: 0px;
	line-height: 30px;
	font-weight: bold;
	background-color: #FBF1E1;
}

div.t1_tb_c_sm{
	background-color: #FBF1E1;
	height: 19px;
	width: 121px;
	float: left;
	position: relative;
	margin: 1px 0px 0px 1px;
	padding: 0px;
	font-size: 11px;
	line-height: 19px;
	text-align: center;
}

/* end tablica - tarifa1*/

/* END CONTAINER */

/* FOOTER */

div.footer{
	width: 752px;
	height: 16px;
	float: left;
	position: relative;
	display: inline;
	background-color: #F3D8B1;
	margin: 2px 2px 0 2px;
	padding: 0px 4px;
	font-family: Verdana, Arial, sans-serif;
	color: #755742;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	line-height: 16px;
}


div.footer_end{
	width: 776px;
	height: 7px;
	float: left;
	position: relative;
	display: inline;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	background: transparent url('images/footer_end.png') top center no-repeat;
}

div.sd_box{
	width: 100%;
	float: left;
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px;
}

div.sd_row{
	width: 100%;
	margin: 2px 0;
	padding: 0px;
	float: left;
	position: relative;
	display: inline;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color:#666666;
	text-align: left;
}

div.srch{
	width: 100%;
	height: 18px;
	float: left;
	display: inline;
	position: relative;
	margin: 0 0 2px 0;
	padding: 4px 0px;
	background-color: #F3D8B1;
	font-family: Verdana, Arial, sans-serif;
	color: #755742;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

div.srch span{
	height: 18px;
	float: left;
	position: relative;
	display: inline;
	margin: 0px 3px;
	padding: 0px;
}

div.srch span select{
	height: 18px;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

form{
	margin: 0px;
	padding: 0px;
}