body {
	font: 80%/150% Arial, Helvetica, sans-serif;
	color: black;
}

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

/* anchors */

a:link	{
	color: #008338;
	text-decoration: underline;
}
a:visited	{
	color: #01612a;
}
a:hover,
a:active	{
	color: #494000;
}

.more {
	color: #008338;
	font-weight: bold;
}


/* 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;
	color: #000000;
}

h2 {
	font-size: 1.4em;
	color: #008338;
}

h3 {
	font-size: 1.2em;
	color: #008338;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}


/* images */

img {
	border: none;
}


/* lists */

#content ul {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
* html #content ul { /* some bullets disappear in IE */
	position: relative;
}
#content ul li {
	padding-left: 1em;
	background: url(../images/interface/bullet.png) no-repeat 0.3em 0.55em;
}

#content ol {
	margin: 0; padding: 0;
	margin: 0 0 1em 3em;
}
#content ul li {
	padding-left: 1em;
}



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;
}

/* block */

#content blockquote	{
	border: 1px dashed #0067D1;
	padding: 1em 1em 0em 1em;
	width: 60%;
	margin: 1em;
}


/* forms */

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font: 100%/110% Arial, Helvetica, sans-serif;
}

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

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

input.button {
	border-top: 1px solid #b7dcc7;
	border-left: 1px solid #b7dcc7;
	border-bottom: 1px solid #00421c;
	border-right: 1px solid #00421c;
	background: #008338;
	padding: 2px 8px 2px 8px;
	cursor: pointer;
	font-weight: bold;
	color: white;
}
* html input.button {
	padding: 2px 2px 0 2px;
}
input.button:hover {
	border-top: 1px solid #00421c;
	border-left: 1px solid #00421c;
	border-bottom: 1px solid #b7dcc7;
	border-right: 1px solid #b7dcc7;
	color: white;
	padding: 1px 9px 3px 7px;
}

.defaultWidth {
	width: 300px;
}
.minWidth {
	width: 20px;
}

.required {
	color: #008338;
	font-weight: bold;
}
td.required {
	width: 10px;
}

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

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

form table td.label {
	width: 14em;
}

#frm_contact #fc_postcode,
#frm_ontbijtservice #fc_postcode,
#frm_ontbijtservice #fc_ontvang_postcode {
	width: 60px;
	margin-right: 9px;
}

#frm_contact #fc_woonplaats,
#frm_ontbijtservice #fc_woonplaats,
#frm_ontbijtservice #fc_ontvang_woonplaats {
	width: 225px;
}