/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 0.8em;
	line-height: 1.4em;
	background-image: url(../images/watermark.jpg);
	/* Set background to repeat or no-repeat */
	background-repeat: repeat;
	background-position: right;

}

/* for Internet Explorer */
/*\*/
* html #inner_content {
height: 550px;
}


#inner_content {
	padding-left: 0px;
	padding-top: 0px;
	background-color: #FCFCFA;
	padding-bottom: 0px;
	min-height: 649px;
	background-image: url(../images/right_column_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	padding-right: 0px;
}
.item_content {
	float: right;
}

#container {
	width: 990px;
	margin: 0 auto;

}

#rightbanner_col {
	float: left;
	width: 180px;
	background-color: #FCFCFA;
	min-height: 649px;
	background-image: url(../images/right_banners_bg.jpg);
	background-repeat: repeat-y;
}
.rightbanner {
	margin-bottom: 5px;
	margin-top: 0px;
}


#page {
	text-align: left;
	width: 990px;
	background-color: #FFFFFF;
	background-image: url(../images/rightbanner_column_bg.jpg);
	background-repeat: repeat-y;
	color: #000000;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#middle {
	text-align: left;
	width: 810px;
	background-color: #FFFFFF;
	background-image: url(../images/left_column_bg.jpg);
	background-repeat: repeat-y;
	color: #000000;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
	text-align: left;
	width: 810px;
}

#header {
	height: 0px;							// standard = 130px
	background-color: #FFFFFF;

}

#leftcolumn {
	float: left;
	width: 160px;
}
#rightcolumn {
	float: right;
	width: 650px;
}
#footer {
	clear: both;
	width: 810px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	height: 20px;
	font-size: 10px;
	color: #333333;

}


#logo {
	height: 0px;							// no log, Standaard = 100
	width: 569px;
	background-image: url(../images/toplogo.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 0px;					// standard = 1px = dashed line on bottom = top of menu
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #333333;
}

#logo ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 100px;			
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 180px;
}

#logo li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#logo li a{
	color: #333333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#topmenu {
	height: 35px;						// standard height 25px
	width: 990px;						// standard width 780px
	background-repeat: no-repeat;
	padding-top: 5px;					// standard 0px
	border-bottom-width: 0px;				// standard = 1px = dashed line on bottom
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #333333;
	background-color: #FFFFFF;				// standard : not defined
}

#topmenu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;			// standard 190
}

#topmenu li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#topmenu li a{

	text-decoration: none;

	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}

#topmenu li a:link, #menu li a:visited {

	font-weight: normal;

	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
#topmenu li a:hover {

	color: #000000;
	background: url(../images/topmenu1.jpg) ;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
#topmenu li a:active {


	padding: 5px 5px 5px 5px;
	}

.header_list_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}


#loginbox_left {
	height: 100px;							// Standard = 100px
	width: 209px;
	background-repeat: no-repeat;
	padding-top: 20px;

}


#loginbox {
	height: 10px;							// Standard = 100px
	width: 209px;
	margin-left: 569px;
	background-image: url(../images/Login.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 80px;
	padding-top: 5px;

}
#logintitle {
	font-size: 12px;
	color: #BB8800;
}


.lefttext {
	text-align: left;
	width: 500px;
	float: left;
	padding-left: 5px;
}


.righttext {
	text-align: right;
	width: 200px;
	float: right;
	padding-right: 5px;
}

.title {
	background-image: url(../images/titlebar.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 20px;
	color: #333333;
	font-size: 14px;
	height: 20px;
}

.title_top_item {
	background-image: url(../images/titlebar_top_item.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 20px;
	color: #333333;
	font-size: 14px;
	height: 20px;
}


.item_content {

	background-color: #FFFFFF;
}


.item_picture {

}


#nieuws {
	padding-bottom: 15px;

}

#nieuws  a {
	font-size: 12px;
	color: #BB8800;
	text-decoration: none;
}

#media {
	background-color: #FFFFFF;

}

#media   a {
	font-size: 12px;
	color: #BB8800;
	text-decoration: none;
}

#merken_zoeken {
	background-color: #FFFFFF;

}

#merken_zoeken    a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}



.item_content{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.grey_bottomline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}

#loginbox form {
	margin:0;
	padding:0;
	color: #333333;
}


#loginbox ul {
	margin:0;
	padding:0;
	height:16px;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	position:absolute;
	right:0px;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	width: 175px;
}

#loginbox li a{
	color: #BB8800;
	text-decoration: none;
	font-size: 12px;
}


#login_field {
	font-size: 12px;
	color: #666666;
	width: 100px;
}

#password_field {
	font-size: 12px;
	color: #666666;
	width: 100px;
}

/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */
	
#menu {
	width: 160px;
	margin: 0px;
	padding: 0px;
	}
	

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;

}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	font-weight: bold;
	display: block;
	background: url(../images/menu1.jpg);
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
	
#menu li a:hover {
	color: #000000;
	background: url(../images/menu1.jpg) 0 -50px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
	
#menu li a:active {
	color: #000000;
	background: url(../images/menu1.jpg) 0 -64px;
	padding: 8px 0 0 10px;
	}
	
/* =-=-=-=-=-=-=-[Menu two]-=-=-=-=-=-=-=- */
	
#menu2 {
	width: 160px;
	margin: 0px;
	padding: 0px;
	}
	

#menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	padding-left: 10px;
}
	
#menu2 li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	text-align: left;
	}		
	
#menu2 li a:link, #menu2 li a:visited {
	color: #333333;
	display: block;
	background: url(../images/menu2.jpg);
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
	
#menu2 li a:hover {
	color: #333333;
	background: url(../images/menu2.jpg) 0 -50px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
	
#menu2 li a:active {
	color: #333333;
	background: url(../images/menu2.jpg) 0 -64px;
	padding: 8px 0 0 10px;
	}


/* =-=-=-=-=-=-=-[Menu One No background picture]-=-=-=-=-=-=-=- */
	
#menu_no_back {
	width: 150px;
	margin: 5px;
	margin-right: 5px;
	padding: 0px;
	}
	

#menu_no_back ul {
	list-style: none;
	margin: 0;
	padding: 0,0,0,0;

}
	
#menu_no_back li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}	
	
#menu_no_back li a:link, #menu_no_back li a:visited {
	color: #000000;
	font-weight: normal;
	display: block;

	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	}
	
#menu_no_back li a:hover {
	color: #000000;
	background: url(../images/menu1.jpg) 0 -64px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	}
	
#menu_no_back li a:active {
	color: #000000;
	padding-right: 5px;
	}
	
/* =-=-=-=-=-=-=-[Menu two]-=-=-=-=-=-=-=- */
	
#menu2_no_back {
	width: 160px;
	margin: 0px;
	padding: 0px;
	}
	

#menu2_no_back ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	padding-top: 8px;
	padding-left: 10px;
}
	
#menu2_no_back li a {
	font-weight: normal;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	text-align: left;
	padding-top: 8px;
	}		
	
#menu2_no_back li a:link, #menu2 li a:visited {
	color: #333333;
	display: block;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
	
#menu2_no_back li a:hover {
	color: #333333;
	background: url(../images/menu2.jpg) 0 -50px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
	
#menu2_no_back li a:active {
	color: #333333;
	padding: 8px 0 0 10px;
	}
	
.contentbox {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: outset;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.contentbox_top_item {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: outset;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}



.yellow_title {
	font-size: 12px;
	color: #BB8800;
}

.red_title {
	font-size: 12px;
	color: #FF0000;
}

#form_fabrikant_zoeken {
	margin: 0px;
	padding: 0px;
	color: #333333;
}

.form_fabrikant_td {
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}

#welkom{
	height: 500px;
	padding-top: 10px;
}
#welkom p{
	padding-left: 10px;
}

#whiteline {
	clear: both;
	height: 5px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#promo_toevoegen {
	background-color: #FFFFFF;

}

#promo_toevoegen   a {
	font-size: 12px;
	color: #BB8800;
	text-decoration: none;
}

.yellow_text  {
	font-size: 12px;
	color: #BB8800;
	text-decoration: none;
}

.grey_text  {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}

#events_toevoegen {
	background-color: #FFFFFF;

}

#events_toevoegen   a {
	font-size: 12px;
	color: #BB8800;
	text-decoration: none;
}

.promotable {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}

.promo {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.promo_bottom {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.promo a {
	font-size: 12px;
	color: #BB8800;
	text-decoration: none;
}

.promo_bottom a {
	font-size: 12px;
	color: #BB8800;
	text-decoration: none;
}

.eventtable {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}

.event {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.event_bottom {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.event a {
	font-size: 12px;
	color: #BB8800;
	text-decoration: none;
}

.event_bottom a {
	font-size: 12px;
	color: #BB8800;
	text-decoration: none;
}

.admin_banner a {
	font-size: 12px;
	color: #BB8800;
	text-decoration: none;
}

#login_formbox {
	text-align: left;
	padding-left: 10px;
	width: 209px;
}

.lefttext_title {
	text-align: left;
}

#contact {
	padding-bottom: 15px;

}

#contact a {
	font-size: 12px;
	color: #BB8800;
	text-decoration: none;
}

#profiel {
	padding-bottom: 15px;

}

#profiel a {
	font-size: 12px;
	color: #BB8800;
	text-decoration: none;
}


#form_registratie {
	padding: 5px;
}

#form_registratie p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
#form_registratie p label {
  float: left;
  width: 30%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}

.errorcode {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.ajax-banner {
	height: 130px;
	width: 990px;					// standard = 500px?
	border: 1px;
}

.footer-banner {
	height: 83px;
	width: 500px;
}
