/* Positioning */

body, html {
	height:100%;
	border:0;
	padding:0;
	margin:0;
	text-align:center;
}

.nodisplay {
	display:none;
}

#container {
	min-width:760px;
	min-height:452px;
	width:100%;
	height:100%;
	width:expression(document.body.clientWidth < 760? "760px": "100%" ); /* for IE */
	height:expression(document.body.clientHeight < 452? "452px": "100%" ); /* for IE */
	position:absolute;
	top:0;
	left:0;
}

#container-horizontal {
	text-align:left;
	margin:auto;
	position:absolute;
	top:50%;
	left:50%;
}

#container-in {
	position:absolute;	
	top:-226px;
	left:-380px;
	width:760px;
	height:452px;
	background:#888 url(img/bg-in.gif) left top no-repeat;
}

/* General settings */
body {
	background:#888 url(img/bg.gif) center center no-repeat;
	font-family:"Tahoma",sans-serif;
	font-size:70%;	
	color:black;
}

h1, h2, h3, h4, h5, h6, p, table, tr, th, td, form {
	font-size:1em;
	margin:0;
	padding:0;
}

input, select, textarea {
	font-family:"Tahoma",sans-serif;
	font-size:1em;	
}

table {
	padding:0;
	margin:0;
	
}

a {
	color:#888
}

a:hover {
	color:black;
}

a img {
	border:0;
}

a span {
	cursor:pointer;
}

#left,
#middle,
#right {
	width:289px;
	height:436px;
	position:absolute;
	top:8px;
	background:#ddd url(img/bg-col.gif) top left no-repeat;
}

#left {
	width:150px;
	left:8px;
	background:white;
}

#middle {
	left:166px;
}

#right {
	left:463px;
}

.text {
	height:418px;
	overflow:auto;
}

.text p {
	line-height:1.5;
	margin-bottom:19px;
	text-align:justify;
}

.text p.nomargin {
	margin:0;
}

.textborder {
	padding:8px;
}

.text h2 {
	font-size:1.6em;
}

.text h3 {
	font-size:1.2em;
	margin-bottom:5px;
}

#container .text .right {
	text-align:right;
}

.red,
.red a {
	color:red
}

.red a:hover {
	color:black;
}

.big {
	font-size:125%
}

.extrabig {
	font-size:135%;
}


/* Logo */

h1,
h1 a,
h1 span {
	display:block;
	width:150px;
	height:83px;
	background:url(img/h1.gif);
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}


/* Akce */

#akce {
	display:block;
  margin-top:90px; /* Mezera mezi logem a textem akce: pouze celá čísla) */ 
  margin-right:5px;
  margin-bottom:0px;
  margin-left:6px;
  font-size:12px; /* Velikost textu (pouze celá čísla): čím větší číslo, tím větší písmo */ 
	font-weight:bold;
	color:red;rgb(40,84,143); /* Barva textu POZOR: sem můžeš napsat např. color:red; */ 
}

#akce a {
	color:red; /* Barva odkazu: sem můžeš napsat např. color:blue; */
}

#akce a:hover {
	color:#000000;  /* Barva odkazu, když na něj najedeš myší: sem můžeš napsat např. color:green; */
}


/* Menu */

#menu {
	position:absolute;
	bottom:0;
	left:0;
	width:150px;
	height:154px;
	overflow:hidden;
}

#menu ul {
	padding:0;
	margin:0;
}

#menu li {
	width:150px;
	height:30px !important;
	height:31px;
	line-height:30px;
	vertical-align:middle;
	border-bottom:1px solid white;
	background:#ddd;
}

#menu li a,
#menu li span {
	display:block;
	width:150px;
	height:30px;
	position:relative;
}

#menu li span span,
#menu li a span {
	background:url(img/menu.gif) 0 0 no-repeat;
	position:absolute;
	top:0;
	left:0;
}

#menu li.o-nas a span                 { background-position:   0%   0px }
#menu li.o-nas a:hover span           { background-position: 100%   0px }
#menu li.o-nas span span,
#menu li.o-nas a.active span,
#menu li.o-nas a.active:hover span    { background-position:  50%   0px }

#menu li.akce a span                  { background-position:   0% -31px }
#menu li.akce a:hover span            { background-position: 100% -31px }
#menu li.akce span span,
#menu li.akce a.active span,
#menu li.akce a.active:hover span     { background-position:  50% -31px }

#menu li.galerie a span               { background-position:   0% -62px }
#menu li.galerie a:hover span         { background-position: 100% -62px }
#menu li.galerie span span,
#menu li.galerie a.active span,
#menu li.galerie a.active:hover span  { background-position:  50% -62px }

#menu li.cenik-sluzeb a span               { background-position:   0% -93px }
#menu li.cenik-sluzeb a:hover span         { background-position: 100% -93px }
#menu li.cenik-sluzeb span span,
#menu li.cenik-sluzeb a.active span,
#menu li.cenik-sluzeb a.active:hover span  { background-position:  50% -93px }

#menu li.kontakt a span               { background-position:   0% -124px }
#menu li.kontakt a:hover span         { background-position: 100% -124px }
#menu li.kontakt span span,
#menu li.kontakt a.active span,
#menu li.kontakt a.active:hover span  { background-position:  50% -124px }

/* Picture */

.img-big,
.img-big img,
.img-big span {
	width:289px;
	height:436px;
	display:block;
	overflow:hidden;
	position:relative;
}

.img-big img,
.img-big span {
	position:absolute;
	top:0;
	left:0;
	z-index:1
}

.img-big span {
	background:url(img/img-big-corners.gif) 0 0 no-repeat;
	z-index:2;
}

/* Home page */

#middle .home {
	width:273px !important;
	height:318px !important;
	width:/**/289px;
	height:/**/436px;
	padding:8px 8px 110px 8px;
	background:url(img/bg-home.jpg) left bottom no-repeat;
}

#middle .home .text {
	height:316px;
}

/* Kontakt */

div.table {
	text-align:center;
}

table.oteviracka {
	border-collapse:collapse;
	text-align:left;
	margin:0 auto 16px;
}

table.oteviracka th,
table.oteviracka td {
	border:1px solid #aaa;
	padding:2px 40px;
	text-align:center;
}

table.oteviracka thead th {
	background:#aaa;
	text-align:center;
}

table.oteviracka td.den {
	text-align:center;
	padding:2px 25px;
}

table.oteviracka tr.l {
	background:#eee;
}

table.oteviracka tr.s {
	background:#ddd;
}

#EmailForm p {
	text-align:right;
	vertical-align:middle;
	clear:both;
	margin:0;
	padding:0;
}

#EmailForm input {
	width:150px;
	padding:3px;
	background:white;
	border:1px solid #888;
	vertical-align:middle;
}

#EmailForm label {
	vertical-align:middle;
}

#EmailForm textarea {
	width:260px;
	height:60px !important;
	height:70px;
	padding:0;
	margin:0;
	background:white;
	border:1px solid #888;
}

#EmailForm .Button {
	border:1px solid #888;
	background:#ccc;
	color:black;
	font-weight:bold;
	cursor:pointer;
	padding:0;
}

/* Cenik */

table.cenik {
	border-collapse:collapse;
	text-align:left;
	width:99.2% !important;
	width:100%;
	margin:0 auto;
}

table.cenik th,
table.cenik td {
	border:1px solid #aaa;
	padding:2px;
}

table.cenik thead th {
	background:#aaa;
	text-align:center;
}

table.cenik td.cena {
	text-align:right;
	width:50px;
}

table.cenik tr.l {
	background:#eee;
}

table.cenik tr.s {
	background:#ddd;
}

table.cenik td.indent {
	padding-left:30px;
}

/* Preview */

#preview {
	width:289px;
	height:436px;
	overflow:hidden;
	background:url(img/bg_preview.gif) top left no-repeat;
	position:absolute;
}

#preview .pages {
	width:289px;
	height:28px;
	position:absolute;
	bottom:0;
	left:0;
}

#preview .pages p {
	line-height:28px;
	height:28px;
	padding:0;
	margin:0;
	line-height:middle;
	padding:0 10px;
	text-align:right;
	font-weight:bold;
}

#preview .pages p a {
	color:#800;
}


#preview .pic {
	width:142px;
	height:97px;
	position:absolute;
	top:0;
	left:0;
}

#preview .pic span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:142px;
	height:97px;
	background:url(img/img-preview-corners.gif) top left no-repeat;
}

#preview .pic2,
#preview .pic4,
#preview .pic6,
#preview .pic8 {
	left:147px;
}

#preview .pic3,
#preview .pic4 {
	top:101px;
}

#preview .pic5,
#preview .pic6 {
	top:202px;
}

#preview .pic7,
#preview .pic8 {
	top:303px;
}

#preview a img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#preview a:hover img {
	filter: alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
}

/* Paticka */

#footer {
	position:absolute;
	text-align:right;
	top:459px;
	right:5px;
	z-index:10;
	color:#666;
}

#footer a {
	color:#666;
}

#footer a:hover {
	color:black
}

#akce h3,
#akce p { margin-bottom:15px; }
#akce h3 { padding-top:20px; font-size:1.1em; }

.marginbot { padding-bottom:15px; }
.margintop { padding-top:15px; }

.text h2,
h2 { padding-top:5px; padding-bottom:20px; font-size:2em; font-weight:normal; }

