.formselect {
	width: 150px;
}

input {
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #000000;
	background: #EEEEEE;
	border: 1px solid #666666;
}

select {
	background: #EEEEEE;
}

textarea {
	background: #EEEEEE;
	border: 1px solid #666666;
	width: 100%;
}

form {
	margin: 0;
}

img {
	border: 0px;
}

/* CMS eigenschappen */
	/* Basis */
		/* Algemeen */
     .radioknop {
       border: 0;
       background-color: transparent;
     }

     .verplicht {
      color: red;
     }

     .fout {
       border: 1px solid red;
       background-color: #F6FFBA;
     }

			.noborder {
				border: 0px;
			}

			table .een {
				background-color: #FFFFFF;
			}

			table .twee {
				background-color: #EEEEEE;
			}

     table .actief {
      background-color: #B0B0B0;
      cursor: pointer;
     }

			th {
				text-align: left;
				vertical-align: top;
				font-weight: bold;
			}

			td {
				text-align: left;
				vertical-align: top;
			}

			.overzicht {
				width: 100%;
				border: 0px;
			}

			.overzicht th {
				padding: 5px;
			}

			.overzicht td {
				padding: 5px;
			}

			.vijftig {
				width: 100%;
				border: 0;
			}

			.vijftig th {
				/*width: 50%; changed PaulD: 20070803 */
				width: 200px;
			}

			/*.vijftig td {
				width: 50%;
			}*/

			.kwart {
				width: 25%;
			}

			.euro {
				background-image: url('../../img/euro_input.gif');
				background-position: top left;
				background-repeat: no-repeat;
				text-align: right;
				min-width: 75px;
			}

     .euro1 {
       width: 25px;
     }

     .euro2 {
       text-align: right;
     }

			.button {
				background-position: center left;
				background-repeat: no-repeat;

				color: #000000;
				font-family: Verdana;
				font-size: 11px;
				line-height: 15px;
				text-decoration: none;

				cursor: pointer;

				padding-left: 10px;
				text-align: center;
			}

			.buttons .button {
				padding-left: 0px;
			}

			.buttons {
				white-space: nowrap;
				text-align: right;
			}

     .thumbs {
       margin-left: 0;
     }

			.thumbs li  {
				display: inline;
				float: left;
				margin-right: 22px;
				margin-bottom: 22px;
			}

			.thumbs h3 {
				text-align: center;
				text-decoration: none;
				color: #000000;
				font-size: 11px;
				margin: 0px;
			}

			.thumbs h4 {
				text-align: center;
				text-decoration: none;
				color: #000000;
				font-size: 11px;
				margin: 0px;
			}

     .thumbs img {
       height: 64px;
       width: 64px;
     }

		/* Nummernavigatie */
			#content .nummernavigatie {
				background-color: #f5f5f5;
				height: 23px;
				margin: 0px 0 7px 0;
				_padding: 2px 2px 1px 2px;
				padding: 6px 0px 0px ;
				border-top: 1px solid #858585;
				border-left: 1px solid #858585;
				border-right: 1px solid #858585;
				border-bottom: 1px solid #858585;
				width: 100%;
			}

			#content .nummernavigatie ul {
				float: left;

				margin: 0px;
				padding: 0px;
			}

			#content .nummernavigatie li {
				display: block;
				line-height: 18px;
				width: 20px;
				list-style: none;
				text-align: center;
				float: left;
				min-width: 15px;
			}

			#content .nummernavigatie li a {
				font-size: 11px;
				text-decoration: none;
				color: #000000;
			}

			#content .nummernavigatie .select_li {
				background: #4a3f82;
				color: #FFFFFF;
				font-weight: bold;
				border: 2px solid #FFFFFF;
				min-width: 15px;
				margin-left: 2px;
				margin-right: 2px;
				text-align: center;
			}

			#content .nummernavigatie .select_li a {
				text-decoration: none;
				color: #FFFFFF;
				font-weight: bold;
				text-align: center;
				display: block;
			}

			#content .nummernavigatie_box_select_option {
				background: #CCCCCC;
			}
