/* SITE MARKUP */

div#container {
	background-color: #160A06;
	padding: 0 15px;
}

div#header {
	background: #160A06 url('http://www.matthijnbuwalda.nl/wp-content/themes/default/images/title.gif') no-repeat;
	height: 150px;
}

div#header h1  {
	display: none;
}

a {
	color: #fff;
}

/***/

body {
	background: url('http://www.matthijnbuwalda.nl/wp-content/themes/default/images/background.jpg') no-repeat fixed;
	font: normal 14px/20px Arial, sans-serif;
	margin: 0; padding: 0;
	background-color: #160A06;
	color: #fff;
}

fieldset {
	border: 1px solid #986c2a;
	padding: 10px
}

legend {
	color: #986c2a;
	font-style: normal;
	font-weight: bold;
}

p#melding {
	border: 2px solid red;
	border-left: 0; border-right: 0;
	padding: 5px 15px;
	background-color: #F7F2F3;
	font-size: 80%;
	color: #000;
}
/* STRUCTUUR SITE */
div#container {
	width: 750px;
	margin: 0 auto;
}

table caption {
	font-style: italic;
	font-weight: bold;
}

table th {
	font-weight: normal;
	font-style: italic;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

table td {
	padding: 4px 6px;
}
.value {
	font-weight: bold;
}

/* FORM INFO NIET AANPASSEN */

.pre, .inputbox, .selectbox {
	margin-bottom: 4px;
}

.pre {
	display: block;
	float: left;
	width: 175px;
}

.inputbox {
	width: 20%;
}