html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.trajectenlijst tr td a {
	color: #000;
}

body {
	background: url('../images/bg_body.jpg') fixed;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
}

img {
	border: 0px;
	margin: 0px;
	line-height: 0px;
}

div#wrapper {
	background: url('../images/bg_wrapper.jpg') repeat-y;
	margin: 0px auto;
	padding: 0px 0px 100px 0px;
	width: 904px;
	text-align: left;
	border-bottom: 2px #a18f5b solid;
}

div#header {
	margin: 0px auto;
	width: 898px;
	height: 60px;
}

div#visual {
	margin: 0px auto;
	width: 898px;
	height: 270px;
}

#content {
	margin: 0px auto;
	width: 898px;
}

#content_left {
	background: url('../images/bg_content.jpg') no-repeat bottom left;
	float: left;
	width: 625px;
}

#content_left h2 {
	color: #223992;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

.text {
	padding: 20px;
	line-height: 20px;
	text-align: justify;
}

#content_right {
	float: right;
	width: 260px;
}

#search {
	background: url('../images/bg_search.jpg') no-repeat;
	width: 255px;
	height: 185px;
}

.clear {
	clear: both;
}


.clear_buttons { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	margin: 0px auto;
	width: 898px;
}

a.button {
	background: transparent url('../images/bg_button_a.jpg') no-repeat scroll top right;
	color: #001b81;
	display: block;
	float: left;
	font: bold 11px verdana;
	height: 24px;
	margin-right: 0px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.button span {
	background: transparent url('../images/bg_button_span.jpg') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 14px;
}

a.button:active, a.button:hover, a.active {
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span, a.button:hover span, a.active span {
	background-position: bottom left;
	padding: 6px 0 4px 14px; /* push text down 1px */
}
label {
	float: left;
	width: 150px;
}

.feedback {
	padding: 10px;
	border: 1px red solid;
	color: red;
	width: 300px;
}


input, textarea {
	padding: 2px;
	border: 1px #C0C0C0 solid;
	margin: 3px 0px 0px 0px;
	width: 300px;
}

#search_form {
	padding: 40px 0px 0px 20px;
}

#search_form p {
	font-size: 11px;
	padding: 13px 0px 3px 0px;
	margin: 0px;
}

#search_form form select {
	width: 210px;
	border: 1px #C0C0C0 solid;
	font-size: 11px;
}

#search_form form select option {
	font-size: 11px;
}

.r_button {
	margin: 10px 0px 0px 35px;
}

.r_button img {
	border: 0px;
}

#foto_container {
	width: 580px;
}

.photo img {
	width: 150px;
	height: 150px;
	float: left;
	margin: 0px 30px 20px 0px;
	border: 2px #a18f5b solid;
}

.albums, .albums li {
	list-style-type: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.albums li a {
	color: #223992;
	font-weight: bold;
}