body {
	margin: 0px;
	background: #387ebc url( '../assets/bg.jpg' ) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	color: #000000;
}

#header_logged_in {
	position: absolute;
	top: 30px;
	right: 0px;
	padding: 8px 5px 8px 5px;
	width: 570px;
	background: white;
	font-weight: bold;
	font-size: 110%;
	line-height: 130%;
	border-bottom:2px solid #ff0000;
}

img {
	border: 0px;
}

#follower {
	padding: 5px 5px 5px 26px;
	border: 1px solid #ddd;
	position: absolute;
	display: none;
	background: #b51628 url('/abc/assets/snake.gif') 5px 3px no-repeat;
	color: #FFFFFF;
}

#top_nav {
	margin: 0px auto;
	width: 980px;
	padding: 0px;
	text-align: right;
	color: white;
}

#top_nav li {
	display: inline;
}

#top_nav li a {
	display: inline-block;
	color: white;
	text-decoration: none;
	padding: 3px 5px 4px 5px; /* t r b l*/
}

#top_nav li a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	margin: 0px auto;
	width: 980px;
	background: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#header_img {
	border: 0px;
	width: 980px;
	height: 145px;
}

#logo {
	margin: 0px;
	display: block;
	width: 350px;
	height: 76px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: url( '../assets/logo.png' ) no-repeat;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

#middle_bar {
	width: 980px;
	height: 36px;
	overflow: hidden;
	position: relative;
}

#middle_bar ol {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#middle_bar li {
	list-style-type: none;
	display: inline;
}

#middle_bar li a {
	padding: 5px;
	padding-left: 30px;
	padding-right: 10px;
	display: inline-block;
	color: #c21e27;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#middle_bar li a:hover {
	background: #c4d8e9;
}

#middle_bar li a.active {
	background: #7ba3c3;
	color: #fff;
}

#middle_bar li a#m_auto {
	background-image: url( '../assets/m_auto.png' );
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

#middle_bar li a#m_bedrauto {
	background-image: url( '../assets/m_bedrauto.png' );
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

#middle_bar li a#m_motor {
	background-image: url( '../assets/m_motor.png' );
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

#middle_bar li a#m_young {
	background-image: url( '../assets/m_auto.png' );
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

#container_left {
	float: left;
	width: 660px;
}

#filterblock {
	position: relative;
	padding: 15px;
	margin-bottom: 5px;
	background: #7ba3c3;
	min-height: 255px;
}

#filterblock table tr td {
	padding-right: 25px;
}

#filterblock table tr td a {
	display: block;
	color: black;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	background: url('../assets/li_arrow_bl.jpg') 0px 5px no-repeat;
}

#filterblock table tr td a:hover {
	text-decoration: underline;
}

.filterfield {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 12px;
	font-size: 105%;
}

#home_marketing_overlay {
	position: absolute;
	width: 198px;
	height: 273px;
	overflow: hidden;
	bottom: 0px;
	right: 0px;
}

#marketing_overlay {
	position: absolute;
	width: 159px;
	height: 273px;
	overflow: hidden;
	bottom: 0px;
	right: 0px;
}

#home_ads {
	margin: 0px 0px 10px 0px;
	width: 100%;
	height: 130px;
	overflow: hidden;
}

.home_ad_block {
	float: left;
	display: block;
	width: 100px;
	height: 90px;
	margin: 4px;
	position: relative;
}

.home_ad_block img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 75px;
}

.home_ad_price {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100px;
	text-align: center;
	background: #387ebc;
	color: white;
	padding-bottom: 1px;
}

.home_ad_url {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: -10px;
	width: 100px;
	height: 90px;
}

.home_ad_url a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	background: url('../assets/blank.gif');
}

#bottom_left {
	float: left;
	padding-left: 10px;
	width: 270px;
}

#left_ul,
#right_ul {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 50%;
}

#left_ul li,
#right_ul li {
	list-style-type: none;
}

#left_ul li a,
#right_ul li a {
	display: block;
	text-decoration: none;
	color: black;
	background: url('../assets/li_arrow.jpg') 0px 4px no-repeat;
	padding: 2px;
	padding-left: 10px;
	font-size: 95%;
}

#left_ul li a span,
#right_ul li a span {
	display: none;
}

#left_ul li a:hover,
#right_ul li a:hover {
	text-decoration: underline;
}

#left_ul {
	float: left;
}

#right_ul {
	float: right;
}

#bottom_right {
	float: right;
	width: 380px;
}

#bottom_right a {
	color: #b51628;
}

#bottom_right a:hover {
	color: #063660;
}

.news_box,
.news_box_even {
	width: 372px;
	padding: 4px;
	margin-bottom: 1em;
}

.news_box_even {
	background: #e4f0fb;
}

.news_box_img {
	float: left;
	width: 118px;
}

.news_box_img img {
	width: 100%;
}

.news_box_content {
	float: right;
	width: 250px;
	line-height: 140%; 
	font-size: 95%;
}

#home_ads h1,
#bottom_left h1,
#bottom_right h1 {
	font-size: 120%;
	color: #c81328;
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
}

#home_ads h1 {
	padding: 0px 0px 0px 10px;
}

#bottom_right h2 {
	font-size: 100%;
  color: #104e9b;
  margin: 0px;
  padding: 0px;
}

#container_right {
	float: right;
	width: 319px;
}

.dark_blue_block {
	padding: 15px;
	background: #387ebc;
	color: white;
	margin-bottom: 1px;
	font-size: 100%;
}

.light_blue_block {
	padding: 15px;
	background: #7ba3c3;
	color: white;
	margin-bottom: 1px;
	font-size: 100%;
}

.dark_blue_block h1,
.light_blue_block h1 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 130%;
}

.dark_blue_block h2,
.light_blue_block h2 {
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
	font-size: 110%;
	font-weight: normal;
}

.dark_blue_block p,
.light_blue_block p {
	margin: 0px;
	margin-bottom: 1em;
}

.dark_blue_block .formfield,
.light_blue_block .formfield {
	background: #d7e5f2;
	border: 0px;
	margin-bottom: 3px;
}

.dark_blue_block a,
.light_blue_block a {
	color: white;
	text-decoration: none;
}

.dark_blue_block a:hover,
.light_blue_block a:hover {
	text-decoration: underline;
	/*color: #c81328;*/
}

.light_blue_block h2.title_highlighted_company {
	font-size: 120%;
	font-weight: bold;
}

.highlighted_company {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #1d4ba9;
}

.highlighted_company_left {
	float: left;
	width: 80px;
}

.highlighted_company_left img {
	width: 100%;
}

.highlighted_company_right {
	float: right;
	width: 190px;
}

.highlighted_company_right h3 {
	margin: 0px 0px 5px 0px;
	font-size: 100%;
}
.highlighted_company_right h3 span {
	display: block;
	font-weight: normal;
}

.form_kenteken {
	width: 100px;
	height: 20px;
	margin-top: 3px;
	padding-left: 19px;
	padding-top: 3px;
	border: 0px;
	background: url('../assets/form_kenteken.jpg') no-repeat;
}

.light_blue_block ul,
.black_blue_block ul  {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	padding-left: 15px;
}

.light_blue_block li,
.dark_blue_block li {
	margin-top: 2px;
	margin-bottom: 2px;
}

.light_blue_block li a,
.dark_blue_block li a {
	text-decoration: none;
}

#footer {
	margin: 0px auto;
	padding: 10px;
	padding-top: 6px;
	text-align: center;
	width: 962px;
	background: #85b7e5;
	color: white;
}

#footer li {
	list-style-type: none;
	display: inline;
}

#footer a {
	display: inline-block;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.cleaner {
	clear: both;
}

/* _form */
.orange_button { 
  border: 1px solid black;
  background: #8f3406 url('../assets/btn_orange.jpg') repeat-x;
  color: white;
  margin-top: 5px;
}

.blue_button {
  border: 1px solid black;
  background: #1758a8 url('../assets/btn_blue.jpg') repeat-x;
  color: white;
}
