body {
	text-align: center;
}

#pageContainer {
	position: relative;
	width: 762px;
	margin: 0px auto;
	margin-top: 15px;
	text-align: left;
}



.navigace {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}



a:link.navigace {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #006633;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}



a:hover.navigace {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #DA242B;
	font-weight: bold;
	text-decoration: none;
}



h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006633;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 20px;
}



.body-leva {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}



a:link.body-leva {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #DA242B;
}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #006633;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: capitalize;
}

.small {
  font-size: .65em;
}

#tydenni-menu  {
  background: url(imagesy/layout_5b.old.gif) repeat-x scroll left top;
  width: 127px;
  height: 24px;
}

#tydenni-menu a {
  background: url(imagesy/layout_5b_link.gif) repeat-x scroll left top;
  width: 127px;
  height: 24px;
  display: block;
  text-indent: -5000px;
  
}

#tydenni-menu a:hover {
  background: url(imagesy/layout_5b_hover.gif) repeat-x scroll left top;
}

.gallery-photo {
  border: 3px #006633 solid;
}

td.price {
    width: 6em;
    text-align: right;
}


/* link na anglickou stranku - start */

#englishPageLink {
	display: block;
	width: 16px;
	height: 11px;
	position: absolute;
	left: 10px;
	top: 40px;
	text-indent: -10000px;
	background: transparent url(imagesy/gb.gif) left top no-repeat;
}

/* link na anglickou stranku - end */

/* link na ruske PDF menu - start */

#russianMenuLink {
	display: block;
	width: 16px;
	height: 11px;
	position: absolute;
	left: 30px;
	top: 40px;
	text-indent: -10000px;
	background: transparent url(imagesy/ru.gif) left top no-repeat;
}

/* link na ruske PDF menu - end */



/* sloupce obsahu (hlavne na titulu) - START */
 
.columnLeft {
    width: 170px;
    margin-top: 20px;
    padding: 0px 5px;
    float: left;
    border: 1px dashed #ffffff;
}

.columnRight {
    width: 170px;
    margin-top: 20px;
    padding: 0px 5px;
    float: right;
    border: 1px dashed #ffffff;
}
 
/* sloupce obsahu (hlavne na titulu) - END */



/* titulni strana - aktuality - START */

#actualityBeer,
#actualityFood {
    width: 170px;
}

#actualityBeer h2,
#actualityFood h2 {
    margin: 0px;
    padding: 5px 10px;
    background-color: #006633;
    color: #ffcc00;
}

#actualityBeer p,
#actualityFood p {
    margin: 3px 0px;
    padding: 5px 10px;
    font-size: .7em;
    font-weight: bold;
    background-color: #006633;
    color: #ffcc00;
}

#actualityBeer p a,
#actualityFood p a {
    color: #ffcc00;
    text-decoration: none;
}


#actualityBeer p a:after,
#actualityFood p a:after {
    content: ' >>';
}

#actualityBeer #actionBeer ul,
#actualityFood #actionFood ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#actualityBeer {
    float: left;
}

#actualityFood {
    float: right;
}

#scrollerBeer,
#scrollerFood {
    width: 170px;
    height: 100px;
    overflow: hidden;
    background-color: #ffe300;
}

#scrollerBeer ul,
#scrollerFood ul {
    margin: 0px;
    padding: 5px 0px;
    font-size: .75em;
    list-style: none;
}

#scrollerBeer ul li,
#scrollerFood ul li {
    margin: 0px;
    padding: 5px 8px;
    border-bottom: 2px solid #ffcc00;
}



/* titulni strana - aktuality - END */


/* Lahvove specialy - START */


ul#lahvove-specialy {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul#lahvove-specialy li {
    margin: 10px;
    padding: 5px;
    width: 150px;
    float: left; 
    list-style: none;
    border: 1px dashed green;
}

ul#lahvove-specialy li h2 {
    margin: 0px;
    padding: 0px;
}

ul#lahvove-specialy li p {
    margin: 0px;
    padding: 0px;
}

/* Lahvove specialy - START */


/* POPUP - START */

#popup {
    margin-bottom: 1em;
    padding: 10px;
    background-color: #ffcc00;
}

#popup h2 {
    margin: 0px !important;
    color: #660000 !important;
}

#popup h3 {
    width: auto !important;
    margin: 0px !important;
    padding: 0px !important;
    font-size: 12px;
    text-indent: 0px !important;
}

#popup p {
    margin: 0px !important;
    font-size: 11px;
}

#popup table {
    width: 100%;
    margin-top: 1em;
    font-size: 12px;
    border-collapse: collapse;
}

#popup table th {
    text-align: left;
    color: #ffffff;
    background-color: #660000;
}

#popup table th span {
    font-size: 80%;
}

#popup table th,
#popup table td {
    padding: 5px;
    vertical-align: top;
}

#popup table td {
    border-bottom: 1px solid #660000;
}

#popup table td.terirory {
    font-size: 10px;
}



#popup-window {
    width: 600px;
    padding: 20px;
    background-color: #ffffff;
    border-top: 1px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 1px solid #000000;
    background-color: #ffcc00;
}

#popup-window h2 {
    margin-bottom: .5em;
    font-size: 2em;
    line-height: 130%;
    color: #660000;
}

#popup-window h3 {
    margin-bottom: .5em;
    font-size: 1.2em;
}

#popup-window p {
        margin-bottom: .5em;
        font-size: 1em;
        line-height: 130%;
}

#popup-window table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}

#popup-window table th {
    font-size: 14px;
    text-align: left;
    color: #ffffff;
    background-color: #660000;
}

#popup-window table th span {
    display: block;
    font-size: 11px;
}

#popup-window table th,
#popup-window table td {
    padding: 5px;
    vertical-align: top;
}

#popup-window table td {
    border-bottom: 1px solid #660000;
}

/* POPUP - END */

/* logo Rozvoz jidel - BEGIN */
#RozvozJidel_logo {
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 770px;
    top: 0px;
    text-align: center;
}

#RozvozJidel_logo a img {
    border: none;
}
/* logo Rozvoz jidel - END */


/* logo PragueSpirits - BEGIN */
#PragueSpirits {
    width: 105px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 770px;
    top: 90px;
    text-align: center;
}

#PragueSpirits h2 {
    margin: 0px;
    padding: 0px;
}

#PragueSpirits h2 a {
    height: 100%;
    display: block;
}

#PragueSpirits p {
    margin-top: 5px;
}

#PragueSpirits p a {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

/* logo PragueSpirits - END */
