/* **************************************************************
*****************************************************************

		PM IT Solutions
			http://www.pm-it.nl
			
*****************************************************************
************************************************************** */

/* ===============================================================================================
			WEBSITE ONTWERP OPMAAK
=============================================================================================== */


/* ---------------------------------------------------------------------
			ALGEMEEN
--------------------------------------------------------------------- */

html {

	margin: 0;
	padding: 0;
	
	height: 100%;
	width: 100%;
}

body {

	margin: 0;
	padding: 0;
	
	height: 100%;
	width: 100%;
	
	text-align: center;
	
	background-image: url(../img/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;

	background-color: #efefef;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4d4d4d;
}

table {

	margin: 0;
	padding: 0;

	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4d4d4d;

}



/* ---------------------------------------------------------------------
			CONTAINER
--------------------------------------------------------------------- */

div#bigcontainer {

	height: auto;
	width: 930px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;

	background-color: #ffffff;
	background-image: url(../img/bg_bigcontainer.gif);
	background-repeat: repeat-x;
	background-position: top;


	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;

}

div#smallcontainer {

	height: auto;
	width: 910px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
}

/* ---------------------------------------------------------------------
			TOP
--------------------------------------------------------------------- */

div#top {

	width: 100%;
	height: 111px;

	font-size: 10px;

}

	div#top div.left-logo {
	
		width: 25%;
		height: 111px;
		
		float: left;

	}
	
		div#top div.left-logo img.logo {
		
			margin-top: 8px;
			margin-left: 15px;
		}
		
			div#top div.left-logo a img.logo {
			
				text-decoration: none;
				border: 0;
			}		
	
	div#top div.middle-adress {
	
		width: 20%;
		height: 111px;
		
		float: left;

	}
	
		div#top div.middle-adress p.adress{
		
			margin-top: 20px;
	
		}

		div#top div.middle-adress a,
		div#top div.middle-adress a:active
		div#top div.middle-adress a:visited {
		
			color: #970010;

		}
	


		div#top div.middle-adress a:hover {
		
			font-weight: bold;

			color: #970010;

		}


		


	div#top div.right {
	
		width: 54%;
		height: 111px;
		
		float: right;

	}


		div#top div.right div.top-links {
		
			width: 100%;
			height: 67%;
			
			line-height: 30px;

			text-align: right;
		}
		
			div#top div.right div.top-links ul {
			
				margin: 0;
				padding: 0;
				
			}
			
				div#top div.right div.top-links ul li {
				
					display: inline;
					
					list-style-type: none;
					
					margin-left: 7px;
					margin-right: 7px;
					
				}
				
					div#top div.right div.top-links ul li a {
					
						text-decoration: none;
						color: #4d4d4d;
						
						font-size: 10px;
						font-weight: bold;

					}
					
						div#top div.right div.top-links ul li a:hover {
						
							text-decoration: none;
							color: #b82636;
							
						}
				
				
		
		
		div#top div.right div.bottom-friendly {
		
			width: 100%;
			height: auto;

			display: inline;


		}

			div#top div.right div.bottom-friendly div.left-search {
			
				float: left;
		
				margin-left: 30px;
	
				width: 265px;			
				height: 20px;

	
			}

	
				div#top div.right div.bottom-friendly div.left-search div#search-left {
				
					float: left;

					height: auto;

					margin-top: 8px;
	
			
				}


	
				div#top div.right div.bottom-friendly div.left-search div#search-right {
				
					float: right;
	
					height: auto;

					margin-top: 7px;
	
			
				}


			div#top div.right div.bottom-friendly div.right-friendlylinks {
			
				float: right;

				width: 118px;
				height: 100%;

				padding-top: 3px;

			
			}	
	
				div#top div.right div.bottom-friendly div.right-friendlylinks td {
				
	
				
				}	
		
/* ---------------------------------------------------------------------
			MENU
--------------------------------------------------------------------- */

div#menu {

	width: 100%;
	height: 63px;


}

	/* ---------------------------------------------------------------------
				TOP NAV
	--------------------------------------------------------------------- */


	div#menu div.top-nav {
	
		width: 100%;
		height: 31px;

	

	}
	
		div#menu div.top-nav ul {
		
			margin: 0;
			padding: 0;
		}
		
			div#menu div.top-nav ul li.normal-first {
			
				float: left;
				
				list-style-type: none;
				
				width: 181px;
				height: 100%;
				
				text-align: center;
				
				line-height: 31px;
				
				background-image: url(../img/bg_li-normal-first.gif);
				background-repeat: no-repeat;
				
				color: #ffffff;

			}
			
				div#menu div.top-nav ul li.normal-first a {
				
					display: block;
					
					color: #ffffff;
					text-decoration: none;
					
					text-align: center;
					
					line-height: 31px;
					
					background-image: url(../img/bg_li-normal-first.gif);
					background-repeat: no-repeat;

					font-size: 10px;
	
				}
				
				div#menu div.top-nav ul li.normal-first a:hover {
				
					display: block;
					
					color: #ffffff;
					text-decoration: none;
					
					text-align: center;
					
					line-height: 31px;
					
					background-image: url(../img/bg_li-normal-first-hover.gif);
					background-repeat: no-repeat;
	
				}							
		
			div#menu div.top-nav ul li.normal {
			
				float: left;
				
				list-style-type: none;
				
				width: 182px;
				height: 100%;
				
				text-align: center;
				
				line-height: 31px;
				
				background-image: url(../img/bg_li-normal.gif);
				background-repeat: no-repeat;
				
				color: #ffffff;


			}
			
				div#menu div.top-nav ul li.normal a {
				
					display: block;
					
					color: #ffffff;
					text-decoration: none;
					
					text-align: center;
					
					line-height: 31px;
					
					background-image: url(../img/bg_li-normal.gif);
					background-repeat: no-repeat;

	
					font-size: 10px;

				}	
				
				div#menu div.top-nav ul li.normal a:hover {
				
					display: block;
					
					color: #ffffff;
					text-decoration: none;
					
					text-align: center;
					
					line-height: 31px;
					
					background-image: url(../img/bg_li-normal-hover.gif);
					background-repeat: no-repeat;
	
				}									
			
			div#menu div.top-nav ul li.active {
			
				float: left;
				
				list-style-type: none;
				
				width: 182px;
				height: 100%;
				
				text-align: center;
				
				line-height: 31px;
				
				background-image: url(../img/bg_li-active.gif);
				background-repeat: no-repeat;
				
				color: #ffffff;
			}	
			
				div#menu div.top-nav ul li.active a {
				
					list-style-type: none;
					
					text-decoration: none;
					color: #ffffff;
					
					display: block;
					
					text-align: center;
					
					line-height: 31px;
					
					background-image: url(../img/bg_li-active.gif);
					background-repeat: no-repeat;

					font-size: 10px;
				
				}	

			div#menu div.top-nav ul li.active-first {
			
				float: left;
				
				list-style-type: none;
				
				width: 181px;
				height: 100%;
				
				text-align: center;
				
				line-height: 31px;
				
				background-image: url(../img/bg_li-active-first.gif);
				background-repeat: no-repeat;
				
				color: #ffffff;

			}	
			
				div#menu div.top-nav ul li.active-first a {
				
					list-style-type: none;
					
					text-decoration: none;
					color: #ffffff;
					
					display: block;
					
					text-align: center;
					
					line-height: 31px;
					
					background-image: url(../img/bg_li-active-first.gif);
					background-repeat: no-repeat;

					font-size: 10px;


				}	

				
	/* ---------------------------------------------------------------------
				SUB NAV
	--------------------------------------------------------------------- */									
		
	
	div#menu div.bottom-subnav {
	
		width: 100%;
		height: 32px;
		
		background-image: url(../img/bg_bottom-subnav.gif);
		background-repeat: no-repeat;
		
		line-height: 27px;
		
	}	
	
		div#menu div.bottom-subnav img.menu-line {
		
			float: left;
			
			margin: 0;
			padding: 0;
			
			height: 30px;
			
		}	
	
		div#menu div.bottom-subnav ul {
		
			margin: 0;
			padding: 0;
			
			margin-left: 10px;
			height: 30px;

			
		}	
		
			div#menu div.bottom-subnav ul li {
			
				float: left;
				
				list-style-type: none;
				
				width: auto;
				height: 100%;
				
			}		
			
				div#menu div.bottom-subnav ul li.normal a {
				
					color: #ffffff;
					text-decoration: none;
					
					padding-left: 10px;
					padding-right: 10px;
					
					background-image: url(../img/bg_subnav-li.gif);
					
					display: block;
					
					float: left;
					
					height: 100%;

					font-size: 10px;

					
				}	
				
					div#menu div.bottom-subnav ul li.normal a:hover {
					
						color: #d9757f;
						text-decoration: none;
						
						padding-left: 10px;
						padding-right: 10px;
						
						/* background-image: url(../img/bg_subnav-li-hover.gif); */
						
						display: block;
						
						height: 100%;
						
					}

				div#menu div.bottom-subnav ul li.active a {
				
					color: #ffffff;
					
					padding-left: 10px;
					padding-right: 10px;
					
					background-image: url(../img/bg_subnav-li.gif);
					
					display: block;
					
					float: left;
					
					height: 100%;

					text-decoration: underline;

					font-size: 10px;

					
				}	
				
					div#menu div.bottom-subnav ul li.active a:hover {
					
						color: #ffffff;
						text-decoration: underline;
						
						padding-left: 10px;
						padding-right: 10px;
						
						/* background-image: url(../img/bg_subnav-li-hover.gif); */
						
						display: block;
						
						height: 100%;
						
					}												
				


/* ---------------------------------------------------------------------
			IMAGE
--------------------------------------------------------------------- */

div#image {

	width: 100%;
	height: 122px;
	
	background-image: url(../img/bg_image.gif);
	background-repeat: no-repeat;

	font-size: 10px;
	
}


	div#image div.image-left {
	
		width: 647px;
		height: 100%;
		
		float: left;

	}
	
		div#image div.image-left img {
		
			position: absolute;
		}
		
		div#image div.image-left div.image-left-bottom-breadcrumb {
		
			width: 637px;
			height: 30px;

			color: #000000;
			
			line-height: 25px;
			
			padding-left: 10px;

			position: absolute;

			margin-top: 98px;

			
		}
		
			div#image div.image-left div.image-left-bottom-breadcrumb span.normal a {
			
				color: #000000;
				text-decoration: none;
				
			}

			div#image div.image-left div.image-left-bottom-breadcrumb span.active a {
			
				color: #000000;
				text-decoration: none;
				
			}
	
	div#image div.image-right {
	
		width: 263px;
		height: 100%;
		
		float: left;

		text-align: center;

	}
	

		div#image div.image-right a img {
		
			border: 0;
			padding: 0;

			margin-top: 8px;

			z-index: 10;
	
		}

		div#image div.image-right input {

			border: 0px;
			
			background: none;
			background-image: url(../img/bg_input_gray.jpg);
			background-repeat: no-repeat;
			
			width: 198px;
			height: 20px;
			
			padding-top: 4px;
			padding-right: 7px;
			padding-left: 7px;
			
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #7b8285;
			font-size: 10px;
			
			
			}

			div#image div.image-right input:focus {
			
				color: #4b4b4b;
				font-style: normal;
			
			}
			
			
				div#image div.image-right input.button {

					background-color: #666c6f;
					background-image: url(../img/bg_button.jpg);
					background-repeat: repeat-x;

					border: 1px solid #666c6f;

					width: auto;
					height: 20px;

					margin: 0;
					padding: 2px;

					font-style: normal;

					color: #ffffff;

				}
			
/* ---------------------------------------------------------------------
			CONTENT
--------------------------------------------------------------------- */

div.content {

	width: 100%;
	height: auto;
	min-height: 10px;
	
	margin-top: 5px;
	margin-bottom: 5px;
	
	float: left;
	
}

	div.content div.content-top {
	
		width: 100%;
		height: auto;
		min-height: 100px;
				
		background-image: url(../img/bg_content.gif);
		
		float: left;

	}


	div.content div.content-top-single {
	
		width: 100%;
		height: auto;
		min-height: 100px;
				
		background-image: url(../img/bg_content-top-single.gif);
		
		float: left;

	}


	div.content div.content-top-2column2 {
	
		width: 100%;
		height: auto;
		min-height: 100px;
				
		background-image: url(../img/bg_content-2column2.jpg);
		
		float: left;

	}

		/* ---------------------------------------------------------------------
				BLOCK-LEFT
		--------------------------------------------------------------------- */
		
		div.content div.content-top div.block-left {
	
			width: 235px;
			height: auto;
			
			float: left;
			
			margin-right: 5px;

		}


		
			
			div.content div.content-top div.block-left div.blocktitle {
			
				margin: 0;
				padding: 0;
				
				height: 29px;
				width: 100%;

				color: #b82636;
				font-size: 14px;
				font-weight: bold;

				background-image: url(../img/bg_block-left-content-blocktitle.gif);
				background-repeat:no-repeat;
				background-position: bottom;

				
			}

				
			div.content div.content-top div.block-left div.block-left-content {
		
				width: 235px;
				height: auto;
				min-height: 200px;

				background-image: url(../img/bg_block-left-content.gif);
				background-repeat: no-repeat;
			
			
			}		
			
			
				div.content div.content-top div.block-left div.block-left-content div.block-left-spacing {
			
					padding-left: 10px;
					padding-right: 10px;
					
				}				

/* ---------------------------------------------------------------------
			BLOCK-LEFT-2COLUMN2
--------------------------------------------------------------------- */


		div.content div.content-top-2column2 div.block-left-2column2 {
	
			width: 670px;
			height: auto;
		
			float: left;

			
		}



				
			div.content div.content-top-2column2 div.block-left-2column2 div.blocktitle {
			
				margin: 0;
				padding: 0;
				
				height: 31px;
				width: 100%;

				color: #b82636;
				font-size: 14px;
				font-weight: bold;

				background-image: url(../img/bg_block-right-content-blocktitle.gif);
				background-repeat:no-repeat;
				background-position: bottom;

				
			}


				
			div.content div.content-top-2column2 div.block-left-2column2 div.block-left-2column2-content {
				
				height: auto;
				min-height: 200px;

				background-image: url(../img/bg_block-right-content.gif);
				background-repeat: no-repeat;

				
			}	
			
				div.content div.content-top-2column2 div.block-left-2column2 div.block-left-2column2-spacing {
			
					padding-left: 12px;
					padding-right: 12px;
					
				}





										
		




							
		
		/* ---------------------------------------------------------------------
					BLOCK-RIGHT
		--------------------------------------------------------------------- */

		div.content div.content-top div.block-right {
	
			width: 670px;
			height: auto;
		
			float: right;

			
		}


	
				
			div.content div.content-top div.block-right div.blocktitle {
			
				margin: 0;
				padding: 0;
				
				height: 29px;
				width: 100%;

				color: #b82636;
				font-size: 14px;
				font-weight: bold;

				background-repeat: no-repeat;
				background-position: bottom;
				background-image: url(../img/bg_block-right-content-blocktitle.gif);

				
			}


				
			div.content div.content-top div.block-right div.block-right-content {
				
				height: auto;
				min-height: 200px;

				background-image: url(../img/bg_block-right-content.gif);
				background-repeat: no-repeat;

				
			}	
			
				div.content div.content-top div.block-right div.block-right-spacing {
			
					padding-left: 12px;
					padding-right: 12px;
					
				}






/* ---------------------------------------------------------------------
			BLOCK-RIGHT-2COLUMN2
--------------------------------------------------------------------- */




		div.content div.content-top-2column2 div.block-right-2column2 {
	
			width: 235px;
			height: auto;
			
			float: right;
			
			margin-left: 5px;

		}




			div.content div.content-top-2column2 div.block-right-2column2 div.blocktitle {
			
				margin: 0;
				padding: 0;
				
				height: 31px;
				width: 100%;

				color: #b82636;
				font-size: 14px;
				font-weight: bold;

				background-image: url(../img/bg_block-left-content-blocktitle.gif);
				background-repeat:no-repeat;
				background-position: bottom;

				
			}

				
			div.content div.content-top-2column2 div.block-right-2column2 div.block-right-2column2-content {
		
				width: 235px;
				height: auto;
				min-height: 200px;

				background-image: url(../img/bg_block-left-content.gif);
				background-repeat: no-repeat;
			
			
			}		
			
			
				div.content div.content-top-2column2 div.block-right-2column2 div.block-right-2column2-content div.block-right-2column2-spacing {
			
					padding-left: 10px;
					padding-right: 10px;
					
				}	








/* ---------------------------------------------------------------------
			BLOCK-RIGHT-SINGLE
--------------------------------------------------------------------- */




div.content div.content-top-single div.block-right-single {
	
			width: 910px;
			height: auto;
		
			float: left;

			
		}	
				
			div.content div.content-top-single div.block-right-single div.blocktitle {
			
				margin: 0;
				padding: 0;
				
				height: 29px;
				width: 100%;

				color: #b82636;
				font-size: 14px;
				font-weight: bold;

				background-image: url(../img/bg_block-right-single-content-blocktitle.gif);
				background-repeat: no-repeat;
				background-position: bottom;

				
			}


				
			div.content div.content-top-single div.block-right-single div.block-right-single-content {
				
				height: auto;
				min-height: 200px;

				background-image: url(../img/bg_block-right-single-content.gif);
				background-repeat: no-repeat;

				
			}	
			
				div.content div.content-top-single div.block-right-single div.block-right-single-spacing {
			
					padding-left: 12px;
					padding-right: 12px;
					
				}		
						
		
												
	
	/* ---------------------------------------------------------------------
				CONTENT FOOTERS
	--------------------------------------------------------------------- */

	
	div.content div.content-top-footers {
	
		width: 910px;
	
		float: left;
	
		margin-bottom: 5px;

	}
	
		div.content div.content-top-footers div.block-left-foot {
		
			background-image: url(../img/bg_block-left-foot.gif);
			background-repeat: no-repeat;
			
			width: 235px;
			height: 44px;
			
			float: left;
		}	


		div.content div.content-top-footers div.block-right-foot {
		
			background-image: url(../img/bg_block-right-foot.gif);
			background-repeat: no-repeat;
			
			width: 670px;
			height: 44px;
			
			float: right;
		}




		div.content div.content-top-footers div.block-left-2column2-foot {



			background-image: url(../img/bg_block-right-foot.gif);
			background-repeat: no-repeat;
			
			width: 670px;
			height: 44px;
			
			float: left;
		}	


		div.content div.content-top-footers div.block-right-2column2-foot {
		
			background-image: url(../img/bg_block-left-foot.gif);
			background-repeat: no-repeat;
			
			width: 235px;
			height: 44px;	

			
			float: right;
		}


		div.content div.content-top-footers div.block-right-single-foot {
		
			background-image: url(../img/bg_block-right-single-foot.gif);
			background-repeat: no-repeat;
			
			width: 910px;
			height: 44px;
			
			float: left;
		}


	/* ---------------------------------------------------------------------
				CONTENT BOTTOM
	--------------------------------------------------------------------- */
	
	div.content div.content-bottom {
	
		width: 910px;
		min-height: 50px;
		height: auto;

		background-image: url(../img/bg_content-bottom.gif);
		
		float: left;
	}
	
		/* ---------------------------------------------------------------------
					BLOCK-BOTTOM
		--------------------------------------------------------------------- */
	
		div.content div.content-bottom div.block-bottom {
		
			width: 100%;
			height: auto;
			
			float: left;
		}	
		


			div.content div.content-bottom div.block-bottom div.blocktitle {
			
				margin: 0;
				padding: 0;
				
				height: 29px;
				width: 100%;

				color: #b82636;
				font-size: 14px;
				font-weight: bold;

				background-image: url(../img/bg_block-right-single-content-blocktitle.gif);
				background-repeat: no-repeat;
				background-position: bottom;

				
			}				
			
			div.content div.content-bottom div.block-bottom div.block-bottom-content {
			
				width: 100%;
				height: auto;

				background-image: url(../img/bg_block-bottom-content.gif);
				background-repeat: no-repeat;
				
				min-height: 40px;

			}	
			
				div.content div.content-bottom div.block-bottom div.block-bottom-content div.block-bottom-spacing {
				
					padding-left: 10px;
					padding-right: 10px;
	
				}							

			div.content div.content-bottom div.block-bottom div.block-bottom-foot {
			
				width: 100%;
				height: 35px;
				
				background-image: url(../img/bg_block-bottom-foot.gif);


			}	
		

/* ---------------------------------------------------------------------
			FOOT
--------------------------------------------------------------------- */


div#foot {

	width: 100%;
	height: auto;
	
	clear: both;

	font-size: 10px;

}

	div#foot div.foot-top {
	
		width: 100%;
		height: 32px;
		
		line-height: 32px;
		
		background-image: url(../img/bg_foot-top.gif);
		background-repeat: no-repeat;

		
		color: #ffffff;

	}

		div#foot div.foot-top a {
		
			text-decoration: none;
			color: #ffffff;
	
		}	
	
		div#foot div.foot-top div.left-copyright {
		
			width: 40%;
			height: 100%;
			
			margin-left: 15px;
			text-align: left;
			
			float: left;
	
		}
		
		div#foot div.foot-top div.right-links {
		
			width: 40%;
			height: 100%;
			
			margin-right: 15px;
			text-align: right;
			
			float: right;
	
		}


			div#foot div.foot-top div.right-links ul {
			
				margin: 0;
				padding: 0;
				
			}
			
				div#foot div.foot-top div.right-links ul li {
				
					display: inline;
					
					list-style-type: none;
					
					margin-left: 7px;
					margin-right: 7px;
					
				}
				
					div#foot div.foot-top div.right-links ul li a {
					
						text-decoration: none;
						color: #ffffff;
						
					}
					
						div#foot div.foot-top div.right-links li a:hover {
						
							text-decoration: none;
							color: #d9757f;
							
						}
		
		
	div#foot div.foot-bottom {
	
		width: 100%;
		height: 21px;
		
		text-align: center;
		
		margin: 0;
		padding: 0;
		
		color: #9c9c9c;
	
		line-height: 30px;

	}

		div#foot div.foot-bottom p {
		
			margin: 0;
			padding: 0;
	
	
		}
	


/* ---------------------------------------------------------------------
			site-roundoff
--------------------------------------------------------------------- */


div#site-roundoff {

	height: 9px;
	width: 932px;
	
	margin-left: auto;
	margin-right: auto;

	background-image: url(../img/bg_site-roundoff.gif);
}


/* ===============================================================================================
            ALGEMENE OPMAAK
=============================================================================================== */	



/* ---------------------------------------------------------------------
			AFBEELDINGEN OPMAAK
--------------------------------------------------------------------- */

img {



}



a img {


	border: 1px solid #cdcdcd;

	padding: 2px;

	background-color: #ffffff;

}

a img.tx-a1teasermenu_p1_image {


	border: 0;

	padding: 0;

	background: none;
}


img.logo {

	border: 0;

	text-decoration: none;

	background: none;

	padding: 0;
}

/* ---------------------------------------------------------------------
			HYPERLINKS OPMAAK
--------------------------------------------------------------------- */


#mycontent a,
#mycontent a:active,
#mycontent a:visited {

	color: #970010;

}

#mycontent a:hover {

	color: #970010;

	font-weight: bold;

}

h3 a {


}



/* ---------------------------------------------------------------------
			KOPPEN OPMAAK
--------------------------------------------------------------------- */


font.redtext {

	color: #970010;
	
	font-size: 9px;
} 


font.subpagelink a {

	color: #b82636;

	text-decoration: none;

	font-weight: bold;

}

/* ---------------------------------------------------------------------
			FORMULIEREN OPMAAK
--------------------------------------------------------------------- */

form{
margin-top: 4px;
}

input#search-input {

	border: 0px;
	
	background-image: url(../img/bg_search-input.gif);
	background-repeat: no-repeat;
    background-attachment: scroll; 
	overflow: hidden;

	width: 166px;
	height: 15px;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-left: 25px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7b8285;
	font-size: 10px;

	
	}

	input:focus#search-input {
	
		color: #4b4b4b;
		font-style: normal;
	
	}



input {

	border: 0px;
	
	background-image: url(../img/bg_input.gif);
	background-repeat: no-repeat;

	
	width: 198px;
	height: 20px;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-left: 7px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7b8285;
	font-size: 10px;
	
	
	}

	input:focus {
	
		color: #4b4b4b;
		font-style: normal;
	
	}


textarea {

	border: 0px;
	
	background-image: url(../img/bg_textarea.gif);
	background-repeat: no-repeat;
	
	width: 250px;
	height: 100px;
	
	padding-top: 4px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 4px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7b8285;
	font-size: 10px;

	overflow: hidden;
	
	
	}

	textarea:focus {
	
		color: #4b4b4b;
		font-style: normal;

	
	}


select {

	border: 0px;
	
	background-image: url(../img/bg_input.gif);
	background-repeat: no-repeat;
	
	width: 198px;
	height: 20px;
	
	padding: 1px;
	margin: 1px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7b8285;
	font-style: italic;
	font-size: 10px;
	
	
	}

	select:focus {
	
		color: #4b4b4b;
		font-style: normal;
	
	}

/* ---------------------------------------------------------------------
			KNOPPEN OPMAAK
--------------------------------------------------------------------- */




input.search-submit {

	border: 0px;
	
	background-image: url(../img/btn_zoeken.gif);
	background-color: #ffffff;
			
	margin-left: 5px;
	
	width: 54px;
	height: 22px;
	
}

	input:hover.search-submit {
	
		cursor: pointer;
		
		background-image: url(../img/btn_zoeken-hover.gif);

		
	}


input.button,
input.submit,
input.tx-indexedsearch-searchbox-button {

	background-color: #666c6f;
	background-image: url(../img/bg_button.jpg);
	background-repeat: repeat-x;

	border: 1px solid #666c6f;

	width: auto;
	height: 20px;

	margin: 0;
	padding: 2px;

	font-style: normal;

	color: #ffffff;

}






td.fontsize-1 a {

	border: 0px;
	
	background-image: url(../img/btn_fontsmaller.gif);
	background-repeat: no-repeat;

	display: block;
			
	margin-left: 2px;
	
	width: 22px;
	height: 22px;
}



	td.fontsize-1 a:hover {
	
		cursor: pointer;
		
		background-image: url(../img/btn_fontsmaller-hover.gif);
		
	}


td.fontsize0 a {

	border: 0px;
	
	background-image: url(../img/btn_fontnormal.gif);
	background-repeat: no-repeat;

	display: block;
			
	margin-left: 2px;
	
	width: 22px;
	height: 22px;

	
}



	td.fontsize0 a:hover {
	
		cursor: pointer;
		
		background-image: url(../img/btn_fontnormal-hover.gif);

		
	}


td.fontsize1 a {

	border: 0px;
	
	background-image: url(../img/btn_fontbigger.gif);
	background-repeat: no-repeat;

	display: block;
			
	margin-left: 2px;
	
	width: 22px;
	height: 22px;

	
}



	td.fontsize1 a:hover {
	
		cursor: pointer;
		
		background-image: url(../img/btn_fontbigger-hover.gif);

		
	}


td.printlink a {

	border: 0px;
	
	background-image: url(../img/btn_print.gif);
	background-repeat: no-repeat;

	display: block;
			
	margin-left: 2px;
	
	width: 22px;
	height: 22px;

	
}



	td.printlink a:hover {
	
		cursor: pointer;
		
		background-image: url(../img/btn_print-hover.gif);

		
	}


/* ---------------------------------------------------------------------
			HR OPMAAK
--------------------------------------------------------------------- */

.ondersteuning{
	background-color: red;
}

.ondersteuning content{
	background-color: #ffffff;
}

.ondersteuninglogo{
	float: left;
	padding-top: 3px;
	padding-left: 3px;
}

.invoerscherm{
	border: 0px;
	background: none;
	background-repeat: no-repeat;
	background-color: red;
	width: 500px;
	height: 50px;
	padding-top: 4px;
	padding-right: 7px;
	padding-left: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 40px;
	border: 2px solid #000000;
}
