* {
	margin: 0;
	padding: 0;
}
/* ### LAYOUT ### */
html, body {
	height: 100%;
}
body {
	font-size: 80%;
	text-align: center;
	line-height: 1.4;
	background: #cacaca;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
}
html>body {

}
#main {
 	width: 900px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: 100%;
	position: relative;
	background: #fff;
 }
body>#main {
 	height: auto;
}
#header {
    width: 100%;
	height: 285px;
	background:  #cacaca url(img/bg-head-top2.gif) 0 0 no-repeat;	 
}
#headerIn {
    padding: 0px;
    background: ;
}
#headerSub {
    width: 100%;
	height: 132px;
	margin-bottom: 17px;
	background:  #cacaca url(img/bg-head-top2.gif) 0 0 no-repeat;	 
}
#right {
    width: 636px;
    float: right;
	margin-top: 50px; padding-bottom: 80px;
}
#rightIn {
    padding: 0 10px 0 15px;
    border-left: 1px solid #ededed;
}
#left {
    width: 250px;
    float: left;
	margin-top: 50px; padding-bottom: 80px;
}
#leftIn {
    padding: 0 0 0 10px;
}
#footer {
	width: 100%;
 	height: 40px;
	overflow: hidden;
	position: absolute;
	bottom: 0; left: 0;
	background: #cacaca;
 }
#footerIn {
     padding: 10px 20px;
}


/* ### Obsah opticky vlevo ### */
#rightB {
    width: 636px;
    float: left;
	margin-top: 25px; padding-bottom: 80px;
}
#rightInB {
    padding: 0 15px 0 10px;
    border-right: 1px solid #ededed;
}
#leftB {
    width: 250px;
    float: right;
	margin-top: 25px;  padding-bottom: 80px;	
}
#leftInB {
    padding: 0 10px 0 0;
}

/* ### Content ### */
h1 {
	font-weight: bold;
	font-size: 200%;
	color: #0691cc;
}
h1#h {
	font-weight: normal;
	font-size: 137%;
	color: #333;
	background: #f5f5f5;
	padding: 8px 15px 0px 15px;
}

#prolog { 
	font-weight: bold;
	color: #8e8e8e;
	margin-top: 6px;
}
#prologH {
	background: #f5f5f5;
	padding: 8px 15px 15px 15px;	
}
a, a:link, a:visited { color: #0691cc; }
a.pageLink { display: block; margin-top: 7px; padding-left: 15px; background: transparent url("img/bullet.png") left 3px no-repeat; }
h4 { margin: 1em 0 0 0; font-size: 140%; font-weight: normal; }
.tip { font-size: 90% !important; } .tip a, .tip a:visited { color: #333 !important; } p.tip { margin-top: 0.3em; }
p { margin: 0px 0 0 0; }

#footer p { margin: 0; line-height: 100%; font-size: 95%; color: #5c5c5c;  }
#footer a , #footer a:visited { color: #5c5c5c; }

/* ### List ### */
ul#list {
	list-style: none;
} 
ul#list li {
	padding: 0 0 0 18px;
	margin: 10px 0 0 0;
	background: transparent url("img/ok.png") left 5px no-repeat;	
}
/* ### List2 ### */
ul.list2 {
	list-style: none;
} 
ul.list2 li {
	padding: 0 0 0 18px;
	margin: 10px 0 0 0;
	background: transparent url("img/bullet.png") left 2px no-repeat;	
}

/* ### Sluzby ### */
ul#sluzby {
	list-style: none;
	margin-top: 20px;
} 
ul#sluzby li {
	float: left;
	width: 268px;
	padding: 10px;
	background: #ecf8ff;
	color: #0c5e8e;
	padding: 10px 15px 15px 15px;
}

ul#sluzby h2 {
	font-size: 180%; font-weight: bold;
} 
ul#sluzby h2 a, ul#sluzby h2 a:visited {
	color: #0467a1
} 
ul#sluzby li p {
	margin-top: 5px;
}

/*  breadcrumbs */
#breadcrumbs {
	z-index: 100;
	padding: 15px 20px 0 10px;
	color: #666666;
	font-size: 90%;
}
.breadSub { position: absolute; top: 150px; left: 0px; }
.breadBase { position: absolute; top: 285px; left: 0px; }
#breadcrumbs a, #breadcrumbs a:visited  {
	color: #666666;
}

/* ### Cenik Table ### */

#cenik {
	width: 100%;
	border-collapse: collapse;
	background: #fff7d5;
	font-size: 140%;
}
#cenik td {
	padding: 7px 0 6px 0;
	border-top: 1px solid #ffe0b3;
	border-left: 1px solid #ffe0b3;
	text-align: center;		
}
#cenik td:first-child {
	border-left: none;
	text-align: left;		
	width: 140px;	
	padding: 7px 10px 6px 10px;
	font-size: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;			
}
#cenik td span {
	display: block;
	padding: 5px 0 0 0;	
	font-size: 130%;
	font-weight: bold;		
}
tr#delky td {
	font-size: 60%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
td#firstColCap {
	color: #e08917;
	font-weight: bold;
	font-size: 65% !important;	
}
h5#cenikCap {
	background: #ffe186 url(img/cenik-cap.png) bottom left no-repeat;
	margin-top: 20px; 
	padding: 10px 20px 10px 96px;
	font-size: 130%;
	color: #4a4a4a;
}

/* ### Header "banners" + logo +contact gif ### */
#bgHeadBase {
	position: absolute;
	top: 66px; left: 0;
	width: 900px; height: 219px;
	background: #61c6f1 url(img/bg-head-base.png) 0 0 no-repeat;
}
#bgHeadBase span {
	display: block;
	position: absolute;
	top: 45px; left: 45px;
	width: 374px; height: 98px;
	background: url(img/dodavky-add.png) 0 0 no-repeat;
}

#bgHeadSub {
	position: absolute;
	top: 66px; left: 0;
	width: 900px; height: 84px;
	background: #61c6f1 url(img/bg-head-sub.png) 0 0 no-repeat;
}

#logoBox {
	display: block;
	position: absolute;
	top: 0; left: 40;
	width: 119px; height: 66px;
}
#headerContact {
	display: block;
	position: absolute;
	top: 0; right: 0;
	width: 139px; height: 66px;
	background: url(img/header-contact.gif) 0 0 no-repeat;	
}


/* ### Top Menu ### */
ul#menuTop {
	list-style: none;
	position: absolute;
	top: 251px; left: 0;
	z-index: 100;
	line-height: 1;
	/*margin-top: -34px;*/
}
#subPageMenu ul#menuTop {
	top: 116px !important;
}
ul#menuTop li {

	float: left;
	/*padding: 11px 15px 9px 15px;*/
	/*background: #535353;*/

}
ul#menuTop li a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	
	display: block;
	padding: 11px 15px 9px 15px;
	background: #535353;
}
ul#menuTop li a:hover {
	background: #6a6a6a;
}
ul#menuTop li.first a {
	padding-left: 25px;
}
/*ul#menuTop li:hover {
	background: #6a6a6a;
}*/
ul#menuTop li#act:hover {
	background: #fff;
}


/* ### Side menu ### */
#menuSide {
	list-style-type: none;
	background: #f4f4f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menuSide a {
	display: block;
	padding: 9px 20px 5px 15px;
	width: 205px;	
	border-top: 1px solid #cfcfcf;
	font-size: 85%;
}
#menuSide a.last {
	padding-bottom: 6px;
}
#menuSide a.first {
	border: none;
}
#menuSide a:link, #menuSide a:visited {
	color: #343434;
	text-decoration: none;
	font-weight: bold;
}
#menuSide a:hover {
	background: #eeeeee;
}

#menuSide ul {
	list-style-type: none;
	font-size: 90%; font-weight: bold;
	margin: 5px 0;
}
ul#menuSide ul li a {
	border: none;
	width: 190px;
	padding: 4px 20px 3px 30px;
	background: #f4f4f4;
}
ul#menuSide ul li a:hover {
	background: #eeeeee;
}

/* ### Modely Dodavek ### */
ul#modely {
	clear: both; margin-top: 10px;
}
ul#modely li {
	list-style-type: none;
	float: left;
	width: 185px;
	padding: 7px;
	margin-left: 6px;
	background: #EFF8FD;
}
ul#modely li:first-child { margin-left: 0px; 	width: 186px; }
ul#modely li table tr:first-child td { background: none; }
ul#modely table {
	font-size: 86%;
	width: 100%;
	font-family: Tahoma, Arial, sans-serif;
}
ul#modely li table td { padding: 3px 0 0 0; line-height: 1.6; }
ul#modely li table tr.underCaption td { border-top: 1px solid #3a3a3a; }
ul#modely li table tr.strong td { font-weight: bold; }
ul#modely li table td.hod { text-align: right; }
td.hod { text-align: right; }
ul#modely li table td.hod span.cenaOd { font-size: 115%; color: #e90000; font-weight: bold; }
ul#modely li table tr td h6 { font-weight: bold; color: #3a3a3a; font-size: 11px; }
ul#modely li h3 {
	text-align: center;
	font-size: 110%;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
ul#modely li h3 a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #ff5400;
}
ul#modely li h3 .podtrzeny {
	text-decoration: underline;	
}
ul#modely li h3 img {
	margin-top: 8px;
}


/* ### Vozidlo ### */
#vozidlo {
	background: #fff7d5;
	border: 1px solid #ffe8c2;
	padding: 8px 0 0 0;
}
#vozidlo h1 {
	padding: 0px 20px 9px 8px;
	color: #21abde;
	font-size: 150%;
}
#vozidloLeftCol {
	float: left;
	width: 250px;
	margin-left: 8px;
}
#vozidloLeftCol table tr:first-child td { border: none; }
#vozidloLeftCol table {
	font-size: 86%;
	width: 100%;
	font-family: Tahoma, Arial, sans-serif;
}
#vozidloLeftCol table td { border-top: 1px solid #fbdfb0; padding: 3px 0 0 0; line-height: 1.6; }

#vozidloLeftCol table tr td.mm { width: 33%; font-weight: normal; text-align: right !important; }
td.mm { text-align: right !important; }
#vozidloLeftCol table tr td h6 { font-weight: bold; color: #3a3a3a; font-size: 11px; padding: 5px 0 2px 0; }
#vozidloLeftCol table tr.underCaption td { border-top: 1px solid #555; padding-top: 5px; }

#vozidloRightCol {
	float: right;
	width: 310px;
	margin-right: 8px;
}
.carImage {
	margin: 0 0 15px 0; padding: 4px; border: 1px solid #ffe8c2; background: #fff;
}
.obvVybava { padding-top:15px; font-size: 91%; line-height:1.6; } 

#vozidlo h3 {
	background: #ffcf68;
	border-bottom: 1px solid #fff;
	padding: 10px 8px 10px 20px;
	margin-top: 15px;
	font-size: 150%; font-weight: normal;
}
h3#zam {
	background: #ffcf68;
	border-bottom: 1px solid #fff;
	padding: 10px 8px 10px 20px;
	margin-top: 15px;
	font-size: 150%; font-weight: normal;
}
#vozidlo #cenik {
	border-bottom: 1px solid #ffe0b3;
}

/* ### Order ### */
#order {
	background: #ffe8aa;
	padding-top: 10px; padding-bottom: 8px;
	
}

/* ### Tabulka Frormular Rezervace ### */
#tableRezervace {
	width: 592px;
	margin: 0 8px;
}
#tableRezervace th {
	background: #ffcf68;
	padding: 10px;
	width: 140px;
	border-top: 4px solid #ffe8aa;
}
#tableRezervace select {
	border: 1px solid #efb230;
}

#tableRezervace td {
	padding-left: 10px; padding-top: 4px;
}
#mistoVyzvednuti {
	widt:35%;
}

input#datumVraceni, input#datumVyzvednuti { border: 1px solid #efb230; width: 80px; padding: 2px;  background-color:#FFFFFF; }
img.calIco { margin-bottom: -6px; }

#rezKonIni td { line-height: 200%; }
#rezKonIni input	{
	border: 1px solid #efb230;
	border-bottom: 1px solid #de9f1a;
	border-right: 1px solid #de9f1a;
	background: url("img/input-gray-bg.gif") top left no-repeat;
	width: 127px;
}
#rezKonIni textarea	{
	width: 240px;
	height: 91px;
	border: 1px solid #efb230;
	border-bottom: 1px solid #de9f1a;
	border-right: 1px solid #de9f1a;
	background: #fff url("img/textarea-bg.gif") top left no-repeat;
}
.required { color: #de2421; font-weight: normal; }

/* ### KontaktTable ### */
#kontaktTable {
	margin-top: 20px;
	line-height: 180%;
}

.map { border: 5px solid #D8D8D8; margin-top: 10px; }

/* ### Kontakt form kontakt page ### */
#wrapKontaktForm2 {
	width:440px;
	text-align: left;
	margin-top: 10px;
}
#kontaktForm2 {
	background: #F1F1F1 url("img/bg-form-top2.gif") top left no-repeat;
	padding: 15px 15px 0 15px;
	_padding: 15px 7px 0 15px;
}	
#kontaktForm2 form	{
	background: url("img/bg-form-bottom2.gif") bottom left no-repeat;
	margin: 0 -15px;
	padding: 0 15px 15px 20px;
}
#kontaktForm2 .heading {
	font-size: 110%; font-weight: bold; padding-top: 8px;
} 
#kontaktForm2 textarea	{
	width: 400px;
	height: 91px;
	border: 1px solid #505050;
	border-bottom: 1px solid #B6B6B6;
	border-right: 1px solid #818181;
	background: #fff url("img/textarea-bg.gif") top left no-repeat;
	color:#666666;
	font-size: 12px;
}
#kontaktForm2 input	{
	border: 1px solid #505050;
	border-bottom: 1px solid #B6B6B6;
	border-right: 1px solid #818181;
	background: url("img/input-gray-bg.gif") top left no-repeat;
	width: 127px;
}
#kontaktForm2 input.checkbox	{
	border: none;
	background: none !important;
	width: 25%;
}
#kontaktForm2 td.tdCheckbox	{
	text-align: left;
	padding-left: 20px;

}
#kontaktForm2 input.button	{
	margin: 15px 0 0 0;
	padding: 0;
	background: none;
	border: none;
	width: auto;
}
tr.valignTop td	{
	vertical-align: top;
}
#kontaktForm2 input.check, #kontaktForm2 input.radio	{
	width: auto;
	border: 0;
	margin-left: 0;
}
#kontaktForm2 select	{
	width: 130px;
}
#kontaktForm2 td.check input.check	{
	float: left;
}
#kontaktForm2 td.check label	{
	display: block;
	margin-left: 25px;
}
#kontaktForm2 td	{
	line-height: 220%;
}
#kontaktForm2 tr {
	width: 100%;
}
#kontaktForm2 .pozn {
	font-size: 90%;
	color: #666666;
}
#vyplnte { font-size: 90%; margin-bottom: 5px; }

/* ### Obecne ### */
.spacer {
  clear: both;
}
hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
}
a img	{
	border: 0;
}
.rt { text-align: right; }
.lt { text-align: right; }
.fr { float: right !important; }
.fl { float: left !important; }
a.ext { background: url(img/ico-ext.png) no-repeat 100% 0 !important; padding-right: 10px !important; } 
.red { color: red; }
.normal { font-weight: normal !important; }
