/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// GENERAL ///////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

body,html {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #EEEEE6;
}


/*/////////////////////////////////////////////////////////////////*/
/*////////////////////// GLOBAL LAYOUT ////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#wrapper {
	width: 940px;
	margin: auto;
	position: relative;	
}
#top {
	width: 100%;
	height: 110px;
	position: absolute;
	z-index: 1;
	background: url(gifs/frame_top.gif) no-repeat bottom;
}
#content {
	width: 100%;
	margin-top: 110px;
	position: absolute;
	z-index: 2;
}
#closer {
	width: 880px;
	margin: 0px 30px;
	_margin-left: 15px;
	_margin-right: 0px;
	height: 10px;
	float: left;
}


/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////// HOMEPAGE LAYOUT /////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/


.openHomepage { background: url(gifs/frame_fillerHome.gif); }
.closeHomepage { background: url(gifs/frame_closerHome.gif) no-repeat bottom; }

#splash {
	width: 880px;
	height: 305px;
	margin: 0px 30px;
	_margin-right: 0px;
	float: left;
	background: #FFF;
}
#main {
	width: 704px;
	margin-top: 20px;
	margin-left: 30px;
	_margin-left: 15px;
	float: left;
	font-size: 11px;
	color: #AEADA1;
}
#main .bigger {
	font-size: 14px;
	font-weight: bold;
	color: #585645;
	text-decoration: none;
}
#main a:link, #main a:visited { 
	color: #585645;
}
#sub {
	width: 176px;
	font-size: 12px;
	font-weight: bold;
	color: #AEADA1;
	float: left;
}
#sub .smaller {
	font-size: 9px;
	color: #585645;
}
#sub a:link, #sub a:visited { 
	color: #585645;
}



/*/////////////////////////////////////////////////////////////////*/
/*////////////////////// CONTENT LAYOUT ///////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/


/*/// banner space homepage & contentpage */
.openContentpage { background: url(gifs/frame_filler.gif); }
.closeContentpage { background: url(gifs/frame_closer.gif) no-repeat bottom; }
.whiteBackground { text-align: center; background: #FFF; }
.openFrame { height: 10px; background: url(gifs/frame_open.gif) no-repeat; }
.center { text-align: center; }
.separator { background: #E5E5E5; }


.img { 
	border: solid 1px #E5E5E5;
	padding: 1px;
}


#topvisual {
	width: 880px;
	height: 260px;
	margin: 0px 30px;
	_margin-left: 15px;
	_margin-right: 0px;
	float: left;
	background: #FFF;
}

#maincontent {
	width: 468px;
	margin: 0px 30px;
	margin-bottom: 30px;
	float: left;
}
#subcontent {
	width: 176px;
	margin-left: 30px;
	_margin-left: 15px;
	float: left;
}

#adres {
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
#adres a:link, #adres a:visited, #adres a:hover, #adres a:active { 
	color:#FF007E;
}

#winkels {
	width: 880px;
	margin: 0px 30px;
	_margin-left: 15px;
	_margin-right: 0px;
	float: left;
	background: #FFF;
}



/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// NEWSLETTER BANNER /////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#newsletter {
	padding: 0px 15px;
	font-size: 9px;
	font-weight: bold;
	color: #585645;
}
#newsletter .bigger {
	font-size: 14px;
}
#newsletter a:link, #newsletter a:visited { 
	color: #585645;
}


/*/////////////////////////////////////////////////////////////////*/
/*//////////////////////////// DEALERS BANNER /////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#dealers {
	font-size: 9px;
	font-weight: bold;
	color: #585645;
}
#dealers .bigger {
	font-size: 14px;
}
#dealers a:link, #dealers a:visited { 
	color: #585645;
}


/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////// FOOTER //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#footer {
	width: 100%;
	height: 30px;
	padding-top: 30px;
	float: left;
	font-size: 9px;
	color: #AEADA1;
	background: url(gifs/frame_bottom.gif) no-repeat top;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active { 
	color: #AEADA1;
}
#navigation {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
#navigation a:link, #navigation a:visited { 
	color: #000;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active { 
	color: #FF1187;
}


/*/////////////////////////////////////////////////////////////////*/
/*////////////////////// GLOBAL STYLES ////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

@font-face {
    font-family: 'Helvetica Light Condensed';
    src: url('/_include/fonts/helveticaneueltstd-ltcn-webfont.eot');
    src: 
    	local('?'),
	 url('/_include/fonts/helveticaneueltstd-ltcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_include/fonts/helveticaneueltstd-ltcn-webfont.woff') format('woff'),
         url('/_include/fonts/helveticaneueltstd-ltcn-webfont.ttf') format('truetype'),
         url('/_include/fonts/helveticaneueltstd-ltcn-webfont.svg#webfont') format('svg');
    	font-style: normal;
}


/* hide separator */
hr {
	padding: 0px;
	margin: 0px;
	display: none;
}

/* link decoration */
a:link, a:visited { text-decoration: underline; color:#FF007E; }
a:hover, a:active { text-decoration: none; color: #FF007E; }


/* headers */
h1 { 
	font-family: 'Helvetica Light Condensed', Helvetica, sans-serif;
	font-size: 28px;
	font-weight: lighter;
}


h2 { 
	font-size: 16px;
	color: #FF1187;
}
h3 { 
	color: #585645;
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 0px;

}
p {
	padding-top: 0px;
	margin-top: 0px;
}
.smallGray {
	font-size: 9px;
	color: #AEADA1;
}
.small {
	font-size: 9px;
}



/* form */
.red { color: #FF0000; }
input, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px #CBC9C4;
	height: 15px;
	padding-left: 2px;
	background: #FFF;
}
textarea {
	width: 273px;
	height: 70px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px #CBC9C4;
	background: #FFF;
}
.button {
	color: #FFF;
	font-weight: bold;
	background: #0B495E; 
	border: 0px solid #0B495E;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
}







/*

.ol {
	color:#ef8400;
	font-weight: bold;
}
li {
	margin-left: -10px;
}



u	{
	text-decoration: underline;
	}



.tafInput {
	height: 14px;
	width: 190px;
}
.tafOpmerkingen {
	height: 50px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Opmerkingen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button{ 
	font-weight: bold;
}
*/

/*/////////////////////////////////////////////////////////////////*/
/*////////////////    CONTENT BLOKKEN     /////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*	
#blok {
	color: #ffffff;
	padding: 10px;
}

#blok h3,  #blok a:link, #blok a:visited, #blok a:hover, #blok a:active {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
*/

	
		
/*/////////////////////////////////////////////////////////////////*/
/*///////////////////// TELL A FRIEND BOX /////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*
#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#ibox_progress {	
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 105;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	padding: 10px;
	background-color: #ffffff;
	padding-bottom: 40px;
	margin: 0px;
}

#ibox_content {
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 2px;
}

#ibox_footer_wrapper {
	position: relative;
	padding: 0px;
	margin: 0px;
	top: -10px;
	left: -5px;
	background-color: #FFFFFF;
}
#ibox_footer {
	font-weight: bold;
}
#ibox_footer_wrapper a:link, #ibox_footer_wrapper a:visited { 
	color: #ff6600;
	font-size: 11px;
}
*/

