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;
}

form {
	margin: 0;
}

img {
	border: 0;
}

.imagebutton {
  border: 0;
}

#standaardtemplate #menu {
  width: 20%;
	float: right;
}

#standaardtemplate #content {
  width: 75%;
	float: left;
}

label {
  cursor: pointer;
}

.radioknop {
  border: 0;
	background-color: transparent;
}


/* CMS eigenschappen */
	/* Basis */
		/* Algemeen */
			.noborder {
				border: 0;
			}

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

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

			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%;
			}

			.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 {
			  text-align: left;
			}
			
			.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: 20px;
				margin-right: 20px;
			}

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

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

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

			.thumbs h3 {
				text-align: center;
				text-decoration: none;
				color: #000000;
				font-size: 12px;
				margin: 0px;
			}
			
			.thumbs img {
			  width: 32px;
				height: 32px;
			}

			.thumbs h4 {
				text-align: center;
				text-decoration: none;
				color: #000000;
				font-size: 12px;
				margin: 0px;
			}
			
			.verborgen {
			  display: none;
			}

		/* 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;
			}
