/* mac hide \*/
HTML,BODY{
	height:100%;
	margin:0;
	padding:0;
}
/* end hide*/



TABLE.website_container{
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
}
TD.header{
	height: 126px;
	background-image: url(gfx/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
TD.row_green{
	height: 16px;
	background-color: #CCCC33;
	padding-right: 10px;
	line-height: 16px;
}

TD.row_white{
	height: 2px;
	background-color: #FFFFFF;
}
TD.row_grey{
	height: 19px;
	background-color: #B2B2B2;
}
TD.row_grey, TD.row_grey TD, TD.row_grey P, TD.row_grey A, TD.row_grey A:hover{
	color: #FFFFFF;
	font-family: arial;
	line-height: 19px;
}



/* header */

TD.slogan{
	padding-top: 57px;
	padding-right: 10px;
}

/* content (outer) */

TD.container_column_left{
	background-image: url(gfx/bg_left_column.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 210px;
}
TD.container_column_content{
	padding: 18px 0px 30px 0px;
	width: 518px;
}
TD.container_column_content_subsite{
	padding: 18px 0px 30px 0px;
	width: 723px;	/* 205 + 518 = 723 */
}
TD.container_column_right{
	background-color: #CCCC33;
	width: 205px;
}



/* textblock column left */

div.textblock_column_left_content{
	display:block;
	width: auto;
	height: auto;
	font-weight: bold;
	padding: 13px 15px 13px 15px;		/*padding: 13px 15px 13px 50px;*/
	color: #666666;
	border: 0px solid #ff0000;
}
body>html div.textblock_column_left_content{
	width: 145px;
	border: 0px solid #ff0000;
}
div.textblock_column_left_content A, div.textblock_column_left_content A:hover{
	color: #cccc33;
	text-decoration: none;
	font-weight: bold;
}
div.textblock_column_left_content A:hover{
	text-decoration: underline;
}

TD.container_column_right,
TD.container_column_right P,
TD.container_column_right TD,
TD.container_column_right DIV,
TD.container_column_right A, 
TD.container_column_right A:hover{
	font-size: 8pt;
	color: #ffffff;
}



/* textblock column right */

div.textblock_column_right{
	display:block;
	width: auto;
	height: auto;
	padding: 5px 8px 5px 10px;
}
body>html div.textblock_column_right{
	width: 187px;
}


/* right column - nieuwsplugin + textblock */

div.newsplugin_header, .textblock_column_right_title{
	display:block;
	width: auto;
	height: 19px;
	line-height: 19px;
	background-color: #8f8f23;
	text-indent: 10px;
	font-size: 9pt;
	font-weight: bold;
}

div.newsplugin_content, DIV.textblock_column_right_content{
	display: block;
	width: auto;
	height: auto;
	padding: 5px 8px 12px 10px;
}
body>html div.newsplugin_content, body>html div.textblock_column_right_content{
	width: 187px;
}

div.newsplugin_content A{
	text-decoration: none;
}
div.newsplugin_content A:hover{
	text-decoration: underline;
}


/* SEARCH ----------------------------- */


TD.quicksearch{
	height:27px;
	width: 150px;
	background-color: transparent;
}
/*
html>body TD.quicksearch{
	width: 145px;
}
*/

TD.quicksearch FORM{
	margin: 0;
	padding: 0;
}

TD.quicksearch INPUT{
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	width: 108px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #cccccc;
	margin: 0px 5px 0px 5px;
	padding: 3px 1px 1px 3px;
	float: left;
}

TD.quicksearch INPUT.button_image{
	background-image:url(http://www.lovah.nl/gfx/search_button_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	height: 18px;
	line-height: 18px;
	width: 18px;
	display: block;
	border: 0;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	cursor: hand;
	float: left;
}
TD.quicksearch INPUT.button_image:hover{
	background-image:url(http://www.lovah.nl/gfx/search_button_on.gif);
	cursor: hand;
}





/* TRAIL ******************************************************************* */	

DIV.trail_container{
	margin: 0px 0px 0px 234px;
}		

DIV.trail_container A, DIV.trail_container A:hover, A.trail, A.trail:hover{
	font-size: 7pt;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;		
}	

A.trail:hover{
	text-decoration: underline;
}
.trail_break{
	font-size: 7pt;
	line-height: 16px;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
}




div.clear, BR.clear{
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}


/* FOOTER ******************************************************************* */	

TD.footer, TD.footer A, TD.footer A:hover{
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
}
TD.footer A{
	text-decoration: underline;
}