@charset "iso-8859-1";
body {
	margin: 0px;
	background-image: url(../images/layout/top_bg.jpg);
	background-repeat:repeat-x; /* verander */
	background-color:#373737; /* verander */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* verander */
	font-size: 12px;
	color: #373737; /* verander (dis die font color) */
}
	
#wrapper {
	margin: auto;
	width: 960px;
}

#header {
	height: 201px;
	padding-top: 25px;
	padding-left: 179px;
}

#button_bar {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 800;
}

#button_bar a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

#button_bar a:hover {
	color: #FFF;
	font-size: 12px;
	font-weight: 800;
	background-color: #642a2a;
}

.button_border {
	border-right: thin;
	border-right-style: dashed;

}

#button_bg_left {
	background-image: url(../images/layout/button_bg.jpg);
	background-repeat: repeat-x;
	height: 47px;
	width: 254px;
}

#button_bg_right {
	background-image: url(../images/layout/button_bg.jpg);
	background-repeat: repeat-x;
	height: 47px;
	width: 254px;
}

#button_bg {
	background-image: url(../images/layout/button_bg.jpg);
	background-repeat: repeat-x;
	height: 47px;
}

#header_bg1 {
	background-image: url(../images/layout/header_bg1.jpg);
	background-repeat: repeat-x;
	height: 225px;
}

#content_bg_index {
	background-image: url(../images/layout/content_bg.jpg);
	background-repeat: repeat-x;
	height: 270px;
	padding-top: 50px;
}

#content_bg_work {
	background-image: url(../images/layout/content_bg.jpg);
	background-position: bottom;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	height: 580px;
	padding-top: 50px;
}

#content_bg_contact {
	background-image: url(../images/layout/content_bg.jpg);
	background-position: bottom;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	height: 460px;
	padding-top: 50px;
}

.fields {
	background-color:  #CCCCCC;
	padding: 2px;
}

#links a {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

#links a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #000000;
}

#footer {
	background-image: url(../images/content/images/woodworks-layout_09.png);
	width: 960px;
	height: 58px;
	background: #373737;
	font-size: 11px;
	color: #fff;
}

#footer a, a:hover, a:visited {
	font-size: 10px;
	
}

