input {
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #000000;
	background: #EEEEEE;
	border: 1px solid #666666;
}

select {
	background: #EEEEEE;
}

textarea {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	background: #EEEEEE;
	border: 1px solid #666666;
	padding: 1px;
}

/* CMS eigenschappen */
	/* Basis */
		/* Algemeen */
			img {
				border: 0px;
			}

			.noborder {
				border: 0px;
			}

			table .een {
				background-color: #FFFFFF;
			}

			table .twee {
				background-color: #EEEEEE;
			}

			td, th {
				text-align: left;
				vertical-align: top;
			}

			label {
				cursor: pointer;
			}

			.overzicht {
				width: 100%;
				border: 0px;
			}

			.overzicht td, th {
				padding: 2px;
			}

			.vijftig {
				width: 100%;
				border: 0;
			}

			.vijftig td, th {
				width: 50%;
			}

			.euro {
				background-image: url('../../img/euro_input.gif');
				background-position: top left;
				background-repeat: no-repeat;
				text-align: right;
				width: 75px;
			}

			.thumbs li  {
				display: inline;
				float: left;
				margin-right: 22px;
				margin-bottom: 22px;
			}

			.thumbs h3 {
				text-align: center;
				text-decoration: none;
				color: #000000;
				font-size: 100%;
				margin: 0px;
			}

		/* Nummernavigatie */
			#content .nummernavigatie {
				width: 100%;
				background: #B64E3D;
				height: 20px;
			}

			#content .nummernavigatie ul {
				float: left;
				background: #B64E3D;

				margin: 0px;
				padding: 0px;
			}

			#content .nummernavigatie li {
				display: inline;
				line-height: 20px;
				list-style: none;
				color: #FFFFFF;
				text-align: center;

				min-width: 15px;
			}

			#content .nummernavigatie li a {
				font-size: 11px;
				text-decoration: none;
				color: #FFFFFF;
			}

			#content .nummernavigatie .select_li {
				background: #F65E5E;
				color: #FFFFFF;
				font-weight: bold;

				border: 2px solid #FFB400;

				min-width: 15px;

				margin-left: 3px;
				margin-right: 3px;
			}

			#content .nummernavigatie .select_li a {
				text-decoration: none;
				color: #FFFFFF;
				font-weight: bold;
			}

			#content .nummernavigatie_box_select_option {
				background: #CCCCCC;
			}

			#content .nummernavigatie select {
				float: right;
			}

			#content .nummernavigatie .vorige {
				padding-right: 15px;
			}

			#content .nummernavigatie .volgende {
				padding-left: 15px;
			}

		/* Beheer */
			.button {
				background-position: left top;
				background-repeat: no-repeat;

				color: #000000;
				font-family: Verdana;
				font-size: 11px;
				line-height: 15px;
				text-decoration: none;

				cursor: pointer;

				padding-left: 20px;
				margin-right: 20px;
			}

			.button_toevoegen {
				background-image: url('../../img/icons/toevoegen.gif');

				background-position: left top;
				background-repeat: no-repeat;

				color: #000000;
				font-family: Verdana;
				font-size: 11px;
				line-height: 15px;
				text-decoration: none;

				cursor: pointer;

				padding-left: 20px;
				margin-right: 20px;
			}

			.button_wijzigen {
				background-image: url('../../img/icons/wijzigen.gif');
				background-position: left top;
				background-repeat: no-repeat;

				color: #000000;
				font-family: Verdana;
				font-size: 11px;
				line-height: 15px;
				text-decoration: none;

				cursor: pointer;

				padding-left: 20px;
				margin-right: 20px;
			}

			.button_bekijken {
				background-position: left top;
				background-repeat: no-repeat;

				color: #000000;
				font-family: Verdana;
				font-size: 11px;
				line-height: 15px;
				text-decoration: none;

				cursor: pointer;

				padding-left: 20px;
				margin-right: 20px;
				background-image: url('../../img/icons/bekijken.gif');
			}

			.button_verwijderen {
				background-position: left top;
				background-repeat: no-repeat;

				color: #000000;
				font-family: Verdana;
				font-size: 11px;
				line-height: 15px;
				text-decoration: none;

				cursor: pointer;

				padding-left: 20px;
				margin-right: 20px;
				background-image: url('../../img/icons/verwijderen.gif');
			}

			.buttons .button {
				padding-left: 0px;
			}

			.buttons {
				white-space: nowrap;
				text-align: right;
			}

			.taalkeuze {
				background-color: #EEEEEE;
				width: 194px;
				margin: 0;
				list-style: none;
				border: 1px solid #666666;
				border-bottom: 0;
			}

			.taalkeuze li {
				border-bottom: 1px solid #777777;
				line-height: 20px;
			}

			.taalkeuze img {
				margin-left: 5px;
				margin-right: 5px;
				filter:alpha(opacity=30);
			}

			select {
				width: 194px;
			}

			.noborder {
				width: auto;
			}