body {
	font: 80%/140% 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.3em;
	color: #00234c;
}

h3 {
	font-size: 1.2em;
	color: #8ab214;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 1.1em;
	color: #00234c;
}
h4 a {
	text-decoration: none;
}

h5 {
	font-size: 1em;
}
h5.date {
	font-size: 0.9em;
	color: #8ab214;
}

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;
}
.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 {
	vertical-align: top;
	padding: 0.2em 0.3em;
}


/* forms */

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font: 12px/120% Arial, Helvetica, Verdana, Sans-serif;
}

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

input.button,
input.check,
input.radio,
input.button,
option {
	border: none;
	width: auto;
	background: none;
}

#wrapper .button {
	border-top: 1px solid #aab6c1;
	border-left: 1px solid #aab6c1;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background: #00234c;
	padding: 1px 8px 1px 8px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
* html #wrapper input.button {
	padding: 1px 0 0 0;
}
#wrapper .button:hover {
	border-top: 1px solid #00234c;
	border-left: 1px solid #00234c;
	border-bottom: 1px solid #aab6c1;
	border-right: 1px solid #aab6c1;
	background: #4e6f8b;
	color: white;
}

.required {
	color: #76b900;
	font-weight: bold;
}

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

form table td,
form table th {
	vertical-align: top;
	padding: 3px 5px;
}

form table td.label,
form table th {
	text-align: left;
	width: 15em;
}

form table td.required {
	padding-left: 5px;
}

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

form #fc_woonplaats {
	width: 145px;
}


/* SPECIFIC */

dl.dateListing dt {
	width: 6em;
	font-weight: normal;
	color: #222;
}


/* tellingOnline */

form#tellingOnline table th,
form#tellingOnline table td {
	padding: 0.3em 0.5em;
}

form#tellingOnline table td.label,
form#tellingOnline table th {
	width: 12em;
}
#addressFiles {
	background: #f0fbde;
	border: 1px solid #76b900;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#addressQuotation {
	width: 100%;
}

#addressQuotation th,
#addressQuotation td {
	background: #f0fbde;
	border: 1px solid #76b900;
}
#addressQuotation th {
	background: #76b900;
	color: white;
}

