html {
	overflow-y: scroll;
	height: 100%;
	position: relative;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

a img {
	border: none;
}

a {
	color: #000000;
}

a.back {
	float: right;
	font-weight: bold;
}

a.top {
	float: right;
	font-size: 10px;
	color: #b6da26;
	font-weight: bold;
	text-decoration: none;
}

a.right {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.right:hover {
	text-decoration: underline;
}


p, ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.small {
	font-size: x-small;
	line-height: normal;
}

h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

div.contacts iframe {
	float: right;
}

div.contacts table {
	width: 150px;
}

div.map {
	float: right;
	width: 300px;
	text-align: center;
}

div#google_map {
	width: 300px;
	height: 300px;
	text-align: left;
}

div.map iframe {
	float: none;
}

div.contacts-images {
	float: right;
	width: 300px;
	text-align: center;
	margin-top: 10px;
}

hr {
	height: 1px;
	border-width: 0;
	color: #000000;
	background-color: #000000;
}

input, textarea{
	border: 1px solid #f4911d;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
}

select {
	border: 1px solid #f4911d;
	font-size: 12px;
}

input.auto {
	width: auto;
}

input.save {
	width: auto!important;
	border: 2px solid #f4911d;
	float: right;
	margin: 0px 2px;
	position: relative;
	top: 1px;
}

input.back {
	width: auto!important;
	border: 2px solid #f4911d;
	margin: 0px 2px;
}

input.checkbox {
	width: auto;
	height: auto;
	border: none;
	background: transparent;
	}

input.deletebox {
	width: 20px;
	height: 20px;
	border: 2px solid #f4911d;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-left: 2px;
	}

input.ok {
	width: 42px;
	height: 20px;
	border: 2px solid #f4911d;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	}

input.login {
	width: 100px;
}

.clearpix {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.result_error {
	background: url(../images/error.png) top left no-repeat;
	padding-left: 22px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
	text-align: left;	
}

.result_ok {
	background: url(../images/ok.png) top left no-repeat;
	padding-left: 22px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
	text-align: left;	
}

div.error {
	width: 16px;
	float: right;
}

div#rozvoz_items div.error {
	display: inline;
	float: none;
}

img.error {
	vertical-align: middle;
	position: relative;
	right: -5px;
	top: -2px;
}

table.center {
	margin: 0px auto;
	border: 0px solid #FFFFFF;
}

table.login {
	width: 65%;
	margin: 0px auto;
	border: 0px solid #FFFFFF;
}


table.full, table.listek {
	width: 100%;
}

tr.title, tbody.title {
	position: relative;
	background: #e79607 url(../images/tr-title-bg.jpg) left top no-repeat;
}

tr.title-green, tbody.title-green {
	position: relative;
	background: #5FD147 url(../images/tr-title-bg-green.jpg) left top no-repeat;
}

tr.title-red, tbody.title-red {
	position: relative;
	background: #E88853 url(../images/tr-title-bg-red.jpg) left top no-repeat;
}

tr.title-orange, tbody.title-orange {
	position: relative;
	background: #FDBC01 url(../images/tr-title-bg-orange.jpg) left top no-repeat;
}

tr.title h1, tr.title-green h1, tr.title-red h1, tbody.title h1, tbody.title-green h1, tbody.title-red h1{
	margin: 0px 0px 0px 22px;
	padding: 2px;
	font-size: 14px;
	text-align: center;
}

tr.subtitle, tbody.subtitle {
	position: relative;
	background: #aeaeae url(../images/tr-subtitle-bg.jpg) left top no-repeat;
}

tr.subtitle strong, tbody.subtitle strong {
	line-height: 24px;
}

tr.subtitle h1, tbody.subtitle h1{
	margin: 0px 0px 0px 22px;
	padding: 2px;
	font-size: 14px;
	text-align: center;
}

td.ctvrt {
	width: 25%;
}

td.error {
	width: 16px;
}

/* HEADER */
div.hdr-bg {
	min-width: 980px;
	height: 178px;
	background: url(../images/hdr-bg-enjoy-2011.jpg?ver=3.31) center top no-repeat;
	margin: 0px auto;
}

div.hdr-bg-welcome {
	min-width: 980px;
	height: 178px;
	background: url(../images/hdr-bg-welcome-2011.jpg?ver=3.31) center top no-repeat;
	margin: 0px auto;
}

div.hdr-content {
	height: 178px;
	width: 980px;
	text-align: left;
	margin: 0px auto;
	position: relative;
}

img.logo{
	position: absolute;
	left: 15px;
	top: 20px;
	border: none;
}

img.pipa{
	position: absolute;
	right: 0px;
	top: 10px;
	border: none;
}

div.hdr-right{
	position: absolute;
	right: 0px;
	top: 0px;
	border: none;
}


div.hdr-center-enjoy {
	position: absolute;
	width: 340px;
	left: 320px;
	border: none;
	height: 178px;
}

div.hdr-center-welcome {
	position: absolute;
	width: 340px;
	left: 320px;
	border: none;
	height: 178px;
}

/* RESULT */
div#result-bg {
	background: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.50;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: absolute;
}

div#result-box {
	width: 400px;
	margin-left: -200px;
	z-index: 200;
	position: absolute; 
	top: 40%;
	left: 50%;
}

div.result-top {
	height: 10px;
	overflow: hidden;
	background: url(../images/result-bg-top.png) center top no-repeat;
	text-align: right;
	position: relative;
}

div.result-cnt {
	background: #FFFFFF;
	padding: 10px 10px 0px 10px;
	border-left: 2px solid #f4911d;
	border-right: 2px solid #f4911d;
	z-index: 300;
}

div.result-cnt input {
	float: right;
}

div.result-bot {
	height: 10px;
	overflow: hidden;
	background: url(../images/result-bg-bot.png) center top no-repeat;
	text-align: right;
	position: relative;
	clear: both;
}

div#result {
	position: relative;
}

/* MAIN */
div.main-bg {
	min-width: 980px;
	background: url(../images/main-bg-enjoy.jpg) center top no-repeat;
	min-height: 530px;
	margin: 0px auto;
}

div.main-content {
	width: 980px;
	margin: 0px auto;
	position: relative;
	text-align: center;
}


div.main-bg-enter {
	min-width: 980px;
	background: url(../images/main-bg-enter-2011.jpg) center top no-repeat;
	height: 100%;
	margin: 0px auto;
	position: relative;
	text-align: center;
}


div.main-bg-welcome {
	min-width: 980px;
	background: url(../images/main-bg-welcome.jpg?ver=3.31) center top no-repeat;
	min-height: 530px;
	margin: 0px auto;
}

div.main-bg-welcome-de {
	min-width: 980px;
	background: url(../images/main-bg-welcome-de.jpg?ver=3.31) center top no-repeat;
	min-height: 530px;
	margin: 0px auto;
}

div.main-bg-welcome-at {
	min-width: 980px;
	background: url(../images/main-bg-welcome-at.jpg?ver=3.31) center top no-repeat;
	min-height: 530px;
	margin: 0px auto;
}

/* MAIN - LEFT */

div.main-left {
	width: 210px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

div.main-left div.img{
	margin: 20px auto 0px auto;
	text-align: center;
}

div.main-left ul {
	margin: 20px auto 0px auto;
	padding: 0px;
}

div.main-left ul li {
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
}

div.main-left ul li a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

div.main-left ul.menu {
	margin-top: -4px;
}

div.main-left ul.daily-menu {
	font-size: 11px;
}

div.main-left ul li.title {
	color: #edc200;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

div.main-left ul.daily-menu li {
	padding: 2px !important;
}

div.main-left ul.daily-menu li.nadpis {
	padding-bottom: 4px !important;
}

div.main-left ul li a.pubs-new {
	color: #b6da26;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

div.main-left ul li a.pubs-prep {
	color: #01a1fd;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

div.main-left ul li a.pubs {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

div.main-left div#newsletter {
	width: 90%;
	margin: 0px auto;
}

div.main-left div#newsletter input {
	margin: 2px 20px;
	width: auto;
}

div.main-left div#newsletter_result {
	margin: 2px 0px;
	font-weight: bold;
	color: red;
}

/* MAIN - CENTER */

div.main-center {
	width: 540px;
	margin: 0px 10px;
	float: left;
	text-align: left;
	color: #000000;
}

div.main-top {
	height: 10px;
	background: url(../images/main-bg-top.png) center bottom no-repeat;
	text-align: right;
	position: relative;
	overflow: hidden;
}

div.main-top span {
	position: absolute;
	right: 2px;
	top: 2px;
	cursor: pointer;
	cursor: hand;
}

div.main-cnt {
	background: url(../images/main-bg-cnt.png) center top repeat-y;
	min-height: 450px;
	padding: 10px;
}

div.main-bot {
	height: 10px;
	background: url(../images/main-bg-bot.png) center top no-repeat;
	overflow: hidden;
}

div.main-cnt ul {
	padding: 5px 20px;
	margin: 0px;
}

div.main-cnt ul li{
	padding-top: 0px;
	padding-bottom: 0px;
}

div.main-center ul.menu{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #b6da26;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

div.main-center ul.menu li{
	padding: 0px 1px;
	display: inline;
}

div.main-center ul.menu li a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

div.main-center ul.menu li a:hover {
	text-decoration: underline;
}

div.main-center ul.menu li img{
	vertical-align: middle;
}


div.main-center ul.submenu{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #000000;
	text-align: right;
	text-transform: uppercase;
}

div.main-center ul.submenu li{
	padding: 0px 1px;
/*	display: inline; */
	list-style-type: none;
}

div.main-center ul.submenu li a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

div.main-center ul.submenu li a:hover {
	text-decoration: underline;
}

div.left {
	float: left;
	width: 250px;
	text-align: left;
}

div.right {
	float: right;
	width: 250px;
	text-align: left;
}

img.right {
	float: right;
}

div.main-center-enter {
	position: absolute;
	width: 203px;
	height: 460px;
	top: 140px;
	left: 392px;
}
div.main-center-mapa-cz {
	padding-top: 30px;
	height: 460px;
}

/* MAIN - RIGHT */

div.main-right {
	width: 210px;
	float: right;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

div.main-right ul {
	margin: 0px  auto 10px auto;
	padding: 0px;
}

div.main-right ul li {
	margin: 0px;
	padding: 4px 0px;
	list-style-type: none;
}

div.main-right div#flexcroll {
	height: 460px;
	overflow: auto;
}

div.main-right ul.pub li {
	font-size: 16px;
	font-weight: bold;
}

div.main-right ul.pub li.name {
	text-transform: uppercase;
	color: #edc200;
	letter-spacing: 1px;
}

div.main-right ul.pub li.title {
	color: #edc200;
	letter-spacing: 1px;
	font-weight: normal;
}

div.main-right ul.pub li.phone {
	font-weight: normal;
}

div.main-right ul.news {
	width: 90%;
}

div.main-right ul.news li {
	border-top: 1px dashed #edc200;
}

div.main-right ul.news li.title {
	color: #edc200;
	border-top: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div.main-right ul.news div.pub {
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 12px;
}

div.main-right ul.news div.small {
	text-align: right;
	color: #edc200;
}


div.main-right ul#news {
	border-bottom: 1px dashed #edc200;
}


div.main-right ul.lng {
	width: 120px;
	margin: 0px auto;
}

div.main-right ul.lng li {
	width: 33%;
	text-align: center;
	float: left;
}

div.main-right ul.lng li a img {
	border: 1px solid #FFFFFF;
}

div.main-right ul.lng li a img.current {
	border: 1px solid #edc200;
}

div.main-right ul li a{
	color: #ffffff;
	text-decoration: none;
}

div.main-right ul.menu li a img{
	display: block;
	margin: 0px auto;
}

div.main-right ul.menu li a.current{
	color: #edc200;
}

div.main-right ul.menu li a:hover {
	text-decoration: underline;
}

/* FOOTER */
div.footer {
	font-size: 10px;
	color: #b6da26;
	text-align: center;
	margin: 5px 0px;
}

/* FOTOGALERIE */
div.fotogalerie {
	text-align: center;
}

div.fotogalerie img {
	border: 1px solid #b6da26;
}


span#trueContainer a img {
	border: 1px solid #b6da26;
}

table.fotogalerie td{
	border: 2px solid #b6da26;
	text-align: center;
	vertical-align: top;
	width: 33%;
	background: #003300;
}

table.fotogalerie td img{
	border: 1px solid #b6da26;
}

table.fotogalerie td h2{
	font-size: 13px;
}

table.fotogalerie td h2 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* PARTNERI */
div.partner-img {
	width: 248px;
	float: left;
	text-align: center;
	padding: 5px 0px;
	margin: 5px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

div.partneri-bg {
	width: 520px;
	text-align: center;
	margin: 0px auto;
}

div.partneri-top {
	width: 520px;
	height: 10px;
	text-align: center;
	background: url(../images/partneri-img-top.gif) no-repeat;
	font-size: 1px;
	margin: 0px auto;
}

div.partneri-bottom {
	width: 520px;
	height: 10px;
	text-align: center;
	background: url(../images/partneri-img-bottom.gif) no-repeat;
	font-size: 1px;
	margin: 0px auto;
}

/* SOUTEZ */
div.main-center ul.soutez{
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

div.main-center ul.soutez li {
	text-align: left;
	background-color: #FFF1C0;
	line-height: 32px;
	border-bottom: 2px solid black;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

div.main-center ul.soutez li div.soutez-place{
	width: 45px;
	height: 32px;
	float: left;
	background-color: #BB9355;
	font-size: 15px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;

}

div.main-center ul.soutez li div.soutez-name{
	width: 210px;
	float: left;
	font-size: 11px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}

div.main-center ul.soutez li div.soutez-pivo{
	width: 100px;
	float: left;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-align: right;
}

div.main-center ul.soutez li div.soutez-pivo img{
	vertical-align: bottom;
}

div.main-center ul.soutez li div.soutez-pub{
	width: 160px;
	float: left;
	font-size: 11px;
	color: #000000;
	text-align: right;
	line-height: 16px;
}

/* POLEDNI MENU */
table.menu td h3 {
	border-bottom: 2px solid #000000; 
	padding-bottom: 2px;
}

/* REZERVACE */
div#map img {
	display: block;
	border: none; 
	margin: 10px auto;
}

form.rezervation {
	width: 450px;
	margin: 0px auto;
	padding: 0px 10px;
}

form.rezervation table{
	width: 100%;
}

form.rezervation table td{
	padding: 0px 4px;
}

form.rezervation input{
	margin: 0px 0px 3px 0px;
}


form.rezervation textarea{
	height: 93px;
	margin: 0px 0px 0px 2px;
}


/* HELP */
#dhtmltooltip{
position: absolute;
border: 2px solid black;
padding: 2px;
background-color: #f4911d;
visibility: hidden;
z-index: 1000;
}

.toolTip {
position:absolute;
display:none;
padding: 4px;
background-color: #f4911d;
border: 2px solid black;
z-index: 1000;
}


/* THE PUB CLUB */
table.club {
	width: 100%;
}

table.club fieldset {
	border: 1px solid #f4911d; 
	margin: 0px;
}

/* DOWNLOADS*/
div.main-cnt ul.downloads {
	margin: 0px;
	padding: 0px 0px 10px 0px;	
}

div.main-cnt ul.downloads li {
	list-style-type: none;
	padding: 2px 10px;
	font-size: 11px;
}

/* ESHOP */
table.eshop td{
	border: 2px solid #f4911d;
	text-align: center;
	vertical-align: top;
	width: 33%;
	font-size: 11px;
	background-color: #FFFFFF;
}

table.eshop td strong {
	font-size: 12px;
}

table.eshop select, table.eshop input{
	color: #000000;
	margin: 2px 0px;
	font-size: 10px;
}

table.eshop input.basket{
	border: none;
	width: 20px;
	height: 20px;
	background: transparent url(../images/basket.png) center center no-repeat;
	float: right;
}


ul.kosik li.title img {
	vertical-align: middle;
	margin: 0px 5px;
}

div.main-left ul.kosik li a {
	color: #edc200;
	font-weight: bold;
}

form.eshop {
	width: 40px;
	float: right;
}

/* CONTEST */
form.contest {
	margin: 10px auto;
	padding: 0px;
}

/* FORM ZAMESTNANI */

div#zamestnani { 
	width: 450px;
	margin: 0px auto;
	padding: 0px 10px;
}
div#zamestnani table {
	width: 100%;
}

div#zamestnani table td{
	padding: 0px 4px;
}

div#zamestnani table input{
	margin: 0px 0px 3px 0px;
}

div#zamestnani table textarea{
	margin: 0px 0px 0px 2px;
}

/* AKCE */
div.main-center ul.akce{
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

div.main-center ul.akce li {
	text-align: left;
	background-color: #FFF1C0;
	line-height: 32px;
	border-bottom: 2px solid black;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

div.main-center ul.akce li div.akce-place{
	width: 45px;
	height: 32px;
	float: left;
	background-color: #BB9355;
	font-size: 15px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;

}

div.main-center ul.akce li div.akce-name{
	width: 370px;
	float: left;
	font-size: 15px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
}

div.main-center ul.akce li div.akce-kredit{
	width: 100px;
	float: left;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

