body {
	font: 75%/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
}
#page_indepubliciteit body,
#page_pers body {
	color: #040607;
}

#footer {
	display: none;
}

/* anchors */

a:link,
a:visited	{
	color: #fff;
	text-decoration: underline;
}
a:hover,
a:active	{
	color: #ef825a;
	text-decoration: underline;
}

#page_indepubliciteit a:link,
#page_indepubliciteit a:visited {
	color: #2e2623;
}
#page_indepubliciteit a:hover,
#page_indepubliciteit a:active	{
	color: #ef825a;
	text-decoration: underline;
}

hr {
	display: none;
}
#content hr {
	display: block;
}

/* 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.3em;
	margin-bottom: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}

/* images */

img {
	border: none;
}


/* lists */

#content ul {
	list-style-image: url(../images/interface/bullet.png);
	padding-left: 2em;
}

* html #content ul {
	/* IE/WIN doesn't vertical-align the bullet well */
	list-style-image: url(../images/interface/bullet_ie.png);
}

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


/* forms */

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

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

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

input.button {
	border-top: 1px solid #ef825a;
	border-left: 1px solid #ef825a;
	border-bottom: 1px solid #5a0c08;
	border-right: 1px solid #5a0c08;
	background: #e71c21;
	padding: 0.1em 0.2em;
	cursor: pointer;
	font-weight: bold;
	color: white;
}
input.button:hover {
	border-top: 1px solid #5a0c08;
	border-left: 1px solid #5a0c08;
	border-bottom: 1px solid #ef825a;
	border-right: 1px solid #ef825a;
	color: black;
}

.required {
	font-size: 13px;
	line-height: 150%;
	color: #ef825a;
	font-weight: bold;
}

/* font-size bug in IE5 */
* html table td {
	font-size: 0.8em;
	f\ont-size: 12px;
}

#form_contact table {
	border-collapse: collapse;
	border: none;
}

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

#form_contact table td.label {
	width: 9em;
	white-space: nowrap;
}

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

#form_contact #fc_woonplaats {
	width: 145px;
}


/* thumbnail tabel */

table.thumbs {
	border-collapse: collapse;
	border: none;
	margin: 0 0 1em 0;
}

table.thumbs td {
	padding: 0 1.5em 1em 1.5em;
	text-align: center;
}

table.thumbs td h3 {
	margin-bottom: 5px;
}

table.thumbs td img {
	border: 1px solid #000400;
}
table.lightBorder td img {
	border-color: #dfbaad;
}

table td.caption {
	font-size: 11px;
	color: #dfbaad;
}
#page_indepubliciteit table td.caption {
	color: #473c37;
}
.caption {
	font-size: 11px;
}


table td.textLeft {
	text-align: left;
}
