/* =============================================================================
/  BASICS
/  ========================================================================== */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 0.75em;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #000;
	background-color: #c29051;
}

/* =============================================================================
/  LAYOUT
/  ========================================================================== */

div.pagemargin {
	width: 980px;
	margin: 0 auto;
}

div#header {
	background: #96887d url(../images/header_bkgrnd.gif) repeat-x top left;
	height: 156px;
}

div#header div.pagemargin {
	position: relative;
	background: transparent url(../images/headermiddle_bkgrnd.jpg) no-repeat top left;
	height: 156px;
}

div#logos {
	position: absolute;
	top: 0;
	left: 0;
	width: 241px;
	text-align: center;
}

div#opener {
	position: absolute;
	top: 53px;
	right: 0;
	width: 500px;
	text-align: right;
}

div#body {
	background-color: #96887d;
}

div#body div.pagemargin {
	background: transparent url(../images/body_bkgrnd.gif) repeat-y top left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 978px;
}

div#navigation {
	float: left;
	width: 239px;
	margin: 12px 0 50px 0;
}

div#content {
	float: right;
	width: 738px;
}

div#contentmargin {
	margin: 10px 10px 35px 10px;
}

div#footer {
	background: transparent url(../images/footer_bkgrnd.gif) repeat-x top left;
	height: 30px;
}

/* =============================================================================
/  NAVIGATION
/  ========================================================================== */

div#navigation ul {
	list-style-type: none;
	 margin-bottom: 35px;
}

div#navigation a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #cfcecd;
	padding: 6px 15px;
}

div#navigation a:hover {
	background-color: #b2b0ae;
}

div#navigation a.akhlink {
	border: 0;
	padding: 0;
	margin-bottom: 15px;
}

div#navigation a.akhlink:hover {
	background-color: transparent;
}

div#navigation a.on {
	background-color: #b2b0ae;
}

div#navigation a.wsubon {
	background-color: #b2b0ae;
	padding-bottom: 2px;
	border: 0;
}

div#navigation li ul {
	border-bottom: 1px solid #cfcecd;
	padding-bottom: 4px;
	background-color: #b2b0ae;
	margin-bottom: 0;
}

div#navigation li ul a {
	background-color: #b2b0ae;
	padding: 3px 25px;
	font-size: 0.917em;
	border: 0;
}

div#navigation li ul a:hover, div#navigation li ul a.on {
	background-color: #C3C3C3;
}

div#banner {
	margin: 0 0 35px 0;
}

div#banner a {
	padding: 0;
	margin: 0;
	border: 0;
}

div#copyright {
	font-size: 0.917em;
	color: #fff;
}

div#copyright p {
	padding: 0 15px 15px 15px;
}

div#copyright a {
	font-weight: normal;
	padding: 0;
	background-color: transparent;
	margin: 0;
	display: inline;
	text-decoration: underline;
}

div#copyright a:hover {
	background-color: transparent;
}

div#quicksearch {
   padding: 6px 15px;
   border: 0;
   background-color: #B2B0AE;
   color: #fff;
   font-size: 0.917em;
	border-bottom: 1px solid #cfcecd;
}

/* =============================================================================
/  CONTENT
/  ========================================================================== */

p {
   line-height: 1.250em;
   margin: 0 0 8px 0 ;
}

a {
   color: #000000;
   text-decoration: underline;
}

h1 {
	font-size: 1.167em;
	color: #fff;
	background-color: #c2bfbd;
	border-bottom: 1px solid #edeceb;
	margin-bottom: 15px;
	padding: 0 10px 5px 10px;
}

h2 {
   font-size: 1.167em;
   font-weight: bold;
   padding: 0 0 2px 0;
   margin: 15px 0 8px 0;
   color: #000;
   border-bottom: 1px solid #808080;
}

h3 {
   font-size: 1em;
   font-weight: bold;
   padding: 0;
   margin: 12px 0 4px 0;
}

div.clear {
	clear: both;
}

div.map {
	background-color: #C8C8C8;
	text-align: center;
	padding: 5px;
  margin: 0 0 8px 0 ;
}

td.highlighted {
/*	background-color: #d7d6d6;*/
}

#content li{
	margin:0 0 0 30px;
}


/* =============================================================================
/  FORMULARE
/  ========================================================================== */

label {
   float: left;
}

input.text {
   font-size: 11px;
   color: #000;
   width: 240px;
   height: 14px;
   border: 1px solid #808080;
   background-color: #fff;
   margin: 0;
   margin-top: 2px;
   margin-bottom: 2px;
}

input.search, table.search select {
   font-size: 11px;
   color: #000;
   width: 130px;
   height: 14px;
   border: 1px solid #808080;
   background-color: #fff;
   margin: 0;
   margin-top: 2px;
   margin-bottom: 2px;
}

table.search label {
   margin-top: 4px;
}

table.search select {
   width: 131px !important;
   height: 18px !important;
   width: 133px;
   height: 14px;
}

input.plz {
   width: 58px;
   margin-right: 2px;
}

input.ort {
   width: 178px !important;
   width: 176px;
}

input.submit {
   font-size: 11px;
   width: auto;
   height: 18px;
   border: 1px solid #000;
   background-color: #f8f8f8;
}

input.button {
   margin: 2px 0;
   color: #000;
   font-weight: bold;
   background-color: #e0e0e0;
   border: 1px solid #fff;
   width: 90px;
   font-size: 11px;
   float: right;
}

input.cb {
   margin: 5px 5px 2px 0;
}

input.quicksearch {
}

select.quicksearch {
}

/* =============================================================================
/  KONTEXTBEZOGENE ELEMENTE
/  ========================================================================== */

div#quicksearch a {
   color: #fff;
   text-decoration: underline;
   border: 0;
   margin: 0;
   padding: 0;
}

div#quicksearch label {
   font-weight: bold;
   margin: 5px 0;
}

div#quicksearch input, div#quicksearch select {
   border: 1px solid #fff;
   width: 130px;
   color: #000;
   font-size: 11px;
   float: right;
   background-color: #e0e0e0;
   margin: 3px 0;
}

div#quicksearch select {
   width: 133px;
}

div#quicksearch input.button {
   width: 90px;
}

/* =============================================================================
/  KLASSEN
/  ========================================================================== */

.small, a.small {
   font-size: 0.917em;
}

div.newcarsimg {
   float: left;
}

div.newcarsimg img {
   margin-right: 10px;
   margin-bottom: 10px;
}

div.newcarsp {
   float: right;
   width: 600px;
}

div.clearline {
   font-size: 1px;
   line-height: 1px;
   height: 1px;
   clear: both;
   border-top: 1px solid #4F5559;
   margin: 5px 0 8px 0;
}

div.newsline {
   font-size: 1px;
   line-height: 1px;
   height: 1px;
   border-top: 1px solid #898989;
   margin: 0;
}

br.clear {
   clear: both;
}

table.info th {
   text-align: left;
   vertical-align: top;
   padding-top: 3px;
   padding-right: 20px;
   padding-bottom: 3px;
}

table.info td {
   padding-top: 3px;
   padding-bottom: 3px;
}

table.list, table.paging {
   width: 100%;
   font-size: 11px;
}

table.list th, table.search th {
   font-weight: bold;
   text-align: left;
   vertical-align: top;
}

table.search th, table.search td {
   font-size: 11px;
}

table.list td {
   vertical-align: top;
   padding-right: 10px;
   padding-top: 4px;
   padding-bottom: 4px;
}

table.list th.right, table.list td.right {
   text-align: right;
}

table.list td.div, table.search td.div {
   font-size: 1px;
   line-height: 1px;
   padding-bottom: 5px;
   border-bottom: 1px solid #808080;
}

table.detail td.div {
   font-size: 1px;
   line-height: 1px;
   padding-right: 5px;
   border-right: 1px solid #808080;
}

table.detail td {
   vertical-align: top;
}

table.detail td.images {
   width: 200px;
}

table.detail td.images p, table.detail td.images h3 {
   font-size: 11px;
   line-height: 13px;
   margin: 5px;
   margin-bottom: 10px;
}

table.detail td.images h3 {
  margin-top: 15px;
}

table.detail td img {
   margin: 0 0 10px 5px;
}

table.detail p {
   font-size: 12px;
}

table.detail p.info {
   font-size: 11px;
}

table.search td.hdiv {
   width: 20px;
}

p.footline {
   text-align: center;
   color: #808080;
   font-size: 10px;
   margin: 20px;
}

div.marketinginfo {
   border: 1px solid #fff;
   background-color: #a1a1a1;
   color: #fff;
   font-weight: bold;
   margin: 5px 0 10px 0;
   padding: 5px;
}

table.news {
   width: 100%;
   background-color: #e3e3e3;
   margin: -10px 0 15px 0;
   border: 1px solid #898989;
}

table.news td {
   vertical-align: top;
}

div.finance {
	float: right;
	border: 1px solid #fff;
	padding: 10px;
	width: 200px;
	background-color: #D2A870;
}

/* =============================================================================
/  FINANZIERUNGSRECHNER
/  ========================================================================== */

#calc {
	position: relative;
	color: #fff;
	font-size: 18px;
}

#calc #calc_title {
	position: absolute;
	top: 51px;
	left: 18px;
	color: #000;
	font-size: 12px;
}

#calc #calc_price {
	position: absolute;
	top: 123px;
	right: 28px;
	text-align: right;
}

#calc #calc_prepayment {
	position: absolute;
	top: 180px;
	right: 25px;
	text-align: right;
}

#calc #calc_duration {
	position: absolute;
	top: 239px;
	right: 25px;
	text-align: right;
}

#calc #calc_interest {
	position: absolute;
	top: 299px;
	right: 28px;
	text-align: right;
}

#calc #calc_rate {
	position: absolute;
	top: 358px;
	right: 28px;
	text-align: right;
}

#calc #calc_close {
	position: absolute;
	top: 20px;
	right: 20px;
}

#calc input {
	border: 1px solid #fff;
	font-size: 15px;
	padding: 2px;
	color: #000;
	font-weight: bold;
	text-align: right;
	width: 130px;
	background-color: #BDC0C7;
}

#calc input.select {
	padding-right: 21px;
	background: #BDC0C7 url(/images/calc_arrow.gif) no-repeat top right;
	width: 111px;
	cursor: pointer;
}

#calc #calc_durationlist {
	position: absolute;
	top: 241px;
	right: 25px;
	text-align: right;
	padding: 2px;
	width: 130px;
	background-color: #BDC0C7;
	display: none;
	border: 1px solid #fff;
}

#calc #calc_durationlist a {
	display: block;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}

#calc #calc_durationlist a:hover {
	background-color: #fff;
}