@charset "utf-8";
/* CSS Document De Jong & De Nerée */

html {
	height:100%;
	width:100%;
}

body {
	margin:0;
	padding:0;
	background:#989898 url(../images/bg.gif) center repeat-y;
	font:12px/1.4em Arial, Helvetica, sans-serif;
	color:#404040;
}

a:link {
	color:#f6150e;
	text-decoration:none;
}
a:active {
	color:#f6150e;
	text-decoration:none;
}
a:visited {
	color:#f6150e;
	text-decoration:none;
}
a:hover {
	color:#f6150e;
	text-decoration:underline;
}

#main_container {
	background:#FFFFFF;
	margin:0 auto;
	width:897px;
	height:100%;
}

#header {
	height:128px;
	width:100%;
}

#logo {
	margin-top:24px;
	text-align:center;
}

#menu {
	width:800px; /*840*/
	color:#7f0a0a;
	font-weight:bold;
	margin-left:30px;
	margin-top:27px;
	text-transform:lowercase;
	font:bold 12px Arial, Helvetica, sans-serif;
}

#menu span {
	color:#f6150e;
}

#menu a:link {
	text-decoration:none;
	color:#7f0a0a;
	padding-left:4px;
	padding-right:4px;
}
#menu a:active {
	text-decoration:none;
	color:#f6150e;
	padding-left:4px;
	padding-right:4px;
}
#menu a:visited {
	text-decoration:none;
	color:#7f0a0a;
	padding-left:4px;
	padding-right:4px;
}
#menu a:hover {
	text-decoration:none;
	color:#f6150e;
	padding-left:4px;
	padding-right:4px;
}

#submenu {
	width:770px; /*770*/
	color:#7f0a0a;
	margin-left:30px;
	margin-top:6px;
	text-transform:lowercase;
	font:bold 11px Arial, Helvetica, sans-serif;
}

#submenu a {
	text-decoration:none;
	color:#7f0a0a;
	padding-left:4px;
	padding-right:4px;
}

#submenu span {
	padding-left:4px;
	padding-right:4px;
	color:#f6150e;
}

#submedewerkers {
	width:770px; /*770*/
	color:#7f0a0a;
	margin-left:100px;
	margin-top:6px;
	font:bold 11px Arial, Helvetica, sans-serif;
}

#submedewerkers a {
	text-decoration:none;
	color:#7f0a0a;
	padding-left:4px;
	padding-right:4px;
}

#submedewerkers span {
	padding-left:4px;
	padding-right:4px;
	color:#f6150e;
}

#afbeelding {
}

#afbeelding_links {
	float:left;
	position:relative;
	width:224px;
	height:212px;
}
#afbeelding_rechts {
	float:left;
	position:relative;
	width:224px;
	height:212px;
}

#content {
	float:right;
	position:relative;
	margin-top:20px;
	width:112px;
	text-align:left;
}

#content_onder {
	margin:0 auto;
	margin-top:20px;
	width:447px;
	min-height:185px;
	padding-bottom:30px;
	background: url(../images/footer_image.jpg) center bottom no-repeat;
}

#content_midden {
	float:left;
	position:relative;
	margin-left:25px;
	margin-right:25px;
	margin-top:90px;
	width:399px;
	padding-bottom:30px;
	background: url(../images/footer_image.jpg) center bottom no-repeat;
}

#content_offerte {
	float:left;
	position:relative;
	padding:25px;
	width:399px;
	background:#d9d9d9;
}

#content_midden h1 {
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}

/* FORM */

.field {
	border:#FFFFFF 1px solid;
	font:12px Arial, Verdana;
	color:#999999;
	width:180px;
}

.button {
	border:0px;
	background:#922623;
	font:bold 11px Arial, Verdana;
	color:#ffffff;
	width:120px;
}

textarea {
	background:#FFFFFF;
	border:0px;
	width:100%;
	font:12px Arial, Verdana;
	color:#999999;
}
