/* -- barvy --
modrá:		#0066b3
hnědá:		#dbbd8d
šedá:		#bcbdc1
*/

BODY {
	color: #000;
	background: #bcbdc1 url('/images/_layout/bg.jpg') top left repeat-x;
	font: normal 9pt/1.3 'Helvetica CE', 'Trebuchet MS', Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

FORM,
IMG {
	border: none;
	margin: 0;
	padding: 0;
}

INPUT,
BUTTON,
TEXTAREA,
SELECT,
TH,
TD {
	font: normal 9pt/1.1 'Helvetica CE', Tahoma, Arial, sans-serif;
}

A 				{ color: #0066b3; text-decoration: underline; }
A:link			{ color: #0066b3; text-decoration: underline; }
A:hover			{ color: #dbbd8d; text-decoration: none; }
A:active		{ color: #ff0000; text-decoration: none; }
A:visited		{ color: #0066b3; text-decoration: underline; }
A:visited:hover	{ color: #dbbd8d; text-decoration: none; }
A.out {
	background: url('/images/_layout/a-out.gif') right 20% no-repeat;
	padding-right: 6px;
}
A.out:hover,
A.out:visited:hover {
	background: url('/images/_layout/a-out_over.gif') right 20% no-repeat;
}
A.back {
	background: url('/images/_layout/a-back.gif') left 50% no-repeat;
	padding-left: 12px;
}
A.back:hover,
A.back:visited:hover {
	background: url('/images/_layout/a-back_over.gif') left 50% no-repeat;
}
A.email {
	background: url('/images/_layout/a-email.gif') right 20% no-repeat;
	padding-right: 10px;
}
A.email:hover,
A.email:visited:hover {
	background: url('/images/_layout/a-email_over.gif') right 20% no-repeat;
}

/*--  rozvržení stránky  --*/
#layout {
	background: url('/images/_layout/bg-layout.jpg') top left no-repeat;
	text-align: left;
	position: relative;
	width: 820px;
	margin: auto;
}
#layout-end-long,
#layout-end-800,
#layout-end-700,
#layout-end-650,
#layout-end-590 {
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	width: 820px;
	height: 10px;
	margin: auto;
	overflow: hidden;
}
#layout-end-long { background-image: url('/images/_layout/bg-layout-end-long.gif'); }
#layout-end-800 { background-image: url('/images/_layout/bg-layout-end-800.gif'); }
#layout-end-700 { background-image: url('/images/_layout/bg-layout-end-700.gif'); }
#layout-end-650 { background-image: url('/images/_layout/bg-layout-end-650.gif'); }
#layout-end-590 { background-image: url('/images/_layout/bg-layout-end-590.gif'); }

#margin {
	margin: 0 10px 2px 9px;
}

#logo {
	background: url('/images/_layout/bg-logo.jpg') top left no-repeat;
	position: relative;
	width: 801px;
	height: 178px;
	margin: 0;
	padding: 0;
}

#menu {
	background: url('/images/_layout/bg-menu.gif') top left no-repeat;
	position: relative;
	width: 801px;
	height: 50px;
	margin: 0;
	padding: 0;
}

#main {
	padding: 15px 30px 15px 35px;
}

#footer {
	clear: both;
	padding: 2px 2px 0 2px;
}

#copyright {
	color: #000;
	font-size: 10px;
	text-align: right;
	position: relative;
	width: 820px;
	margin: auto;
}

/*--  logo  --*/
#logo A {
	display: block;
	width: 100%;
	height: 100%;
}
#logo SPAN {
	display: none;
}

/*--  menu  --*/
#menu LI {
	text-align: center;
	line-height: 50px;
	list-style-type: none;
	float: left;
	height: 50px;
}
#menu LI#o-nas			{ width: 106px; }
#menu LI#o-nas A		{ background-image: url('/images/_layout/bg-menu_01.gif'); }
#menu LI#kontakt		{ width: 129px; }
#menu LI#kontakt A		{ background-image: url('/images/_layout/bg-menu_02.gif'); }
#menu LI#vozovy-park	{ width: 166px; }
#menu LI#vozovy-park A	{ background-image: url('/images/_layout/bg-menu_03.gif'); }
#menu LI#objednavka		{ width: 160px; }
#menu LI#objednavka A	{ background-image: url('/images/_layout/bg-menu_04.gif'); }
#menu LI#cenik			{ width: 111px; }
#menu LI#cenik A		{ background-image: url('/images/_layout/bg-menu_05.gif'); }
#menu LI#svatby			{ width: 129px; }
#menu LI#svatby A		{ background-image: url('/images/_layout/bg-menu_06.gif'); }
#menu LI A {
	color: #fff;
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 100%;
}
#menu LI#o-nas A:hover, #menu LI#o-nas A:visited:hover, #menu LI#o-nas A.selected,
#menu LI#kontakt A:hover, #menu LI#kontakt A:visited:hover, #menu LI#kontakt A.selected,
#menu LI#vozovy-park A:hover, #menu LI#vozovy-park A:visited:hover, #menu LI#vozovy-park A.selected,
#menu LI#objednavka A:hover, #menu LI#objednavka A:visited:hover, #menu LI#objednavka A.selected,
#menu LI#cenik A:hover, #menu LI#cenik A:visited:hover, #menu LI#cenik A.selected,
#menu LI#svatby A:hover, #menu LI#svatby A:visited:hover, #menu LI#svatby A.selected {
	background-image: none;
}

/*--  výběr jazyka  --*/
#lang {
	float: right;
	height: 16px;
	margin: 0;
	padding: 0;
}
#lang LI {
	background-position: top left;
	background-repeat: no-repeat;
	backgound: lime;
	list-style-type: none;
	float: left;
	width: 24px;
	height: 16px;
	margin: 0 0 0 10px;
	padding: 0;
}
#lang LI#cs		{ background-image: url('/images/_layout/flag-cs-over.gif'); }
#lang LI#cs	A	{ background-image: url('/images/_layout/flag-cs.gif'); }
#lang LI#en		{ background-image: url('/images/_layout/flag-en-over.gif'); }
#lang LI#en	A	{ background-image: url('/images/_layout/flag-en.gif'); }
#lang LI#de		{ background-image: url('/images/_layout/flag-de-over.gif'); }
#lang LI#de	A	{ background-image: url('/images/_layout/flag-de.gif'); }
#lang LI A {
	display: block;
	width: 100%;
	height: 100%;
}
#lang LI#cs A:hover, #lang LI#cs A:visited:hover,
#lang LI#en A:hover, #lang LI#en A:visited:hover,
#lang LI#de A:hover, #lang LI#de A:visited:hover {
	background-image: none;
}
#lang LI SPAN {
	display: none;
}

/*--  kde se nachází  --*/
#where {
	color: #aaa;
	list-style-type: none;
	float: left;
	width: 400px;
	height: 16px;
	margin: 0;
	padding: 0;
}
#where LI {
	text-transform: lowercase;
	float: left;
	padding-right: 3px;
}
#where LI A {
	color: #7fb2d9;
}
/*--  svatba  --*/
#wedding {
	background: #dbbd8d url('/images/_layout/bg-svatba.jpg') center center no-repeat;
	clear: right;
	float: right;
	width: 284px;
	height: 179px;
	margin: 16px 0 16px 0;
}
#wedding P {
	font-size: 8pt;
	text-align: right;
	line-height: 140%;
	margin: 0 10px 0 20px;
}
#wedding A {
	color: #000;
}

/*--  rozdělení tříd  --*/
H3.rank {
	display: none;
}
#rank {
	clear: right;
	float: right;
	width: 745px;
	height: 144px;
	margin: 0 0 10px -10px;
	padding: 0;
}
#rank LI {
	background-position: top left;
	background-repeat: no-repeat;
	list-style-type: none;
	float: left;
	width: 178px;
	height: 144px;
	margin: 0 11px 0 0;
	padding: 0;
}
#rank LI#middle		{ background-image: url('/images/_layout/bg-rank-middle.gif'); }	
#rank LI#upper		{ background-image: url('/images/_layout/bg-rank-upper.gif'); }	
#rank LI#luxury		{ background-image: url('/images/_layout/bg-rank-luxury.gif'); }	
#rank LI#van		{ background-image: url('/images/_layout/bg-rank-van.gif'); margin-right: 0; }	
#rank LI A,
#rank2 LI A {
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 100%;
}
#rank LI A:hover,
#rank LI A:visited:hover,
#rank2 LI A:hover,
#rank2 LI A:visited:hover {
	color: #000;
}
#rank LI SPAN,
#rank2 LI SPAN {
	position: relative;
	top: 19px;
	left: 38px;
}

#rank2 {
	height: 144px;
	margin: 0;
	padding: 15px 0 0 0;
}
#rank2 LI {
	background-position: top left;
	background-repeat: no-repeat;
	list-style-type: none;
	float: left;
	width: 178px;
	height: 144px;
	margin: 0 8px 0 0;
	padding: 0;
}
#rank2 LI#middle2	{ background-image: url('/images/_layout/bg-rank-middle.gif'); }	
#rank2 LI#upper2	{ background-image: url('/images/_layout/bg-rank-upper.gif'); }	
#rank2 LI#luxury2	{ background-image: url('/images/_layout/bg-rank-luxury.gif'); }	
#rank2 LI#van2		{ background-image: url('/images/_layout/bg-rank-van.gif'); margin-right: 0; }	
#rank2 LI#middle3	{ background-image: url('/images/_layout/bg-rank-middle_3.gif'); }	
#rank2 LI#upper3	{ background-image: url('/images/_layout/bg-rank-upper_3.gif'); }	
#rank2 LI#luxury3	{ background-image: url('/images/_layout/bg-rank-luxury_3.gif'); }	
#rank2 LI#van3		{ background-image: url('/images/_layout/bg-rank-van_3.gif'); margin-right: 0; }	

/*--  auta  --*/
.img_all {
	color: #888;
	background: url('/images/_layout/bg-image-shadow-168x112.gif') bottom right no-repeat;
	font-size: 8pt;
	float: left;
	width: 173px;
	height: 131px;
	margin: 20px 14px 0 0;
}

.car {
	color: #888;
	background: url('/images/_layout/bg-image-shadow-128x85.gif') right 14px no-repeat;
	font-size: 8pt;
	line-heiht: 14px;
	float: left;
	margin: 20px 14px 10px 0;
	width: 134px;
	height: 104px;
}
.car IMG {
	margin-left: 1px;
}

.detail,
.detail2 {
	color: #888;
	background: url('/images/_layout/bg-image-shadow-168x112.gif') bottom right no-repeat;
	font-size: 8pt;
	line-heiht: 14px;
	float: left;
	margin: 5px 14px 10px 0;
	width: 173px;
	height: 131px;
	overflow: hidden;
}
.detail2 {
	background: url('/images/_layout/bg-image-shadow-131x87.gif') bottom right no-repeat;
	width: 136px;
	height: 106px;
}
.detail.mezera {
	margin: 5px 108px 10px 0;
}
.detail.mezera.last-right {
	margin-right: 0;
}

.big {
	color: #888;
	background: url('/images/_layout/bg-image-shadow-730x486.gif') bottom right no-repeat;
	width: 735px;
	height: 491px;
	overflow: hidden;
}

.last-right {
	margin-right: 0;
}

/*--  představení  --*/
#introduction {
	background: url('/images/_layout/bg-introduction.gif') top left no-repeat;
	line-height: 120%;
	float: left;
	margin-left: -10px;
	width: 451px;
	height: 220px;
	overflow: hidden;
}
#introduction DIV.padding {
	padding: 20px;
}
#introduction H2 {
	color: #0066b3;
	font-size: 10pt;
	margin: 0 0 10px 0;
	padding: 0;
}
#introduction P {
	line-height: 110%;
	margin: 0 0 10px 0;
	padding: 0;
}
#introduction P.last {
	width: 140px;
}

#man {
	background: url('/images/_layout/muz.jpg') bottom right no-repeat;
	float: right;
	width: 153px;
	height: 173px;
}

/*--  objednavka  --*/
#order {
	background: url('/images/_layout/bg-objednavka.jpg') bottom left no-repeat;
	line-height: 120%;
	clear: both;
	float: left;
	width: 321px;
	height: 354px;
	margin-bottom: 10px;
	overflow: hidden;
}
#order H2 {
	color: #0066b3;
	font-size: 11pt;
	text-align: right;
	margin: 0;
	padding: 40px 30px 20px 0;
}
#order P {
	text-align: right;
	font-size: 10pt;
	line-height: 130%;
	margin: 0;
	padding: 0 30px 0 30px;
}

#order_form {
	float: left;
	width: 300px;
	margin: 15px 0 15px 30px;
}
INPUT.text {
	background-color: transparent;
	border: none;
	font-family: 'Helvetica CE', 'Trebuchet MS', Arial, sans-serif;
	font-size: 8pt;
	width: 251px;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 16px;
}
INPUT.button {
	background: url('/images/_layout/bg-input-submit.gif') center left repeat-x;
	border: 1px solid #a3a5a8;
	font-family: 'Helvetica CE', 'Trebuchet MS', Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}
SELECT {
	background-color: #dbdcdd;
	border: none;
	font-family: 'Helvetica CE', 'Trebuchet MS', Arial, sans-serif;
	font-size: 8pt;
	width: 250px;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}
TEXTAREA {
	border: 1px solid #b7b9bb;
	font-family: 'Helvetica CE', 'Trebuchet MS', Arial, sans-serif;
	font-size: 8pt;
	width: 385px;
	height: 60px;
	margin: 2px 0;
}

/*--  kontakt  --*/
#contact {
	float: left;
	width: 380px;
	margin: 15px 0 0 30px;
}
#contact TD {
	color: #000;
	background-image: none;
	border: none;
	font-size: 9pt;
	line-height: 140%;
	white-space: nowrap;
	padding: 2px;
}

/*--  ceník  --*/
.price {
	width: 240px;
}

/*--  platební karty  --*/
.cards {
	list-style-type: none;
	height: 40px;
	margin: 10px 0 0 0;
	padding: 0;
}
.cards SPAN {
	display: none;
}
.american-express,
.mastercard,
.jcb-cards,
.visa,
.diners-club {
	background: url('/images/karty/american-express.gif') top left no-repeat;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0 10px 0 0;
}
.mastercard		{ background-image: url('/images/karty/mastercard.gif'); }
.jcb-cards		{ background-image: url('/images/karty/jcb-cards.gif'); }
.visa			{ background-image: url('/images/karty/visa.gif'); }
.diners-club	{ background-image: url('/images/karty/diners-club.gif'); }

/*--  footer  --*/
#footer DIV.padding {
	background-color: #d1d2d4;
	padding: 5px;
}
#footer P {
	line-height: 150%;
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
}
#footer P STRONG {
	font-size: 1.2em;
	letter-spacing: 1px;
}
#footer UL {
	float: right;
	width: 520px;
	margin: 15px 0 0 0;
	padding: 0;
}
#footer UL LI {
	list-style-type: none;
	float: right;
	margin: 0 7px 0 0;
}
#footer UL LI A {
	color: #000;
	background: url('/images/_layout/bg-footer-li.gif') center left no-repeat;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 10px;
}
#footer UL LI A:hover,
#footer UL LI A:visited:hover {
	color: #fff;
}
#footer UL LI A.first {
	background-image: none;
}

/*--  copyright  --*/
#copyright A {
	color: #000;
	text-decoration: none;
	padding-right: 10px;
}
#copyright A:hover,
#copyright A:visited:hover { 
	text-decoration: underline;
}

#counter {
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden
}

/*--  tabulka  --*/
TABLE {
	position: relative;
	left: -3px;
}
TABLE.svatby TH {
	font-size: 10px;
}

TH {
	color: #fff;
	background: url('/images/_layout/bg-table-th.gif') center left repeat-x;
	border: 1px solid #0066b3;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	padding: 2px 6px;
}
TH.normal {
	font-weight: normal;
}

TD {
	background: url('/images/_layout/bg-table-td.gif') center left repeat-x;
	border: 1px solid #b7b9bb;
	font-size: 8pt;
	padding: 0 6px;
}
TD.none {
	background-image: none;
	border: none;
	padding: 0;
}
TD.r {
	text-align: right;
}
TD.space {
	width: 130px;
}
TD.shadow {
	background: url('/images/_layout/bg-image-shadow.gif') bottom right no-repeat;
	text-align: left;
	vertical-align: top;
	width: 105px;
	height: 80px;
	margin: 0;
	padding: 0;
}
TD.shadow IMG {
	margin-left: 1px;
}

/*-- obrázky --*/
#photo {
	color: #fff;
	background: #000 url('/images/_layout/bg-loading.gif') center center no-repeat;
	text-align: left;
	display: none;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
}
#photo DIV.margin {
	padding: 10px;
}
#photo DIV.close {
	background: #000 url('/images/_layout/icon-pic-close.gif') top right no-repeat;
	position: absolute;
	width: 85px;
	height: 18px;
	top: 10px;
	right: 10px;
	overflow: hidden;
}
#photo UL.nav {
	background-color: #000;
	position: absolute;
	top: 10px;
	height: 10px;
	width: 66px;
	height: 18px;
	margin: 0;
	padding: 0;
}
#photo UL.nav LI {
	background: url('/images/_layout/icon-pic-first.gif') top left no-repeat;
	list-style-type: none;
	float: left;
	width: 16px;
	height: 14px;
}
#photo UL.nav LI.first 		{ background: url('/images/_layout/icon-pic-first.gif') top left no-repeat; }
#photo UL.nav LI.prev 		{ background: url('/images/_layout/icon-pic-prev.gif') top left no-repeat; }
#photo UL.nav LI.next 		{ background: url('/images/_layout/icon-pic-next.gif') top left no-repeat; }
#photo UL.nav LI.last 		{ background: url('/images/_layout/icon-pic-last.gif') top left no-repeat; }
#photo UL.nav LI.first_off 	{ background: url('/images/_layout/icon-pic-first_off.gif') top left no-repeat; }
#photo UL.nav LI.prev_off 	{ background: url('/images/_layout/icon-pic-prev_off.gif') top left no-repeat; }
#photo UL.nav LI.next_off 	{ background: url('/images/_layout/icon-pic-next_off.gif') top left no-repeat; }
#photo UL.nav LI.last_off 	{ background: url('/images/_layout/icon-pic-last_off.gif') top left no-repeat; }
#photo UL.nav A,
#photo DIV.close A {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
#photo DIV.close A {
	top: 2px;
	padding-left: 5px;
}
#photo DIV SPAN,
#photo UL.nav SPAN {
	display: none;
}
#photo P {
	font-size: 8pt;
	margin: 0;
	padding: 4px 0 0 0;
}

#shadow {
	display: none;
	position: absolute;
	z-index: 900;
}

/*--  obecné  --*/
H2 {
	color: #00adef;
	font-size: 11pt;
	text-transform: uppercase;
	clear: both;
	margin: 0;
	padding: 15px 0 0 0;
}
H2.original {
	line-height: 130%;
	text-transform: none;
}
H2 SPAN {
	text-transform: none;
}

H3 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

P {
	margin: 0;
	padding: 10px 0 0 0;
}

.float-l {
	float: left;
	margin: 0 1em 1em 0;
}

DIV.cleaner {
	clear: both;
}
DIV.cleaner-r {
	clear: right;
}
DIV.cleaner-l {
	clear: left;
}

INPUT.r {
	float: right;
}
INPUT.l {
	float: left;
}

.bigger {
	font-size: 1.2em;
}

.smaller {
	font-size: 0.9em;
}

.note {
	color: #888;
}

.vice {
	background: url('/images/_layout/bg-vice-over.gif') top left no-repeat;
	text-align: center;
	line-height: 26px;
	float: right;
	width: 57px;
	height: 26px;
	margin: 25px 0 0 5px;
}
.vice A,
.vice A:visited {
	color: #fff;
	background: url('/images/_layout/bg-vice.gif') top left no-repeat;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 100%;
}
.vice A:hover,
.vice A:visited:hover { 
	color: #fff;
	background-image: none;
}

.hidden {
	display: none;
}

.error {
	color: #0066b3;
	float: left;
	width: 380px;
	margin: 0 0 -15px 30px;
}