
/* Hlavni(prostredni) sloupec */
#content h1 {
	width: 490px;
	max-width: 460px;
	position: relative;
	left: -8px;
	margin-bottom: 17px;
	background: #146DC6 url(../img/nadpis-bg-center.gif) no-repeat right top;
	margin-right: -20px;
}

#content h3 {
	font-size: 118%;
	font-weight: normal;
	color: #FB000D;
	margin-bottom: 17px;
}

#content p.prefix {
	font-size: 115%;
	line-height: 165%;
}

/* auto box */
.auto-box {
	margin-top: 28px;
	padding-top: 15px;
	background: url(../img/menu-oddelovac.gif) repeat-x left top;
}
* html .auto-box {
	margin-top: 16px;
}
.auto-box div {
	float: right;
	width: 285px;
	font-size: 92%;
}
.auto-box h4 {
	margin: 0;
	padding: 0;
	font-size: 128%;
	padding-left: 22px;
	margin-bottom: 18px;
	background: url(../img/nadpis-ctverecek.gif) no-repeat 0 2px;
}
.auto-box p {
	margin-bottom: 15px;
	line-height: 150%;
}
.auto-box img {
	float: left;
	margin-right: 18px;
	border: 7px solid #DCEDFA;
}
.auto-box hr {
	display: none;
}

/* list box */
.list-box {
	/*position: relative;*/
	padding-top: 22px;
	margin-bottom: 12px;
	background: url(../img/menu-oddelovac.gif) repeat-x left top;
}
* html .list-box {
	margin-bottom: -8px;
}
#prvni {
	padding-top: 5px;
	background-image: none;
}
* html #prvni {
	margin-bottom: 10px;
}
.list-box div {
	float: right;
	width: 285px;
	font-size: 92%;
}
.list-box div div {
	position: relative;
	float: none;
	width: 260px;
	margin-left: 22px;
	font-size: 100%;
}
.list-box h4 {
	margin: 0;
	padding: 0;
	font-size: 128%;
	padding-left: 22px;
	margin-bottom: 12px;
	background: url(../img/nadpis-ctverecek.gif) no-repeat 0 2px;
}
.list-box h4 em {
	font-style: normal;
	font-weight: normal;
	font-size: 92%;
	display: block;
	margin-top: 3px;
}
.list-box h4 a {
	color: #000;
}
.list-box img {
	float: left;
	margin-right: 18px;
	border: 7px solid #DCEDFA;
}
.sedy img {
	border-color: #EAEAEA;
}
#content .list-box ul {
	margin-left: 0;
	margin-bottom: 0;
}
#content .list-box li {
	background: url(../img/menu-sipka-small.gif) no-repeat 0 4px;
	padding-left: 10px;
	margin-bottom: 7px;
}
.list-box table, #detail table {
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.list-box table strong, #detail table strong {
	color: #FB000D;
}
.list-box th, #detail th {
	padding: 2px 8px 2px 0;
	background-color: transparent;
}
.list-box td, #detail td {
	padding: 2px 0 2px 8px;
	border: 0;
	background-color: transparent;
}
.list-box hr {
	display: none;
}
.pTop th, .pTop td {
	padding-top: 10px;
}
.list-box .ojety {
	display: block;
	padding-left: 22px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #FB000D;
	font-size: 125%;
}
.list-box .razitko {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
.list-box .akcni-sleva {
	left: -143px;
	top: 55px;
	width: 113px;
	height: 50px;
	background-image: url(../img/razitko-akce.gif);
}
.list-box .novy-model {
	left: -149px;
	top: 56px;
	width: 119px;
	height: 51px;
	background-image: url(../img/razitko-model.gif);
}
.list-box .odpocet-dph {
	left: -160px;
	top: 30px;
	width: 133px;
	height: 61px;
	background-image: url(../img/razitko-odpocet.gif);
}

/* Filtry */
.filtry {
	width: 474px;
	max-width: 454px;
	background-color: #DCEDFA;
	margin-bottom: 10px;
	padding: 3px 10px 8px 10px;
	font-size: 115%;
}
.filtry table {
	margin: 0;
	border: 0;
}
.filtry td {
	padding-bottom: 2px;
	border: 0;
	background-color: transparent;
}
.filtry label {
	display: block;
	float: left;
	padding-top: 0.2em;
	width: 6.5em;
}
.FL label {
	width: 4.2em;
}
.FLS label {
	width: 5em;
}
.filtry select {
	float: left;
	width: 135px;
}
.filtry select.FL {
	float: left;
}
.filtry .buttonMargin { /* varianta pro posunuty button */
	margin-left: 51px;
}
* html .filtry .buttonMargin {
	margin-left: 52px;
}
.noFL label {
	width: auto;
	float: none;
	display: inline;
	padding-right: 5px;
}
.noFL .radio {
	background: none;
	border: 0;
	margin-left: 10px;
	vertical-align: middle;
}
:root .noFL .radio {
	margin-bottom: 2px;
}

/* Pocet nalezenych vozu */
#nalezeno {
	padding: 10px 15px 10px 15px;
	background-color: #DCEDFA;
}
#pocet-vozu {
	float: left;
	position: relative;
	z-index: 100;
}
* html #nalezeno .clear {
	margin-top: -11px;
}

/* Ulkladani vozu v garazi do PDF */
#ulozit-vozy {
	display: block;
	float: right;
	width: 290px;
	padding-bottom: 1px;
	text-align: right;
	position: relative;
	z-index: 100;
}

/* Vase garaz - kosik */
#garaz {
	position: absolute;
	right: 10px;
	top: -32px;
	color: #fff;
	padding: 0 0 2px 25px;
	background: url(../img/garaz-ico.gif) no-repeat left center;
	font-size: 105%;
}

/* Strankovani */
.strankovani {
	padding: 10px 15px 10px 15px;
	background-color: #DCEDFA;
	font-size: 105%;
}
* html .strankovani {
	width: 100%;
	position: relative;
	padding-bottom: 8px;
}
.strankovani a {
	text-decoration: none;
}
.strankovani .prev, .strankovani .next {
	display: block;
	height: auto;
	float: left;
	padding-left: 12px;
	background: #DCEDFA url(../img/strankovani-prev.gif) no-repeat 0% 60%;
	text-decoration: underline;
}
.strankovani span.prev, .strankovani span.next {
	text-decoration: none;
}
.strankovani span.prev {
	background-image: url(../img/strankovani-prev-noactive.gif);
}
.strankovani .next {
	float: right;
	padding-right: 12px;
	padding-left: 0;
	background: #DCEDFA url(../img/strankovani-next.gif) no-repeat 100% 60%;
}
.strankovani span.next {
	background-image: url(../img/strankovani-next-noactive.gif);
}
.strankovani .scent {
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 270px;
	margin-left: 35px;
	background-color: #DCEDFA;
}
* html .strankovani .scent {
	line-height: 150%;
}
* html .strankovani .clear {
	display: none;
}
.strankovani .scent a {
	margin-left: 3px;
	margin-right: 3px;
}
.strankovani .scent strong {
	margin-left: 3px;
	margin-right: 3px;
	padding: 2px 4px 2px 4px;
	background-color: #fff;
}

/* Detail */
#detail {
	width: 474px;
	overflow: hidden;
}
#content #detail h3 {
	margin: 0;
	padding: 0;
	font-size: 128%;
	padding-left: 22px;
	margin-top: 22px;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 150%;
	color: #000;
	background: url(../img/nadpis-ctverecek.gif) no-repeat 0 3px;
}
#content #detail h3 em {
	font-style: normal;
	font-size: 92%;
	display: block;
	margin-top: 3px;
}
#detail #Bfoto {
	margin-bottom: 10px;
}
#detail #Bfoto img {
	border: 7px solid #DCEDFA;
	border-bottom: 0;
}
#content #detail .sede img {
	border-color: #EAEAEA;
}
* html #detail #Bfoto img {
	margin-bottom: -2px;
}
#detail #Bfoto .strankovani {
	padding: 12px 10px 12px 10px;
}
#detail .sede .strankovani {
	background-color: #EAEAEA;
}
#detail .sede .strankovani * {
	background-color: #EAEAEA;
}
#detail #nahledy {
	margin-bottom: 25px;
	width: 110%;
}
#detail #nahledy a {
	display: block;
	float: left;
	margin-right: 12px;
	border: 1px solid #DCEDFA;
}
#detail #nahledy a:hover {
	border-color: #0D50AC;
}
#detail table {
	margin-top: 0;
	font-size: 115%;
}
#detail td, #detail th {
	padding-top: 3px;
	padding-bottom: 3px;
}
#content ul#icos {
	margin: 0;
	margin-bottom: 14px;
}
#content ul#icos li {
	margin-bottom: 8px;
	padding-left: 21px;
	background-position: left center;
	background-repeat: no-repeat;
}
#content ul li.garaz-ico {
	background-image: url(../img/ico-garaz.gif);
}
#content ul li.garazVen-ico {
	background-image: url(../img/ico-garaz_ven.gif);
}
#content ul li.pdf-ico {
	background-image: url(../img/ico-ulozit.gif);
}
#content ul li.tisk-ico {
	background-image: url(../img/ico-tisk.gif);
}
#content ul li.poslat-ico {
	background-image: url(../img/ico-poslat.gif);
}
#param {
	width: 250px;
	float: left;
}
#param td, #param th {
	padding-bottom: 4px;
}
#param .pTop th, #param .pTop td {
	padding-top: 20px;
}
#funk {
	float: right;
}
#detail h4 {
	font-size: 125%;
	background-image: none;
	background-color: #DCEDFA;
	padding: 10px 15px 10px 15px;
	margin-top: 15px;
	margin-bottom: 0;
}
#detail .normalniH4 {
	padding-left: 0;
	background-color: transparent;
	padding-top: 17px;
	background: url(../img/menu-oddelovac.gif) repeat-x left top;
}
.vybava {
	margin-bottom: 20px;
}
#content .vybava ul {
	margin-left: 0;
}
.vybava ul a {
	color: #000;
}
.cely {
	display: block;
	width: 100%;
	text-align: right;
}
.cely a {
	font-size: 105%;
	padding-left: 12px;
	background: url(../img/strankovani-next.gif) no-repeat 0% 60%;
}
#content .vybava table {
	font-size: 105%;
	margin-top: 5px;
	margin-bottom: 15px;
}
#content .vybava th {
	font-weight: normal;
	padding: 7px 20px 9px 10px;
	background: url(../img/menu-oddelovac.gif) repeat-x left bottom;
}
#content .vybava td {
	padding: 7px 10px 9px 20px;
	text-align: right;
	background: url(../img/menu-oddelovac.gif) repeat-x left bottom;
}
/* kontaktni formular v detailu */
.kontakt-form {
	position: relative;
	font-size: 105%;
	padding: 13px;
	margin-top: 15px;
	background-color: #DCEDFA;
}
.kontakt-form a {
	display: block;
	position: absolute;
	right: 13px;
	top: 13px;
	z-index: 100;
}
.kontakt-form del {
	text-decoration: none;
}
#content .kontakt-form legend {
	border-top: 0;
}
.kontakt-form .blo {
	width: 210px;
	float: left;
}
.kontakt-form .ri {
	float: right;
}
#content .kontakt-form textarea, #content .kontakt-form input {
	width: 100%;
}
#content .kontakt-form textarea {
	height: 147px;
}
* html #content .kontakt-form textarea {
	height: 155px;
}
#content .kontakt-form .button {
	width: auto;
}
.kontakt-form strong.spatne {
	color: #FB000D;
}
.kontakt-form input.spatne, .kontakt-form select.spatne, .kontakt-form textarea.spatne {
	border: 1px solid #FB000D;
}

/* Formular na doporuceni stranky */
.doporucit-form {
	background-color: #EAEAEA;
}

/* Pravy sloupec */
#right fieldset, .kontakt-form fieldset {
	position: relative;
	border: 0;
	padding: 0;
	margin: 0;
}
#right legend, .kontakt-form legend {
	font-size: 115%;
	font-weight: bold;
	color: #000;
	border-top: 16px solid #DCEDFA;
	margin-bottom: 12px;
	padding: 0;
	position: relative;
	left: -10px;
}
* html #right legend, * html .kontakt-form legend {
	left: -7px;
	margin-bottom: 6px;
}
/* modra verze boxu */
#mother #right .modry {
	color: #000;
	background-color: #DCEDFA;
}
#mother #right .modry h3 {
	color: #0E51A7;
	background-image: url(../img/box-oddelovac-blue.gif);
}
#right .modry h4 {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	background: none;
	font-size: 115%;
}
#right .modry p {
	line-height: 135%;
	padding-bottom: 18px;
	background: url(../img/box-oddelovac-blue.gif) repeat-x left bottom;
}
#right .modry label, .kontakt-form label {
	display: block;
	margin-top: 7px;
	margin-bottom: 3px;
}
#right .modry input, .kontakt-form input {
	margin-top: 0;
	border: 1px solid #8AB0DD;
	background-image: none;
}
#right .modry input.predvyplneno, .kontakt-form input.predvyplneno {
	color: #1E65C1;
}
#right .modry .button, .kontakt-form .button {
	margin-top: 10px;
	background: #EDEDED url(../img/button.gif) repeat-x 0 0;
	border: 1px solid #8F8C8C;
}
#right .modry textarea, .kontakt-form textarea {
	border: 1px solid #8AB0DD;
	height: 100px;
}

/* Vysledek vyhledavani */
#vysledky {
	margin-top: 25px;
	margin-bottom: 27px;
}
#vysledky strong {
	background-color: #E9F3FC;
}
#vysledky a strong {
	color: #09508A;
	text-decoration: underline;
}
#znovu {
	margin-top: 20px;
	margin-bottom: 30px;
}
#znovu label {
	display: block;
	float: left;
	margin-right: 15px;
	padding-top: 2px;
	font-size: 115%;
}
#hledat-znovu {
	color: #666;
}
#hledat-znovu:focus, #hledat-znovu:active {
	color: #000;
}
#znovu .button {
	margin-left: 3px;
}

/* 404 - stranka nenalezena */
#anglicky {
	margin-top: 70px;
}

/* Mapa stranek */
#mapa-stranek {
	margin-top: 35px;
}
#mapa-stranek li {
	margin-top: 15px;
}
#mapa-stranek ul {
	margin-left: 0;
	background: url(../img/mapa-3dott.gif) repeat-y 2px 0;
}
#mapa-stranek ul li {
	margin-top: 22px;
	margin-bottom: 6px;
	padding-left: 8px;
	background: url(../img/odrazka-active.gif) no-repeat 0 4px;
	font-weight: bold;
}
#mapa-stranek ul li a {
	color: #000;
}
#mapa-stranek ul ul {
	margin: 9px 0 10px 15px;
	background: url(../img/mapa-2dott.gif) repeat-y 2px 0;
}
#mapa-stranek ul li li {
	font-weight: normal;
	font-size: 95%;
	margin-top: 0;
	padding-left: 9px;
	background: url(../img/odrazka-small.gif) no-repeat 0 5px;
}
#mapa-stranek ul li li strong {
	font-weight: normal;
}
#mapa-stranek ul ul ul {
	margin-left: 9px;
	padding-left: 5px;
	background: url(../img/mapa-1dott.gif) repeat-y 7px 0;
}
#mapa-stranek ul li li li {
	font-size: 100%;
	padding-left: 12px;
	background: url(../img/odrazka-small.gif) no-repeat 0 5px;
}

/* Novinky */
#vypis-novinek .strankovani {
	margin-top: 30px;
}
.novinka {
	padding-top: 15px;
	margin-bottom: 15px;
	background: url(../img/menu-oddelovac.gif) repeat-x left top;
}
#content .novinka h5 {
	margin-top: 10px;
}
#content .novinka p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.prvNovinka {
	background-image: none;
	padding-top: 0;
}

/* Pracovni pozice */
.pracovni-pozice {
	margin-bottom: 30px;
	padding-bottom: 15px;
	background: url(../img/menu-oddelovac.gif) repeat-x left bottom;
}
#content .pracovni-pozice h3 {
	margin-bottom: 5px;
	font-size: 135%;
	font-weight: bold;
}
