/* CSS Document */

/*	=reset & global

---------------------------------------------------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}

a, a:visited { text-decoration: none; }
a { color: #737373; }
ol, ul { list-style: none; }
legend { display: none; }

body {
	color: #737373;
	font-size: 100%;
}
.homepage {
	background: #fff url(/fileadmin/images/bg_site.gif) top left repeat-x;
}

body, input, textarea, select, option, optgroup, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input, textarea, select, option, optgroup, button {
	font-size: 1em;
}

/*	=layout

---------------------------------------------------------------------------- */

#container {
	width: 927px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.home {
	background: url(/fileadmin/images/bg_container.gif) bottom left repeat-x;
}
#footer {
	background: #fff url(/fileadmin/images/bg_footer.gif) top left no-repeat;
	padding: 25px 0 6px 0;
	width: 910px;
	font-size: 0.69em;
	border-left: #fff 17px solid;	
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

/*	=top index & credit

---------------------------------------------------------------------------- */

#mainContent {
	float: left;
	width: 761px;
}

#sidebar {
	float: right;
	width: 156px;
	padding-top: 50px;
	padding-left: 10px;
	color: #fff;
}
#sidebar a {
	color: #fff;
	text-decoration: none;
	font-size: 0.69em;
	margin-bottom: 2px;
	display: block;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar .banner {
	width: 149px;
	background: #fff url(/fileadmin/images/bg_sidebar.gif) bottom left no-repeat;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}

#topOffer {
	padding-left: 9px;
	border-left: #fff 17px solid;
	height: 100%;
	overflow: hidden;
}
#bannerOffer {
	height: 443px;
	overflow: hidden;
}

/* =credit */

#automotiveCredit, #cashCredit, #mortgageCredit {
	float: left;
	width: 213px;
	height: 129px;
	background: #fff url(/fileadmin/images/bg_credit.gif) bottom left no-repeat;
	padding: 15px 0 8px 18px;
	color: #737373;
	font-size: 0.69em;
}
#automotiveCredit h1, #cashCredit h1, #mortgageCredit h1 {
	font-size: 1.09em;
	padding-bottom: 6px;
}
#automotiveCredit a img.proposition, #cashCredit a img.proposition, #mortgageCredit a img.proposition {
	padding: 6px 0 0 90px !important;
	display: block;
}

#cashCredit {
	margin-left: 16px;
}
#mortgageCredit {
	margin-left: 15px;
}

/* =more & color */

#automotiveCredit a {
	font-weight: bold;
	display: block;
	color: #8EA912;
}

#cashCredit a {
	font-weight: bold;
	display: block;
	color: #A50F0A;
}

#mortgageCredit a {
	font-weight: bold;
	display: block;
	color: #E5820A;
}

.green {
	color: #8EA912;
}
.red {
	color: #A50F0A;
}
.orange {
	color: #E5820A;
}

/* =footer */

#footer ul {
	float: left;
	list-style: none;
}
#footer ul li {
	float: left;
	background: url(/fileadmin/images/spacer_menu.gif) top left no-repeat;
	background-position: 0 2px;
	margin: 3px 0 4px -1px;
}
#footer ul li a, #footer ul li a:visited  {
	padding: 0 10px;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#copyright {
	float: right;
	text-align: right;
	width: 400px;
}
#copyright strong {
	display: block;
	font-weight: normal;
	font-size: 0.89em;
	padding: 6px 0;
}

/* =additions */

.display_block { 
	display: block; 
}
.margin_top10 { 
	margin-top: 10px; 
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

.error{
	color: #a71112 !important;
}