/* CSS Document */
/* basic.css */
/* základní css */
html, body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(../graphics/backgroundPattern.jpg) repeat fixed top;
} 
body{font-size: 62.5%; font-family: Calibri, Arial, Helvetica, sans-serif;}
/* ================================================================================================================================================= */
/* rámec pro všechen obsah stránky */
#container {
	text-align:left;
	margin:20px auto;
	padding:0px 0px;
	width:750px;
	height:auto;
	* height:100%;
	background-color: white;
	color:#666;	
}
/* header resp. horní část stránky */
#header {
	height: 180px;	
}
.hiddenHeader{
	display:none;
}
h1{font-size:16px; color:#E15A00; font-family:Tahoma; font-style:normal;}
/* ================================================================================================================================================= */
/* záložkové menu a nastavení jeho chování */
#menu_new{
display: noe;  position: relative; top: 8px; left: 0px; padding-left: 0px; padding-top: 8px;
}
 ul#menu_new {
width: 300px; height: 16px;
  
}
 ul#menu_new li{
display: inline;
border: 1px solid rgb(132,194,209); 
padding: 5px;
width: 150px;
background-color: rgb(217,236,240);
}
 ul#menu_new li a{
font-size: 14px; font-family: Arial; text-decoration: none;
padding-left: 0px;font-weight: bold; 
}
#menu_hlavni {
background: url(../graphics/header_picBottom.jpg) no-repeat ;
	height: 72px;
}

ul#menu_new li a:link{ color: rgb(0,0,0);}  
ul#menu_new li a:visited{color: rgb(85,85,85);}
ul#menu_new li a:hover{color: rgb(225,90,0)}
ul#menu_new li a:active{color: rgb(85,85,85);}


#menu_hlavni div{float: left;  margin-left:10px; padding: 0px 0px 0px 0px; margin-top:25px; padding-top: 0px;}
#menu_hlavni div a {font-size: 1.4em; font-family: Candara, Arial; text-decoration: none; padding-left: 0px; padding-right: auto; width: 96px; text-align: center;
display: block; font-weight: bold;}
/* chování odkazů */
#menu_hlavni div a:link{ color: rgb(85,85,85);}
#menu_hlavni div a:visited{color: rgb(85,85,85);}
#menu_hlavni div a:hover{color: rgb(0,0,0);  display: block;}
#menu_hlavni div a:active{color: rgb(85,85,85);}
/*rgb(150,204,215)
/* ================================================================================================================================================= */
/* obsah a hlavní texty na stránce */
#content {
	height: auto;
	text-align: left;
	background-color: white;
	font-size: 1.53em;
	padding-left: 1em;
	padding-right: 1em;
}
#content p{
text-indent: 0em;
letter-spacing: 0em;
line-height: 1.53em;
margin-bottom: 1em;
}
#content blockquote{
font-family: Cambria, Georgia;
font-size: 1.33em;
color: rgb(51,102,204);
}
#content blockquote #author{
text-align: right;
color: #666;
}
/* obrázky vložený do stránky, pouze dekorativní */
.pic_on_pageLeft{margin: 0px 10px 10px 10px; float: left;}
.pic_on_pageRight{margin: 0px 10px 10px 10px; float: right;}
/* ==================================================================================================================================================*/
/* zápatí stránky */
#footer {
font-size: 14px;
height: 28px;
text-align: center;
background: url(../graphics/footer_kulateRohy.jpg) no-repeat left;
clear: both;
}
#links{color: #000000; text-align: left; font-size: 10px;}
#links p{padding: 0px; margin: 0px; margin-top: 12px;}
#links a{color: gray;}
/* ================================================================================================================================================== */
/*spec pro fotogalerii odkazy a obrazky mají zakázané zvýraznění*/
.thFoto{margin-top: 5px;margin-bottom: 5px;margin-left: 10px;margin-right: 10px; }
#fotogalerieblok{text-align:center;}
#content a:link{text-decoration: none;}
#content img{border: 0px;}
#content h2{font-size: 1.1em;border-bottom: 1px solid  rgb(128,240,0); color: rgb(115,185,203); font-family: Cambria, Georgia;}
/* ================================================================================================================================================== */
/*ikona začínající odstavec*/
.drop{
float: left;
font-size: 350%;
line-height: 1em;
margin: 2px 10px 10px 0;
padding: 2px 8px ;
border: 2px solid #ccc ;
font-family: Cambria, Georgia;
/* ================================================================================================================================================== */
/*kontaktní rámeček se zvýazněními*/
}
p#kontakt{
display: block;
text-align: center;
color: rgb(51,102,204);
border: 1px solid grey;
width: 300px;
font-size: 1.1em;
font-family: cambria, georgia;
margin-left: 210px; 
}
P#kontakt span{
color: green;
}
/* ================================================================================================================================================== */
/*interaktivní mapa implementace Atlas API*/
#penzionbeta{ margin-top: 20px; margin-bottom: 20px; margin-left: 65px; border: 1px solid gray ;}
/* ================================================================================================================================================== */
/*nastavení chování odkazů v hlavním textu */
#content p a:link{color: rgb(255,102,0); text-decoration: none; border-bottom: 1px dotted rgb(255,204,0);  }
#content p a:visited{color: rgb(153,102,153);}
#content p a:hover{ color: rgb(255,102,0); text-decoration: none; border-bottom: 1px solid rgb(255,204,0);  }
#content p a:active{color: rgb(255,204,0);}
/* ================================================================================================================================================== */
.odkazPic{font-family: Cambria, Georgia;font-size: 1.2em;color: rgb(53,53,53); margin-left: 65px; background: url(../graphics/arrow.jpg) no-repeat 0 50%; padding-left: 30px; text-decoration: none;}
.VypnutiDekorace a:link{text-decoration: none; }
.VypnutiDekorace a:visited{text-decoration: none;}
.VypnutiDekorace a:hover{ color: rgb(255,102,0);}
.VypnutiDekorace a:active{text-decoration: none;}
/* ================================================================================================================================================== */
/* styly k tabulce cen ubytování */
table {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	}
th {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;font-weight: bold;
}
.tabTypZvyrazneni{background: rgb(255,255,204);}
.tabNociZvyrazneni{background: rgb(255,255,153);}
.tabCenaZvyrazneni{background: rgb(255,255,102);}
td{padding: 1.2em ;}

table.speciality{
	margin-top: 3px;
	margin-bottom: 3px;
text-align: left;
width: 680px;
}
table.speciality tr td{
padding-top: 5px;
padding-bottom: 5px;
}
table.speciality tr td.cena{
       text-align: right;
      
}
.font_bold{
font-weight: bold;
}
/* ================================================================================================================================================== */
#vizitka{text-align: center; margin: 10px; }
#menu{width: 1200px; _width: 985px; margin: 0 auto; }
#food{
width: 225px; float: left; position: relative; top:105px; _top:125px; background: #FBE8B3;  
}
#food table{font-size: 12px; text-align: left; width: 225px; color: #000000; }
#food table tr td{padding-top: 5px;padding-bottom: 5px; }
#food table tr td.foodname{padding-left: 5px; padding-right: 0px;}
#food table tr td.foodprice{min-width: 40px; font-weight: bold; font-family: Georgia;font-size: 11px;}
#food table tr td.foodnumber{}
#menutop{height: 10px;
   background: url(../graphics/menutop_bg.gif);
 background-repeat: no-repeat;
 background-position: left top;
}
#menubottom{height: 10px;
  background: url(../graphics/menubottom_bg.png);
 background-repeat: no-repeat;
 background-position: left bottom;
  }









