/* Gemaakt door Arian Stolwijk <http://www.aryweb.nl> 24 okt 2008 */

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat-x #BBB;
}

img {
	border: 0;
}

#container {
	width: 790px;
	margin: 0 auto;
	background: url(../images/container_bg.jpg) repeat-y;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 245px;
}


#content {
	margin: 0 20px;
	background: url(../images/content_bg.jpg) repeat-x;
	min-height: 20px;
	padding: 20px;
}

#menu {
	border-bottom: #933 1px solid;
	border-top: #933 1px solid;
	background: #f7e4c8;
	margin: 0 20px;
}

#menu ul {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	float: left;
	display: block;
	border-right: #933 1px solid;
	padding: 5px 10px;
	color: black;
	text-decoration: none;
}

#menu ul li a:hover {
	background: #f0cc93;
}

.postcodeForm {
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.postcodeForm label {
	padding: 3px 10px 0 194px;
	font-size: 1.5em;
	color: #933;
	float: left;
}

.postcodeForm input#postcode {
	float: left;
	background: url(../images/postcode_input.jpg) no-repeat;
	height: 30px;
	width: 150px;
	border: none; 
	padding: 4px 13px 4px 3px;
	font-size: 1.5em;
	text-align: center;
	color: #933;	
}



#footer {
	background: url(../images/footer_bg.jpg) no-repeat bottom;
	padding: 0 25px 17px 25px;
	font-size: 0.8em;
}


.clear {
	clear: both;
}

form .formRow {
	margin: 2px 0;
	overflow: hidden;
	width: 100%;
}

form .radio {
	float: left;
}


form label.floated {
	min-width: 120px;
	_width: 120px;
	display: block;
	float: left;
}

fieldset {
	border: 0;
	background: #f7e4c8;
	border: 1px solid #933;
	padding: 20px;
	margin: 5px 20px;
}

input,textarea,select {
	border: 1px solid #933;
	background: #faf9f7;
}

input:hover,input:focus,textarea:hover,textarea:focus,select:hover,select:focus {
	background: #f9f2e3;
}

.dp_container {
	margin-left: 120px;
}
