/* Formát textu v tabulkách */
td, body, div {
	color: black;
	font-family: tahoma;
	font-size: 8pt;
	line-height: 1.8;
	text-align: left;
}
a {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
	color: black;
}
h1 {
	font-size: 12pt;
}
.paticka a {
	color: #9DADBB;
}
hr {
	padding: 0;
	margin: 0;
	clear: both;
	visibility: hidden;
}
.red {
	color: red;
}
/* Kontakty BOX */
.kontakty-box {
	width: 187px;
	float: left;
	position: relative;
	height: 80px;
}
/* Zarovnání do bloku */
.blok {
	text-align: justify;
}
/* Hlavní tabulka - LAYOUT */
div.logo {
	width: 860px;
	height: 70px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
div.slider {
	width: 860px;
	height: 320px;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	background: url(data/slider_bg.png) #273b4b;
	overflow: hidden;
	position: relative;
}
div.obsah {
	width: 810px;
	background: url(data/obsah.png) #fff;
	vertical-align: top;
	padding: 25px 25px;
	margin: 0 auto;
	position: relative;
}
div.paticka {
	width: 100%;
	height: 70px;
	line-height: 20px;
	color: #9DADBB;
	background: url(data/paticka.png) repeat-x #506372;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* logo */
a.logo {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 20pt;
	line-height: 52px;
	width: 300px;
	height: 52px;
}
a.logo span {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 52px;
	background: url(data/logo.png);
}
/* HLAVNÍ MENU ********************************************************************************/
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 15px;
	top: 0;
	z-index: 2;
}
ul.menu li {
	float: left;
	position: relative;
	text-align: center;
}
ul.menu li a {
	color: #fff;
	float: left;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-decoration: none;
}
ul.menu li a:hover {
	background: url(data/menu_hover.png) 0 0;
	color: #fff;
}
/* Vyjížděcí menu */
ul.menu li ul {
	list-style-type: none;
	position: absolute;
	top: 40px;
	left: 0px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	width: 150px;
	display: none;
}
ul.menu li ul li a {
	background: url(data/menu.png);
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	width: 150px;
	padding: 0;
}
ul.menu li ul a:hover {
	background: url(data/hover.png);
	color: #000;
}
ul.menu li:hover ul, ul.menu li.hover ul {
	display: block;
}
/* Kontakty DIV */
div.kontakt_div {
	width: 200px;
	background: url(data/kontakt_div.png) bottom right no-repeat #F2F7F9;
	float: right;
	margin-bottom: 20px;
}
div.matrjoska15 {
	margin: 15px 15px 80px 15px;
}
/* Načtení HOVERu */
img.no_display {
	display: none;
}
/* Obrázky v galerii O SPOLEČNOSTI */
img.gal_img {
	border: 1px solid black;
	padding: 2px;
	margin: 10px;
}
/* Absolutně pozicované divy */
div.loga_chop {
	position: absolute;
	top: 5px;
	right: 0px;
	text-align: right;
	display: block;
	width: 200px;
}
div.loga_chop img {
	margin-left: 10px;
}
/* Jazykové mutace */
.lg_cs {
	position: absolute;
	top: 8px;
	right: 35px;
	display: none;
}
.lg_de {
	position: absolute;
	top: 8px;
	right: 0px;
	display: none;
}
/* Pronájem aut - tabulka */
.pronajem {
	width: 750px;
	border-collapse: collapse;
	border: 0;
}
.vozidlo {
	width: 130px;
	height: 30px;
	background: white;
	border-bottom: 1px dashed #51BEFF;
	padding-left: 20px;
}
table.pronajem td.bunka {
	width: 140px;
	border-bottom: 1px dashed #51BEFF
}
/* KOntaktní formulář */
div.kontaktni_formular {
	width: 320px;
	margin: auto 0;
	text-align: left;
	padding: 0 70px 0 0;
	float: right;
}
/* Textové pole */
input.styl, textarea {
	border: 5px solid #D4D4D4;
	padding: 5px;
	font-family: Tahoma;
	font-size: 8pt;
	background: #F9F9F9;
	color: #676767;
}
input.styl {
	width: 300px;
	margin: 0 0 5px 0;
}
textarea {
	width: 300px;
	height: 120px;
	margin: 0 0 5px 0;
}
input.styl:focus, textarea:focus {
border: 5px solid #A7A7A7;
color: #000;
}
/* OK × STOP */
div.ok {
	color: #3A750F;
	border: 1px solid #3A750F;
	padding: 20px;
	background: #EAFBDD;
	font-size: 10pt;
}
div.stop {
	color: #B30000;
	border: 1px solid #B30000;
	padding: 20px;
	background: #FFE8E8;
	font-size: 10pt;
}
/* Kontakty - tabulka */
.kontakty-layout {
	width: 450px;
	border: 0;
	border-collapse: collapse;
}
.kontakty-foto {
	width: 160px;
	height: 160px;
	text-align: center;
	background: white;
}
.kontakty-info {
	width: 290px;
	height: 160px;
	padding-left: 40px;
	background: white;
	text-align: left;
}
/* */
ul {
	padding: 0;
	margin-left: 20px;
}
/* Odkazy na stranách */
.chevrolet {
	position: absolute;
	top: 170px;
	left: 770px;
}
.opel {
	position: absolute;
	top: 170px;
	left: -70px;
}
/* SLIDER */
#slider {
	position: absolute;
	top: 45px;
	left: 5px;
	width: 850px;
	height: 275px;
	overflow: hidden;
	z-index: 1;
}
#slider ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#slider li {
	width: 850px;
	height: 275px;
}
#slider img {
	border: none;
}
ol#cisla {
	list-style: none;
	position: absolute;
	right: 10px;
	bottom: 5px;
	padding: 0;
	margin: 0;
	z-index: 2;
}
ol#cisla li {
	float: left;
}
ol#cisla li a {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: url(data/hover.png);
	text-align: center;
	margin-left: 10px;
	padding: 0;
	text-decoration: none;
	border: 1px solid #2E4558;
}
ol#cisla li a:hover {
	border: 1px solid #000;
}
ol#cisla li.current a {
	border: 1px solid #2E4558;
	background: #2E4558;
	color: #fff;
}
ol#cisla li.current a:hover {
	border: 1px solid #000;
	background: #2E4558;
	color: #fff;
}
/* Formát těla dokumentu */
BODY {
	background: url(data/bg.png) repeat-x #cad8e3;
	margin: 0;
}