/* CSS Document */

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS reset ends here */

/* generic layout */
body {
  font: 75%/180% arial, sans-serif;
  color: #000;
  text-align: center;
  background: #efefef url('../img/bgrBody.png') left top repeat-x;
}

a {
  color: #146eb4;
}

a:hover {
  text-decoration: none;
  color: #000;
}

p {
  margin: 10px 0;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}

h2 {
  font-size: 150%;
  font-weight: normal;
  color: #036;
  margin-top: 1em;
}

h3 {
  font-size: 120%;
  font-weight: bold;
  margin-top: .5em;
  color: #09983e;
}

h4 {
  font-size: 100%;
  font-weight: bold;
}

strong {
	font-weight: 900;
}

input[type=text] {
	border: 1px solid #ccc;
	background: #fff url('../img/bgrInput.png') no-repeat;
}

input[type=password] {
	border: 1px solid #ccc;
	background: #fff url('../img/bgrInput.png') no-repeat;
}

input[type=button],
input[type=submit] {
       padding: 5px 15px;
       cursor: pointer;
}

td {
	padding: 2px 0;
}

/* generic layout ends here */


/* wrapper */

div#wrapper {
  margin: 0 auto;
  padding: 0 20px;
  width: 931px;
  overflow: hidden;
  background: url('../img/bgrMain.png') repeat-y;
  text-align: left;
}

/* wrapper ends here */

/* head */

div#head {
	width: 971px;
	height: 90px;
	background: url('../img/bgrHead.png') no-repeat;
	margin-left: -20px;
	position: relative;
}

h1 {
	width: 560px;
	height: 80px;
	overflow: hidden;
}

h1 a {
	position: relative;
    top: 30px;
    left: 15px;
    text-indent: -500px;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

h1 a span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/logo.png') no-repeat;
  cursor: pointer;
}

div.headh1 {
    width: 560px;
    height: 80px;
    overflow: hidden;
}

div.headh1 a {
    position: relative;
    top: 10px;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

div.headh1 a span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/logo.png') no-repeat;
  cursor: pointer;
}

div#contact {
	width: 190px;
	height: 50px;
	position: absolute;
	left: 768px;
	top: 15px;
	overflow: hidden;
	text-align: center;
	color: #146eb4;
	font-weight: bold;
	font-size: larger;
	line-height: 150%;
}

/* head ends here */

/* left and right div */

div#left {
  float: left;
  width: 690px;
}

div#leftwide {
  float: left;
  width: 930px;
}
div#left div.content, div#leftwide div.content {
  padding: 0 10px 0 0;
}

div#right {
  float: right;
  width: 220px;
  text-align: center;
  color: #062a5d;
}

/* left and right div ends here */

/* left column - content */

div#logos {
	height: 40px;
	background: url('../img/bgrLogos.png') 15px top no-repeat;
}

div#car {
	height: 256px;
	font-weight: bold;
	position: relative;
	color: #fff;
	background: #146eb4 url('../img/bgrCar.png') center top no-repeat;
}

div#carInner {
	position: absolute;
	left: 30px;
	top: 15px;
	width: 400px;
	height: 120px;
}

div#carInner h2 {
	margin: 0 0 5px 0;
	font-size: 180%;
	color: #fff;
}

div#carInner h1 {
    margin: 0 0 5px 0;
    font-size: 180%;
    color: #fff;
    height: 24px;
}

div#carInner ul li {
	line-height: 30px;
	height: 30px;
	padding-left: 30px;
	overflow: hidden;
	font-size: 13px;
	background: url('../img/bgrCarLi.png') no-repeat;
}

div#car td {
	vertical-align: middle;
	padding-right: 10px;
}

div#car form {
	position: absolute;
	left: 70px;
	top: 185px;
	width: 320px;
}

div#car form select {
	font-size: 12px;
}

.warning { float: left; margin-right: 7px; width: 32px; height: 42px; background: url(../img/warning.png) no-repeat; }

p.uzivatel 
{
	background: url('../img/uzivatel.gif') no-repeat;
    background-position: 0;
	height: 60px;
    padding-left: 60px;
    padding-top: 3px;
	margin: 0 0 15px 0;
}

li.greenarrow 
{
	background: url('../img/li.png') no-repeat;
    background-position: 0;
    padding-left: 20px;
}


div#fiveMin {
	height: 200px;
	position: relative;
	background: url('../img/bgr5min.png') 10px top no-repeat;
}

div#fiveMin button {
	position: absolute;
	left: 43px;
	top: 97px;
}

div#fiveMin p {
	position: absolute;
	left: 462px;
	top: 90px;
	margin: 0;
	font-weight: bold;
}

div.half {
	float: left;
	width: 49%;
}

div.leftHalf {
	float: left;
	width: 46%;
	margin-right: 3%;
}

table.smallTable {
	border-collapse: collapse;
}

table.smallTable td {
	border: 1px solid #146eb4;
	padding: 2px 4px;
}

table.smallTable tr.even td {
	background: #dcdeeb;
}

table.smallTable thead {
	background: #146eb4;
	color: #fff;
}

div#priceSample {
	position: relative;
	color: #fff;
	padding: 10px 130px 10px 10px;
	background: url('../img/bgrPriceSample.png') no-repeat;
}

div#priceSample img {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -33px;
	top: center;
	border: 1px solid #000;
}

div#priceSampleBottom {
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 5px;
	width: 333px;
	background: url('../img/bgrPriceSample.png') left bottom no-repeat;
}

div.imgBack1 {
	padding-left: 120px;
	background: url('../img/img2.png') 20px 5px no-repeat;
}

div.imgBack2 {
	padding-left: 120px;
	background: url('../img/img3.png') 20px 5px no-repeat;
}

div.imgBack3 {
	padding-left: 120px;
	border: 1px solid #146eb4;
	background: #fff url('../img/img2.png') 20px 5px no-repeat;
}

div.imgBack1, div.imgBack2, div.imgBack3 {
	margin: 1em 0;
}

/* div.imgBack1 h3, div.imgBack2 h3,  */
div.imgBack3 h3 {
	text-decoration: underline;
}

div.mainForm {
	background: url('../img/mainFormBody.png') 10px top repeat-y;
	margin: 1em 0;
}

div.mainFormBody {
	padding: 0 40px 0 30px;
}

div.mainForm div.mainFormFoot {
	height: 15px;
	background: url('../img/mainFormHead1.png') 10px bottom no-repeat;
}

div.mainFormClassic div.mainFormHead {
	height: 15px;
	background: url('../img/mainFormHead.png') 10px top no-repeat;
}
div.mainForm1 div.mainFormHead {
	height: 95px;
	background: url('../img/mainFormHead1.png') 10px top no-repeat;
}

div.mainForm2 div.mainFormHead {
	height: 95px;
	background: url('../img/mainFormHead2.png') 10px top no-repeat;
}

div.mainForm3 div.mainFormHead {
	height: 95px;
	background: url('../img/mainFormHead3.png') 10px top no-repeat;
}

div.mainForm1 table {
	margin: 0 auto;
}

div.mainForm1 table td {
	padding: 4px 6px;
}

div.mainFormClassic table {
	margin: 0 auto;
}

div.mainFormClassic table td {
	padding: 4px 6px;
}

div.mainForm2 table {
	border-collapse: collapse;
}

div.mainForm2 table td {
	padding: 4px 6px;
	border: 1px solid #09983e;
	background: #fff;
	vertical-align: middle;
	text-align: center;
}

div.mainForm2 table thead td {
	padding: 1px 6px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background: #09983e url('../img/bgrThead.png') repeat-x;
}

table.vyber {
}

div.mainForm3 table {
	margin: 0 auto;
}

div.mainForm3 table td {
	padding: 4px 6px;
}

span.help {
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: help;
	background: url('../img/btnHelp.png') no-repeat;
}

/* left column - content ends here */

/* right column - content */

a.topnav, a.topnav:hover {
	text-decoration: none;
    font-size: 10px;
	margin: 0;
	padding: 0;
}

h3.sipka 
{
    padding-left: 18px;
	background: url('../img/li.png') left center no-repeat;
}

td.levysloupec {
    width: 220px;
}

div.rightBox ul li a:hover, div.rightBox ul li.active {
	text-decoration: none;
	color: #146eb4;
	font-weight: bold;
}

div.rightBox {
	background: url('../img/bgrRightBox.png') no-repeat;
	position: relative;
	padding: 10px 10px 5px 10px;
	margin-bottom: 10px;
	width: 200px;
}

div.rightBoxBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 6px;
	width: 220px;
	background: url('../img/bgrRightBox.png') right bottom no-repeat;
}

div.rightBox h2 {
	margin-top: 0;
	padding: 0 3px;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	width: 200px;
	height: 33px;
	line-height: 30px;
	/*background: url('../img/bgrHeadingBlue.png') no-repeat;*/
	background: url('../img/bgrHeadingGreen.png') no-repeat;
}

div.rightBox ul {
	text-align: left;
	padding-left: 15px;
}

div.rightBox ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
	background: url('../img/li.png') left center no-repeat;
}

div.rightBox ul li.last {
	border: none;
}

div.rightBox ul li a {
	text-decoration: none;
	color: #000;
	padding-left: 20px;
}

div.rightBox ul li a:hover, div.rightBox ul li.active {
	text-decoration: none;
	color: #146eb4;
	font-weight: bold;
}

span.icoPhone {
	display: inline-block;
	font-size: larger;
	color: #146eb4;
	padding-left: 20px;
	background: url('../img/icoPhone.png') left center no-repeat;
}

a.logos2 {
	float: left;
	height: 40px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

a.logos2 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	background: url('../img/bgrLogos.png') no-repeat;
}

a#logo1 {
	width: 68px;
}

a#logo1 span {
	background-position: 0 0;
}

a#logo2 {
	width: 65px;
}

a#logo2 span {
	background-position: -68px 0;
}

a#logo3 {
	width: 53px;
}

a#logo3 span {
	background-position: -133px 0;
}

a#logo4 {
	width: 57px;
}

a#logo4 span {
	background-position: -186px 0;
}

a#logo5 {
	width: 60px;
}

a#logo5 span {
	background-position: -243px 0;
}

a#logo6 {
	width: 38px;
}

a#logo6 span {
	background-position: -303px 0;
}

a#logo7 {
	width: 69px;
}

a#logo7 span {
	background-position: -341px 0;
}

a#logo8 {
	width: 61px;
}

a#logo8 span {
	background-position: -410px 0;
}

a#logo9 {
	width: 64px;
}

a#logo9 span {
	background-position: -471px 0;
}

a#logo10 {
	width: 58px;
}

a#logo10 span {
	background-position: -535px 0;
}

a#logo11 {
	width: 63px;
}

a#logo11 span {
	background-position: -593px 0;
}

/* right column - content ends here */

/* footer */
div#footer {
	width: 971px;
	background: url('../img/bgrFoot.png') left bottom no-repeat;
	margin-left: -20px;
	position: relative;
	padding: 15px 0;
	text-align: center;
	color: #146eb4;
}

div#footer a {
	text-decoration: none;
}

/* footer */


/******************************** Admin *****************************************/

body.admin div#wrapper {
	padding: 0 20px 0 240px;
	width: auto;
	overflow: auto;
    min-width: 1000px;
	background: #fff url('../img/adminBgrFoot.png') left bottom repeat-x;
}

body.admin div#head {
	margin-left: -240px;
	background: url('../img/adminBgrHead.png') no-repeat;
}

body.admin div#left {
	margin-left: -230px;
	width: 220px;
}

body.admin div#right 
{
    float: left;
	width: auto;
	text-align: left;
}

body.admin div#footer 
{
	background: none;
	margin: 0;
}

body.admin table.grid {
	border-collapse: collapse;
}

body.admin table.grid td {
	border: 1px solid #146eb4;
	padding: 2px 4px;
}

body.admin table.grid th {
       border: 1px solid #1c9dff;
       padding: 2px 4px;
}

body.admin table.grid tr.gridrow_alternate td, body.admin table.grid tr.odd td {
	background: #dcdeeb;
}

body.admin table.grid thead {
	border: 1px solid #146eb4;
	background: #146eb4;
	color: #fff;
}

body.admin table.large {
	border-collapse: collapse;
	background: #efefef;
	border: 1px solid #dcdeeb;
}

body.admin table.large td {
	padding: 2px 4px;
}

body.admin input[type=button],body.admin input[type=submit] {
  padding: 2px;
  border: 1px solid #999;
  font-size: 130%;
  margin: 2px 2px;
}

body.admin h3 input[type=button],body.admin input[type=submit] {
  padding: 2px;
  border: 1px solid #999;
  font-size: 16px;
  margin: 2px 2px;
}


/* common classes */

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}
.block {
	display: block;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.left {
  text-align: left !important;
}

.fRight {
  float: right !important;
}
.fLeft {
  float: left !important;
}

.bold {
	font-weight: 900;
}

.noBack {
  background: none !important;
}

.noMargin {
  margin: 0 !important;
}

.smaller {
  font-size: smaller;
}

.larger {
  font-size: larger;
}
.big {
	font-size: 2em;
}
.bold {
	font-weight: bold;
}
.color1 {
  color: #146eb4 !important;
}
.color2 {
  color: #09983e !important;
}
.background1 {
	background: #efefef;
}

table.padded td {
	padding: 4px 6px;
}

.marginAuto {
	margin: 0 auto !important;
}

/* common classes ends here */

/* hints */
.hintsClass {
	font-size: 12px;
	background-color: #fff;
	color: #146eb4;
	border: 1px solid #146eb4;
	padding: 5px;
}
.hintSource {

}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#hiddenModalContent, #hiddenModalContentTwo {
	display: none;
	position: relative;
	background: #efefef;
}

a.tbRemove {
	text-decoration: none;
	position: absolute;
	right: 21px;
	top: 5px;
	height: 16px;
	width: 16px;
	background: url('../img/btnRemove.png')no-repeat;
}

#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

#zkraceniOdmenDialog {

}

#zkraceniOdmenDialog table {
    width: 480px;
    border: none;
    border-collapse: collapse;
}

#zkraceniOdmenDialog table .c1 {
    width: 100px;
}

#zkraceniOdmenDialog table .c2 {
    width: 300px;
}

#zkraceniOdmenDialog table .cx {
    text-align: center;
}

#zkraceniOdmenDialog table textarea {
    width: 341px;
    height: 160px;
}

.waitbutton {
}

.waitbutton.dsb {
    opacity: 0.4;
    cursor: default;
}


