/* top level html containers */
html { height: 100%; overflow-x: auto; overflow-y:scoll; }
body {
	height: 100%;
	margin: 0 !important;
	padding: 0px;
	background: url(../img/main_bg.gif) top center repeat-y #fff;
	color: #4d4d4d;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/* general styling rules */
a { color: #000; }
a:hover { color: #f0a; }
table, form, p { margin: 0px; padding: 0px; }

img { 
	border: 0px;
	padding: 0;
	margin: 0; 
	display: none;

}

.colorized { background-image: url(../img/shade.png); }

/* form */
input {	
	border: 1px solid #666; color: #000; background: url(../img/form_bg.gif);
}
textarea {
	border: 1px solid #666; color: #000; background: url(../img/form_bg.gif); font-family: Arial, sans-serif;
}

h1{
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

h1 a{
	text-decoration: none;
}

h2{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

h2 a
{
	text-decoration: none;
}
.heading_merk{
	margin: 37px 0 15px 0;	
}

/* footer position using 'footerStickAlt' technique */
#contents {
	position: relative;
	height: 800px;
	width: 800px;
	right: 2px;
	/* margin-left: 1cm !important; */
	float: none;
	z-index: 2;
     /* overflow: auto; zorgt voor IE6 horizontale scrollbar removal */
	/* overflow-y: hidden;  zorgt voor IE6 verticale scrollbar removal.. ongewenst gedrag */ 
}
#contents img {
	display: none;
}


* html #contents {
	height: 100%; 
	
}
/* oude header
#header{
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: url(../img/verf_header.jpg) right center no-repeat;		
} */

#header{
	width: 100%;
	height: 100px;
	overflow: hidden;	
	display: none;
}
.nav{
	background: #fff;
	display: none;
	width: 100%;
	height: 51px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.taf {
	display: none;
}
#tell_a_friend_top {
	display: none;
}
#kiezer {
	margin: 50px 30px 50px 30px;
	text-decoration: none;
}

#kiezer h2 {
	font-size: 16px;
}
.show_all {
	position: relative;
	text-align: center;
	top: 40px;
	/* left: 1px; */
}
.pagination {
	margin: 35px 10px 5px 10px;
	display: none;
	padding-top: 15px;
	clear: both;
	text-align: center;
	/* border-top: 1px solid #e4e4e4; */
}

.pagination a {
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 2px;
	color: #666;
	background: #eee;
}

.pagination a.active {
	background: #ccc;
	color: #000;
}

.nav li{
	height: 50px;
	float: left;
	display: block;
	background: url(../img/menu_div.gif) right center no-repeat;
}

.nav a, .nav_selct {
	display: none;
	float: left;
	display: block;
	/*padding:18px 21px 0 20px; oldpadding*/
	padding:18px 16px 0 16px;
	height: 32px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #4d4d4d;	
	cursor: pointer;
}
.nav a:hover, .nav_selct{
	color: #fefefe;	
	background: url(../img/menu_select.gif);
}

.printen {
	text-align: right;
	text-decoration: none;
	cursor: pointer;
		display: none;
}

.printen a {
	text-align: right;
	text-decoration: none;
	margin-right: 10px;
	display: none;
}


.overlaylogo {
	left:35px;
	position:absolute;
	top:40px;
	z-index: 99;
	display: none;
}

.sitemappos a {
	left:727px;
	position:absolute;
	top:120px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	display: none;
}

/* positionering disclaimer */
.disclaimer a {
	left:716px;
	position:absolute;
	top: -16px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	display: none;
}

/* Voor de slideshow  */
#slideshow { position: relative; width: 100%; height: 100px; }
#slideshow div { position: absolute; left: 0; top: 0; }
    
/* positionering Logo */
.logoPPG {
	right: 10px;
	position:absolute;
	top:-50px;
}

.homeartikel
{
	background: #ebebeb;
	padding: 11px 19px 11px 19px;
	width: 482;
	/* margin-top: 10px; */
	margin: 10px 0 15px 0; 
}

.home_img{
	float: left;
	margin-right: 16px;
	margin-bottom:10px;
	border: 1px solid #b0b0b0;
}

.home_img img {
	float: left;
	border: 4px solid #fff;
}

.plainitem {
	width: 482;
	height: 35px;	
	margin: 10px 0 15px 0; 
	/*background: #ebebeb;*/
	padding: 11px 19px 11px 19px;
	
}

.item{
	width: 482;
	height: 100px;	
	margin: 10px 0 15px 0; 
	background: #ebebeb;
	padding: 11px 19px 11px 19px;
	
}

.item_img{
	float: left;
	margin-right: 16px;
	border: 1px solid #b0b0b0;
}

.item_img img{
	border: 4px solid #fff;
}


.item h2 > a {
	float: none;
}

.merken{
	font-size: 24px;
	color: #fff;
	margin-top: 50px;
}

#right_column {
	float:right;
	min-height:250px;
	position:relative;
	width:158px;
	display: none;
}

#right_bg{
	position: absolute;
	top: 0px;
	left: 0px;
}
#right_content {
	padding-left:3px;
	position:relative;
	text-align:left;
	display: none;
}



#right_content h1{
	color: #fff;
	position: relative;
	text-align: left;
	padding-left: 15px;
}

#right_column ul{
	margin: 0px;	
	padding:0;
	display: none;
}

#right_column li{
	display: block;
	margin: 0px 0px 10px -24px;
	padding-left: 40px;
	display: none;
}

#right_column a{
	color: #fff;	
}

#breadcrums{
	margin: 5px 0 0 0;
	width: 100%;
	height: 20px;	
}

#breadcrums a{
	color: #000;
	font-size: 11px;
	text-decoration: none;
}
.merk_page img {
	padding-left:247px;
	padding-top:22px;
}
.merk_page li{
	list-style-image: url(../img/list.gif);
}

#left_column{
	width: 620px; /* was 585px */
	margin-bottom: 20px;
	text-align: left;
	
}
#left_column img{
	display: none;
	margin-left: 10px;
}
#footer {
	display:none;
	position: relative;
	width: 848px;
	padding-top: 15px;
	height: 31px;
	margin-top: -70px;
	background: #fff;
	z-index: 8;
	border-bottom: none;
}

#footer a{
	display: none;
	color: #fff;
	text-decoration: none;
	font-weight: bold;	
}

#copyfooter {
	display: none;
	position: relative;
	width: 848px;
	height: 18px;
	background-color: #dedede;
	color: #777;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	padding-top: 4px;
	text-align: center;
	z-index: 8;
	border: 1px solid #fff; 
	border-bottom: none;
}

#copyfooter a {

	text-decoration: none;
	color: #777;
}
