* {
	margin: 0;
	padding: 0;
	color: #555;
	outline: 0;
}

img {
	border: 0;
}

body {
	font-family: arial;
	font-size: 11px;
	background: url('/site/img/bg-top.gif') left top repeat-x;
}

#body-middle {
	background: url('/site/img/bg-middle.gif') left top repeat-x;
}


.clear-both  { clear: both;  }
.clear-left  { clear: left;  }
.clear-right { clear: right; }


img.align-left {
	margin-right: 15px;
}

img.align-right {
	margin-left: 15px;
}



/** Forms **/

input.input-text {
	border: 1px solid #ddd;
	padding: 2px;
	font-size: 11px;
	vertical-align: middle;
	width: 140px;
}

.input-textarea {
    font-family: arial;
	border: 1px solid #ddd;
	padding: 2px;
	font-size: 11px;
	vertical-align: middle;
}

input.input-image {
	vertical-align: middle;
}

select {
	margin-top: 10px;
	border: 1px solid #ddd;
	font-size: 11px;
	font-family: Arial;
	padding: 1px;
}

.form-error {
    border: 1px solid red; 
    padding: 3px 3px 3px 10px; 
    font-weight: bold; 
    background-color: #FFFFFF;
    color: red;
}

.form-success {
    border: 1px solid green; 
    padding: 3px 3px 3px 10px; 
    font-weight: bold; 
    background-color: #FFFFFF;
    color: green;
}

/****/


/** General font colors and sizes **/


h1 {
	font-size: 16px;
}

h1.page-21 {
	color: #f14a03;
}

h2 {
    font-size: 16px;
}

h3 {
	color: #f14a03;
	font-size: 12px;
}

/****/


/** Header **/

#container-header {
	background: url('/site/img/bg-header.gif') top center no-repeat;
}

#header {
	width: 940px;
	padding-bottom: 20px;
	margin: auto;
}

#search {
	float: right;
	margin-right: 25px;
	width: 200px;
	text-align: right;
	padding: 10px;
	color: #333;
}

#search input.input-text {
	margin-right: 5px;
	width: 120px;
	padding: 4px;
	padding-top: 3px;
}

#search input {
	vertical-align: middle;
}

#search a {
	text-decoration: none;
}

#logo {
	padding-left: 12px;
	margin-bottom: 18px;
	height: 70px;
}

#logo a {
	display: block;
	width: 195px;
	height: 70px;
}

/****/



/** Main menu **/

#menu-main {
	padding-left: 25px;
}

#menu-main li {
	margin-right: 45px;
	float: left;
	list-style: none;
	
	font-size: 12px;
	line-height: 12px;
	font-family: Avenir;
}

#menu-main a {
	font-family: 'times new roman', times;
	font-style: italic;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}

#menu-main a.generated {
	text-transform: uppercase;
	display: block;
	font-size: 11px;
}

#menu-main a.active,
#menu-main a.generated:hover {
	color: #f14a03;
}


/****/



/** Footer **/

#footer {
	border-top: 1px solid #f7790f;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 15px;
	width: 905px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 10px;
}

#menu-footer {
	float: right;
	text-align: left;
}

#menu-footer li {
	color: #666;
	list-style: none;
	float: left;
	border-left: 1px solid #999;
}

#menu-footer li a {
	display: block;
	padding: 0 6px;
	text-decoration: none;
	text-transform: lowercase;
}

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

/****/



/** Splash visual **/

#container-visual {
	background: #5cbe26;
}

#splash-visual {
	width: 945px;
	margin: auto;
}

#splash-visual img,
#splash-visual div {
	display: block;
}

#splash-visual-bottom {
	height: 32px;
	background: #f7790f;
}

#splash-visual #fader-visual {
	display: block;
	height: 293px;
}

#visual-movie-container {
	height: 293px;
}

/****/




/** Splash page **/

#container-splash-content {
	background: url('/site/img/bg-content.gif') top center no-repeat;
}

#splash-content {
	width: 915px;
	padding-left: 25px;
	padding-bottom: 25px;
	margin: auto;
}

#splash-banners {
	margin-top: -20px;
	width: 446px;
	float: right;
	padding-right: 7px;
	position:relative;
}

#splash-text {
	padding-top: 65px;
}

#splash-text h2 {
	color: #f14a03;
	font-size: 18px;
	margin-bottom: 8px;
}

#splash-banners .banner {
	float: left;
	background: url('/site/img/bg-banner.png') top left no-repeat;
}


#menu-splash li {
	list-style: none;
	float: left;
	width: 115px;
}

#menu-splash li a {
	text-decoration: none;
}

/****/



/** Content page **/

#container-main {
	width: 945px;
	margin: auto;
	margin-top: 10px;
}

#content-left {
	float: left;
	width: 185px;
	text-align: right;
	padding-right: 15px;
	font-size: 10px;
}

#content-left select {
	margin-top: 10px;
	border: 1px solid #ccc;
	font-size: 11px;
	font-family: Arial;
	padding: 1px;
}

.menu-sub {
	margin-top: 10px;
}

.menu-sub li {
	list-style: none;
}

.menu-sub a {
	text-decoration: none;
	line-height: 16px;
	font-size: 11px;
}

.menu-sub a.generated {
	font-size: 12px;
}

.menu-sub a.generated:hover,
.menu-sub a.active,
.menu-sub a.active .generated {
	color: #f14a03;
}

.menu-sub li ul {
	border-right: 1px solid #f14a03;
	padding-right: 5px;
}

#menu-sub-content li {
	margin-bottom: 15px;
}

#menu-sub-content a {
	font-family: 'Times new roman', Times;
	font-style: italic;
	font-size: 12px;
}


#shadow-left-01 {
	width: 9px;
	height: 424px;
	float: left;
	background: url('/site/img/shadow-left-01.gif');
}

#shadow-left-02 {
	width: 9px;
	height: 424px;
	float: left;
	background: url('/site/img/shadow-left-02.gif') top left no-repeat;
}

#shadow-top-01 {
	height: 6px;
	background: url('/site/img/shadow-top-01.gif') top left no-repeat;
}

#content {
	float: left;
	width: 432px;
	overflow-x: hidden;
	padding: 35px;
	padding-top: 0;
	min-height: 200px;
	background: url('/site/img/bg-content-text.gif') top left repeat-x;
}

#content p {
	line-height: 16px;
	clear: both;
}

#content h1,
#content h2,
#content h3 {
	clear: both;
}

#content ul {
	margin-left: 15px;
}

#content .page-headers {
	height: 65px;
	margin-bottom: 15px;
}

#content .page-headers h1 {
	font-size: 22px;
	line-height: 24px;
	margin-top: 5px;
}

#content .page-headers h4 {
	font-family: 'Times new roman', Times;
	font-size: 15px;
	margin-top: 3px;
	font-style: italic;
}

.content-sfeer {
	background: url('/site/img/bg-content-sfeer.png') top left no-repeat;
	padding: 17px 16px;
	margin-left: -15px;
	margin-top: -15px;
	_height: 50px;
	min-height: 50px;
}

#content p {
	margin-bottom: 15px;
}

#sidebar {
	width: 230px;
	float: left;
	background: url('/site/img/bg-sidebar.gif') top left no-repeat;
	min-height: 200px;
}

#sidebar .banner {
	background: url('/site/img/bg-banner.png') top left no-repeat;
	height: 110px;
}

#sidebar .banner,
#sidebar .banner img {
	display: block;
}

.orange-text {
    color: #f14a03;
}

a.orange-link {
    color: #f14a03;
}
/****/



/** Brands **/

#brand-content {
	width: 736px;
	float: left;
}

#brand-header {
	height: 57px;
}

#brand-header h2 {
	color: #f14a03;
	font-size: 22px;
}

#brand-content #page-text {
	padding-left: 45px;
	width: 455px;
	padding-top: 20px;
	padding-bottom: 30px;
}

#brand-content #page-text p {
	line-height: 18px;
}

#brand-content #page-text h4 {
	font-style: italic;
	font-family: 'Times new roman', Times;
	font-weight: normal;
	font-size: 16px;
}

#page-text p {
	margin-bottom: 15px;
}

#fader-visual-controls {
	padding-top: 10px;
}

#fader-visual-controls img {
	margin-right: 5px;
	cursor: pointer;
}

#fader-visual {
	position: relative;
	height: 361px;
}

#fader-visual img {
	display: block;
	position: absolute;
	top: 0;
}

#brand-movie-container {
	height: 361px;
}

object#brand-movie  {
	display: block;
}


/** Brands opsomming in user profile **/
#brands-userprofile .brand-item {
    float: left;
    width: 140px;
    padding-bottom: 5px;
}

#brands-userprofile .checkbox {
    margin-right: 12px;       
}

/****/


/** Locator **/

#locator {
	width: 432px;
	height: 432px;
}

#locator-search h1 {
	font-size: 18px;
	margin-bottom: 3px;
}

#locator-search h2 {
	font-size: 12px;
	margin-bottom: 40px;
}

#locator-search h3 {
	margin-bottom: 5px;
}

#locator-search .input-text {
	width: 60px;
	margin-right: 5px;
}

/****/


/** Dealer **/

.dealer-result {
	margin-bottom: 10px;
}

.dealer-result img {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px solid #bbb;
	padding: 2px;
}

.dealer-result h3 {
	margin-bottom: 5px;
}

#dealer-details h3 {
	color: #666;
	margin-top: 30px;
}

#dealer-details h4,
#dealer-details h4 a {
	margin-top: 20px;
	color: #f14a03;
	font-size: 12px;
}

#dealer-details a {
	text-decoration: none;
}

#dealer-details a:hover {
	text-decoration: underline;
}

#dealer-sidebar h5 {
	font-family: 'Times New Roman', Times;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}

#dealer-sidebar td {
	line-height: 18px;
}

#dealer-open {
	padding: 10px 0 10px 28px;
}

#dealer-sfeer {
	background: url('/site/img/bg-content-sfeer.png') top left no-repeat;
	padding: 17px 16px;
	margin-left: -15px;
	margin-top: -15px;
}

#dealer-banner {
	background: url('/site/img/bg-dealer-banner.gif') top left no-repeat;
	height: 64px;
	width: 166px;
	padding: 25px 12px 0 12px;
	display: block;
	
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	
	margin-left: 17px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#dealer-contact {
	display: block;
	margin-top: 5px;
	margin-left: 17px;
}

#dealer-description h1 {
	color: #f14a03;
	margin-bottom: 5px;
	padding-top: 10px;
}

#dealer-description h4 {
	font-family: 'Times New Roman', Times;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 15px;
}

/****/


/** Nieuws **/

#news-menu {
	text-align: left;
	padding-left: 27px;
}

#news-menu ul {
	font-family: 'Times New Roman', Times;
	font-style: italic;
	font-size: 13px;
	list-style: none;
}

#news-menu li {
	margin-top: 10px;
}

#news-menu li a {
	text-decoration: none;
}

#news-pagenav {
	line-height: 22px;
}

/****/



/** Search results **/

#search-results {
	padding-top: 10px;
}

#search-results .breadcrumbs {
	margin-top: 5px;
	margin-bottom: 10px;
}

#search-results .breadcrumbs a {
	text-decoration: none;
}

#search-results h2 {
	margin-bottom: 4px;
}

#search-results h2 a {
	text-decoration: none;
}

.search-result {
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
}

#search-pagenav {
	line-height: 22px;
	text-align: right;
}

.search-highlight {
	background: #FFE0CF;
}

/****/




/** Sitemap **/

#sitemap img {
	float: left;
	display: block;
	margin-right: 4px;
}

#sitemap {
	line-height: 20px;
}

/****/




/** Page nav **/

.pagenav {
	margin-top: 3px;
	line-height: 16px;
	float: right;
	margin-left: 4px;
}

.pagenav a {
	display: block;
	float: left;
	margin-left: 3px;
	width: 16px;
	border: 1px solid #ccc;
	text-align: center;
	text-decoration: none;
}

.pagenav a.active {
	font-weight: bold;
}

.pagenav a:hover,
.pagenav a.active {
	background: #eee;
}

.pagenav a.pagenav_imgbutton {
	display: none;
}

/****/


.file-download a {
	text-decoration: none;
}

.file-download img {
	vertical-align: bottom;
	margin-right: 5px;
}

