@CHARSET "UTF-8";
.divinline {display:inline;}

.columns-holder .column1 {
	float: left;
#	width: 465px;
	width: 615px;
	padding-left: 15px;
}

.sixtCarImgLarge {position:absolute;}
.sixtCarImgLarge {position:absolute;}

#SelectedCar {position:relative;}
#SelectedCarText {position:relative; top:20px; left:20px;}
#Fahrzeugliste {position:absolute; bottom:10px; right:10px;}

label.error {
#  background:url("../Bilder/unchecked.gif") no-repeat 0px 0px;
#  padding-left: 16px;
#  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

#label.checked {
#  background:url("../Bilder/checked.gif") no-repeat 0px 0px;
#}

.inputerror {
  border:3px dotted #ff0000;
}

#div.ui-datepicker{font-size: 62.5%;}
div.ui-datepicker{
	font-size: 12px;
	margin-left: 110px;
	z-index: 1000;
}

#tooltip.pretty {
	font-family: Arial;
	font-size: 10px;
	border: none;
	width: 208px;
	padding:20px;
	height: 48px;
	opacity: 0.9;
	background: url('../Bilder/shadow3.png');
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 6pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
#	background-color: #e6EEEE;
	background-color: #02347b;
	color: #ffffff;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 15px;
}
table.tablesorter thead tr .header {
	background-image: url(../Bilder/buttons2/pfeilupdown.png);
	background-repeat: no-repeat;
	background-position: center right;
	font-size: 8pt;
	padding: 6px;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	font-size: 8pt;
	padding: 2px;
	background-color: #FFF;
	vertical-align: center;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../Bilder/buttons2/pfeildown.png);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../Bilder/buttons2/pfeilup.png);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
#background-color: #8dbdd8;
background-color: #02246b;
}

.ui-progressbar-value { background-image: url(../Bilder/pbar-ani.gif); }
.ui-progressbar { height: 18pt; }

