body {
	font: 14px/150% "Trebuchet MS", Tahoma, Arial, Helvetica, Verdana, 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;
}


/* 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;
	color: #ba024b;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
	color: #427918;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.85em;
}

/* 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 */

a img {
	border: none;
}
.image {
	clear: both;
	margin: 0 0 1em 0;
}

.border img,
img.border {
	border: 1px solid #222;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}

/* tables */

table {
	border-collapse: collapse;
	
}
table td,
table th {
	vertical-align: top;
	text-align: left;
	padding: 0.2em 0.3em;
}

table.data th,
table.data td {
	padding-right: 1.5em;
}


table.full {
	width: 100%;
}

table.zero th,
table.zero td {
	padding: 0;
}


/* forms */

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font-size: 13px;
	font: 13px/120% "Trebuchet MS", Tahoma, Arial, Helvetica, Verdana, Sans-serif;
}

input,
textarea {
	border: 1px solid #333;
	background: white;
	padding-left: 3px;
	background: white url(../images/interface/input_back.png) repeat-x left top;
}

.defaultWidth {
	width: 220px;
}

input.check,
input.radio,
input.button,
option {
	border: none;
	width: auto;
	background: none;
}

#wrapper .button {
	border-top: 1px solid #d5296d;
	border-left: 1px solid #d5296d;
	border-bottom: 1px solid #69002a;
	border-right: 1px solid #69002a;
	background: #ba024b;
	padding: 1px 8px 1px 8px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
* html #wrapper input.button {
	padding: 0 2px 1px 2px;
	font-size: 12px;
}
#wrapper .button:hover {
	border-top: 1px solid #69002a;
	border-left: 1px solid #69002a;
	border-bottom: 1px solid #d5296d;
	border-right: 1px solid #d5296d;
	background: #ba024b;
	color: #fc8bb8;
}
.button img {
	vertical-align: middle;
}

.required {
	color: #5d9632;
	font-weight: bold;
}

.alert {
	color: #ba024b;
}

form table {
	border-collapse: collapse;
	border: none;
}

form table td {
	vertical-align: top;
	padding: 0.25em;
}

form table th,
form table td.label {
	width: 12em;
}

form #achternaam {
	width: 134px;
}

form #postcode {
	width: 60px;
	margin-right: 9px;
}

form #woonplaats {
	width: 146px;
}



/* SPECIFIC */

.lead {
	font-weight: bold;
	margin-bottom: 1em;
}
.body {
	margin-bottom: 1em;
}

