
.idkarta
{
  
  
/*  
background-color: #CDE7F8;
border: 1px solid #4A8EBC;
*/
}


.option_kraj
{
	background-color:#F3E7B6;
}


.ubyt_adresa
{
	color:#6C5524;
}

.popisi_textboxu
{
font-weight:bold;
font-size:12px;
}

.vypis_texty
{
  color:#4D4D4D;
}
.vypis_popisi
{
font-weight:bold;
font-size:12px;
}
.vypis_nadpis
{
text-decoration:underline;
font-weight:bold;
font-size:13px;
}

.vypis_cenaoddo
{
	font-size:15px;
	font-weight:bold;
}

.popisi_textboxu_dulezite
{
font-weight:bold;
color:#990000;
font-size:12px;
}

.popisi_textboxu_za
{


}

.system_info
{
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

.system_hlaska_vkarte
{
	color:#0066CC;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}


.system_hlasky
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.system_hlasky_err
{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}
.system_hlasky_nosend
{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}
/* ODKAZ TLACITKO */
a.button
{
text-decoration: none;
font-size:14px;
border: 1px solid #716C66;
padding: 0 10px 0 10px;
background-color:#FBFDDB;
color:#000000;

/*	CURSOR: hand;
	color: #330000;
	background-color: #F9F4EE;
	height: 22px;
	width: 100px;
	text-align: center;
	PADDING-TOP: 3px;
*/
}
a.button:hover 
{
  background-color: #FCF4C2;
  color:#FF0000;
}

.tabulka, .vypis_tabulka
{
  border:1px solid #716C66;
  background-color: #B0D9F4;
}

.strankovani_styl
{
	text-align:center;
	font-size:16px;
}
.str_dis, .strankovani_str_dis
{
	font-size:14px;
}

.strankovani_styl a
{
	text-decoration:none;
}



/* Textboxi */

.formposlatdotaz input, .formposlatdotaz textarea,
.formrezervace input, .formrezervace textarea,
.form_firma input, .form_firma textarea
{
  border: 1px solid #716C66;
  background-color: #FBFDDB;
}

.formposlatdotaz
{

}


.tlacitko {CURSOR: hand}

.searchSubmit, #sbb
{
	background-color:#FDE8CE;
	border:1px solid #F38804;

	CURSOR: hand
}

.cl_login, #sbi 
{ 
	border:1px solid #F38804;

}

.tab_form_firma
{
	background-color:#DAEDFA;
	border:1px solid #4A8EBC;

}






/* =========================================================================================================================== */
/* =========================================================================================================================== */
/* =========================================================================================================================== */
/* =========================================================================================================================== */
/* =========================================================================================================================== */
/* project: internet center template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

img 
{
	border:0px;

}



a {
	color: #185DA0;
	background: inherit;
}

a:hover {
	color: #9EC068;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h3 {
	font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 {
	font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h3 a, h2 a {
	text-decoration: none;
}

h3 a:hover, h2 a:hover {
	color: #FF6600;
	background: #FFF;
}


h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h2 { 
	font-size: 16px;
	margin-bottom: 5px; 
	color: #000; 
	background: inherit;
}

p {	
	margin: 0 0 5px 0;
	
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}

input.search { 
	width: 199px; 
	border: none;
	background: url('/images/input.gif'); 
	padding: 4px; 
}

input.login { 
	width: 150px;
	border: none; 
	background: url('/images/logininput.gif'); 
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 820px; 
}

.header { 
	height: 45px; 
	margin-bottom:20px;
}

.top_info {
	float: right;
	width: 550px;
	padding: 0 0 4px 0;
}

	.top_info_left {
		width: 220px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}
	
.slogan {
	font-size: 0.9em;
	width: 160px;
}


.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	margin: 0 0 0 0px; 
}

	.bar li { 
		margin: 0; 
		padding: 4px 10px 8px 10px;
		color: #808080;
		background: #FFF;
		float: left; 
	}
	
	.bar li.active { 
		background: #FFF url('/images/bar.gif') no-repeat center bottom; 
		color: #9EC068;
		font-weight: bold; 
		padding-bottom: 8px; 
	}

	.bar a { 
		font-weight: bold;
		color: #4A8EBC; 
		background: inherit;	
	} 

#top { 
  position:relative;
	background: url('/sablony/default_img/top.gif') no-repeat; 
	clear: both;
	width:820px;
	height:105px;
	margin-bottom:5px;
}

#top .search{
  position:absolute;
  left:210px;
  width:565px;
  height:85px;
  padding:10px;
  text-align:center;
}
#top .text{
  position:absolute;
  width:190px;
  height:80px;  
  padding:10px;
  color:white;
}

.subheader {
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4 url('/images/subheaderbg.gif') no-repeat;
	color: #808080;
	border-bottom: 1px solid #ccc;
}


.navigace_firmy 
{
	padding: 8px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #ccc;*/
	font-size:14px;
}

.navigace_region 
{
/*	padding: 8px;
	margin-bottom: 10px;

*/
	font-size:14px;
	/*border-bottom: 1px solid #ccc;*/
	
}




.navigace_firmy a
{
  font-size:14px;
}


/* left side
   --------- */

.right {
	float: right;
	width: 605px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0px 0 10px 0;
	}

	.left_links {
		border: 1px solid #eee;
		padding: 10px 10px 10px 15px;	
		margin: 0 0 10px 0;
	}
	
	.left_links:hover {
		border: 1px solid #ccc;
	}
	
	.odkaz_nanasweb
	{
		font-size:20px;
	}
	.odkaz_nanasweb:hover
	{
		color:#990000;
	}
	
	
	.left_message {
		border: 1px solid #eee;
		padding: 10px 10px 10px 75px;	
		margin: 0 0 10px 0;
		background: #fff url('/images/questionmark.gif') no-repeat center left;
		color: #454545; 
	}
	
	.left_message:hover {
		border: 1px solid #ccc;
	}
	
		.left_side {
			float: left;
			width: 270px;
			padding: 0 0 0 20px;
		}
		
		.right_side {
			float: right;
			width: 270px;
			border-left: 1px solid #eee;
			padding: 0 0 0 20px;
		}
		
		

		.left_side_kat {
			float: left;
			width: 300px;
			padding-left:100px;
		}
		
		.right_side_kat {
			float: right;
			width: 300px;
			border-left: 1px solid #eee;
			padding: 0 0 0 20px;
		}		
		
	.left_box {
		background: #f4f4f4;
		color: #000;
		border: 1px solid #ccc;
		padding: 10px;
	}
	
/* right side
   ---------- */
		
.left {
	float: left;
	width: 205px;
	margin: 0 0 10px 0;
}

  /*BOX SMALL ORANGE*/
	.box_sm_orange {
	 border:solid 1px #CECACB;
	 width:203px;
	 /*margin-bottom:5px;*/
	}
	
	.box_sm_orange h4{
    background: url('/sablony/default_img/title_sm_orange.gif'); 
    width:195px;
    height:20px;
    margin:-1px;
    padding:5px;
    font-size:13px;
  }
  
  .box_sm_orange .box_content{    
    padding:5px;
    clear:both;
  }
  
  /*BOX BIG BLUE*/
  .box_bg_blue {
	 border:solid 1px #CECACB;
	 width:593px;	 
	 /*margin-bottom:5px;*/
	}
	
	.box_bg_blue h4{
    background: url('/sablony/default_img/title_bg_blue.gif'); 
    width:585px;
    height:20px;
    margin:-1px;
    padding:5px;
    font-size:13px;
  }
  
  .box_bg_blue .box_content{    
    padding:5px;
    clear:both;
  }
  
  
  /*BOX others*/
  .box_login{
    background-color:#FCE5CA;
  }

	.right_articles {
		border: 1px solid #eee;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
	.right_articles:hover {
		border: 1px solid #ccc;
	}


	/* .right_articles   Vypis Penzion */
	.vypsat_list_polozka
  {
		border: 1px solid #eee;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
.vyplist_odkaz
{
  color:black;
  text-decoration:none;
  font-weight:bold;
/*  font-size:12px; */

}	
	
.dotaz_dell_firma
{
	text-align:center;
	margin:10px;
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
}


		
.image {
	float: left;
	margin: 0 9px 3px 0;
}

.clear{
  clear: both; 
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 10px 0 10px 0;
	border-top: 1px solid #eee;
}

.footer a {
	color: #F38804;
	background: #fff;
}
