body {
	font: 13px/150% "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, Sans-serif;
	color: black;
}


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

.medium {
	font-size: 0.9em;
	line-height: 140%;
}
.small {
	font-size: 0.8em;
	line-height: 130%;
}

/* headers */

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

h1 {
	font-size: 2em;
	color: black;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 0.8em;
	color: #6e1781;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.9em;
}

/* lists */

ul {
	margin: 0 0 1em 0;
	padding-left: 2em;
}
ol {
	margin: 0 0 1em 3em;
	padding: 0;
}


dt {
	float: left;
	width: 12em;
	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;
}


/* images */

img {
	border: none;
}


/* tables */

table {
	border-collapse: collapse;
	
}
table td {
	vertical-align: top;
	padding: 0.2em 0.3em;
}


/* forms */

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
}

input,
textarea {
	border: 1px solid #6e1781;
	background: white;
	padding-left: 3px;
	background: url(../images/interface/input_back.png) repeat-x left top;
}

.defaultWidth {
	width: 220px;
}

#wrapper form input.check,
#wrapper form input.radio,
#wrapper form option {
	border: none;
	width: auto;
	background: none;
}
#wrapper select,
#wrapper option {
	background: white;
}
#wrapper select option:hover {
	background: transparent !important;
}


input.button {
	border: 1px solid #222;
	background: #6e1781;
	padding: 1px 8px 1px 8px;
	cursor: pointer;
	font-weight: bold;
	color: white;
}
* html input.button {
	padding: 0px 2px 0 1px;
}

.required {
	color: #6e1781;
	font-size: 22px;
	line-height: 100%;
}


form table {
	clear: both;
	border-collapse: collapse;
	border: none;
}
form table th,
form table td {
	vertical-align: top;
	padding: 0.25em;
}

form table th {
	width: 15em;
	text-align: left;
}
#page_rejoice form table th {
	width: 11em;
}

#fc_postcode,
#fc_postcode_oud {
	width: 60px;
	margin-right: 9px;
}
#fc_woonplaats,
#fc_woonplaats_oud {
	width: 145px;
}


/* SPECIFIC */

#page_huwelijk form {
	color: #6e1781;
}

#page_geboorte .required,
#page_geboorte form {
	color: #224a91;
}
#page_geboorte input.button {
	background: #224a91;
}
#page_geboorte input,
#page_geboorte textarea {
	border: 1px solid #224a91;
}

#page_verhuizing .required,
#page_verhuizing form {
	color: #5e410a;
}
#page_verhuizing input.button {
	background: #5e410a;
}
#page_verhuizing input,
#page_verhuizing textarea {
	border: 1px solid #5e410a;
}

#page_huwelijksjubileum .required,
#page_huwelijksjubileum form {
	color: #ad0041;
}
#page_huwelijksjubileum input.button {
	background: #ad0041;
}
#page_huwelijksjubileum input,
#page_huwelijksjubileum textarea {
	border: 1px solid #ad0041;
}

#page_rejoice .required,
#page_rejoice form {
	color: #016d06;
}
#page_rejoice input.button {
	background: #016d06;
}
#page_rejoice input,
#page_rejoice textarea {
	border: 1px solid #016d06;
}
