body {
	margin-top: 0px;
	margin: 0px;
	padding: 0px;

	font-family: Verdana, Arial;
	font-size: 100%;

	background-image: url('../img/rechts.gif');
	background-position: right top;
	background-repeat: repeat-y;
}

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

select {
	background: #EEEEEE;
}

.optionNone {
	color: #666666;
}

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

ul {
	margin-top: 0px;
	margin-bottom: 2px;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	font-weight: bold;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	color: red;
}

.vijftig {
	width: 100%;
}

.vijftig td th {
	width: 50%;
}

.overzicht {
	width: 100%;
}

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

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

	padding-left: 20px;
	padding-right: 10px;

	cursor: pointer;
}

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

.noborder {
	border: 0px;
}

.een {
	background-color: #FFFFFF;
}

.twee {
	background-color: #EEEEEE;
}


.thumbnail {
	width: 110px;
	height: 110px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}

.thumbnail h4 {
	display: block;
	text-align: center;
	margin: 0px;
	font-size: 90%;
}

.thumbindex {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.thumbindex li {
	display: block;
	list-style: none;
	width: 110px;
	margin-right: 10px;
	float: left;
	margin-bottom: 5px;
	height: 110px;
}

.thumbindex li img {
	border: 1px solid #000000;
}

.thumbindex h4 {
	display: block;
	text-align: center;
	margin: 0px;
	font-size: 90%;
}

.thumbnail img {
	border: 1px solid black;
}

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

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

			.thumbs img {
				border: 0;
      height:64px;
			}

.vijftig td {
	width: 50%;
}


/* CMS eigenschappen */
	/* Basis */
		/* Nummernavigatie */
			#content .nummernavigatie {
				width: 100%;
				background: #CC0000;
			}

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

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