body {
	background-color: #FFFFFF;
	background-image: url(../layout/logopz_bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#logopz_banner {
	background-image: url(../layout/logopz_boven_bg.jpg);
	background-repeat: repeat-x;
}
#logopz_footer {
	background-image: url(../layout/logopz_onder_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	clear: left;
}
#logopz_layout {
	background-image: url(../layout/logopz_bg_algemeen.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#logopz_inhoud {
	background-color: #FFFFFF;
	background-image: url(../layout/logopz_bg_inhoud.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 10px 20px 10px 260px;
	min-height: 600px;
	_height: 600px;
}
#grijslogo {
	background-image: url(../layout/logopz_bg_pijl.gif);
	background-repeat: no-repeat;
		min-height: 600px;
	_height: 600px;
}

h1 {
	font-size: 18px;
	color: #902444;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #902444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
}
h2 {
	font-size: 12px;
	background-color: #E5E5E5;
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#logopz_navigatie {
	width: 190px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.voetnoot {
	padding: 5px;
	border: 1px solid #D1D3E8;
}
#logopz_inhoud img {
	margin: 5px;
}
#jma_copyrighthouder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
	padding-bottom: 0px;
}
#p7s1content1 { position: absolute; width: 350px; z-index: 99; left: 0px; top: 100px; visibility: visible }
a: link {
	color: #D55500;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #D55500;
	text-decoration: underline overline;
}
a:active {
	color: #748EC1;
	text-decoration: underline;
}

/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: .8em;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
#p7TMctrl a:link {
	color: #666666;
}
#p7TMctrl a:visited {
	color: #666666;
}
#p7TMctrl a:hover {
	color: #FF9900;
}


/*Sets line-height of all menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.5; /* */
}


/*Sets background color and border around the menu DIV*/
#p7TMnav {
	border-bottom: 1px solid #999;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	margin: 0 0 .25em 0;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .6em establishing a fluid cascading indent*/
/*Sets a left border*/
#p7TMnav div div {
	margin: 0 0 0 .6em;
	border-left: 1px solid #999;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #000;
	font-size: 1em;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	display: block;
	color: #FFFFFF;
	border: 1px solid #999;
	padding: 0 0 0 0.4em;
	text-decoration: none;
	background-color: #748EC1;
	font-size: 12px;
	width: 165px;
}
#p7TMnav div a:visited {
	color: #fff;
}
#p7TMnav div a:hover {
	color: #333;
	background-color: #CCCCCC;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #999999;
	background-color: transparent;
	border: 0;
	width: 159px;
}
#p7TMnav div div a:hover {
	color: #fff;
	background-color: #999;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: .7em;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_plus.gif);
	background-position: 6px 5px;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 6px 5px;
	padding: 0 0 0 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	/*padding: 0 0 0 20px !important;*/
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent !important;
	color: #333 !important;
	padding: 0 0 0 20px !important;
}
/*special style for User Guide Tutorials*/
#stretchyCell {
	width: 14em;
}

#p7s1content1 {
	font-size: 10px;
}

.voetnoot {
	background-color: #E5E5E5;
	border: 1px solid #CCCCCC;
	margin-left: 40px;
	margin-right: 40px;
	padding: 5px;
}

.vet {
	font-weight: bold;
	color: #4D70B0;
}

.pviimenudiv td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.pviimenudiv p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; margin-top: 12px; margin-bottom: 6px}
.pviimenudiv b {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #666666}
.pviimenudiv a:link {
	color: #333333;
	text-decoration: none;
	background-color: #E5E5E5;
	display: block;
	width: 150px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.pviimenudiv a:visited {
	color: #333333;
	text-decoration: none;
	background-color: #E5E5E5;
	display: block;
	width: 150px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.pviimenudiv a:hover {	
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	width: 150px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.pviimenudiv a:active {	
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	width: 150px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}

.pviimenumark a:link {
	color: #333333;
	text-decoration: none;
	background-color: #999999;
	display: block;
	width: 150px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.pviimenumark a:visited {
	color: #333333;
	text-decoration: none;
	background-color: #999999;
	display: block;
	width: 150px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.pviimenumark a:hover {	
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	width: 150px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.pviimenumark a:active {	
	color: #333333;
	text-decoration: none;
	background-color: #999999;
	display: block;
	width: 150px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}

#p7s1content1 p{
	font-size: 11px;
}

#logopz_inhoud p {
    margin-top: 0px;
}

#logopz_inhoud h1 {
    margin-top: 0px;
	padding-top: 15px
}.adresgegevens {
	font-size: 11px;
	color: #000000;
}
.hoofdtiteltabak {
	font-size: 18px;
	color: #996633;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 0%;
	text-align: left;
	display:block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hoofdtitelvoeding {
	font-size: 18px;
	color: #FF9900;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 0%;
	text-align: left;
	display:block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hoofdtitelborstkanker {
	font-size: 18px;
	color: #001E95;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #001E95;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 0%;
	text-align: left;
	display:block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hoofdtitelvaccinatie {
	font-size: 18px;
	color: #CC99FF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC99FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 0%;
	text-align: left;
	display:block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hoofdtitelongevallen {
	font-size: 18px;
	color: #FF0000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 0%;
	text-align: left;
	display:block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hoofdtitelmilieu {
	font-size: 18px;
	color: #66CC66;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #66CC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 0%;
	text-align: left;
	display:block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.subtiteltabak {
	font-size: 12px;
	background-color: #D7AE86;
	border: 1px solid #CCCCCC;
	padding: 2px 5px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.subtitelvoeding {
	font-size: 12px;
	background-color: #FFDDAA;
	border: 1px solid #CCCCCC;
	padding: 2px 5px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.subtitelborstkanker {
	font-size: 12px;
	background-color: #BFCCFF;
	border: 1px solid #CCCCCC;
	padding: 2px 5px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	display:block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.subtitelvaccinatie {
	font-size: 12px;
	background-color: #EBD7FF;
	border: 1px solid #CCCCCC;
	padding: 2px 5px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.subtitelongevallen {
	font-size: 12px;
	background-color: #FF8888;
	border: 1px solid #CCCCCC;
	padding: 2px 5px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.subtitelmilieu {
	font-size: 12px;
	background-color: #B6E7B6;
	border: 1px solid #CCCCCC;
	padding: 2px 5px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
