div#header_foto img {
	display: 					none;
}
body {	
	font-family:				Arial;
	font-size:					11px;
	color:						#000000;
	margin:						0px;
	padding:					0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table td {
	padding:0px;
	vertical-align:top;
}
img {
	border:0px;
}
img.border {
	border:solid 0px #636363;
}


div#header {	
	display:						none;
}


div#menu_product {
	display:						none;
		
}

div#main_right {
	display:						none;
}

div#title {
	display:						inline;
	margin-top:						-18px;	
}

div.content_product_left {
	display:						inline;
	float:							left;
}	
div.content_product_right {
	display:						inline;
	float:							left;
}

/* begin nieuws product menu */
.content_product ul{
	margin: 						0;
	padding: 						0;
	list-style-type: 				none;
}

.content_product ul li{	
	position: 						relative;
	display: 						inline;
	float: 							left;
	list-style-type:				disc;
	list-style-position:			outside;
	padding-bottom:					4px;
}
.content_product ul li.active{	
	background-color:				#F89727;
}
.content_product ul li a.active{	
	color:							red;
}

.content_product ul li a{
	background-color: 				#ffffff; /*background of tabs (default state)*/
	color:							#1D88B4;	
	padding-left:					8px;
	padding-right:					8px;
	font-size:						12px;
	font-weight:					700;
}

* html div.content_product ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: 						inline-block;
}

.content_product ul li a:link {
}

.content_product ul li a:hover{
	text-decoration: 				underline !important;
}

/* einde nieuws product menu */

div.nieuws_block_main {
	display:						inline;
	clear:							both;
	float:							left;
	width:							100%;
	padding-bottom:					6px;
}

div.nieuws_top_main {
	display:						inline;
	clear:							both;
	float:							left;
	background-color:				#25B0E8;
	color:							#ffffff;
	padding-top:					6px;
	padding-bottom:					6px;
}

div.nieuws_top_main span.datum {
	font-weight:					normal;	
	text-transform: 				uppercase;
}

div.nieuws_top_main span.titel {
	font-weight:					700;	
	text-transform: 				uppercase;
}	

div.nieuws_text_main {
	display:						inline;
	clear:							both;
	float:							left;
	background-color:				#e0f3fd;
	color:							#000000;
	padding-top:					6px;
	padding-bottom:					6px;
	width:							100%;
}

h1 {
	color:							#1D88B4;
	font-size:						16px;
	font-weight:					700;
	margin-bottom:					10px;
}

div#footer {

}

div#footer span.text_left {
	display:						block;
	font-size:						18px;
	font-weight:					700;
}	
div#footer span.text_right {
	display:						block;
	line-height:					16px;
	color:							#000000;
}	

