body	{
	font-family: 'Tahoma', 'Trebuchet MS', Verdana,'Arial CE','Helvetica CE', Arial, helvetica, sans-serif;
	color: black;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
  text-align: center;
  background: url("../img/bcg_top_podklad.jpg") center 0px #ffffff repeat-x;
}

.body-detaily	{
	font-family: 'Trebuchet MS', Verdana,'Arial CE','Helvetica CE', Arial, helvetica, sans-serif;
	color: black;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
  text-align: center;
  background: #f4f5ed;
}

.body2 {
	font-family: 'Trebuchet MS', Verdana,'Arial CE','Helvetica CE', Arial, helvetica, sans-serif;
	color: black;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
  text-align: center;
  background: white;
  padding: 15px 15px 15px 15px;
}

/* --- odkazy (rozsireno o ikonky typu souboru) --- */

a 				{color: #364d90; text-decoration: none; font-weight: bold;}
a:hover 	{color: #ff2d03; text-decoration: underline;}

a.mail 				{background: url(../img/ico_mailanchor.gif) no-repeat right 0em; padding-right: 18px;}
a.out				{background: url(../img/ico_outanchor.gif) no-repeat left 0em; padding-left: 12px;}
a.out_right			{background: url(../img/ico_outanchor.gif) no-repeat right 0em; padding-right: 12px;}
a.print 			{background: url(../img/ico_print.gif) no-repeat left 0em; padding-left: 18px;}
a.favourites 			{background: url(../img/ico_favourites.gif) no-repeat left 0em; padding-left: 18px;}
a.map 				{background: url(../img/ico_map.gif) no-repeat left 0em; padding-left: 18px;}
a.rss 				{background: url(../img/rss.jpg) no-repeat left 0em; padding-left: 18px; padding-bottom:2px;}

/* --- ikonky souboru --- */
.ai 				{background: url(../img/ico/ai.png) no-repeat left; padding-left: 20px;}
.avi 				{background: url(../img/ico/avi.png) no-repeat left; padding-left: 20px;}
.bmp 				{background: url(../img/ico/bmp.png) no-repeat left; padding-left: 20px;}
.cdr				{background: url(../img/ico/cdr.png) no-repeat left; padding-left: 20px;}
.doc				{background: url(../img/ico/doc.png) no-repeat left; padding-left: 20px;}
.dxf				{background: url(../img/ico/dxf.png) no-repeat left; padding-left: 20px;}
.gif 				{background: url(../img/ico/gif.png) no-repeat left; padding-left: 20px;}
.html 			{background: url(../img/ico/html.png) no-repeat left;	padding-left: 20px;}
.jpg 				{background: url(../img/ico/jpg.png) no-repeat left; padding-left: 20px;}
.mp3 				{background: url(../img/ico/mp3.png) no-repeat left; padding-left: 20px;}
.pdf 				{background: url(../img/ico/pdf.png) no-repeat left; padding-left: 20px;}
.png 				{background: url(../img/ico/png.png) no-repeat left; padding-left: 20px;}
.ppt 				{background: url(../img/ico/ppt.png) no-repeat left; padding-left: 20px;}
.psd 				{background: url(../img/ico/psd.png) no-repeat left; padding-left: 20px;}
.qt 				{background: url(../img/ico/qt.png) no-repeat left; padding-left: 20px;}
.ra 				{background: url(../img/ico/ra.png) no-repeat left; padding-left: 20px;}
.rtf 				{background: url(../img/ico/rtf.png) no-repeat left; padding-left: 20px;}
.swf 				{background: url(../img/ico/swf.png) no-repeat left; padding-left: 20px;}
.tif 				{background: url(../img/ico/tif.png) no-repeat left; padding-left: 20px;}
.txt 				{background: url(../img/ico/txt.png) no-repeat left; padding-left: 20px;}
.xls 				{background: url(../img/ico/xls.png) no-repeat left; padding-left: 20px;}
.zip				{background: url(../img/ico/zip.png) no-repeat left; padding-left: 20px;}
.unknown, file			{background: url(../img/ico/unknown.png) no-repeat left; padding-left: 20px;}

/* --- lightbox --- */

#lightbox	{
	background-color: #eeeeee;
	padding: 10px 10px 5px 10px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
}

#lightboxDetails	{
	font-size: 1em;
	padding-top: 0.4em;
}	

#lightboxCaption	{float: left;}
#keyboardMsg		{float: right;}
#closeButton		{top: 5px; right: 5px;}

#lightbox img		{border: none; clear: both;} 
#overlay img		{border: none;}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

/* --- zakladni html prvky ---*/
em, i				   {font-style: normal;}
p 				     {text-align: justify; margin: 0px; line-height: 1.3em; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
code 				   {font-size: 140%; font-weight: bold;}
hr					   {color: #831013; height: 1px; margin: 5px 0px 5px 0px; border: 0px; padding: 0px 0px 0px 0px; background: #831013;}
.bad           {color: red; font-weight: bold;}
.div-bad {
        padding: 10px;
        border: 3px solid red;
        margin: 15px 0px 15px 0px;
        background: white;
        color: black;
        float: left;
        width: 488px;
}

.div-bad2 {
        padding: 7px;
        border: 3px solid red;
        margin: 15px 0px 15px 0px;
        background: white;
        color: black;
}

.div-good {
        padding: 10px;
        border: 3px solid green;
        margin: 15px 0px 15px 0px;
        background: white;
        color: black;
        float: left;
}

.div-good2 {
        padding: 10px;
        border: 3px solid green;
        margin: 15px 0px 15px 0px;
        background: white;
        color: black;
        float: left;
        display:block;
        width:650px;
}
.div-good3 {
        padding: 10px;
        border: 3px solid green;
        margin: 15px 0px 15px 0px;
        background: white;
        color: black;
        float: left;
        width:490px;
}

.bila         {color: white; text-decoration: none;}

.bila:hover   {text-decoration: underline;}

/* --- seznamy --- */





ul ol li			{color: white; list-style-type: none; margin: 0px; padding: 0px; text-align: left;}

.menu1				  {font-size: 11px; font-weight: bold; color: #ffffff; list-style-type: none; margin: 0px; padding: 0px 0px 0px 0px;}
.menu1 li			  {font-size: 11px; font-weight: bold; color: #ffffff; text-align: left; float: left; margin: 0px 0px 0px 0px; cursor: pointer; width: 139px; height: 100px;}
.menu1 a:link	  {font-size: 11px; font-weight: bold; color: #ffffff; }
.menu1 a				{font-size: 11px; font-weight: bold; color: #ffffff; display: block; margin: 0px;  width: 139px; height: 100px; text-align: left; text-decoration: none;}
.menu1 a:hover	{font-size: 11px; font-weight: bold; color: #ffffff; text-decoration: underline;}

.menu1 .li1      {background: url("../img/bcg_vyhledavani_podniku.jpg") no-repeat;}
.menu1 .li2      {background: url("../img/bcg_kam_na_obed.jpg") no-repeat;}
.menu1 .li3      {background: url("../img/bcg_kam_za_zabavou.jpg") no-repeat;}
.menu1 .li4      {background: url("../img/bcg_zajimave_clanky.jpg") no-repeat;}
.menu1 .li5      {background: url("../img/bcg_restaurace_pod_lupou.jpg") no-repeat;}
.menu1 .li6      {background: url("../img/bcg_nase_sluzby.jpg") no-repeat;}


.podmenu				  {font-size: 10px; color: #831013; list-style-type: none; margin: 0px 0px 0px 0px; width: 200px; padding: 1px 1px 1px 1px; position: absolute; visibility: hidden; border: 1px solid #831013; background: white; z-index:1;}
.podmenu li			  {font-size: 10px; color: #831013; text-align: left; float: left; width: 200px; height: 20px; }
.podmenu a:link	  {font-size: 10px; color: #831013; }
.podmenu a				{font-size: 10px; color: #831013; display: block; width: 190px; height: 14px; padding: 3px 5px 3px 5px; margin: 0px; float: left; text-align: left;}
.podmenu a:hover	{font-size: 10px; color: #ffffff; background: url("../img/bcg_podmenu.jpg") repeat-x #831013; text-decoration: underline; height: 14px;}

.pravemenu        {font-size: 11px; font-weight: bold; color: #ffffff; list-style-type: none; margin: 2px 0px 2px 0px; padding: 2px 0px 2px 0px; float: left;}
.pravemenu li		  {font-size: 11px; font-weight: bold; color: #ffffff; text-align: left; margin: 2px 5px 2px 5px; }

.separator      {background: url("../img/separator.gif") left no-repeat;}
.border-bottom  {border-bottom: 1px dotted #c26515;}
.menu1 .selected       {text-decoration: underline;}


/* --- obrazky --- */
img 				{border: 0px;}
img.border 	{padding: 2px; border: 1px solid #7f7f7f;}
.bordernone {border: 0px;} 
img.icon		{vertical-align: -3px; margin: 0px 3px 0px 1px;}
img.toleft	{margin-right: 10px;}
img.toright {margin-left: 10px;}

/* --- horni a dolni indexy --- */
sub, sup 		{vertical-align: baseline; position: relative;}
sub 				{top: 0.4em;}
sup 				{bottom: 0.4em;}

/* --- tabulky --- */
table.nice			{width: 440px;}
table.nice tr td 		{padding: 2px;	font-size: 1em; border: 1px solid #dddddd;}
table.nice tr td.item		{background: url('../img/bcg_th.gif') repeat-x top left #dfdfdf; font-weight: bold; width: 330px;}
table.nice tr th		{background: url('../img/bcg_th.gif') repeat-x top left #dfdfdf; font-weight: bold;}
table.list			{width: 610px;}
table.list tr th		{background: #eeeeee; border-bottom: 2px solid #e1e1e1; padding: 5px 2px 5px 2px;}
table.list tr td		{border-bottom: 1px solid #e1e1e1; padding: 3px 2px 3px 2px;}

table {
  cellspacing: 0px;
  cellpadding: 0px;
  border-collapse: collapse;
}

/* --- hlavicky --- */
h1				{padding: 0px 0px 5px 0px;	margin: 0px 0px 10px 0px;	font-size: 1.5em; color: #364d90; font-weight: bold;}
h2				{padding: 0px 0px 5px 0px;	margin: 0px 0px 5px 0px;	font-size: 1.3em; color: #364d90; font-weight: bold;}
h3				{padding: 0px 0px 3px 0px;	margin: 0px 0px 0px 0px;  font-size: 1.2em; color: #364d90; font-weight: bold;}  
h4				{padding: 0px 0px 3px 0px;	margin: 0px 0px 0px 0px;	font-size: 1.1em; color: #364d90; font-weight: bold;}
h5				{padding: 0px 0px 3px 0px;	margin: 0px 0px 0px 0px;	font-size: 1em; color: #364d90; font-weight: bold;} 
h6				{padding: 0px 0px 3px 0px;	margin: 0px 0px 0px 0px;	font-size: 0.9em; color: #000000; font-weight: bold;}


/* --- formulare --- */
textarea, input, select			{ border: 1px solid #fca694; background: url("../img/bcg_input.jpg") repeat-x white; font-family: 'Trebuchet MS', Verdana,'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif; color: #000000; font-size: 0.95em; padding: 2px 2px 2px 2px; margin-bottom: 2px;}
label				{font-size: 0.85em; font-weight: bold;}
form        {padding: 0px; margin: 0px;}
table {
  cellspacing: 0px;
  cellpadding: 0px;
  border-collapse: collapse;
}

/* --- globalni tridy --- */
.clear			{clear: both;}
.smaller		{font-size: 0.85em;}
.small 			{font-size: 0.8em;}
.gray 			{color: #666666;}
.blue 			{color: #004080;}
.red			{color: #9f0000;}
.green			{color: #008000;}
.right 			{text-align: right;}
.center			{text-align: center;}
.left			{text-align: left;}
.block			{text-align: justify;}
.toleft			{display: block; float: left;	text-align: left;}
.toright		{display: block; float: right; text-align: left;}
.nomargin		{margin: 0px;}
.noborder		{border:none;}
.error			{display: block; color: #000000; font-weight: bold; text-align: center; margin-bottom: 10px; background: #d0d0d0; padding: 2px 0px 2px 0px; border: 1px solid #999999;}
.error a		{color: #000000;}
.hidden			{display: none;}
.border			{display: block; border: 1px dotted #b1b1b1; padding: 10px 3px 10px 3px;}
.bold			{font-weight: bold; font-size: 1em;}
.italic			{font-style:italic;}
.halfrow		{position: relative; top: 3px;}
.underline		{text-decoration: underline;}
.odsazeni-top {margin-top: 3px;}
.odsazeni-top3 {margin-top: 4px;}
.odsazeni-top2 {padding-top: 4px;}
.odsazeni-top4 {margin-top:10px;}
.odsazeni-bottom {padding-bottom: 10px;}
.odsazeni-bottom2 {margin-bottom: 5px;}
.odsazeni-top-bottom {padding: 8px 0px 8px 0px;}
.odsazeni-left {margin-left: 5px;}
.odsazeni-left2 {margin-left: 15px;}
.odsazeni-left3 {padding-left: 15px;}
.odsazeni-right {margin-right: 10px;}
.width710		{width:710px;}
.width250		{width:250px;}
.big {font-size: 1.5em;}

/* --- layout webu --- */

#div-top {
  text-align: left;
  background: url("../img/bcg_top.jpg") center 0px no-repeat;    
  height: 460px;
}

#div-main {
      	margin: auto;
	      width: 960px;
        text-align: left;
}

#div-top-inner {
        width: 960px;
        float: left;
}

#div-vyhledavani {
        width: 470px;
        height: 60px;
        padding: 20px 50px 5px 0px;
        float: right;
        text-align: right;
}

.submit-top {
        font-size: 11px;
        color: white;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        background: url("../img/bcg_tlacitko.jpg") no-repeat;
        border: none;
        cursor: pointer;
        height: 24px;
        width: 100px;
        text-align: center;
        font-weight: bold;
}

.submit-top:hover {
        text-decoration: underline;
}

.input-top {
        width: 150px;
        font-size: 11px;
        color: black;
        border: 1px solid black;
        margin: 0px 10px 0px 0px;
        padding: 1px 3px 1px 3px;
        height: 19px;
        background: url("../img/bcg_input.jpg") repeat-x white;
}

.select-top {
        width: 150px;
        font-size: 11px;
        color: black;
        margin: 0px 10px 0px 0px;
        padding: 2px 3px 0px 3px;
        height: 23px;
        background: white;
        border: 1px solid black;
}

#div-menu {
        width: 835px;
        height: 100px;
        float: left;
        margin: 245px 0px 0px 65px;
}

#div-home {
        width: 280px;
        height: 40px;
        padding: 30px 0px 0px 60px;
}

#div-home img {
        width: 279px;
        height: 39px;
        float: left;
}

#div-pripijime {
        width: 305px;
        height: 15px;
        float: left;
        color: white;
        margin: 0px 0px 0px 60px;
        text-align: right;
}

#div-main-inner {
        width: 920px;
        padding: 20px 20px 20px 20px;
        float: left;
        border: 1px solid #edc158;
        background: white;
        margin: 20px 0px 0px 0px;
}

#div-main-inner-left {
        width: 180px;
        float: left;
}

#div-main-inner-middle {
        width: 518px;
        float: left;
        margin: 0px 0px 0px 20px;
}
	#div-main-inner-middle-wide {
		width:710px;
		float: left;
	    margin: 0px 0px 0px 20px;
	}

#div-main-inner-right {
        width: 180px;
        float: right;
}

.div-nadpis-small {
        width: 160px;
        height: 26px;
        text-align: right;
        padding: 7px 20px 0px 0px;
        background: url("../img/bcg_nadpis_small.jpg") no-repeat;
        float: left;
}

.div-nadpis-small h2 {
        color: white;
        font-size: 13px;
        font-weight: bold;
}

.div-nadpis-big {
        width: 498px;
        height: 26px;
        text-align: right;
        padding: 7px 20px 0px 0px;
        background: url("../img/bcg_nadpis_big.jpg") no-repeat;
        margin: 0px 0px 20px 0px;
}

.div-nadpis-bigger {
        width: 690px;
        height: 26px;
        text-align: right;
        padding: 7px 20px 0px 0px;
        background: url("../img/bcg_nadpis_bigger.jpg") no-repeat;
        margin: 0px 0px 20px 0px;
}


.div-nadpis-big h2, .div-nadpis-bigger h2 {
        color: white;
        font-size: 13px;
        font-weight: bold;
}
.div-nadpis-bigger a {
		color:white;
		text-decoration:none;
		display:block;
		float:left;
		margin-left:10px;
		padding-left:25px;
		background:url("../img/back.png") no-repeat;
		height:20px;
		padding-top:2px;
}
.div-nadpis-bigger a:hover {
		color:white;
		text-decoration:underline;
}

.div-obsah-small-top {
        width: 180px;
        height: 15px;
        background: url("../img/bcg_obsah_small_top.jpg") no-repeat;
        float: left;
        font-size: 1px;
}

.div-obsah-small-middle {
        width: 145px;
        background: url("../img/bcg_obsah_small_middle.jpg") repeat-y;
        padding: 5px 20px 5px 15px;
        float: left;
}

.div-obsah-small-middle-reklama {
        width: 160px;
        background: url("../img/bcg_obsah_small_middle.jpg") repeat-y;
        padding: 5px 20px 5px 10px;
        float: left;
}

.div-obsah-small-bottom {
        width: 180px;
        height: 15px;
        background: url("../img/bcg_obsah_small_bottom.jpg") no-repeat;
        float: left;
        font-size: 1px;
        margin: 0px 0px 20px 0px;
}




.input-prihlaseni {
        border: 1px solid #fca694; 
        font-family: 'Trebuchet MS', Verdana,'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif; 
        color: #000000; 
        font-size: 0.95em; 
        padding: 2px 2px 2px 2px; 
        margin-bottom: 2px;
        width: 100px;
        background: url("../img/bcg_input.jpg") repeat-x white;
}

.submit-prihlaseni {
        font-size: 11px;
        color: white;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        background: url("../img/bcg_tlacitko.jpg") no-repeat;
        border: none;
        cursor: pointer;
        height: 24px;
        width: 100px;
        text-align: center;
        font-weight: bold;
}

.submit-prihlaseni:hover {
        text-decoration: underline;
}


.submit-anketa {
      color: black;
      border: none;
      background: none;
      cursor: pointer;
      font-size: 0.9em;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      text-align: left;
      float: left;
      width: 130px;
}

.submit-anketa:hover {
      text-decoration: underline;
}

.submit-anketa-gray {
      color: #aaaaaa;
      border: none;
      background: none;
      cursor: not-allowed;
      font-size: 0.9em;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      text-align: left;
      float: left;   
      width: 130px;   
}

.div-odpoved {
      width: 160px;
      float: left;
}

.div-hlasy {
      color: black;
      font-size: 0.8em;
      float: left;
      width: 110px;
      background: #eeeeee;
      
}

.div-procenta {
      color: black;
      font-size: 0.8em;
      float: right;
      width: 15px;
      text-align: right;
      padding: 0px;
      margin: 0px;
}

#div-homepage {
      width: 718px;
      margin: 0px 0px 20px 0px;
      float: right;
}

#div-main-right {
      width: 738px;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px;
      float: right;
}

.div-homepage-left {
      width: 365px;
      float: left;
}

.div-homepage-right {
      width: 333px;
      float: right;
}

.p-zalozka1 {
        width: 104px;
        height: 29px;
        text-align: center;
        display: block;
        background: url("../img/bcg_zalozka1.jpg") no-repeat #b4b5a5;
        float: left;
        padding: 15px 3px 0px 3px;
        color: #831013;
        font-size: 12px;
        font-weight: bold;
        margin: 0px 1px 0px 0px;    
        cursor: pointer;
}

.p-zalozka1:hover {
        text-decoration: underline;
}

.p-zalozka2 {
        width: 104px;
        height: 26px;
        text-align: center;
        display: block;
        background: url("../img/bcg_zalozka2.jpg") no-repeat #dfe1d6;
        float: left;
        padding: 18px 3px 0px 3px;
        color: white;
        font-size: 12px;
        font-weight: bold;
        margin: 0px 1px 0px 0px;    
        cursor: pointer;
}

.p-zalozka2:hover {
        text-decoration: underline;
}

.p-zalozka1-provozovna, .p-zalozka1-provozovna-dlouha {
        width: 94px;
        height: 29px;
        text-align: center;
        display: block;
        background: url("../img/bcg_zalozka1_provozovna.jpg") no-repeat #b4b5a5;
        float: left;
        padding: 15px 3px 0px 3px;
        color: #831013;
        font-size: 12px;
        font-weight: bold;
        margin: 0px 1px 0px 0px;    
        cursor: pointer;
}

.p-zalozka1-provozovna:hover {
        text-decoration: underline;
}

.p-zalozka2-provozovna, .p-zalozka2-provozovna-dlouha {
        width: 94px;
        height: 26px;
        text-align: center;
        display: block;
        background: url("../img/bcg_zalozka2_provozovna.jpg") no-repeat #dfe1d6;
        float: left;
        padding: 18px 3px 0px 3px;
        color: white;
        font-size: 12px;
        font-weight: bold;
        margin: 0px 1px 0px 0px;    
        cursor: pointer;
}

.p-zalozka2-provozovna-dlouha {
		padding-top:9px;
		height:35px;
}

.p-zalozka1-provozovna-dlouha {
		height:36px;
		padding-top:8px;
}

.p-zalozka2-provozovna:hover, .p-zalozka2-provozovna-dlouha:hover, .p-zalozka1-provozovna-dlouha:hover {
        text-decoration: underline;
}



.div-zalozka-main {
        width: 292px;
        padding: 20px 20px 20px 20px;
        background: #f9d57f;
        float: left;
}

#zalozka1-main {
        width: 292px;
        padding: 0px;
        float: left;
}

#zalozka2-main {
        width: 292px;
        padding: 0px;
        float: left;
        display: none;
}

#zalozka3-main {
        width: 292px;
        padding: 0px;
        float: left;
        display: none;
}

.div-zalozka-main-provozovna {
        width: 670px;
        padding: 20px 20px 20px 20px;
        background: #f9d57f;
        float: left;
		margin-bottom:20px;
}

#zalozka1-main-provozovna {
        width: 670px;
        padding: 0px;
        float: left;
}

#zalozka2-main-provozovna {
        width: 670px;
        padding: 0px;
        float: left;
        display: none;
}

#zalozka3-main-provozovna {
        width: 670px;
        padding: 0px;
        float: left;
        display: none;
}

#zalozka4-main-provozovna {
        width: 670px;
        padding: 0px;
        float: left;
		display:none;
}

#zalozka5-main-provozovna {
        width: 670px;
        padding: 0px;
        float: left;
        display: none;
}

#zalozka6-main-provozovna {
        width: 670px;
        padding: 0px;
        float: left;
        display: none;
}

#zalozka7-main-provozovna {
        width: 670px;
        padding: 0px;
        float: left;
        display: none;
}
div.div-provozovny-left {
	display:block;
	float:left;
	width:325px;
	margin-right:20px;
}
div.div-provozovny-right {
	display:block;
	float:left;
	width:325px;
}
div.div-provozovny-wide {
	display:block;
	float:left;
	width:670px;
}
div.div-provozovny-wide h2 {
	color:#831013;
}

h4.h4-provozovna {
	color:#fff;
	background:#831013;
	display:block;
	padding:5px;
	float:left;
}
h4.h4-provozovna-wide {
	width:660px;
	color:#fff;
	background:#831013;
	display:block;
	padding:5px;
	float:left;
}

.div-inner-text {
	display:block;
	padding:15px;
	float:left;
	background:#FEEFD0;
	width:295px;
	margin-bottom:20px;
}
.div-inner-text-wide {
	display:block;
	padding:15px;
	float:left;
	background:#FEEFD0;
	width:640px;
	margin-bottom:20px;
}


.div-inner-text ul, .div-inner-text-wide ul,.div-inner-text-wide2 ul,.div-inner-text-wide3 ul {
	margin:0;
	padding:0;
}
.div-inner-text ul li, .div-inner-text-wide ul li, .div-inner-text-wide3 ul li{
	background:url(../img/li_brown.gif) no-repeat 0 6px;
	list-style-type:none;
	padding-left:15px;
	line-height:1.6em;
}
.div-inner-text strong, .div-inner-text-wide strong {
	color:#831013;
}
.div-cisla-stranek input {
        border: none;
        background: none;
}

.div-tisk {
        width: 600px;
        float: left;
        text-align: left;
        color: gray;
        font-size: 0.9em;
}

.div-tisk span {
        float: left;
        padding: 1px 0px 0px 5px; 
        cursor: pointer;
}

.div-tisk img {
        float: left;
        padding: 1px 0px 0px 0px;
        cursor: pointer;
}

.div-tisk .img2 {
        padding: 3px 5px 0px 0px; 
}

.a-submit		{
        color: #364d90; 
        text-decoration: none; 
        font-weight: bold;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        background: none;
        text-align: left;
        border: none;
        cursor: pointer;
}

.a-submit:hover		{
        text-decoration: underline; 
        color: #ff2d03;
}

.input1 {
        font-size: 12px;
        color: black;
        width: 250px;
        border: 1px solid #fca694; 
        background: url("../img/bcg_input.jpg") repeat-x white;
        float: left;
        
}

.input2 {
        font-size: 12px;
        color: black;
        width: 250px;
        background: url("../img/bcg_input.jpg") repeat-x white; 
}

.input3 {
        font-size: 12px;
        color: black;
        width: 350px;
        height: 150px;
        background: url("../img/bcg_input.jpg") repeat-x white; 
}

.input4 {
        font-size: 12px;
        color: black;
        width: 350px;
        background: url("../img/bcg_input.jpg") repeat-x white; 
}

.input5 {
        font-size: 12px;
        color: black;
        width: 200px;
        border: 1px solid #fca694; 
        background: url("../img/bcg_input.jpg") repeat-x white;
        float: left;
}
.input5nofloat {
        font-size: 12px;
        color: black;
        width: 200px;
        border: 1px solid #fca694; 
        background: url("../img/bcg_input.jpg") repeat-x white;
        }
.input6 {
        font-size: 12px;
        color: black;
        width: 80px;
        border: 1px solid #fca694; 
        background: url("../img/bcg_input.jpg") repeat-x white;
        margin: 0px 0px 0px 10px;
        float: left;
}

.input7 {
        font-size: 12px;
        color: black;
        width: 150px;
        border: 1px solid #fca694; 
        background: url("../img/bcg_input.jpg") repeat-x white;
}


.input8 {
        font-size: 12px;
        color: black;
        width: 473px;
        height: 50px;
        background: url("../img/bcg_input.jpg") repeat-x white; 
}

.td1 {
        width: 180px;
        padding: 6px 10px 2px 10px;
        background: white;
        color: #831013; 
        vertical-align: top;
        text-align: right;
}

.td2 {
        width: 480px;
        padding: 2px 10px 2px 10px;
        background: white;
        color: #831013;
        text-align: left;
}

.submit {
        font-size: 11px;
        color: white;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        background: url("../img/bcg_tlacitko.jpg") no-repeat;
        border: none;
        cursor: pointer;
        height: 24px;
        width: 100px;
        text-align: center;
        font-weight: bold;
}

.submit:hover {
        text-decoration: underline;
}

.cistic0 {
        clear: both;
        font-size: 1px;
        height: 1px;
}

.cistic {
        clear: both;
        font-size: 1px;
        height: 6px;
}

.cistic2 {
        clear: both;
        height: 15px;
}

.div-img {
        width: 100px;
        float: left;
        padding: 0px 15px 10px 0px;
}
.div-img2 {
        width: 150px;
        float: left;
        padding: 0px 15px 10px 0px;
}

.sm-img {
        width: 100px;
        border: 1px solid #b3b5a7;
}
.sm-img2 {
        width: 150px;
        border: 1px solid #b3b5a7;
}

.sm-img-fotogalerie {
        width: 200px;
        border: 1px solid #b3b5a7;
} 
.table-fotogalerie-provozovny .td {
		padding:0 11px 5px;
}

.div-hr-dots {
        width: 518px;
        height: 1px;
        background: #831013;
        margin: 10px 0px 10px 0px;
        font-size: 1px;
        float: left;
}

.div-hr-tucne {
        width: 518px;
        height: 3px;
        background: #831013;
        margin: 10px 0px 10px 0px;
        font-size: 1px;
        float: left;
}

.div-radek {
        width: 518px;
        float: left;
        padding: 0px 0px 3px 0px;
}
.div-radeknew {
        padding: 0px 0px 3px 0px;
		width:135px;
}

.div-sloupec1 {
        width: 130px;
        text-align: right;
        color: #c26613; 
        padding: 5px 10px 0px 0px;
        float: left;
}

.div-sloupec2 {
        width: 260px;
        text-align: left;
        color: #c26613; 
        float: left;
}

.div-sloupec2 img {
        border: 1px dotted #fca694;
        padding: 1px 1px 1px 1px;
}

.div-sloupec3 {
        width: 130px;
        text-align: right;
        color: #c26613; 
        padding: 5px 10px 0px 0px;
        float: left;
}

.div-sloupec3new {
        color: #c26613; 
        padding: 5px 10px 0px 0px;
}

.div-sloupec4 {
        width: 250px;
        text-align: left;
        color: #c26613; 
        float: left;
}

.div-sloupec4new {
		text-align: left;
        color: #c26613; 
        float: left;
		width:135px;
}


.div-hvezdicka {
        color: #c26613; 
        float: left;
        padding: 7px 0px 0px 3px;
}

.div-tlacitko {
        text-align: left;
        float: left;
        padding: 0px 0px 0px 10px;
}

.div-nadpis5 {
        width: 518px;
        height: 18px;
        padding: 2px 0px 2px 0px;
        margin: 15px 0px 20px 0px;
        text-align: left;
        float: left;
        border-top: 1px dotted #e6a062;
        font-size: 1.2em;
        font-weight: bold;
        color: #c76814;
}

.div-nadpis5_1 {
        width: 518px;
        height: 18px;
        padding: 2px 0px 2px 0px;
        margin: 0px 0px 20px 0px;
        text-align: left;
        float: left;
        font-size: 1.2em;
        font-weight: bold;
        color: #c76814;
}
.div-nadpis6 {
        width: 620px;
        height: 18px;
        padding: 2px 10px 10px 10px;
        margin: 10px 0px 0px 0px;
        text-align: right;
        float: left;
        background: url("../img/bcg_nadpis4.gif") no-repeat;
}

.div-nadpis6 h2 {
        color: #484943;
        font-size: 12px;
        font-weight: bold;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        text-align: right;
        
}

.td1-prihlaseni {
        width: 50px;
        padding: 0px 5px 0px 0px;
        text-align: right;
}

.width135 {
	width:135px;
}

.width180 {
        width: 180px;
}

.width200 {
        width: 200px;
}


.div-kriteria {
        float: left;
        padding: 0px 0px 15px 0px;
}

.table-provozovny {
        width: 490px;
}

.table-hodnoceni {
        width: 490px;
}

.td-provozovny1 {
        padding: 2px 3px 2px 3px;
        border: 1px dotted #831013;
        font-weight: bold;
        color: white;
        background: #831013;
        text-align: right;
        width: 151px;
        font-size: 11px;
}

.td-provozovny2 {
        padding: 2px 3px 2px 3px;
        border: 1px dotted #831013;
        color: #831013;
        background: white;
        text-align: left;
        font-size: 11px;
        width: 347px;
}

ul.provozovny {
	padding-left:3px;
	margin:0;
}
ul.provozovny li {
	list-style-type:none;
		background:url(../img/li_brown.gif) no-repeat 0 6px;
	padding-left:15px;
}

.div-provozovny-inner {
        width: 518px;
        float: left;
}

.div-provozovny-inner-wide {
        width: 710px;
        float: left;
}

.div-provozovny1 {
        color: black;
        border: none;
        float: left;
        width: 520px;
}

.div-provozovny2 {
        color: black;
        border: 2px solid #831013;
        padding: 10px 10px 10px 10px;
        float: left;
        width: 490px;
}

.div-provozovny3 {
        color: black;
        border: 2px solid #831013;
        background: #e1e3d6;
        padding: 10px 10px 10px 10px;
        float: left;
        width: 490px;
}

.div-provozovny-hidden {
        display: none;
}

.td-hodnoceni-header {
        padding: 2px 3px 2px 3px;
        border: 1px dotted #831013;
        font-weight: bold;
        color: white;
        background: #831013;
        text-align: center;
        width: 720px;
        font-size: 11px;
}

.td-hodnoceni {
        padding: 3px 3px 3px 3px;
        border: 1px dotted #831013;
        color: black;
        background: white;
        text-align: center;
        font-size: 11px;
        width: 144px;
}

.td-hodnoceni2 {
        padding: 2px 3px 2px 3px;
        border: 1px dotted #831013;
        color: black;
        background: white;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
}

.td-hodnoceni3 {
        padding: 5px 5px 5px 5px;
        border: 1px dotted #831013;
        color: black;
        background: white;
        text-align: left;
        font-size: 11px;
        width: 144px;
}

.select-hodnoceni {
        font-size: 10px;
        color: black;
        border: 1px solid gray;
        margin: 0px 0px 0px 3px;
        float: left;
        padding: 1px 1px 1px 1px;
        height: 19px;
        text-align: center;
}

.submit-hodnoceni {
        font-size: 10px;
        color: white;
        padding: 1px 1px 1px 1px;
        margin: 0px 0px 0px 3px;
        background: url("../img/bcg_podmenu.jpg") repeat-x #831013;
        border: none;
        cursor: pointer;
        float: left;
}

.p-hodnoceni {
        color: #831013;
        margin: 0px 0px 5px 0px;
        float: left;
        font-weight: bold; 
}

.td {
        padding: 0px 3px 5px 3px;
        vertical-align: bottom;
        text-align: center;
}

.div-komentar {
        width: 480px;
}

#div-paticka {
        width: 960px;
        height: 20px;
        float: left;
        padding: 5px 0px 5px 0px;
        margin: 0px;
}

.img-rss {
        float: left;
        margin: 1px 5px 0px 0px;
        padding: 0px 0px 0px 10px;
}

#div-zapati {
        width: 960px;
        padding: 0px 0px 0px 0px;
        float: left;
        border: 1px solid #edc158;
        background: #f4f5ed;
        margin: 10px 0px 5px 0px;
}

.div-ikony {
        float: right;
        text-align: right;
        width: 200px;
        padding: 0px 0px 5px 0px;
        
}

.div-hvezdicka img {
        border: none;
        padding: 0px;
        margin: 0px;
}

.p-odkaz		{color: #364d90; text-decoration: none; font-weight: bold; cursor: pointer;}
.p-odkaz:hover 	{color: #ff2d03; text-decoration: underline;}

.submit-podniky {
        font-size: 10px;
        color: white;
        padding: 2px 5px 2px 5px;
        margin: 0px 0px 0px 5px;
        background: url("../img/bcg_tlacitko.jpg") no-repeat;
        border: none;
        cursor: pointer;
        height: 15px;
        text-align: center;
        font-weight: bold;
        display: block;
        float: right;
}

.submit-podniky:hover {
        color: white;
        text-decoration: underline;
}

.input-radio {
        float: left;
        margin: 2px 5px 0px 0px;
        padding: 0px 0px 0px 0px;
        border: none;
        background: none;
}

.p-radio {
        float: toleft;
        margin: 3px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

div#map {
	width:516px;
	float:left;
	display:block;
	border:1px solid #831013;
	height:250px;
	overflow:hidden;
}

div#map-bottom {
	width:518px;
	float:left;
	display:block;
	background:#831013;
	margin-bottom:10px;
	padding:5px 0;
}


table.denni-menu {
	width:640px;
}
table.denni-menu tr.content{
	border-bottom:1px dotted #000;
}

table.denni-menu tr.content:hover{
	background:#FAD992;
}
table.denni-menu td.noborder{
	border-bottom:none;
}
table.denni-menu td.gramaz {
	width:40px;
	text-align:right;
	padding-right:10px;
	color:#831013;
}
table.denni-menu td.cena {
	width:100px;
	color:#831013;
	font-weight:bold;
	text-align:right;
}
table.denni-menu th {
	background:#831013 none repeat scroll 0 0;
	color:#fff;
}

table.denni-menu2 {
	width:490px;
	margin-bottom:20px;
}
table.denni-menu2 tr.content{
	border-bottom:1px dotted #000;
}

table.denni-menu2 tr.content:hover{
	background:#FEEFD0;
}
table.denni-menu2 td.noborder{
	border-bottom:none;
}
table.denni-menu2 td.gramaz {
	width:40px;
	text-align:right;
	padding-right:10px;
	color:#831013;
}
table.denni-menu2 td.cena {
	width:100px;
	color:#831013;
	font-weight:bold;
	text-align:right;
	width:70px;
}
table.denni-menu2 th {
	background:#831013 none repeat scroll 0 0;
	color:#fff;
}

.div-inner-text-wide2 {
	display:block;
	float:left;
	width:490px;
	margin-bottom:20px;
}

.div-inner-text-wide3 {
	display:block;
	float:left;
	width:490px;
	margin-bottom:20px;
	padding:14px;
	background:#FEEFD0 none repeat scroll 0 0;
}

.div-inner-text-wide2_1 {
	display:block;
	padding:15px;
	float:left;
	width:490px;
	margin-bottom:20px;
}

.div-inner-text-wide2 .td-provozovny2 {
	background:none;
}
input.editaceGramazInput {
	width:40px;
}
input.editaceCenaInput {
	width:40px;
	text-align:right;
}
input.editaceJidloInput {
	width:350px;
}
input.editacePoznamkaInput {
	width:470px;
}
input.editaceDatumAkceInput {
	width:120px;
}
input.editaceNadpisAkceInput {
	width:360px;
}
td.akce_editace_text {
	padding-bottom:20px;
	width:490px;
}
.zalozkaSmall {
	color:#831013;
	display:block;
	padding:5px;
	float:left;
	height:32px;
	background:#FEEFD0;
	margin-right:2px;
	cursor:pointer;
}
.zalozkaSmallInactive {
	color:#fff;
	display:block;
	padding:5px;
	float:left;
	height:30px;
	margin-top:2px;
	background:#831013;	
	margin-right:2px;
	cursor:pointer;
}
table.nastaveniExportu .td1 {
	width:120px;
	background:none;
}
table.nastaveniExportu .td2 {
	background:none;
}

/*ALIEN*/
.good-message, .bad-message {
	color: #fff;
	background-color: #0b0;
	padding: 3px 6px;
	font-weight: bold;
}
.bad-message {
	background-color: #b00;
}
.pad_bot a, .pad_bot a:visited, .pad_bot a:hover {
	display: block;
	padding-bottom: 6px;
	line-height: 1.1em;
}
area, map {
	cursor: pointer !important;
}
table.table_okresy {
	width: 100%;
	margin: 6px 0;
}
table.table_okresy td {
	width: 50%;
}
.odebrat {
	text-align: right;
	padding: 0px;
}
.odebrat a, .odebrat a:visited, .odebrat a:hover {
	font-weight: normal;
	font-size: 0.9em;
}
.add_fav {
	padding-top: 4px;
}
.ob_row {
	padding-bottom: 3px;
	padding-top: 4px;
	border-bottom: 1px solid #f9d581;
}
a.add_to_fav, a.add_to_fav:hover, a.add_to_fav:visited {
	margin-left:0px;
	padding-left:0px;
	background:none !important;
	height:20px;
	padding-top:2px;
}

.div-nadpis5 .onoff {
	float:right;
	font-size: 0.8em;
}
.onoff a, .onoff a:visited, .onoff a:hover {
	text-decoration: underline;
}
/***** DISCUSSION *****/
.div-nadpis3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
}
.discussion_item {
	border-top: 1px solid #ddd;
	padding: 5px 0 7px 0;
	
}
.discussion_name {
	font-weight: bold;
	padding-bottom: 7px;
}
.discussion_date {
	font-weight: normal;
	color: #aaa;
	font-size: 0.9em;
	padding-left: 5px;
}
.discussion_text {
}
.discu_ta {
	height: 130px;
}
/***** END DISCUSSION *****/
/*END ALIEN*/