/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  MECArent
URL: www.mecarent.cz
AUTHOR: ChciStranky.cz (info@chcistranky.cz, www.chcistranky.cz)
DATE: 03-2009
------------------------------------------------- */

/*------------------------------------------------
 STANDARD HTML TAG RESET 
------------------------------------------------- */
body,
h1, h2, h3, h4, h5,
p, ul, li, ol,
blockquote,
form {
  border: 0;
  margin: 0;
  padding: 0;
}

p {
  text-align:justify;
}
/*------------------------------------------------
STANDARD HTML TAG DEFINITION
------------------------------------------------- */

body,
form, input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #555;
}

body {
  background: url(body.jpg) top repeat-x;
}

a:link, a:visited{
  color: #0076ff;
}

a:hover {
  color: #000;
}

#car {
  position: absolute;
  width: 100%;
  height: 530px;
  top: 0;
  left: 0;
  background: url(car.jpg) top center no-repeat;
}

/*------------------------------------------------
 PAGE
------------------------------------------------- */

#page {
  position: relative;
  width: 100%;
  padding: 0 0 25px;
  background: url(page.jpg) bottom center no-repeat;
  overflow: hidden;
}

/*------------------------------------------------
MENU
------------------------------------------------- */

#menu {
  position: relative;
  width: 998px;
  height: 62px;
  margin: 0 auto;
  background: #fff url(menu.gif) top right no-repeat;
  overflow: hidden;
}

#menu ul {
  list-style: none;
  padding: 17px 20px;
}

#menu ul li {
  float: left;
}

#menu ul li a {
  display: block;
  float: left;
  padding: 5px 7px 6px;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
  color: #7b7b7b;
  font-family: Tahoma;
  font-weight: bold;
  text-decoration: none;
  text-transform: lowercase;
}

#menu ul li a:hover {
  color: #000;
}

#menu ul li a.home {
  display: block;
  float: left;
  width: 30px;
  height: 27px;
  padding: 0;
  border: none;
  background: url(menu_a_home.gif);
}

#menu ul li a.home span {
  display: none;
}

/*------------------------------------------------
MAIN
------------------------------------------------- */

#main {
  position: relative;
  width: 998px;
  margin: 0 auto;
  padding: 0;
  background: #fff url(main.gif) center;
  overflow: hidden;
}

/*------------------------------------------------
 SIDEBAR
------------------------------------------------- */

#sidebar {
  position: relative;
  float: left;
  width: 237px;
}

#sidebar h1 a {
  display: block;
  width: 237px;
  height: 97px;
  background: url(sidebar_h1.jpg);
}

#sidebar h1 a span {
  display: none;
}

#sidebar h4 {
  padding: 15px 15px 10px;
  font-size: 18px;
}

#sidebar p {
  padding: 0 15px 10px;
}

#sidebar a {
  font-weight: bold;
}

#sidebar .contact {
  position: relative;
  float: left;
  width: 237px;
  padding: 0 0 5px;
  border-top: 1px solid #000;
  background: url(sidebar_contact.gif) top right no-repeat;
}

#sidebar .orders {
  position: relative;
  float: left;
  width: 237px;
  padding: 0 0 5px;
  border-top: 1px solid #bbb;
  background: url(sidebar_orders.gif) top right no-repeat;
}

#sidebar .orders p {
  font-weight: bold;
}

#sidebar .orders p span {
  font-size: 24px;
  color: #0076ff;
}

#sidebar .cards {
  position: relative;
  float: left;
  width: 237px;
  padding: 15px 0 5px;
  border-top: 1px solid #bbb;
  text-align: center;
}

#sidebar .ad {
  position: relative;
  float: left;
  width: 237px;
  padding: 15px 0 5px;
  border-top: 1px solid #bbb;
  text-align: center;
}

/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  position: relative;
  float: right;
  width: 761px;
}

#content .content {
  margin: 30px;
}


#content ul#submenu {
  list-style: none;
}

#content ul#submenu li {
  float: left;
}

#content ul#submenu li a {
  display: block;
  float: left;
  width: 151px;
  height: 120px;
}

#content ul#submenu li a span {
  display: none;
}

#content ul#submenu li a.one {
  background: url(submenu_a_one.jpg) top;
}

#content ul#submenu li a.one:hover, #content ul#submenu li a.one_active {
  background: url(submenu_a_one.jpg) bottom;
}

#content ul#submenu li a.two {
  background: url(submenu_a_two.jpg) top;
}

#content ul#submenu li a.two:hover, #content ul#submenu li a.two_active {
  background: url(submenu_a_two.jpg) bottom;
}

#content ul#submenu li a.three {
  background: url(submenu_a_three.jpg) top;
}

#content ul#submenu li a.three:hover, #content ul#submenu li a.three_active {
  background: url(submenu_a_three.jpg) bottom;
}

#content ul#submenu li a.four {
  background: url(submenu_a_four.jpg) top;
}

#content ul#submenu li a.four:hover, #content ul#submenu li a.four_active {
  background: url(submenu_a_four.jpg) bottom;
}

#content ul#submenu li a.five {
  background: url(submenu_a_five.jpg) top;
}

#content ul#submenu li a.five:hover, #content ul#submenu li a.five_active {
  background: url(submenu_a_five.jpg) bottom;
}

#content h2 {
  clear: both;
  padding: 30px 30px 15px;
  padding: 15px 0 15px 0;
  font-size: 18px;
}

#content p {
  clear: both;
  padding: 0 30px 15px;
  padding: 2px 0px 10px 0px;
}

#content table.cenik {
margin: 20px 0;
}

#content table.cenik  tr.tableheader {
background-color: #00419F;
color: white;
}

#content table.cenik  tr.even {
background-color: #E8EDE9;
color: black;
}

#content table.cenik  tr.odd {
background-color: #F5F4F2;
color: black;
}

#content ul, #content ol {
  margin: 5px 20px 10px 20px;
}

#content ul#submenu {

  margin: 0;
}


/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 970px;
  margin: 0 auto;
  background: url(footer.jpg) center left no-repeat;
  overflow: hidden;
  font-size: 11px;
}

#footer p {
  padding: 0;
}

#footer p.alleft {
  float: left;
}

#footer p.alleft {
  padding: 0 0 0 35px;
}

#footer p.alleft a {
  font-weight: bold;
}

#footer p.alright {
  float: right;
}

#footer p.alright a {
  color: #5d5d5d;
}

#footer p.alright a:hover {
  color: #000;
}

.vozidlo {
  width: 350px;
  min-height: 153px;
  float: left;
  margin: 10px 10px 10px -10px;
  font-size: 11px;
}

.vozik, .karavan {
  width: 350px;
  float: left;
  margin: 10px 10px 10px -10px;
  font-size: 11px;
}

.vozidlo .left, .vozik .left {
  width: 135px;
  float: left;
  margin: 20px 0 0 0px;
}

.karavan .left  {
  width: 135px;
  float: left;
  margin: 0px 0 0 0px;
}

.vozidlo .right, .vozik .right {
  width: 212px;
  float: right;
}
 .karavan .right {
  width: 212px;
  float: right;
  margin-top: 20px 
}

.vozidlo .right ul, .vozik .right ul, .karavan .right ul {
  list-style-type: none;
  margin: 0;
}