/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  DDcar
URL: www.ddcar.cz
AUTHOR: ChciStranky.cz (info@chcistranky.cz, www.chcistranky.cz)
DATE: 02-2009
------------------------------------------------- */

/*------------------------------------------------
 STANDARD HTML TAG RESET 
------------------------------------------------- */
body,
h1, h2, h3, h4, h5, h6,
p, ul, li, 
blockquote,
form {
  border:0;
  margin:0px;
  padding:0px;
}

/*------------------------------------------------
STANDARD HTML TAG DEFINITION
------------------------------------------------- */

body,
form, input {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

body {
  background: url(body_bg.gif) top center repeat-x;
}

a:link, a:visited{
  color: #0033CC;
}

a:hover {
  color: #666666;
}

.in {
  position: relative;
  clear: both;
  width: 990px;
  margin: 0 auto;
  overflow: hidden;
}

/*------------------------------------------------
PAGE
------------------------------------------------- */

#pagehome, #pagerent, #pagetransfer {
  position: relative;
  clear: both;
  width: 100%;
  overflow: hidden;
}

.pagehome {
  background: url(pagehome_bg.jpg) top center no-repeat;
}

.pagerent {
  background: url(pagerent_bg.jpg) top center no-repeat;
}

.pagetransfer {
  background: url(pagetransfer_bg.jpg) top center no-repeat;
}

/*------------------------------------------------
HEADER
------------------------------------------------- */

.pagehome #header {
  height: 179px;
}

.pagerent #header, .pagetransfer #header {
  height: 45px;
}

#header h1 {
  float: left;
  width: 290px;
  height: 80px;
  margin: 50px 0 0 330px;
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#header h1 span {
  display: none;
}

#header p {
  float: right;
  margin: 20px 20px 0 0;
  color: #8b8b8b;
}

#header p a {
  color: #8b8b8b;
  text-transform: lowercase;;
}

#header p a:hover {
  color: #fff;
}

/*------------------------------------------------
HOME
------------------------------------------------- */

#home {
  position: relative;
  clear: both;
  width: 100%;
  overflow: hidden;
  background: url(home_bg.gif) bottom repeat-x;
}

#home .box {
  float: left;
  width: 490px;
  height: 325px;
}

#home .box h2 {
  width: 300px;
  height: 65px;
}

#home .box h2 a {
  display: block;
  width: 100%;
  height: 100%;
}

#home .box h2 span {
  display: none;
}

#home .box p {
  padding: 168px 0 0 92px;
}

#home .box p a span {
  display: none;
}

#home .box p a.order {
  display: block;
  float: left;
  width: 189px;
  height: 35px;
}

#home .box p a.pricelist {
  display: block;
  float: left;
  width: 120px;
  height: 35px;
  margin: 0 0 0 33px;
}

#home .rent {
  margin: 0 0 0 10px;
  background: url(boxrent_bg.jpg) no-repeat;

}

#home .rent h2 {
  margin: 0 0 0 110px;
}

#home .transfer {
  background: url(boxtransfer_bg.jpg) no-repeat;

}

#home .transfer h2 {
  margin: 0 0 0 70px;
}

#home .transfer p {
/*  margin-left: 58px; */

}

/*------------------------------------------------
CONTACT
------------------------------------------------- */

#contact {
  position: relative;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #e8f0f4;
  overflow: hidden;
}

#contact p {
  padding: 15px 0 0 110px;
  font-size: 18px;
  color: #787878;
}

#contact p big {
  font-size: 30px;
  color: #d50000;
}

#contact p a {
  color: #d50000;
  text-decoration: none;
}

#contact .phone {
  float: left;
  width: 360px;
  height: 90px;
  margin: 10px 0 0 135px;
  background: url(contactphone_bg.gif) center left no-repeat;
}

#contact .email {
  float: left;
  width: 440px;
  height: 90px;
  margin: 10px 0 0 55px;
  background: url(contactemail_bg.gif) center left no-repeat;
}

#contact .email p {
  padding-left: 90px;
}

/*------------------------------------------------
TAGS
------------------------------------------------- */

#tags {
  position: relative;
  clear: both;
  width: 450px;
  padding: 50px 0;
  margin: 0 auto;
}

  
#tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#tags ul li {
  display: inline;
  padding: 5px;
  margin: 0;
}

#tags h3,
#tags h4,
#tags h5,
#tags h6 {
  display: inline;
  font-weight: normal;
}

#tags h3 {
  font-size: 24px;
}

#tags h4 {
  font-size: 20px;
}

#tags h5 {
  font-size: 16px;
}

#tags h6 {
  font-size: 12px;
}

#tags a {
  color: #8b8b8b;
  text-decoration: none;
}

#tags a:hover {
  color: #000;
}

/*------------------------------------------------
LEFT
------------------------------------------------- */

#left {
  position: relative;
  float: left;
  width: 235px;
}

#left h1 {
  float: left;
  width: 210px;
  height: 95px;
  margin: 20px 0 20px 10px;
}

#left h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#left h1 span {
  display: none;
}

#left ul {
  list-style: none;
  clear: both;
  width: 235px;
  margin: 0 0 10px;
}

#left ul li {
  width: 235px;
  background: url(left_ul_li_bg.gif) repeat-y;
}

#left ul li.first {
  background: url(left_ul_li-first_bg.gif) top no-repeat;
}

#left ul li.last {
  background: url(left_ul_li-last_bg.gif) bottom no-repeat;
}

#left ul li a {
  display: block;
  width: 155px;
  padding: 10px;
  margin: 0 30px;
  border-bottom: 1px dotted #5a5a5a;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 14px;
  color: #fff;
}

#left ul li.first {
  padding: 20px 0 0;
}

#left ul li.last {
  padding: 0 0 10px;
}

#left ul li.last a {
  border: none;
}

#left h2 {
  width: 235px;
  height: 50px;
  background: url(left_h2.gif) no-repeat;
  text-align: center;
}

#left h2 a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  text-transform: lowercase;
  color: #fff;
  font-size: 24px;
  font-family: 'Times New Roman';
}

#left .box {
  position: relative;
  clear: both;
  width: 195px;
  padding: 20px;
  margin: 0;
  background: url(left_box_bg.gif) top no-repeat;
}

#left .box p {
  color: #d50000;
}

#left .box p.center {
  text-align: center;
}

#left .box a {
  text-decoration: none;
  font-weight: bold;
  color: #d50000;
}

#left .box a.skype {
  display: block;
  width: 105px;
  padding: 30px 0 30px 90px;
  margin: 0 0 10px;
  border-bottom: 1px dotted #b2b2b2;
  background: url(left_box_a-skype.gif) center left no-repeat;
  text-transform: lowercase;
  font-size: 24px;
  font-weight: normal;
}

#left .box a.money {
  display: block;
  width: 195px;
  padding: 40px 0;
  margin: 0 0 10px;
  border-bottom: 1px dotted #b2b2b2;
  background: url(left_box_a-money.gif) center no-repeat;
}

#left .box p big {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#left .box p.euro, #left .box p.usd, #left .box p.gbp {
  padding: 0 0 5px 25px;
  margin: 10px 0 0 20px;
}

#left .box p.euro {
  background: url(left_box_p-euro.gif) top left no-repeat;
}

#left .box p.usd {
  background: url(left_box_p-usd.gif) top left no-repeat;
}

#left .box p.gbp {
  background: url(left_box_p-gbp.gif) top left no-repeat;
}

/*------------------------------------------------
RIGHT
------------------------------------------------- */

#right {
  position: relative;
  float: right;
  width: 745px;
  color: #7b888f;
}

#right .in {
  clear: both;
  width: 720px;
  padding: 10px 0 0;
  margin: 0 auto;
}

#right #flash {
  position: relative;
  width: 745px;
  height: 250px;
  background: #fff;
}

.pagetransfer #right #flash {
  background: url('bannertransfer.jpg') top left no-repeat;
}

.pagerent #right #flash {
  background: url('bannerautopujcovna.jpg') top left no-repeat;
}

#right a {
  color: #5d0000;
  font-weight: bold;
}

#right h2 {
  font-size: 30px;
  font-weight: normal;
  color: #576268;
}

#right h2 span {
  display: block;
  float: left;
  height: 42px;
  padding: 15px 0 0;
  background: url(right_h2_span.gif) top repeat-x;
}

#right h2 span.left, #right h2 span.right {
  width: 26px;
  padding: 0;
  background: url(right_h2_span-lr.gif) top right no-repeat;
}

#right h2 span.left {
  background: url(right_h2_span-lr.gif) top left no-repeat;
}

#right h3, #right h4, #right h5 {
  font-size: 13px;
margin: 15px 0 3px 0;
}

#right h3 {
  font-size: 15px;
  color: #E45A59;
}

#right p {
  padding: 0 0 15px;
}

#right ul {
  list-style: square;
  margin: 5px 0 20px 40px;
}

#right ol li {
  margin: 0 0 6px;
}

#right table.cenik {
	border-collapse: collapse;
	width: 550px;
} 

#right table.cenik th, #right table.cenik td {
  padding: 7px;
  border-bottom: 1px solid #CFCFCF;
} 

#right table.cenik th {
  background-color: #EBEBEB;
  color: #000000;
} 

#right form {
  margin: 10px 0;
}


#right form p label {
  display: block;
  float: left;
  width: 200px;
  padding: 2px 15px 0 0;
  margin: 0;
  text-align: right;

  color: #666;
}

#right form p input {
  width: 191px;
  height: 18px;
  padding: 4px 3px 3px;
  border: 1px solid #c4c4c4;
  background: url(content_form_item_bg.gif) top left;

}

#right form p input.submit {
  width: 135px;
  height: 30px;
  padding: 0 0 5px;
  border: none;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background-color: #000000;
}

#right form p textarea {
  width: 191px;
  height: 89px;
  padding: 4px 3px 3px;
  border: 1px solid #c4c4c4;
  background: url(content_form_item_bg.gif) top left;

}


/*------------------------------------------------
FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: url(body_bg.gif) center repeat-x
}

#footer p, #radkovyblok {
  font-size: 11px;
    color: #555;
}

#footer p.copy a:hover, #footer #radkovyblok a:hover {
  text-decoration: none;
}

#footer p.copy {
  float: left;
  width: 275px;
  padding: 0 0 10px 35px;
  margin: 20px 0 10px 10px;
  background: url(footer_p-copy_bg.gif) top left no-repeat;
}

#footer p.copy a, #footer #radkovyblok a  {
  font-weight: bold;
  color: #49bbdd;
}

#footer p.backlinks, #radkovyblok {
  float: right;
  width: 580px;
  margin: 20px 0 10px;
  text-align: right;
}

#footer a {
  color: #555;
}






/* Distributed as part of The Coolest DHTML Calendar
   Author: Mihai Bazon, www.bazon.net/mishoo
   Copyright Dynarch.com 2005, www.dynarch.com
*/

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #bdb2bf;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #ECECEC url("normal-bg.gif");
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
}

.calendar {
  border-color: #797979;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: url("title-bg.gif") repeat-x 0 100%; color: #000;
  font-weight: bold;
}

.calendar .nav {
  font-family: verdana,tahoma,sans-serif;
}

.calendar .nav div {
  background: transparent url("menuarrow.gif") no-repeat 100% 100%;
}

.calendar thead tr { background: url("title-bg.gif") repeat-x 0 100%; color: #000; }

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: url("title-bg.gif") repeat-x 0 100%; color: #000;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #797979;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #c44;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: url("hover-bg.gif");
  border-bottom: 1px solid #797979;
  padding: 2px 2px 1px 2px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: url("active-bg.gif"); color: #fff;
  padding: 3px 1px 0px 3px;
  border-bottom: 1px solid #797979;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: url("dark-bg.gif");
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: verdana,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #797979;
  background: url("dark-bg.gif");
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
  background: url("rowhover-bg.gif");
}

.calendar tbody td.today { font-weight: bold; /* background: url("today-bg.gif") no-repeat 70% 50%; */ }

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: url("hover-bg.gif");
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #c44;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #797979;
  padding: 1px 3px 1px 1px;
  background: url("active-bg.gif"); color: #fff;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: url("status-bg.gif") repeat-x 0 0; color: #000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #797979;
  background: url("normal-bg.gif"); color: #000;
  z-index: 100;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: url("hover-bg.gif"); color: #000;
}

.calendar .combo .active {
  background: url("active-bg.gif"); color: #fff;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #797979;
  padding: 1px 0px;
  text-align: center;
  background: url("dark-bg.gif");
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url("normal-bg.gif"); color: #000;
}

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  background: url("hover-bg.gif"); color: #000;
}

.calendar td.time span.active {
  background: url("active-bg.gif"); color: #fff;
}
