/*--- Reservering Opmaak ---*/

form#reservering {
	background-color: #FFFFFF;
	color: #4f6b72;
	font-style:normal;
	margin-left: 37px;
}

#reservering table {
	background-color: #E4CE9C;
	color: #4f6b72;
	font : "Trebuchet MS", serif;
	font-size: 11px;
	width: 480px;
	border: 1px solid #098E12;
	border-collapse: collapse;
	
}

#reservering td {
 border: 1px solid #E9D8B0;
 padding-left: 4px;
 font : "Trebuchet MS", serif;
}

#reservering .text {
 font : "Trebuchet MS", serif;
 font-size: 11px;
 line-height: 22px;
 margin-right: 0px;


}

#reservering .button {
	font : "Trebuchet MS", serif;
	font-size: 12px;
	background-color: #B1CA77;
	color: #4f6b72;
	margin-top: 3px;
	margin-bottom: 2px;
}

.fieldcell input {

 font : "Trebuchet MS", serif;
 background-color: #F2F0D7;
 color: #4f6b72;
 border: 1px solid #284279;
 margin-right: 0px;
}

.smallfieldcell input {

 font : "Trebuchet MS", serif; 
 background-color: #F2F0D7;
 color: #4f6b72;
 border: 1px solid #284279;
}

.smallfieldcell select {
 font : "Trebuchet MS", serif; 
 background-color: #F2F0D7;
 color: #4f6b72;
 border: 1px solid #284279;
}

select {
	background-color: #FFFFFF;
	color: #4f6b72;
}


.indexbottomtxt {
	font-size: 9px;
	color: #698132;
	font-style: italic;
}
.indexbottomtxt2 {
	font-size: 9px;
	color: #698132;
}

/* ---- links  ------- */


a:link {
	color: #999900;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited {
	color: #999900;
	text-decoration: none;
	font-weight: bold;
	}

a:active {
	color: #999900;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #000000;
	background-color: #E6FFB0;
	text-decoration: none;
	font-weight: bold;
	}

