/* Body */
* {
	margin: 0;
}
html {
	scrollbar-face-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #d5d0cc;
	scrollbar-highlight-color: #d5d0cc;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-Color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	font: 11px Verdana;
}
div#container {
	margin: auto;
	width: 950px;
}

/* Header */
h1 {
	background: url('../images/header.jpg') no-repeat;
	width: 950px;
	height: 260px;
}
h1 a {
	text-indent: -99999px;
	display: block;
	width: 100%;
	height: 100%;
}

/* Menu */
ul#menu {
	width: 950px;
	height: 39px;
	padding: 0;
	background: url('../images/menu.jpg') no-repeat;
}
ul#menu li {
	display: block;
	float: left;
	font-size: 14px;
	font-family: Arial;
}
ul#menu li a {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	height: 39px;
	padding-top: 12px;
	text-align: center;
}
li#info {
	width: 104px;
}
li#zitmeubels {
	width: 160px;
}
li#meubels {
	width: 144px;
}
li#slapen {
	width: 127px;
}
li#stoffering {
	width: 147px;
}
li#contact {
	width: 124px;
}
li#nieuws {
	width: 138px;
}

/* Content */
div#content {
	width: 930px;
	background-color: #d5d0cc;
	padding-left: 20px;
}
div#content_nieuws {
	width: 910px;
	background-color: #d5d0cc;
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 20px;
}
div#firstCol {
	width: 282px;
	padding-top: 60px;
	padding-right: 10px;
	float: left;
}
div#secondCol {
	width: 618px;
	padding-top: 24px;
	float: left;
}

div#content h3, div#content_nieuws h3 {
	padding-left: 4px;
	font-size: 14px;
}
img#nieuws {
	margin-left: 30px;
}

div#content a, div#content_nieuws a {
	text-decoration: none;
	color: #000;
}
div#content a:hover, div#content_nieuws a:hover {
	font-weight: bold;
}

/* Footer */
div#footer {
	width: 950px;
	height: 80px;
	background: #d5d0cc url('../images/footer.jpg') no-repeat top;
	font-size: 10px;
}
div#tel {
	padding-top: 7px;
	padding-left: 50px;
}
div#copy {
	padding-top: 40px;
	text-align: right;
	padding-right: 10px;
	color: #6e6e6e;
}
img {
	border: 0;
}

/* Nieuws */
div#content_nieuws form {
	width: 500px;
}

div#content_nieuws form p {
	padding-top: 8px;
}

div#content_nieuws label {
	display: block;
	float: left;
	width: 10em;
	margin: auto;
	font-size: 11px;
}

input {
	width: 200px;
}

textarea {
	width: 200px;
	height: 100px;
}

input,textarea {
	border: 1px solid #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: auto;
	font-size: 11px;
}

div#content_nieuws input.radio, div#content_nieuws input.submit {
	width: auto;
	margin: auto;
	padding: 2px;
}

div#content_nieuws input.radio {
	float: left;
 	margin-right: 1em;
	border: 0;
}

div#content_nieuws fieldset {
	text-align: left;
	margin: 1em 0; 
  	padding: 1em;
	width: 400px;
/*	background-color: #5e5456; */
}

div#content_nieuws legend {
	font-weight: bold;
	font-size: 130%;
}

div#content_nieuws h4 {
	font-size: 13px;
}





