html {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #020202 url('../images/background.jpg') no-repeat center top;
	font-size: 70%;
	border: none;
	min-width: 990px;
	color: #bfa988;
}

img {
	border: 0;
	padding: 0px;
	margin: 0px;
}

a {
	color: #8a1c00;
}

ul {
	margin-left: 10px;
	padding-left: 0px;
}

ul li {
	padding-left: 20px;
	list-style-type: none;
	background: transparent url("../images/bullet.png") no-repeat 0px 0px;
}


form .form_label {
	width: 150px;
	display: inline-block;
/*	float: left; */
	padding-top: 3px;
	margin-top: 4px;
}

form {
	margin: 0;
	padding: 0;
}

form input {
	margin-top: 4px;
	margin-right: 5px;
	border: 1px solid #7a460e;
	background: #0d0d0d;
	color: #aeaeae;
	font-size: 11px;
}
form select {
	margin-top: 4px;
	margin-right: 5px;
	border: 1px solid #7a460e;
	background: #0d0d0d;
	color: #aeaeae;
}
form input.image {
	background: transparent;
	border: none;
}
form input.submit {
	background: transparent;
	border: none;
}
form input.checkbox {
	background: transparent;
	border: none;
}
form input.radio {
	background: transparent;
	border: none;
}
form input.text {
    height: 19px;
}
form input.text.required {
    background: #0d0d0d url('../images/required.png') no-repeat center right;
}
textarea {
	width: 400px;
	border: 1px solid #7a460e;
	background: #0d0d0d;
	color: #aeaeae;
}

.form_requied {
	background-color: #f8efd1;
}

h1 {
	color: #bf8f4e;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0;
	margin: 0px 0 16px 0;
}

h2 {
	color: #bf8f4e;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 6px 0;
}

h3 {
	color: #bf8f4e;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0;
	margin: 10px 0 4px 0;
}

h4 {
	color: #bf8f4e;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	margin: 12px 0 2px 0;
}
h5 {
	color: #bfa988;
	font-size: 1.0em;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 0px;
}
h6 {
	color: #bfa988;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 0px;
}

p {
	margin: 0px;
	margin-bottom: 5px;
}

.h6 {
	color: #ffffff;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 2px;
	font-size: 1.15em;
	font-weight: bold;
	display: block;
	height: 20px;
	padding-top: 5px;
}

.h7 {
	color: #ffffff;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 2px;
	font-size: 1.0em;
	font-weight: bold;
	display: block;
	height: 20px;
}

.h8 {
	color: black;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 2px;
	font-size: 1.15em;
	font-weight: bold;
	display: block;
	height: 20px;
	padding-top: 5px;
}

hr {
	height: 2px;
	border: 0px;
}

.gray {
	color: #3e3e3e;
}

.bold {
	font-weight: bold;
}

.cleaner {
	height: 0px;
	clear: both;
	text-overflow: hidden;
}

.clear_right {
	height: 0px;
	clear: right;
	text-overflow: hidden;

}

#mceContentBody {
    color: #000000;
    background: #ffffff;
    text-align: left;
}

#header {
    width: 961px;
    height: 480px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
#header_flash {
    width: 961px;
    height: 461px;
    overflow: hidden;
/*    background: url('../images/header.png') no-repeat left top; */
    margin: 0;
    padding: 0;
}

#navigation {
    width: 961px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -49px;
}
#navigation ul {
    margin: 0;
    padding: 0;
    margin-left: 24px;
    background: transparent;
    position: relative;
    z-index: 20;
}
#navigation ul li {
    margin: 0;
    padding: 0;
    display: inline;
    margin-right: 3px;
    background: transparent;
    position: relative;
}

#navigation ul li img.hover {
    display: none;
}
#navigation ul li img.normal {
    display: inline;
}
#navigation ul li:hover img.hover {
    display: inline;
}
#navigation ul li:hover img.normal {
    display: none;
}
#navigation ul ul {
    position: absolute;
    left: -10000px;
    z-index: 10;
    margin: 0;
    width: 171px;
}
*+html #navigation ul ul {
    padding-top: 48px;
}
#navigation ul li:hover ul {
    left: 0;
}
#navigation ul ul li {
    display: block;
    height: 27px;
    background: transparent url('../images/menu/center.png') no-repeat left top;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#navigation ul ul li.first {
    margin-top: -3px;
    height: 28px;
    padding-top: 4px;
    background: transparent url('../images/menu/top.png') no-repeat left bottom;
}
#navigation ul ul li.last {
    height: 29px;
    background: transparent url('../images/menu/bottom.png') no-repeat left top;
}
#navigation ul ul li a {
    display: block;
    line-height: 27px;
    padding-left: 25px;
    color: #000000;
    text-decoration: none;
}
#navigation ul ul li a:hover {
    color: #ffffff;
}

#main {
    width: 961px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
#main #left_panel {
    float: left;
    width: 270px;
    margin-left: 18px;
    margin-top: 3px;
}
#main #left_panel input.text, #main #left_panel select {
    border: 1px solid #7a460e;
    background: #0d0d0d;
    color: #aeaeae;
}
#main #left_panel #rezervace {
    width: 270px;
    height: 254px;
    background: transparent url('../images/rezervace/box.png') no-repeat top left;
    text-align: center;
    position: relative;
}
#main #left_panel #rezervace label.typ_ubytovani {
    display: block;
    margin: 7px;
    position: absolute;
    left: 70px;
    top: 61px;
}
#main #left_panel #rezervace select.typ_ubytovani, #typ_ubytovani_input {
    width: 203px;
    height: 19px;
    position: absolute;
    left: 32px;
    top: 85px;
}
#main #left_panel #rezervace #typ_ubytovani_container {
    top:112px;
    left: 32px;
    position: absolute;
    z-index: 8;
}
#main #left_panel #rezervace label.prijezd {
    position: absolute;
    top: 137px;
    left: 45px;
}
#main #left_panel #rezervace input.prijezd {
    position: absolute;
    width: 84px;
    height: 19px;
    top: 153px;
    left: 32px;
    background: #0d0d0d url('../images/rezervace/calendar.png') no-repeat 65px center;
}
#main #left_panel #rezervace label.odjezd {
    position: absolute;
    top: 137px;
    left: 164px;
}
#main #left_panel #rezervace input.odjezd {
    position: absolute;
    width: 84px;
    height: 19px;
    top: 153px;
    left: 151px;
    background: #0d0d0d url('../images/rezervace/calendar.png') no-repeat 65px center;
}
#main #left_panel #rezervace input.odeslat {
    position: absolute;
    top: 196px;
    left: 33px;
}
#main #left_panel #pizza {
    width: 259px;
    height: 286px;
    background: transparent url('../images/pizza/box.png') no-repeat top left;
    padding-left: 11px;
    padding-top: 11px;
}
#main #left_panel #pizza_flash {
}
#main #left_panel #kontakt {
    width: 248px;
    height: 275px;
    background: transparent url('../images/kontakt/box.png') no-repeat top left;
    padding: 11px;
}
#main #left_panel #kontakt .nadpis {
    color: #d7ab44;
    font-size: small;
}
#main #left_panel #kontakt .sekce {
    color: #988567;
    border-bottom: 1px solid #2e1b0c;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#main #left_panel #kontakt .sekce.adresa {
    margin-top: 40px;
}
#main #left_panel #kontakt .sekce.gps {
    border: none;
}
#main #left_panel #social {
    width: 248px;
    height: 71px;
    background: transparent url('../images/social/box.png') no-repeat top left;
    padding: 11px;
    text-align: center;
    margin-top: 2px;
}
#main #left_panel #social img {
    margin-top: 12px;
    margin-left: 7px;
    margin-right: 7px;
}
#main #left_panel #wifi {
    width: 248px;
    height: 71px;
    background: url('../images/wifi/box.png') no-repeat left top;
    padding: 11px;
}
#main #left_panel #email {
    width: 248px;
    height: 148px;
    background: url('../images/email/box.png') no-repeat left top;
    padding: 11px;
}
#main #left_panel #email .nadpis {
    color: #d80b00;
    text-transform: uppercase;
    margin: 12px;
    font-size: small;
}
#main #left_panel #email div {
    color: #e18c20;
    margin: 12px;
}
#main #left_panel #email form {
    margin: 0;
    padding: 0;
    display: block;
    padding-left: 12px;
}
#main #left_panel #email form input.text {
    vertical-align: middle;
    width: 182px;
}
#main #left_panel #email form input.image {
    vertical-align: middle;
}
#main #center_panel {
    float: left;
    width: 643px;
    position: relative;
}
#main #center_panel #o1 {
    background: transparent url('../images/main/top.png') no-repeat top left;
    padding-top: 11px;
    margin-top: 4px;
}
#main #center_panel #o2 {
    background: transparent url('../images/main/bottom.png') no-repeat bottom left;
    padding-bottom: 11px;
}
#main #center_panel #s1 {
    position: absolute;
    width: 5px;
    height: 220px;
    top: 15px;
    left: 6px;
    background: transparent url('../images/main/top-shadow-left.png') no-repeat left top;
}
#main #center_panel #s2 {
    position: absolute;
    width: 5px;
    height: 220px;
    top: 15px;
    right: 6px;
    background: transparent url('../images/main/top-shadow-right.png') no-repeat left top;
}
#main #center_panel #s3 {
    position: absolute;
    width: 5px;
    height: 260px;
    bottom: 11px;
    left: 6px;
    background: transparent url('../images/main/bottom-shadow-left.png') no-repeat left top;
}
#main #center_panel #s4 {
    position: absolute;
    width: 5px;
    height: 260px;
    bottom: 11px;
    right: 6px;
    background: transparent url('../images/main/bottom-shadow-right.png') no-repeat left top;
}
#main #center_panel #content {
    background: transparent url('../images/main/center.png') repeat top center;
    padding: 20px;
    padding-top: 10px;
    min-height: 400px;
}

#jidelnicek .skupiny {
    margin-top: 20px;
    border-top: 1px solid #2a1c0e;
}
#jidelnicek .nadpis {
    margin-top: 0px;
    margin-bottom: 10px;
}
#jidelnicek .skupina {
    margin-top: 10px;
}
#jidelnicek .skupina .skupina_header {
    background: transparent url('../images/jidelnicek/header1.png') no-repeat left top;
    display: block;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    padding-left: 35px;
    color: #ebddca;
    text-decoration: none;
}
#jidelnicek .skupina .skupina_header.hidden {
    background: transparent url('../images/jidelnicek/header2.png') no-repeat left top;
}
#jidelnicek .skupina .kategories {
    background: #120501 url('../images/jidelnicek/kategorie.png') repeat-x left top;
    margin-top: 4px;
    margin-left: -8px;
    margin-right: -8px;
    padding: 12px;
}
#jidelnicek .skupina .kategorie_footer {
    margin-top: 30px;
    color: #3c2a25;
}
#jidelnicek .skupina .kategorie_footer .prani {
    text-align: center;
}
#jidelnicek .skupina .kategorie_footer img {
    margin-bottom: 30px;
}
#jidelnicek .skupina .kategorie .kategorie_header {
    color: #64471d;
    border-bottom: 1px solid #2a1c0e;
    padding-bottom: 7px;
    margin-top: 40px;
}
#jidelnicek .jidla table {
    width: 100%;
}
#jidelnicek .jidla table td {
    vertical-align: top;
}
#jidelnicek .jidla table .hmotnost {
    width: 50px;
    color: #9e6a12;
}
#jidelnicek .jidla table .doporucujeme {
    padding-top: 10px;
    color: #9e6a12;
    font-style: italic;
}
#jidelnicek .jidla table .nazev {
    color: #ffffff;
}
#jidelnicek .jidla table .cena {
    color: #9e6a12;
    width: 70px;
}
#jidelnicek .jidla table .popis {
    color: #62594b;
}
#jidelnicek .jidla table .separator {
    border-bottom: 1px dotted #2a1c0e;
    padding-top: 10px;
}
#jidelnicek .jidla table .separator.last {
    border: none;
    padding: 0;
}
#jidelnicek .jidla .foto {
    vertical-align: top;
    margin-left: 10px;
}
#jidelnicek .images {
    margin: 0;
    margin-top: 10px;
}
#jidelnicek .images td {
    padding-bottom: 10px;
}

#kontakty .kont_tab2 {
    width: 100%;
}
#kontakty .kont_tab2 td {
    width: 50%;
    vertical-align: top;
    padding: 20px;
}
#kontakty .pobocka {
    margin-top: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}
#kontakty .pobocka .obchod_img {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    border: 2px solid #613d0b;
}
#kontakty .pobocka .oteviraci_doba {
    width: 150px;
    margin-left: 0px;
}
#kontakty #mapa_canvas {
    height: 260px;
    width: 99%;
}


.image_header {
    margin-top: 20px;
}
.images {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.images td {
    width: 50%;
    text-align: center;
    padding-bottom: 20px;
}
.images td img {
    border: 3px solid #422c09;
}
.images td span {
    display: block;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
.images td a {
    color: #bfa988;
}

#rezervace .nadpis {
    margin-bottom: 20px;
}
#rezervace .sekce {
    margin-top: 20px;
    margin-bottom: 20px;
}
#rezervace table {
    width: 100%;
    margin-top: 20px;
}
#rezervace table th {
    width: 110px;
    padding-left: 20px;
    text-align: left;
    font-weight: normal;
}
#rezervace table td {
    padding-right: 20px;
}
#rezervace .buttons {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 15px;
    text-align: right;
}
#rezervace input.text, #rezervace td select {
    width: 150px;
}
#rezervace td textarea {
    width: 100%;
}
#rezervace #rez_prijezd {
    background: #0d0d0d url('../images/rezervace/calendar.png') no-repeat 80px center;
    width: 100px;
}
#rezervace #rez_odjezd {
    background: #0d0d0d url('../images/rezervace/calendar.png') no-repeat 80px center;
    width: 100px;
}

#footer {
    text-align: right;
    margin-right: 40px;
}
#footer a {
    text-decoration: none;
    color: inherit;
}
