/* 
	General styles for this example page */
	html{
		height:100%;
	}
	body{
		font-family: Arial;
		background-color:#CCCCCC;
		color:#333333;
		font-size:11px;
		margin:0px;
		padding:0px;
		text-align:center;
		height:100%;
		background-image:url('/images/stripe.jpg');
	}
	
	p{
		margin-top:5px;
		margin-bottom:10px;
	}
	
	.contenttable1
	{
		height:100%;
		background-color:white;
		border-collapse:collapse;
		padding:0px;
	}
	
	.content1
	{
		width:900px;
		vertical-align:top;
	}
	
	.schaduwlinks
	{
		background-image:url('/images/site/schaduwlinks.jpg');
		background-repeat:repeat-y;
		width:3px;
	}
	
	.schaduwrechts
	{
		background-image:url('/images/site/schaduwrechts.jpg');
		background-repeat:repeat-y;
		width:1px;
	}
	
	.tablezoeken
	{
		width:600px;
		border:1px #CCCCCC dashed;
	}
	
	.logo
	{
		height:20px;
		width:900px;
		background-repeat:no-repeat;
		background-position:top left;
	}
	.flags
	{
		position: relative;
		width: 870px;
		margin-top:0px;
		left: 4px;
	}
	
	.header
	{
		background-image:url(/images/oranje_header.jpg);
		background-repeat:no-repeat;
		height:205px;
		width:880px;
	}
	
	#hoofdContainer
	{
		margin:0 auto;
		height:100%;
		width:100%;
	}
	
	#mainContainer{
		width:880px;
		height:100%;
		margin:0 auto;
		text-align:left;
		background-color: #FFF;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:0px;	
	}
	
	#oranjebv_menu img{
		border:0px;
	}
	
	#oranjebv_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#oranjebv_menu{
		visibility:hidden;	
		width:100%;
		margin: 0 auto;
		font-size:12px;
	}
	#oranjebv_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#oranjebv_menu li{
		list-style-type:none;	/* No bullets */
		padding:0px;
		
		cursor:pointer;
	}	
	#oranjebv_menu a{

		margin:0px;
		padding:0px;
	}

	#oranjebv_menu ul{
		background-color:white;
		padding:5px;
	}
		
	#oranjebv_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		margin:0 auto;
		overflow:visible;
	}
	#oranjebv_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:1px solid #999999;
	}
	
	#oranjebv_menu a{
		color:#666666;		
		text-decoration:none;
		padding-left:1px;
		padding-right:1px;
	
	}
	
	#oranjebv_menu .currentDepth1{
		padding-left:2px;
		padding-right:2px;
		margin-left:5px;
		margin-right:5px;
		margin-top:0px;
		margin-bottom:0px;	
		
		height:30px;
		line-height:27px;
		background-image:url('/images/menu_knop.jpg');
		background-repeat:no-repeat;
		color:white;
		border:1px solid white;
		text-align:center;
		cursor:pointer;
	}
	#oranjebv_menu .currentDepth1over{
		padding-left:2px;
		padding-right:2px;
		margin-left:5px;
		margin-right:5px;
		height:30px;
		line-height:27px;		
		margin-top:0px;
		margin-bottom:0px;	
					
		background-image:url('/images/menu_knop.jpg');
		background-repeat:no-repeat;
		border:1px solid white;
		text-align:center;
		cursor:pointer;
	}
	#oranjebv_menu .currentDepth1 a{
		color:white;
		
	}
	#oranjebv_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		
	}
	
	/* Sub menu depth 1 */
	#oranjebv_menu .currentDepth2{
		
		padding-right:4px;
		border:1px solid #FFF;
	}
	#oranjebv_menu .currentDepth2over{
		
		padding-right:4px;
		background-color:#E2EBED;
		border:1px solid #999999;
	}	
	#oranjebv_menu .currentDepth2over a{	/* Text rules */
		color:#000;
	}	
	/* Sub menu depth 2 */
	#oranjebv_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#oranjebv_menu .currentDepth3over{
		padding-right:2px;
		background-color:#EDE3EB;
		border:1px solid #000;
	}
	/* Sub menu depth 3 */
	#oranjebv_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#oranjebv_menu .currentDepth4over{
		padding-right:2px;
		background-color:#EBEDE3;
		border:1px solid #000;
	}	
	.BlockRow
	{
		padding:0px;
		width:100%;
		margin:0 auto;
	}
	.block1
	{
		background-color:white;
		vertical-align:top;
		float:left;
		color:#333333;
		height:auto;
		margin:18px;
		/*border-left: 1px solid #eee;*/
		padding-left: 10px;		
	}
	.blocks
	{
		width:95%;
	}
	
	h1
	{
		color:#f66936;
		font-size:16px;
	}
	.producttable
	{
		padding:5px;
		margin:0 auto;
		border-spacing: 15px;
	}
	.contentwhole
	{
		background-color:white;
	}
	.producttd
	{
		height:150px;
		width:140px;
		cursor:pointer;
		border:1px #CCCCCC solid;
		text-align:left;
		padding: 3px;
	}
	.producttd img {
		width: 140px;
		height: 140px;
	}
.homepage_left
{
	height:100px;
	float:left;
	border-collapse:collapse;
}
.homepage_left_kop
{
	width:100%;
}
.homepage_left_text
{
	width:360px;
	float:left;
	padding-right: 20px;
	padding-left: 10px;
	border-left: 1px dashed #ccc;
}
.homepage_left_image
{
	width:100px;
	vertical-align:top;
	padding: 0px 10px 15px 0px;
}
.homepage_left_image div {
	padding: 1px;
	border: 1px solid #ccc;
}

.homepage_right
{
	width:310px;
	border-collapse:collapse;	
	height:100px;
	float:right;
}
.homepage_right_kop
{
	width:320px;
	height:26px;	
	color: #f66936;
	font-size:12px;
	padding-left:10px;
	font-weight:bold;
	background-image:url('/images/menu_knop.jpg');
	background-image:url('/images/tableheader2.jpg');
}
.homepage_right_text
{
	
	float:left;
}
.homepage_right_image
{
	width:80px;
	border-right:1px dashed #CCCCCC;
	vertical-align:top;
	padding:10px;
}
.homepage_righttd
{
	
}
.tableholder
{
	background-image:url('/images/tableschaduw.jpg');
	background-position: 470px 25px;
	background-repeat:repeat-y;
}
.verzorgingsadvies_table
{
	width:350px;
	border:1px dashed #CCCCCC;
	margin-bottom:25px;
}
.verzorgingsadvies_head
{
	font-size:14px;
	background-image:url('/images/borderdoorlopen.jpg');
	height:26px;
	color: #f66936;
	font-weight:bold;
	text-align:left;
}
.verzorgingsadvies_image
{
	border-right:1px dashed #CCCCCC;
	border-bottom:1px dashed #CCCCCC;
	width:100px;
	padding:10px;
	vertical-align: top;
}
.verzorgingsadvies_omschrijving
{
	vertical-align:top;
	border-bottom:1px dashed #CCCCCC;
	padding:10px;
}
.verzorgingsadvies_products
{
	padding:10px;
}
.ZoekResultaatHeader
{
	color:orange;
	font-size:11px;
	font-weight:bold;
}
.ZoekResultaatText
{
	font-size:11px;
}
.ZoekResultaatDiv
{
	width:300px;
	margin:2px;
	border:1px dotted orange;
	padding:1px;
	cursor:pointer;
}
.link
{
	color:#f66936;
	text-decoration:none;
	font-weight:bold;
}
.MenuTable
{
	width:880px;
}
.menudiv
{
	height:35px;
}
td.MenuTd
{
	padding-left:2px;
	padding-right:2px;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:0px;	
	height:20px;
	line-height:27px;
	background-image:url('/images/menu_knop.jpg');
	background-repeat:no-repeat;
	color:white;
	text-align:center;
	cursor:pointer;	
}
div.HiddenDivSystem
{
	display:none;
	position:absolute;
	min-width:125px;
	max-width:150px;
	background-color:white;
	border:1px solid #999999;
	margin-top:-23px;	
}
.td_menu_div
{
	text-align:left;
}
.HiddenDivHref
{
	color:#6f6f6f;
	text-decoration:none;
}
.HiddenDivTR
{
	background-color: #ffd9a4;
}
.HeadHref
{
	color:white;
	text-decoration:none;
}
.LeftHead { text-decoration:none; color:#6f6f6f; font-weight:bold;padding:5px;outline:none;}
.LeftNormal { text-decoration:none; color:#6f6f6f;outline:none; }
.BreadCrum
{
	color:#CCCCCC;
}

.table_rechts td {
	background-color: #fff;
	vertical-align: top;
	border-bottom: 1px dashed #ccc;
}
.BlockRow table 
{
	border: 1px solid #aaa;
	border-collapse: collapse;
}

.BlockRow a:link, .BlockRow a:active, .BlockRow a:visited {
	color: #666;
	text-decoration: underline;
}

.BlockRow a:hover {
	color: #f66936;
	text-decoration: underline;
}

.contentwhole a:link, .contentwhole a:active, .contentwhole a:visited {
	color: #666;
	text-decoration: underline;
}

.contentwhole a:hover {
	color: #f66936;
	text-decoration: underline;
}

h6 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

td.productMenu {
	width: 160px;
	border-right: 1px solid #ccc;
	vertical-align: top;
}

td.productMenu a:link, td.productMenu a:active, td.productMenu a:visited {
	text-decoration: none;
}
td.footerOnder {
	border-top: 1px solid #ccc;
	color: #888;
	background: #fcfcfc;
	text-align: center;
}
td.footerOnder ul {
	display: block;
}
td.footerOnder li {
	display: block;
	padding: 20px;
	border-left: 1px dashed #fff;
	float: left;
	padding-right: 50px;
}
td.footerOnder p {
	margin-top: 0px;
	line-height: 20px;
	text-align: left;
}
td.footerOnder a:link {	color: #888; text-decoration: underline; }
td.footerOnder a:active { color: #888; text-decoration: underline; }
td.footerOnder a:visited { color: #888;	text-decoration: underline; }
td.footerOnder a:hover { color: #666; }
