@charset "UTF-8";

	/*******************************
	* WASABI TPLS                  *
	*******************************/

/*
	++++++++++++++++++++++++++++++++++++
	+++ Cities / Auctions / Branches +++
	++++++++++++++++++++++++++++++++++++
*/
.legalNotice {
	font:normal 11px/14px Tahoma,sans-serif;
	color:#595959;
}



/*
	++++++++++++++++
	+++ Branches +++
	++++++++++++++++
*/
.printPageLink {
   position:absolute;
	top:0;
	right:0;
	text-align:right;
}
.printPageLink a {
	padding:0 0 0 20px;
	background:url(/fileadmin/tpls/res/printer.gif) no-repeat left top;
   font:normal 11px/14px Tahoma,sans-serif;
   text-decoration:none;
   color:#595959;
}
.printPageLink a:hover, .printPageLink a:active, .printPageLink a:focus {
   text-decoration:underline;
   color:#9f2000;
}

a.filialLink:link, a.filialLink:visited {
	padding:0 0 0 10px;
	background:url(/fileadmin/tpls/res/arrow_red.gif) no-repeat left 3px;
   text-decoration:none;
   color:#9f2000;
}
a.filialLink:hover, a.filialLink:active, a.filialLink:focus {
   background:url(/fileadmin/tpls/res/arrow_gray.gif) no-repeat left 3px;
	text-decoration:underline;
   color:#595959;
}

.branchImageBox {
	float:right;
	width:33%;
	margin:0 0 20px 0;
	text-align:right;
}

table.auctions {
	width:100%;
	background:#fff4c2;
	font:normal 11px/14px Tahoma,sans-serif;
	table-layout:fixed;
}
table.auctions th {
	text-align:left;
	border-bottom:1px solid white;
}
table.auctions td {
	font:normal 11px/14px Tahoma,sans-serif;
}
table.auctions a:link, table.auctions a:visited {
	font-weight:bold;
   text-decoration:none;
   color:#595959;
}
table.auctions a:hover, table.auctions a:active, table.auctions a:focus {
   text-decoration:underline;
   color:#9f2000;
}
.auctions_branches th.col1, .auctions_branches th.col2,
.auctions_city th.col1, .auctions_city th.col2 {
	width:150px;
}
.auctions_branches th.col3,
.auctions_city th.col3 {
}
.auctions_all th.col1, .auctions_all th.col2 {
	width:120px;
}
.auctions_all th.col3, .auctions_all th.col5 {
	width:160px;
}


/*
	++++++++++++++++
	+++ About Us +++
	++++++++++++++++
*/
.ueberUns .textLayout {
	height:210px;
}



/*
	+++++++++++++++++++
	+++ Google MAPs +++
	+++++++++++++++++++
*/

#googleMapBox {
	border:1px solid #cccccc;
	background:white;
}
#googleMap {
	height:400px;
	padding:150px 0 0 0;
	text-align:center;
	background:url(/fileadmin/tpls/res/loading.gif) center center no-repeat;
	font:normal 11px/14px Tahoma,sans-serif;
}



/*
	+++++++++++++++++++++
	+++ Kreditrechner +++
	+++++++++++++++++++++
*/

.kreditrechner {
	width:240px;
	font:normal 11px/14px Tahoma,sans-serif;
}
.kreditrechner a {
   text-decoration:none;
   color:#9f2000;
}
.kreditrechner a:hover, .kreditrechner a:active, .kreditrechner a:focus {
   text-decoration:underline;
}
.kreditrechner div.label {
	float:left;
	width:40px;
	padding:0 10px 0 0;
	text-align:left;
}
.kreditrechner div.field {
	float:left;
	width:190px;
	margin:0 0 5px 0;
}
.kreditrechner div.field input[type=float], .kreditrechner div.field input[type=text], .kreditrechner div.field input[type=password], .kreditrechner div.field input[type=file]{
	width:180px;
}
.kreditrechner div.field select {
	width:188px;
}

.kreditrechnerlink {
	padding: 0 0 0 16px;
	background:url(/fileadmin/tpls/res/rechner.gif) no-repeat;
}



/*
	+++++++++++++++++++++++
	+++ Gebührentabelle +++
	+++++++++++++++++++++++
*/

table.gebuehrentabelle {
	width:60%;
	background:#fff4c2;
	font:normal 11px/14px Tahoma,sans-serif;
}
table.gebuehrentabelle th {
	text-align:left;
}
table.gebuehrentabelle td {
	padding:2px 10px;
	font:normal 11px/14px Tahoma,sans-serif;
}
table.gebuehrentabelle a:link, table.gebuehrentabelle a:visited {
	font-weight:bold;
   text-decoration:none;
   color:#595959;
}
table.gebuehrentabelle a:hover, table.gebuehrentabelle a:active, table.gebuehrentabelle a:focus {
   text-decoration:underline;
   color:#9f2000;
}



/*
	++++++++++++++++++
	+++ cityMapImg +++
	++++++++++++++++++
*/
#cityMapImg {
	background:url(/fileadmin/site_content/citymap.gif) no-repeat;
}



/*
	++++++++++++++++++
	+++ OfferItems +++
	++++++++++++++++++
*/

.offerItem {
	padding:0 0 25px 0;
	font:normal 11px/14px Tahoma,sans-serif;
}
.offerItemImage {
	float:left;
	padding:0 10px 0 0;
}
.offerItemImage a:link, .offerItemImage a:visited {
   text-decoration:none;
   color:#9f2000;
}
.offerItemImage a:hover, .offerItemImage a:active, .offerItemImage a:focus {
   color:#595959;
}
.offerItemText {
	float:left;
	width:500px;
}
.offerItemText a:link, .offerItemText a:visited {
   text-decoration:underline;
   color:#9f2000;
}
.offerItemText a:hover, .offerItemText a:active, .offerItemText a:focus {
   color:#595959;
}

.offerItem .sold {
	padding:0 0 0 10px;
	font:bold 14px/18px Tahoma,sans-serif;
	text-transform:uppercase;
	color:#9f2000;
}