.RadEContentBordered
{
	background-color: #525148;
}

/*---------- RESET --------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1.2em;
}
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
	color: black;
	background: white;
}
ol, ul
{
	list-style: none;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
/*---------- CLEARFIX --------------------------------------------------------------------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
html[xmlns] .clearfix
{
	display: block;
}
* html .clearfix
{
	height: 1%;
}
/*---------- REDEFINITIONS --------------------------------------------------------------------------------------*/

html{
	scrollbar-base-color: #A9A991;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #777777;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #BCBB9C;
}

/*
body	{
	background: #bcbb9b;
	font-family: Arial;
    font-size: .7em;
    color: #ebbd1f;
    text-decoration: none;
	
	color: #525148;
}
*/

.bodyClass
{
	background: #bcbb9b;
	font-family: Arial;
	font-size: .7em;	
	text-decoration: none;
	color: #525148;
}

h4
{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
p
{
	margin-bottom: 5px;
}
/*---------- FRAMEWORK --------------------------------------------------------------------------------------*/
/*---------- NAVIGATION/HEADER -------------*/
#mainContainer
{
	background: #525148;
	width: 800px;
	margin: auto;
}
ul.navigation
{
	display: table;
	background: #a9a990;
	width: 800px;
	font-family: Arial;
}
ul.navigation li
{
	display: inline;
}
ul.navigation li a
{
	display: block;
	float: left;
	padding: 7px 14px;
	text-decoration: none;
	background: #a9a990;
	border-left: 1px solid #8c8c79;
	color: #fff;
	text-transform: uppercase;
	font-size: 105%;
}
ul.navigation li a:hover, ul.navigation li a.active
{
	background: #8c8c79;
}
ul.lngNavigation
{
	display: block;
	background: #a9a990;
	margin: 7px 0 5px 25px;
}
ul.lngNavigation li
{
	display: inline;
}
ul.lngNavigation li a
{
	display: block;
	float: left;
	padding: 0 7px;
	text-decoration: none;
	border-right: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}
ul.lngNavigation li a:hover, ul.lngNavigation li a.active
{
	color: #a9a990;
}
ul.lngNavigation li a.last
{
	border: 0;
}
/*---------- CONTENT -------------*/
#contentContainer
{
	border-left: 10px solid #797b63;
	background: url( '../../images/Beerens/beerens-left-bg.gif' ) repeat-y;
}
#leftContainer
{
	width: 190px;
	float: left;
}
#rightContainer
{
	width: 600px;
	float: left;
}
#leftContainer .menu
{
	background: #f0f0eb;
	padding: 20px 5px;
	min-height: 345px;
}
#leftContainer .menu ul li a
{
	text-decoration: none;
	color: #525148;
	text-transform: uppercase;
	display: block;
	padding: 3px 0;
	padding-left: 20px;
	width: 155px;
}
#leftContainer .menu ul li a:hover
{
	background: #e2e2db;
}
#leftContainer .menu ul li a.light
{
	color: #8c8c83;
}
#leftContainer .menu ul li a.hasSubmenu
{
	background: url( '../../images/Beerens/beerens-menu-subarrow.gif' ) no-repeat 3px 5px;
}
#leftContainer .menu ul li a.hasSubmenu:hover
{
	background: #e2e2db url( '../../images/Beerens/beerens-menu-subarrow.gif' ) no-repeat 3px 5px;
}
#leftContainer .menu ul li ul li a
{
	padding-left: 35px;
	text-transform: none;
	color: #8c8c83;
	width: 140px;
}
#leftContainer .menu ul li ul li a.active
{
	color: #525148;
	background: #e2e2db;
}
#leftContainer .hotline
{
	background: #bcbb9b;
	padding: 10px;
	min-height: 50px;
	font-family: Arial;
}
#leftContainer .hotline .phone
{
	font-size: 125%;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 0 0 5px 20px;
	background: url( '../../images/Beerens/beerens-hotline-phone.gif' ) no-repeat;
}
#leftContainer .newsletter
{
	background: #8c8c79;
	padding: 10px;
	font-family: Arial;
}
#leftContainer .newsletter .label
{
	width: 40px;
	display: block;
	float: left;
	padding: 4px 0 0 0;
	font-weight: bold;
}
#leftContainer .newsletter .email
{
	width: 121px;
	border: none;
	font-size: 95%;
	border: 1px solid #fff;
}
#leftContainer .newsletter .button
{
	width: 125px;
	font-size: 95%;
	border: 0;
	background: #efefef url( '../../images/Beerens/beerens-newsletter-button.gif' ) no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
}
/*---------- NAVIGATION/HEADER -------------*/
#footer
{
	width: 800px;
	margin: auto;
	text-align: right;
	padding: 5px 0;
}
#footer a
{
	color: #525148;
	text-decoration: none;
}
/*---------- PAGES --------------------------------------------------------------------------------------*/
/*---------- HOME -------------*/
.homeContent .left
{
	width: 370px;
	float: left;
	background: #fff;
	min-height: 180px;
}
.homeContent .left h1
{
	background: #8c8c79;
	color: #fff;
	padding: 5px 30px;
	font-size: 200%;
	min-height: 25px;
}
.homeContent .left h2
{
	color: #8c8c79;
	padding: 10px 30px;
	font-size: 150%;
}
.homeContent .left p
{
	padding: 10px 30px;
	line-height: 125%;
}
.homeContent .right
{
	width: 230px;
	float: left;
	background: #d5d4c3;
	min-height: 145px;
}
.homeContent .right h1
{
	color: #fff;
	padding: 5px 20px;
	font-size: 200%;
	min-height: 25px;
}
.homeSlideshow
{
	padding: 0 0 10px 0;
	display: block;
}
.homeSlideshow h4
{
	color: #fff;
	padding: 10px 30px;
}
.homeSlideshow .slideshowArrowLeft
{
	height: 82px;
	width: 30px;
	float: left;
	background: url( '../../images/Beerens/beerens-slideshow-left.gif' ) no-repeat 5px 30px;
	cursor: pointer;
}
.homeSlideshow .slideshowArrowLeft:hover
{
	background: #403f37 url( '../../images/Beerens/beerens-slideshow-left.gif' ) no-repeat 5px 30px;
}
.homeSlideshow .slideshowArrowRight
{
	height: 82px;
	width: 30px;
	float: left;
	background: url( '../../images/Beerens/beerens-slideshow-right.gif' ) no-repeat 5px 30px;
	cursor: pointer;
}
.homeSlideshow .slideshowArrowRight:hover
{
	background: #403f37 url( '../../images/Beerens/beerens-slideshow-right.gif' ) no-repeat 5px 30px;
}
.homeSlideshow .slideshowItem
{
	height: 100px;
	width: 180px;
	float: left;
	text-align: center;
	text-decoration: none;
}
.homeSlideshow .slideshowItem img
{
	border: 1px solid #8c8c79;
}
.homeSlideshow .slideshowItem .text
{
	display: block;
	color: #fff;
	padding: 2px;
	text-transform: uppercase;
}
/*---------- SECONDHAND -------------*/
.subpageMainCtn
{
	width: 600px;
	background: #fff;
}
.subpageMainCtn h1
{
	background: #494944;
	color: #fff;
	padding: 25px;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
}
.subpageMainCtn .subcontent
{
	background: #a9a990;
	padding: 15px 25px;
}
.subpageMainCtn .subcontent .paging
{
	color: #fff;
	font-size: 1.1em;
	margin-top: 10px;
}
.subpageMainCtn .subcontent .paging a.button
{
	display: block;
	width: 140px;
	padding: 5px;
	color: #fff;
	background: #6a6960;
	float: right;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
}
.subpageMainCtn .subcontent .paging a.button:hover
{
	background: #58574f;
}
.subpageMainCtn .subcontent .paging .text
{
	display: block;
	width: 200px;
	float: left;
	margin-top: 5px;
}
.subpageMainCtn .maincontent
{
	padding: 15px 25px;
}
.subpageMainCtn .maincontent a.listItem, .subpageMainCtn .maincontent a.listItemAlternative
{
	display: block;
	height: 25px;
	text-decoration: none;
	color: #525148;
	margin-bottom: 1px;
	cursor: pointer;
}
.subpageMainCtn .maincontent a.listItem:hover, .subpageMainCtn .maincontent a.listItemAlternative:hover
{
	background: #cecece;
}
.subpageMainCtn .maincontent a.listItem
{
	background: #e6e6e6;
}
.subpageMainCtn .maincontent a.listItemAlternative
{
	background: #f2f2f2;
}
.subpageMainCtn .maincontent .photo
{
	display: block;
	width: 45px;
	float: left;
}
.subpageMainCtn .maincontent .car
{
	display: block;
	width: 220px;
	float: left;
	padding-top: 8px;
}
.subpageMainCtn .maincontent .type
{
	display: block;
	width: 60px;
	float: left;
	padding-top: 8px;
}
.subpageMainCtn .maincontent .year
{
	display: block;
	width: 40px;
	float: left;
	padding-top: 8px;
}
.subpageMainCtn .maincontent .color
{
	display: block;
	width: 45px;
	float: left;
	padding-top: 8px;
}
.subpageMainCtn .maincontent .distance
{
	display: block;
	width: 70px;
	float: left;
	padding-top: 8px;
}
.subpageMainCtn .maincontent .price
{
	display: block;
	width: 60px;
	float: left;
	padding-top: 8px;
}
.subpageMainCtn .maincontent .pagingCtn
{
	display: block;
	border-top: 2px solid #e0e0e0;
	border-bottom: 1px solid #c0c0c0;
	margin-top: 5px;
}
.subpageMainCtn .maincontent .pagingCtn .previous, .subpageMainCtn .maincontent .pagingCtn .next, .subpageMainCtn .maincontent .pagingCtn .page
{
	display: block;
	width: 170px;
	float: left;
	padding: 10px 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #525148;
}
.subpageMainCtn .maincontent .pagingCtn .previous
{
	padding-left: 15px;
	background: url( '../../images/Beerens/beerens-paging-left.gif' ) no-repeat 0 10px;
	width: 175px;
}
.subpageMainCtn .maincontent .pagingCtn .next
{
	padding-right: 15px;
	background: url( '../../images/Beerens/beerens-paging-right.gif' ) no-repeat 180px 10px;
	text-align: right;
	width: 175px;
}
.subpageMainCtn .maincontent .pagingCtn .page
{
	text-align: center;
}
.subpageMainCtn .maincontent .pagingCtn .previous:hover
{
	background: #f8f8f8 url( '../../images/Beerens/beerens-paging-left.gif' ) no-repeat 0 10px;
}
.subpageMainCtn .maincontent .pagingCtn .next:hover
{
	background: #f8f8f8 url( '../../images/Beerens/beerens-paging-right.gif' ) no-repeat 180px 10px;
}
/*---------- SEARCH -------------*/
.subpageMainCtn .maincontent .searchHeader
{
	padding: 10px;
	font-size: 1.3em;
}
.subpageMainCtn .maincontent .searchSection
{
	border-top: 2px solid #e0e0e0;
	padding: 10px;
}
.subpageMainCtn .maincontent .searchSection .line
{
	margin-bottom: 2px;
}
.subpageMainCtn .maincontent .searchSection .title
{
	display: block;
	width: 140px;
	float: left;
	font-size: 1.2em;
	color: #888872;
	padding-top: 4px;
}
.subpageMainCtn .maincontent .searchSection .accent
{
	color: #c54246;
}
.subpageMainCtn .maincontent .searchSection .label
{
	display: block;
	width: 50px;
	float: left;
	font-weight: bold;
	padding-top: 6px;
}
.subpageMainCtn .maincontent .searchSection .dropdown
{
	display: block;
	width: 200px;
	float: left;
}
.subpageMainCtn .maincontent .searchSection .dropdown select
{
	width: 195px;
}
.subpageMainCtn .maincontent .searchSection .info
{
	display: block;
	width: 16px;
	height: 20px;
	float: left;
	background: url( '../../images/Beerens/beerens-search-info.gif' ) no-repeat 0 3px;
}
.subpageMainCtn .maincontent .searchSection .result
{
	display: block;
	width: 340px;
	float: left;
	padding-top: 6px;
	font-size: 1.2em;
}
.motherContent
{
	background-color: #bdba9c;
}
.loginText
{
	color: White;
}

/* GRID */
.cnt2 .sub1
{
	width: 300px;
	float: left;
}

.cnt2 .sub2
{
	width: 300px;
	float: right;
}

.cnt3-1-2 .sub2
{
	width: 400px;
	float: right;
}

.cnt3-2-1 .sub1
{
	width: 400px;
	float: left;
}

.cnt3-2-1 .sub2
{
	width: 200px;
	float: right;
}

.cnt3-1-2, .cnt3-1-1-1, .cnt3-2-1, .cnt1, .cnt2
{
	width: 600px;
	float: left;
}

.cnt3-1-2 .sub1, .cnt3-1-1-1 .sub1, .cnt3-1-1-1 .sub2, .cnt3-1-1-1 .sub3
{
	width: 200px;
	float: left;
}

.c-dark
{
	background: #484944;
}
.c-dark h1
{
	color: white;
}
.c-dark h2
{
	color: #BCBB9C;
}
.c-dark p
{
	color: white;
}
.c-dark a
{
	color: white;
	text-decoration:none;
}

.c-medium
{
	background: #A9A991;
}

.c-medium h1
{
	color: white;
}

.c-medium h2
{
	color: #BCBB9C;
}

.c-medium p
{
	color: #525148;
}

.c-light
{
	background: #BCBB9C;
}

.c-white
{
	background: #FFF;
}

.h-1
{
	padding-bottom: 20px;
}
.h-1 h1
{
	font-size: 18pt;
	margin: 5px;
}
.h-1 h2
{
	font-size: 10pt;
	margin: 20px 20px 0 20px;
}
.h-1 p
{
	margin: 5px 20px 5px 20px;
	line-height: 1.2em;
}

.h-2
{
	height: 275px;
}
.h-2 h1
{
	font-size: 18pt;
	margin: 5px;
}
.h-2 h2
{
	font-size: 10pt;
	margin: 20px 20px 0 20px;
}
.h-2 p
{
	margin: 5px 20px 5px 20px;
}

.h-3
{
	height: 135px;
}
.h-3 h1
{
	font-size: 18pt;
	margin: 5px;
}
.h-3 h2
{
	font-size: 10pt;
	margin: 20px 20px 0 20px;
}
.h-3 p
{
	margin: 5px 20px 5px 20px;
}

.h-4
{
	height: 125px;
}
.h-4 h1
{
	font-size: 18pt;
	margin: 5px;
}
.h-4 h2
{
	font-size: 10pt;
	margin: 20px 20px 0 20px;
}
.h-4 p
{
	margin: 5px 20px 5px 20px;
}

.h-5
{
	height: 100px;
}
.h-5 h1
{
	font-size: 18pt;
	margin: 5px;
}
.h-5 h2
{
	font-size: 10pt;
	margin: 20px 20px 0 20px;
}
.h-5 p
{
	margin: 5px 20px 5px 20px;
}

.h-6
{
	height: 75px;
}
.h-6 h1
{
	font-size: 18pt;
	margin: 17px 5px 5px 20px;
}
.h-6 h2
{
	font-size: 10pt;
	margin: 20px 20px 0 20px;
}
.h-6 p
{
	margin: 5px 20px 5px 20px;
	line-height: 1.2em;
}

.h-7
{
	height: 50px;
}
.h-7 h1
{
	font-size: 16pt;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.h-7 h2
{
	font-size: 10pt;
	margin: 20px 20px 0 20px;
}
.h-7 p
{
	margin: 5px 20px 5px 20px;
}

.h-8
{
	height: 25px;
}
.h-8 h1
{
	font-size: 18pt;
	margin: 5px;
}
.h-8 h2
{
	font-size: 10pt;
	margin: 20px 20px 0 20px;
}
.h-8 p
{
	margin: 5px 20px 5px 20px;
}

.scale
{
	overflow: visible;
}

.c-dark.h-7 h1
{
	font-size: 12pt;
	text-transform: uppercase;
	margin: 17px 5px 5px 20px;
}

.mainLogo
{
	background: url( '../../images/Beerens/beerens-logo.gif' );
	background-repeat: no-repeat;
	width: 566px;
	height: 75px;
	padding-left: 81px;
	color: #D5D4C3;
}

.mainLogo a
{
	color: #D5D4C3;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
}

.mainLogo a:hover
{
	color: #D5D4C3;
	text-decoration: underline;
}

.languages a
{
	color: #D5D4C3;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
}

.languages a:hover
{
	color: #D5D4C3;
	text-decoration: underline;
}

/*---------- FORMS --------------------------------------------------------------------------------------*/

.linebelow {
	border-bottom: 1px solid #A9A991;
}

label {
	width: 20em;
	float: left;
	text-align: left;
	display: block;
	margin: 8px 0px 0px 0px;
}

select {
	font-size: 1em;
	color: #484944;
	background: #F0F0EB;
	margin: 5px 0px 5px 0px;
}

input {
	color: #781351;
	background: #F0F0EB;
}

.submit input {
	margin-left: 225px;
	color: #FFFFFF;
	border: 2px outset #A9A991;
	background-color: #484944;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.fieldset {
	width: 50em;
	margin: 5px 20px 5px 0px;
}

.legend {
	color: #484944;
	background: #F0F0EB;
} 

.titlebar {
	font-size: 100%;
	font-weight: normal;
	height: 30px;
	color: #484944;
	padding-top: 6px;
	padding-bottom: 6px;
} 

.redtext	{
	color:#FF0000;
}

/*---------- ADDITIONS --------------------------------------------------------------------------------------*/

.c-lightgreen	{
	background: #F0F0EB;
}

.h-9	{
	height: auto;
}
.h-9 h1	{
	font-size: 18pt;
	margin: 5px;
}
.h-9	h2	{
	font-size: 14pt;
	font-weight:bold;
	margin: 20px 20px 0 20px;
}
.h-9 p	{
	margin: 5px 20px 5px 20px;
	background-position: left;
}
.titlebar {
	font-size: 100%;
	font-weight: normal;
	height: 30px;
	color: #484944;
	padding-top: 6px;
	padding-bottom: 6px;
} 
.titlewhite {
	font-size: 150%;
	font-weight: normal;
	height: 30px;
	color: #ffffff;
} 

/*
medium
#525148

darkgreen
#484944

lightgreen
#BCBB9C

lightgreen2
#A9A991

lightgreen3
#F0F0EB

*/

