@media screen, projection {
/* Basic Elements */
body  {
	background: #F2E6B6 url(../img/bg.jpg) repeat-y 50% 0;
	background-attachment: fixed;
	text-align: center;
	margin: auto auto;
	padding: 0;
	font-family: "Arial", sans-serif;
	font-size: 75%;
	color: #111111;
}
h1,h2,h3,h4 {
	margin: 0; padding: 0;
}
h1 {
	
	position: absolute;
	left: 4px;
	top: 43px;
	text-indent: -9999px;
	z-index: 20;
}
h1 a {
	background: url(../img/headerimg.jpg) no-repeat top left;
	display: block;
	float: left;
	height: 108px;
	width: 767px;
	text-decoration: none;
}
/*small version of logo*/
h1.small {
	background: url(../img/logo-small.gif) no-repeat top left;
	left: 70px;
	top: 70px;
}
h1.small a {
	background: url(../img/logo-small.gif) no-repeat top left;
	height: 55px;
	width: 70px
}
/*---------------------*/
h2, h3 {
	color: #05264F;
	font-size: 125%;
}
h4
{
  color: #000;
}
/*
h2 {
	position: absolute;
	left: 15px;
	width: 230px;
}
*/
h3 {
	margin: 0 0 1.5em 0;
}
h3.border {
	border-bottom: 1px solid #A6292F;
}
h4 {
	font-size: 105%;
	margin: 0 0 0.6em 0;
}
a {
	color: #42648D;
	text-decoration: underline;
}
a:hover {
	color: #42648D;
	text-decoration: none;
}
p {
	margin: 0 0 0.8em 0;
	padding: 0 0 0.6em 0;
}
img {
	border: none;
}
ul, li, form {
	list-style: none;
	margin: 0;
	padding: 0;
}
hr, .hide, .print {
	display: none;
}
.cleaner {
	clear: both;
	height: 0px; margin: 0; padding: 0;
}



/*HOLDER DIV*/
#conteiner {
	border: none;
	margin: 0 auto 0 auto;
	padding-left: 3px;
	position: relative;
	text-align: left;
	width: 770px;
	z-index: 2;
}
body:last-child #conteiner {
	padding-left: 4px;
	_padding-left: 3px;
}
/*MAIN DIVS*/
#header {
	background: url(../img/top_bg.gif) repeat-x 0 0;
}
#content {
	_height: 450px;
	min-height: 450px;
	background: url(../img/amfora.jpg) 0% 100% no-repeat;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 769px;
	border-bottom: 1px solid #233C5B;
}
#content.cflash {
	_height: 540px;
	min-height: 562px;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 769px;
}

#left {
	text-align: center;
	width: 257px;
	position: absolute;
	top: 200px;
	_top: 197px;
	left=0; /*IE 5 hack*/
}
/*there were some problems with FF so I had to do it this :shit: way*/
#left.hp {
	top: 220px;
}
#center {
	padding: 0 265px 0 250px;
}
#center.large {
	padding: 0 8px 0 250px;
}

#right {
	float: right;
	width: 261px;
}
#right.hp {
	width: 270px;
}
.obal 
{
    padding: 10px 10px 13px 10px;
	_padding: 10px 10px 0 10px;
}

#footer {
	
	color: #073874;
	font-size: 0.9em;
	margin-top:20px;
	_margin-top:0px;
	text-align: center;
}
/*AUXILIARY STUFF*/
/*helpers*/
#content .no-border {
	border: none;
}
#content .no-list {
	list-style: none;
}
#content .no-bg {
	background: none;
}
#content .right {
	text-align: right;
	font-size: 1.1em;
}
/*header*/
#header div {
	background-color: White;
	margin: 0; padding: 0;
	height: 23px;
	width: 769px;
	position: absolute;
	top: 20px;
}
#header p {
	position: static;
	margin: 0;
	padding: 23px 0 0 0;
	text-align: right;
}
#header img {
	margin: 43px 1px 0 0;
}
img.main {
	float: none;
	margin: 43px 0 0 0px;
	position: relative;
	z-index: 10;
}
#header span {
	display: none;
}
#header div a {
	float: left;
	display: block;
	color: #DC143C;
	font-size: 0.9em;
	height: 23px;
	/*width:70px !important;*/
	margin: 0;
	margin-right:10px;
	text-decoration: none;
	text-indent: -9999px;
}
#header.largeflags div a{
  margin: 0 !important;
}
/*czech*/
#header div a.cz {
	background: transparent url(../img/flag-cz.gif) no-repeat 0 0;
	width: 52px;
}
#header div a.cz:hover {
	background: transparent url(../img/flag-cz.gif) no-repeat -73px 0;
}
/*deutsch*/
#header div a.de {
	background: transparent url(../img/flag-de.gif) no-repeat 0 0;
	width: 53px;
}
#header div a.de:hover {
	background: transparent url(../img/flag-de.gif) no-repeat -87px 0;
}
/*france*/
#header div a.fr {

	background: transparent url(../img/flag-fr.gif) no-repeat 0 0;
	width: 50px;
}
#header div a.fr:hover {
	background: transparent url(../img/flag-fr.gif) no-repeat -91px 0;
}
/*english*/
#header div a.en {
	background: transparent url(../img/flag-en.gif) no-repeat 0 0;
	width: 52px;
}
#header div a.en:hover {
	background: transparent url(../img/flag-en.gif) no-repeat -77px 0;
}
/*rusky*/
#header div a.ru {
	background: transparent url(../img/flag-ru.gif) no-repeat 0 0;
	width: 51px;
}
#header div a.ru:hover {
	background: transparent url(../img/flag-ru.gif) no-repeat -91px 0;
}

#header.largeflags div a.cz {
	width: 73px;
}
#header.largeflags div a.de {
	width: 87px;
}
#header.largeflags div a.fr {
	width: 91px;
}
#header.largeflags div a.en {
	width: 77px;
}
#header.largeflags div a.ru {
	width: 91px;
}




/*----------------------------*/
/*content*/
#content p.capital:first-letter {
	font-family: "Times New Roman", Times, serif;
	color: #0E407F;
	font-size: 5em;
	float: left;
	text-transform: uppercase;
	margin: 0px 3px 0 0;
	_margin: 0 2px 0 0;
}
#content ul {
	margin: 0.5em 0 0.7em 3em;
}
#content li {
	/*background: url(../img/li.gif) no-repeat 0 4px;*/
	list-style: disc;
	margin: 0.2em 0 0.3em 0;
	padding: 0.1em 0 0.1em 0.3em;
}
/*packages*/
div.pack {
	background: url(../img/pack-bg.jpg) no-repeat 100% 100%;
	margin: 0 2em 1.5em 0;
	padding: 0.5em;
	_padding-bottom: 1.5em;
}
div.pack h4 {
	font-size: 1.2em;
}
#content div.pack ul, div.pack li {
	margin-right: 0.6em;
}
#content div.pack li {
	padding: 0.2em 0.4em 0.2em 0.3em;
}
div.pack table {
	margin: 0 0 2em 0;
}
div.pack table td {
	padding-top: 4px;
	padding-bottom: 1px;
}
/*left side*/
#left p {
	color: #A6292F;
	margin: 1.6em 0 1em 0;
}
#left p img {
	margin: 0 0.5em 0 0.5em;
}
#left #fotka {
	color: #222;
	margin: 0.5em 0 1em 0;
}
#left #fotka img {
	margin: 0.5em 0 0 0;
}
/*images*/
#content img {
	border: 1px solid #333;
	margin: 0 0 1em 0;
}
/*odkazy*/
a.external {
	background: url(../img/odkaz.gif) no-repeat 3px;
	padding-left: 1.6em;
}
a.external:hover {
	background: url(../img/odkaz2.gif) no-repeat 3px;
	padding-left: 1.6em;
}
/*hr*/
hr.line {
	border: none;
	border-top: 1px solid #A6292F;
	display: block;
	_height: 1px;
	position: relative;
	top: -14px;
	_top: -20px;
}
/*selfmarketing*/
#selfmarketing {
	position: relative;
	height: 34px;
	margin: 0;
	left: -27px;
}
#selfmarketing li {
	list-style: none;
	margin: 0; padding: 0;
	float: left;
	position: absolute;
}
.s1 {left: 0;}
.s2 {left: 74px;}
.s3 {left: 148px;}
#selfmarketing a {
	background: #F6E6AF;
	color: #A6292F;
	font-size: 11px;
	display: block;
	height: 16px;
	width: 60px;
	margin: 0;
	padding: 3px 7px 3px 7px;
	text-decoration: none;
	text-align: center;
}
#selfmarketing a:hover {
	color: #A6292F;
	background: #FAFAEC;
}
/*menu*/
#menu {
	background: #062750 url(../img/menu-bg.jpg) repeat-x 0 100%;
	margin: -3px 1px 0 0;
	height: 47px;
	font-size: 12px; /* I had to:/ */
}
#menu ul {
	position: relative;
	width: 769px;
}
#menu li {
	float: left;
	width: 190px;
	text-align: center;
	vertical-align: middle;
	display: block;
	_display: inline;
}
#menu li.hide {
	display: none;
}
#menu a {
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	width: 100px;
	padding: 0;
	margin: 0;
}
#menu a:hover {
	background: #0D3F7E;
}
#menu a.active {
	background: #0D3F7E;
}
/*english*/
div#menu ul.en a {
	padding: 12px 8px 12px 9px;
}
div#menu.pridavek ul.en a {
	padding: 12px 6px 12px 6px;
}
/*czech*/
div#menu ul.cs a {
	display: block;
	width: 198px;
	_width: 192px;
    line-height: 40px;
}

/*deutsch*/
div#menu ul.de a {
	padding: 12px 10px 12px 10px;
}
div#menu.pridavek ul.de a {
	padding: 12px 6px 12px 5px;
}
/*france*/
div#menu ul.fr a {
	padding: 12px 8px 12px 9px;
}
div#menu.pridavek ul.fr a {
	padding: 12px 5px 12px 6px;
}
/*france*/
div#menu ul.ru a {
	padding: 6px 10px 5px 11px;
	font-size:11px;
	_display:inline-block;
	height:30px;
}
div#menu.pridavek ul.ru a {
	padding: 6px 6px 5px 7px;
	font-size:11px;
	_display:inline-block;
	height:30px;
}
/*-----------------------------*/
/*Footer*/
#footer p {
	line-height: 16px;
	margin-top: 0.6em;
}
#footer a {
	color: #42648D;
	text-decoration: underline;
}
#footer a:hover {
	color: #42648D;
	text-decoration: none;
}
/*fotogalerie*/
div.foto-left {
	position: absolute;
	bottom: 100px;
	_bottom: 110px;
	left: 16px;
	width: 220px;
}
/*Form*/
input {
	margin: 0; padding: 0;
	text-indent: 2px;
	_padding: 0 0 0 2px;
	_text-indent: 0;
}
form {
	margin: 0; padding: 0;
}
form.formular {
	position: relative;
	margin: -5px 0 20px -3px;
	_margin: -12px 0 20px -2px;
}
form.formular input {
	_margin: 0 5px 0 0;
}
/*Tables*/
table {
	border-collapse: collapse;
	font-size: 1em;
	margin: 0; padding: 0;
}
th {
	padding: 0.2em 0.5em 0.2em 0.5em;
}
td {
	padding: 0.2em 0.5em 0.2em 0.5em;
}
td.vertical-top {
	vertical-align: top;
}
td.vertical-top-left {
	text-align: left;
	vertical-align: top;
}
.podtiskfota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	color: #F4EBC6;
	background-color: #ADA483;
}
/*table-booking*/
.small {
	color: #A6292F;
	font-size: 9px;
}
table.booking {
	font-size: 1em;
	border-collapse: collapse;
	padding: 0.1em;
	width: 460px;
}
table.booking td {
	padding: 0.1em;
}
table.booking img {
	vertical-align: middle;
	_vertical-align: top;
}
div.chyby p {
	color: Red;
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0.1em 0;
}
/*table - formular*/
table.formular {
	color: #A6292F;
	font-size: 9px;
	width: 270px;
	_width: 100%;
}
table.formular td {
	padding: 2px 0 2px 0;
	vertical-align: middle;
}
table.formular img {
	vertical-align: middle;
	_vertical-align: top;
}
/*table - contact*/
table.contact {
	border-collapse: separate;
}
table.contact td {
	padding: 3px 3px 0 3px;
	vertical-align: top;
}
.mark {
	background-color: #F2E6B7;
	padding: 1px;

}
.mark_on {
	background-color: #Fff4d1;
	padding: 1px;
}
/*table - pricelist*/
table.price-list {
	font-weight: bold;
	width: 250px;
}
table.price-list th {
	color: #F4EBC6;
	background-color: #ADA483;
	font-weight: normal;
	text-align: center;
	font-size: 0.9em;
}
table.price-list td {
	border-bottom: 3px solid #ADA483;
	font-size: 13px;
}
table.price-list td.price {
	width: 60px;
	_width: 70px;
}
table.price-list td.down {
	border: none;
	background: url(../img/table-bg-down.gif) repeat-x;
	padding: 0;
	height: 12px;
}
/*old css*/
.select_jmeno {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #A02B35;
height: 18px;
border: 1px #A02B35 solid;
text-align: left
}
.select_cisla {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #A02B35;
height: 18px;
border: 1px #A02B35 solid;
text-align: left;
clip:  rect(   )
}
.select_text {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #A02B35;
height: 100px;
border: 1px #A02B35 solid;
text-align: left;
}
.select_mail {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #A02B35;
height: 18px;
border: 1px #A02B35 solid;
text-align: left;
clip:  rect(   )
}
.select_mail_text {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #A02B35;
height: 100px;
border: 1px #A02B35 solid;
text-align: left;
clip:  rect(   )
}
.select_home {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #A02B35;
height: 18px;
border: 1px #A02B35 solid;
width: 100px
}
.select_homedate {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #A02B35;
height: 18px;
border: #A02B35;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px
}
.select_homenumber {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #A02B35;
height: 18px;
border: 1px #A02B35 solid;
width: 25px
}
.button-hp {
	background-color: #A02B35;
	border: 1px #A02B35 solid;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 20px;
	text-align: center;
	width: 105px;
}
.button {
	background-color: #A02B35;
	border: 1px #A02B35 solid;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 20px;
	text-align: center;
	width: 235px;
	_width: 227px;
}
.button-small {
	background-color: #A02B35;
	border: 1px #A02B35 solid;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 20px;
	text-align: center;
	width: 150px;
	margin-left: 55px;
	_margin-left: 60px;
}
/*5. 5. 2005 - balicky*/
div.package3 {
	margin-top: 30em;
}
div.package3-cz {
	margin-top: 28em;
}
div.package4 {
	margin-top: 2.8em;
}
/*amfory*/
p img.right {
	float: right;
	margin: 0; padding: 0;
}
#flashovka {
	display: none;
}
#flashovka.display {
	display: block;
}
#flash2{
	width: 222px;
	height:144px;
	margin: -1em 0 0 0;
	_margin: -1em 0 0 0;
}
#left #flash2 a img {
	margin: -0.5em 0 0 0;
	_margin: -1.5em 0 0 0;
}
}
span.blue
{
  color:#386091;
}
.logo_k
{
  text-align:right;
  float:right;
}
img#logo_k
{
  border:0px;
  margin:0px;
  
  padding:0px;
}
img#logo_kon
{
  border:0px;
  margin:0px;
  margin-right:60px;
  padding:0px;
}
h3.kont
{
  float:left;
  margin-bottom:0px;
}
#content #kontakt_p
{
  line-height:20px;
}
img#vaza
{
  float:right;
  margin:0px 0px 0px 10px;
  padding:0px;
}
#content img.nahled
{
  margin:0px 3px 3px 0px;
}
#content img.nahled2
{
  margin:0px 3px 3px 2px;
}
#content img.nahled3
{
  margin:0px 0px 3px 0px;
}

#content div.amfora1 {
  width: 163px;
  height: 110px;
  margin: 0 3px 3px 0px;
  text-align: center;
}

#content div.amfora2 {
  width: 75px;
  height: 110px;
  margin: 0 3px 3px 0px;
  text-align: center;
  float: left;
}

#content div.amfora3 {
  width: 75px;
  height: 110px;
  margin: 0 3px 3px 0px;
  text-align: center;
  float: left;
  position: relative;
  margin-left: 156px;
}

#content div.amfora4 {
  width: 75px;
  height: 110px;
  margin: 0 3px 3px 0px;
  text-align: center;
  float: left;
  
}

#posun1
{
  position:absolute;
  margin-left:-245px;
  
}
#posun2
{
  float: left;
  position: relative;
  margin-left: -213px;/*-213*/
  _margin-left: -107px;/*-107*/
  margin-top: 249px;/*-204*/
  _margin-top: 318px; /*318*/
}

#zaslame {
  font-size: 85%;	
}

.form_switch {
  text-align: right;
  height: 80px;
  vertical-align: middle;
}
