/*=============== NNZ CSS basis styles ============*/
body
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th, p
{
	color: #091C5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
td
{
vertical-align:top;
}
ul
{
	list-style-image: url("../images/layout/listbullet.gif");
/*background-position: 65px 4px;*/
}

/*=============== BrightContent classes ================*/

h1
{
	color: #091C5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px; /*	padding-bottom: 2px; 	padding-right: 25px; 	padding-left: 25px;  */
}
h2
{
	color: #091C5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-top: 5px; /*	padding-bottom: 2px; 	padding-right: 25px; 	 padding-left: 25px;  */
}
h3
{
	color: #091C5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 25px;
	padding-left: 25px;
}

/*=============== layout styles ================*/

.fotocell
{
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/content-top.gif);
	background-repeat: no-repeat;
}
@media all
{
	.fotocellprint
	{
		padding-top: 12px;
		padding-right: 12px;
		padding-bottom: 0px;
		padding-left: 12px;
		background-color: #FFFFFF;
		background-repeat: no-repeat;
	}
	.emptycontentcellprint
	{
		padding-top: 12px;
		padding-right: 12px;
		padding-bottom: 0px;
		padding-left: 12px;
		background-color: #FFFFFF;
		background-repeat: no-repeat;
	}
	.nnzblue
	{
		background-color: #B8BFD8;
	}
	.productdetailtop
	{
		margin-top: 12px;
		background-color: #B8BFD8;
	}

	.productdetailtop p
	{
		margin-top: 12px; /*margin:0px;*/
		padding: 0px;
	}
	.productdetailtop a
	{

		color: #091C5A;
	}

	/*.productdetailbottom
	{
		background-color: #B8BFD8;
		background-image: url(resources/images/layout/productdetail-hoek-rechts-onder2.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
	}*/
}

.emptycontentcell
{
	padding-top: 12px;
	/*padding-right: 12px;*/
	padding-bottom: 0px;
	/*padding-left: 12px;*/
	background-color: #FFFFFF;
	background-image: url(../images/layout/content-top.gif);
	background-repeat: no-repeat;
}

.contentcell
{
	padding-top: 12px; /*padding-top: 12px;*/
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

.contentcell p, .emptycontentcell p
{
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 25px;
	padding-left: 25px;
}


.nopadding
{
	padding-left: 37px;
	padding-right: 37px;
    margin-left: 0px;
    margin-right: 0px;
}

.nopadding p, .nopadding h1, .nopadding h2, .nopadding h3
{
	padding-left: 0px;
	padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.contentcell A, .emptycontentcell A
{
	color: #091C5A;
}
.contentcell A:hover, .emptycontentcell A:hover
{
	color: #B3DC1F;
}
.contentcell h1, .contentcell h2, .contentcell h3, .contentcell h4, .emptycontentcell h1, .emptycontentcell h2, .emptycontentcell h3, .emptycontentcell h4
{
	/*padding-top: 5px;*/
	padding-top: 0px;
	padding-bottom: 2px; /*padding-right: 25px; 	padding-left: 25px;*/
	margin-right: 25px;
	margin-left: 25px;
}
/*    .contentcell h1 */
.linkerdeel
{
	background-image: url(../images/layout/left-back.gif);
	background-repeat: repeat-y;
}
.rechterdeel
{
	background-image: url(../images/layout/right-back.gif);
	background-repeat: repeat-y;
}


/*========= language selection styles ========*/
div.languagelabel A:hover
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

div.languagelabel
{
	font-family: Arial, Helvetica, sans-serif;
}
div.languagelabel A
{
	font-size: 13px;
	font-weight: bolder;
	line-height: 13px;
	text-decoration: none;
	color: #091C5A; /*<display: block;*/ /*letter-spacing: 0px;*/ /*padding-left: 5px;*/
}
div.languagelabel A:hover
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

/*=============== menu styles ================*/

div.active A
{
	color: #FF0000;
}

div.label
{
	font-family: Arial, Helvetica, sans-serif;
}

div.label A
{
	font-size: 13px;
	font-weight: bolder;
	line-height: 14px;
	text-decoration: none;
	color: #091C5A;
	display: block;
	padding-left: 56px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 130px;
	line-height:16px;
}

div.label A:hover
{
	color: #ffffff;
}

div.content, div.contentjsOff
{
	color: #091C5A;
}

div.content div.content, div.content div.contentjsOff
{
	color: #091C5A;
}

div.content a, div.contentjsOff a
{
	display: block;
	padding-left: 75px;
	padding-top: 0px;
	padding-bottom: 3px;
	font-size: 11px;
	/*color: #5E7C3D;*/
	color: #091C5A;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/layout/bullet.gif);
	background-repeat: no-repeat;
	/*background-position: 65px 7px;*/
	background-position: 65px 4px;
}

div.content a:hover, div.contentjsOff a:hover
{
	color: #ffffff;
	background-image: url(../images/layout/bullet-over.gif);
}

div.content div.content a, div.content div.contentjsOff a
{
	padding-left: 0px;
}

/*============ active menu styles=============*/
div.labeljsOff
{
	font-family: Arial, Helvetica, sans-serif;
}

div.labeljsOff A
{
	font-size: 13px;
	font-weight: bolder;
	line-height: 14px;
	text-decoration: none;
	color: #808080;
	display: block;
	padding-left: 56px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 130px;
	line-height:16px;
}

div.contentjsOff a.activePage
{
	background-image: url(../images/layout/bulletgrijs.gif);
	color: #808080;
}

div.contentlinks a.activePage
{
	color: #808080;
	background-image: url(../images/layout/bulletgrijsbig.gif);
}



a#currentPage
{
	/*background-color: #F2FAFF; 	color: #333333;*/
	color: #808080;
	background-image: url(../images/layout/bulletgrijsbig.gif);
}

/*=============== content link styles ================*/

div.contentlinks
{
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: bolder;
	margin-top: 1px;
}

div.contentlinks A
{
	display: inline;
	padding-top: 2px;
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 20px;
	background-image: url(../images/layout/bulletgroen.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 12px; /*	line-height:16px; */
	color: #B3DC1F;

	text-decoration: none;
}
div.contentlinks A:hover
{
	background-image: url(../images/layout/bulletmedium.gif);
	/*color: #B3DC1F;*/
	/*text-decoration: underline;*/
	color:#5E7C3D;
}

td.contentlinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #D8EF89;
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;

}
td.contentlinks A
{
	display: block;
	text-decoration: none;
	color: #091C5A;
	width: 100%;
}

td.contentlinks A:hover
{
	color: #5E7C3D;
	vertical-align:middle;
	/*height:100%;*/
	/*line-height:100%;*/
}

td.activecontentlinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #091C5A;
	color: #FFFFFF;
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
}

td.activecontentlinks A
{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
}

td.activecontentlinks A:hover
{
	color: #5E7C3D;
}

/*  establishments  */

td.establishmentsmenu
{
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	font-weight:normal;
	white-space: nowrap;
	font-size: 11px; /*background-color: #D8EF89;*/
	height: 20px; /*padding-left: 8px; 	padding-right: 8px;*/
}
td.establishmentsmenu A
{
	display: block;
	text-decoration: none;
	color: #091C5A;
	width: 100%;
}

td.establishmentsmenu A.activepage
{
	font-weight: bold;
}

div.languagelabel A.activepage
{
	font-weight: bold;
	color: #FFFFFF;
}

td.establishmentsmenu A:hover
{
	color: #5E7C3D;
}

td.activeestablishmentsmenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #091C5A;
	color: #FFFFFF;
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
}

td.activeestablishmentsmenu A
{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
}

td.activeestablishmentsmenu A:hover
{
	color: #5E7C3D;
}


/* end establishments */



.hoek1
{
	background-image: url(../images/layout/contentmenu1.gif);
	background-repeat: no-repeat;
	text-indent: 7px;
}
.hoek2
{
	background-image: url(../images/layout/contentmenu2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 7px;
}
.hoek3
{
	background-image: url(../images/layout/contentmenu3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.hoek4
{
	background-image: url(../images/layout/contentmenu4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/*
===================================
===         BRIGHTIN BV         ===
===       www.brightin.nl       ===
===            2004             ===
===     Bart van der Meiden     ===
===================================
*/
.hoekjes-onder
{
	background-color: #FFFFFF;
	background-image: url(../images/layout/content-back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* footer */

#container {
	position			: relative;
}

#footer {
	margin				: 5px 0 0 40px;
	padding				: 8px 0 5px 0;
	text-align			: center;
	width				: 452px;
	position			: absolute;
	bottom				: 13px !important;
}

#footer span a {
	padding				: 0 5px 0 5px;
	margin				: 0;
	font-size			: 11px;
	height				: 16px;
	text-align			: left;
	text-decoration		: none;
	color				: #091C5A;
}

#footer span a:hover {
	color				: #5E7C3D;
}