html, body {
	margin: 0 !important;
	padding: 0 !important;
	background: #607000 url('images/bodybg.jpg') repeat-x !important;
}
a {
    color: #3282F1;
}
a:visited {
    color: #3282F1;
}
div#container {
	width: 910px;
	background: #fff url('images/containerbg.jpg') center repeat-y;
	margin: auto;
}
div#header {
	height: 160px;
	background: #fff url('images/headerbg.jpg') center top no-repeat;
}
div#content {
	width: 636px;
	padding: 14px 20px 0px 60px;
	background: transparent url('images/contentbg.jpg') center top no-repeat;
	float: left;
	clear: left;
        min-height:500px;
        height:auto !important;
        height:500px;
}
div#content img {
        display: inline;
}
div#sidebar_top {
	width: 164px;
	height: 190px;
	padding: 0px 20px 0px 10px;
	background: #acc22c url('images/sidebartopbg.jpg');
	float: right;
	clear: right;
}
div#sidebar_bottom {
	width: 194px;
	min-height: 340px;
	padding-top: 50px;
	background: transparent url('images/sidebarbottombg.jpg') no-repeat;
	float: right;
	clear: right;
}
div.clear {
	clear: both;
}

div#testdiv {
    width: 910px;
    height: 5px;
    background: #000;
    margin: auto;
}
div#testdiv div {
    width: 706px;
    height: 5px;
background: #ffffff;
}

/*--------------------Navigatie-----------------*/
ul#navigatie {
	width: 625px;
	position: absolute;
	margin: 0px 0px 0px 25px;
	top: 138px;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #fff;
}

ul#navigatie li {
	display: inline;
	padding: 0px 4px;
}

ul#navigatie li a {
	text-decoration: none;
	color: #adcdfa;
}
ul#navigatie li a:hover {
	text-decoration: underline;
}
ul#navigatie li.active a {
	color: #FFFFFF;
}

/*-------------------Header toplinks----------------*/
div#toplinks {
	position: absolute;
	top: 97px;
	margin-left: 610px;
	font-size: 14px;
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
}
div#toplinks a {
	color: #adcdfa;
	text-decoration: none;
}
div#toplinks a:hover {
	text-decoration: underline;
}
div#toplinks a.active {
	color: #FFFFFF;
}
/*-------------------Content----------------*/
div#content {
	color: #5f6f0d;
	font-size: 14px;
}
div#content h1 {
	font-size: 20px;
	color: #5f6f0d;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}
div#content h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 0px 0px 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 0px 0px 0px;
        margin-bottom: 0;
}
div#content p {
	margin: 0px 0px 14px 0px;
}

/*-----------------Sidebar top-----------------*/
div#sidebar_top {
	font-size: 12px;
	color: #fff;
}
div#sidebar_top hr {
	height: 1px;
	border: none;
	background-color: #fff;
}
div#sidebar_top h1 {
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
}
div#sidebar_top a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div#sidebar_top a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
/*-----------------Sidebar bottom----------------*/
div#sidebar_bottom {
	color: #95a82a;
	font-size: 13px;
}
div#sidebar_bottom a {
	color: #a9bf2b;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
div#sidebar_bottom a:hover {
	text-decoration: underline;
}

/*--------------Sidebar bottom products--------------*/

div.sidebar_product {
        position: relative;
	height: 90px;
        clear: both;
	color: #a9bf2b;
	font-size: 13px;
        text-align: left;
	padding-left: 20px
}
div.sidebar_product h1 {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}
div.sidebar_product p {
        margin: 0;
        padding: 0;
}
div.sidebar_product img {
        margin: auto;
        display: inline;
}
div.sidebar_product span.prijs {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}


/*----------- formulier ----------*/

input.input, textarea.input {
    width: 100%;
    border: 1px solid #5f6f0d;
}

table.form {

    width:500px;
}

input.postcode_letters {
    width:40px;
    border: 1px solid #5f6f0d;
}

input.postcode_cijfers {
    width:20px;
    border: 1px solid #5f6f0d;
    margin-left:6px;
}
/* Gastenboek */
p.response {
    color: #3282F1;
}
p.response:before {
    color: #5f6f0d;
    content: "Reactie: ";
}
