body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 1.5em;
	color: black;
	background: white;
	}

/* ---[ links ]------------------------------- */

a:link {
	color: #015092;
	}
a:visited {
	/*color: #2F638E;*/
	color: #015092;	
	}
a:hover {
	color: #038CFF;
	}

/* ---[ common elements ]--------------------- */	
h1 {
	font: bold 175%/110% Arial, Verdana, sans-serif;
	letter-spacing: -0.05em;
	padding: 0;
	margin: 2em 0 0 0;
	border: 0px dashed red;
}

h2 {
	font: bold 155%/150% Arial, Verdana, sans-serif;
	letter-spacing: -0.03em;
	padding: 0;
	margin: 0;	
}

h3 {
	font: bold 130%/150% Arial, Verdana, sans-serif;
	letter-spacing: -0.03em;
}

h4 {
	font: bold 120%/150% Arial, Verdana, sans-serif;
	letter-spacing: -0.03em;
}


hr.coloured {
	border-bottom: 2px solid #FFD900;
}

/* ---[ page specific properties ]--------------------------------- */
ul#navmenu1, ul#navmenu2 { width: 180px; margin: 0 0 15px 0; padding: 0;}
ul#navmenu1 { background-color: #ffd708;}
ul#navmenu2 { background-color: #efefef;}

ul#navmenu1 li, ul#navmenu2 li{ list-style-type: none; padding: 0px 30px 0px 0; text-align: right;}
ul#navmenu1 li { background: url("../images/navmnu_bullet_yellow.gif") no-repeat 95% 50%; }
ul#navmenu2 li { background: url("../images/navmnu_bullet_gray.gif") no-repeat 95% 50%; }

ul#navmenu1 li.top {background: url("../images/top-right_yellow.gif") no-repeat 100% 0%; padding-right: 20px; margin-bottom: -10px;}
ul#navmenu1 li.bottom {background: url("../images/bottom-right_yellow.gif") no-repeat 100% 100%; padding-right: 20px; margin-top: -10px;}

ul#navmenu2 li.top {background: url("../images/top-right_gray.gif") no-repeat 100% 0%; padding-right: 20px; margin-bottom: -10px;}
ul#navmenu2 li.bottom {background: url("../images/bottom-right_gray.gif") no-repeat 100% 100%; padding-right: 20px; margin-top: -10px;}

#navpic1 {margin-left: -33px;}

#navcontacts { width: 180px; text-align: right; margin: 0 0 15px 0;}
#navcontacts div { padding-right: 5%; }
#navcontacts div.top { background: url("../images/rounded_ram212_top.gif") no-repeat 100% 0%; padding-top: 0.5em;}
#navcontacts div.content { background: url("../images/rounded_ram212_middle.gif") repeat-y 100% 0%; }
#navcontacts div.bottom { background: url("../images/rounded_ram212_bottom.gif") no-repeat 100% 100%; padding-bottom: 0.5em; }

ul.nobullets li {
	list-style-type: none;
}

/* ---[ top ]--------------------------------- */

#wrap {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 95%;
	text-align: left;
	width: 930px;
	border: 0px solid #000;
	background: #fff;
	}
	
#pruh1, #pruh2 {
	background-color: #ffd60d;
	height: 6px;
	}

#header {
	background: url(../images/header_bg.gif) repeat-x;
	padding: 0;
	margin: 0;
	border-bottom: 1px dashed #9c9a9c;
	}
	
#headerhertz {
	float: left;
	padding: 0;
	margin: 0;	
	text-align: left;
}
	
#headerrentex {
	text-align: right;
	padding-right: 3px;
}	

#headerrentex span {
	display: none;
}

#navmenu {
	float: left;
	width: 190px;
	padding: 0;
	margin: 15px 0 0 0;
	border: 0px solid red;
	font-size: 90%;
}

#navmenu a {color: black; text-decoration: none; font-weight: bold; width: 150px; display: block;}
#navmenu a:hover {background: url("../images/underline_dot.gif") repeat-x 0% 86%}

#content {
	float: right;
	margin: 15px 0 0 0;
	padding: 0;
	border:0px solid green;
	width: 725px;
	clear: right;
}	

#home #content {
	font-size: 90%;
}

#headerbanner { border: 0px solid #FF9900; background: url("../images/header_banner.jpg") no-repeat 0%; }

#contentleft {float: left; border: 0px dashed green; width: 480px; margin-top: 15px;}
#contentleft p {line-height: 1.2em; text-align: justify; }

#contentright {float: right; border: 0px dashed red; width: 240px; margin-top: 15px; text-align: right;}
#contentright a img {margin-bottom: 10px; }

#footbanners { float: left; margin-top: 10px; border: 0px solid red; }
#footbanners #footbannerleft { float: left; }
#footbanners #footbannerright { float: right; }

#footer {
	text-align: right;
	font-size: 80%;
	color: #999;
	padding-top: 20px;
	clear: both;
}

/* ---[ order form specific elements ]--------------------------------- */

form { margin: 0; }

/* ---[ other ]--------------------------------- */
.clearboth {
	clear: both;
}

/* ---[ quick calc ]--------------------------------- */

#inputtablecontainer, #inputtablecontainer select { font-size: 100%; }
#inputtable { width: 100%; border: 0px solid green; margin: 0; margin-top: 0.5em; padding:0;}
#inputtable td { border: 0px dotted blue;}

#outputtable { border: 0px solid #FF0066; margin-top: 0.2em;}
#outputtable td ul { margin-top: 0; margin-bottom: 0; border: 0px solid green; }
#outputtable td ul li { line-height: 100%; }

th.vyzvednutivraceniwidth { width: 8em; border: 0px solid green; margin-right: 10px;}
#rentCarCategory { width:100%; }

.captioninput { background-color: #efefef; }

.captioninput th {
	color: black;
	text-align: left;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: 0px solid white;
}

.inputpart td {
	background-color: #efefef;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}

.captionoutput td, .outputpart td {
	color: black;
	text-align: left;
	letter-spacing: 0.0em;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: 1px solid white;
	background-color: #efefef;
}

.outputpart td {
	padding-top: 5px;
	padding-bottom: 2px;
	vertical-align: top;
}

.highlighted td {
	background-color: #f1ecd4;
}

.inputpartcaption td {
	color: black;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid white;
	padding-top: 6px;
	background-color: #efefef;
}

.inputpartbannertext td {
	color: black;
	text-align: left;
	font-weight: bold;
	background-color: #efefef;
	padding-top: 3px;
}

#qcalerrmsgcontainer {
	color: #CC0000;
}

#r1_left {
	background: url("../images/qcalc/r1_left.gif") no-repeat 0% 0%;
}

#r1 {
	background-color: #efefef;
	padding-top: 10px;
	width: 99%;
}

#r1_right {
	background: url("../images/qcalc/r1_right.gif") no-repeat 100% 0%;
}

#r_bottom_left {
	background-image: url("../images/qcalc/r_bottom_left.gif");
	background-repeat: no-repeat;
}
#r_bottom_right {
	background-image: url("../images/qcalc/r_bottom_right.gif");
	background-repeat: no-repeat;
}

#r_bottom {
	background-color: #CCCCCC;
}

#r2_left {
	background-image: url("../images/qcalc/r1_left.gif");
	background-repeat: no-repeat;
}

#r2 {
	/*background-image: url("../../../images/qcalc/r2_bg.gif");
	background-repeat: repeat-x;*/
	background-color: #efefef;
	padding-top: 3px;
}

#r2_right {
	background-image: url("../images/qcalc/r1_right.gif");
	background-repeat: no-repeat;
}

#tlacitka {
	text-align: left;
	padding-top: 3px;
}

#r_out_bottom_left, #r_bottom_left {
	background: url("../images/qcalc/r_out_bottom_left.gif") no-repeat 0% 100%;
}
#r_out_bottom_right, #r_bottom_right {
	background: url("../images/qcalc/r_out_bottom_right.gif") no-repeat 100% 100%;
}

#r_out_bottom, #r_bottom {
	background-color: #efefef;
}

p.qcalcnote { 
	font-size: 90%;
	line-height: 1.2em; padding-top: 3px;
	border: 0px solid navy;
	margin-top: 0;
}

.hidden {
	visibility: hidden;
}

.colorgold {
	color: #cc9900;
}


.nomargin {
	margin: 0;
}

.nopadding {
	padding: 0;
}

.fontbold {
	font-weight: bold;
}

.alignright {
	text-align: right;
}