body {
	font: 90%/150% Georgia, "Times New Roman", Times, Serif;
	color: black;
}

/* text */

.medium {
	font-size: 0.9em;
}
.small {
	font-size: 0.8em;
}

/* anchors */

a	{
	color: #7d0000;
}
a:hover	{
	color: #003e33;
}


/* set margins and paddings for various elements */
address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin: 0 0 1em 0;
}


/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	color: #7d0000;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.3em;
	color: #003e33;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

blockquote {
	font-size: 0.8em;
	font-style: italic;
}

/* images */

a img {
	border: none;
}

.image {
	clear: both;
}

.border img {
	border: 1px solid #7d0000;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}
.right {
	float: right;
	margin: 0 0 1em 1em;
}
img.left,
img.right {
	margin-bottom: 0.5em;
}
.center {
	text-align: center;
}


/* lists */

ul {
	margin: 0 0 1em 1.6em;
	padding: 0;
}
ul li {
	padding-left: 0.3em;
}

ol {
	margin: 0 0 1em 3em;
	padding: 0;
}
ol li {
	padding: 0;
}


dt {
	float: left;
	width: 7em;
	font-weight: bold;
}

ul#sitemap li {
	font-weight: bold;
}
ul#sitemap li li {
	font-weight: normal;
	font-size: 0.95em;
}
ul#sitemap li li li {
	list-style: circle;
	font-weight: normal;
	font-size: 0.95em;
}

/* tables */

table {
	border-collapse: collapse;
	border: none;
}
td, th {
	text-align: left;
	vertical-align: top;
	padding: 0.2em 0.25em;
}

/* forms */
fieldset {
	margin: 0 0 15px 0; padding: 20px 20px 10px 20px;
	border: 1px solid #79917b;
}
legend {
	padding: 0 7px;
	font-weight: bold;
	font-size: 1.3em;
	color: #003e33;
}
	* html legend {
		margin-bottom: 10px; /* fix margin for IE6 */
	}
	* +html legend {
		margin-bottom: 10px; /* fix margin for IE7 */
	}
label {
	cursor: pointer;
}
input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font: 13px/120% Tahoma, Arial, Helvetica, sans-serif;
}

input,
textarea {
	border: 1px solid #7d0000;
	padding-left: 3px;
	background: white url(../images/interface/input_back.png) repeat-x left top;
}
option {
	background: #fff !important;
}

.defaultWidth {
	width: 200px;
}
.width2 {
	width: 20px;
}
.width3 {
	width: 30px;
}
.width4 {
	width: 40px;
}

input.check,
input.radio {
	border: none;
	width: auto;
	background: none !important;
}

#wrapper a.button,
input.button,
.button a {
	width: auto;
	border: 1px solid #222;
	background: #7d0000;
	padding: 2px 8px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
* html input.button {
	padding: 2px 2px 1px 2px;
}
.button:hover,
.button a:hover {
	color: white;
	background: #003e33;
}

.error {
	color: #cc0000;
	font-weight: bold;
}
.comment {
	font-style: italic;
	font-size: 0.85em;
	color: #003e33;
}

.required {
	color: #003e33;
	font-weight: bold;
}

form table {
	border-collapse: collapse;
	border: none;
}

form table td {
	vertical-align: top;
	padding: 0.25em;
}

form table td.label {
	width: 13em;
	color: #7d0000;
	font-weight: bold;
}

#fc_postcode {
	width: 60px;
	margin-right: 9px;
}
#fc_woonplaats {
	width: 125px;
}

/* booking */
#frm_booking table td.label {
	width: 190px;
	color: #7d0000;
	font-weight: bold;
}
#frm_booking table td.input {
	width: 230px;
	white-space: nowrap;
}
#frm_booking .defaultWidth {
	width: 220px;
}
#frm_booking input.postcode {
	width: 60px;
	margin-right: 9px;
}
#frm_booking input.plaats {
	width: 145px;
}





/* SPECIFIC */

/* specific */

table.travelInfo {
	width: 100%;
	background: #bbcec4;
	border: 1px solid #4f7568;
}
table.travelInfo td {
	padding: 5px 10px;
	font-size: 0.8em;
	color: #003027;
}
table.travelInfo td.label {
	font-weight: bold;
}

table.travelButtons {
	width: 100%;
}
table.travelButtons td {
	text-align: center;
}

table.photoGallery {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
table.photoGallery td {
	vertical-align: top;
	padding: 0 0 10px 0;
}
table.photoGallery td img {
	border: 1px solid #7d0000;
	margin-bottom: 5px;
}