/* CSS Document */

body {
	margin: 0px;
	background: url(../images/bg.gif) repeat-x top;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Arial;
}

/* ##### opmaak ##### */

.row_one {
	width: 478px;
	float: left;
}

.row_two {
	width: 478px;
	float: left;
	background: #f5e8d8;
}

.details {
	width: 434px;
	height: 96px;
	margin-left: 14px;
	margin-top: 14px;
	color: #8d2a02;
	line-height: 18px;
}

.details_image {
	width: 77px;
}

.details_omschrijving {
	width: 250px;
	padding-left: 15px;
	color: #8d2a02;
}

.details_gegevens {
	color: #8d2a02;
}

h2 {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	line-height: 21px;
	color: #8d2a02;
	margin: 0px;
}

.actie_tabel {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.van {
	color: #be3801;
}

td {
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #8d2a02;
}

p.titel_rechts {
	margin: 0px;
	margin-bottom: 9px;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
}

p {
	margin-top: 9px;
	margin-bottom: 9px;
}

form {
	margin-top: 9px;
	margin-bottom: 9px;
}

form.zoeken {
	margin: 0px;
	position: relative;
	top: 35px;
	right: 20px;
	float: right;
	line-height: 20px;
}

input.zoek_tekst {
	width: 125px;
	height: 20px;
	border: 1px solid #8d2a02;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;

}

input.zoek_button {
	width: 20px;
	height: 20px;
	border: none;
	background: url(../images/zoeken.gif);
	margin-top: 0px;
}

h1 {
	background: url(../images/titel_lijn.gif) no-repeat bottom;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 15px;
	line-height: 30px;
	color: #8c2900;
}

.content {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #8d2a02;	
}

.actie {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;	

}

.input_details {
	width: 42px;
	height: 20px;
	border: 1px solid #8d2a02;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	line-height: 20px;
	color: #8d2a02;
	margin: 0px;
}

.input_actie {
	width: 42px;
	height: 20px;
	border: 1px solid #8d2a02;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	line-height: 20px;
	color: #005882;
	margin: 0px;
}

.adresgegevens {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #c54b19;
	font-weight: bold;
}

.lichtbruin {
	color: #cf8b3e;
	font-weight: normal;
	
}

.menudiv {
	background: url(../images/menu_lijn.gif) no-repeat bottom;
	width: 205px;
}

.submenu {
	visibility: hidden;
	background: #FFFFFF;
	border: 1px solid #be3801;
	width: 175px;
	height: auto;
	position: absolute;
	left: 174px;
	top: 0px;
	z-index: 2;
}

.submenu_button {
	display: block;
	width: 175px;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #8d2a02;
	line-height: 24px;
	text-decoration: none;
	text-align: left;
	text-indent: 15px;
}

.submenu_button:hover {
	color: #be3801l;
}

.menu_button {
	display: block;
	width: 144px;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
	text-align: left;
	margin-left: 30px;
}

.menu_button:hover {
	color: #be3801;
}

.button {
	width: 205px;
	height: 40px;
	margin-top: 15px;
}



/* ##### structuur website ##### */

.container {
	background: #FFFFFF;
	width: 872px;
	height: 100%;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.header {
	background: url(../images/header_bg.jpg);
	width: 872px;
	height: 180px;
}

img.logo {
	position: relative;
	top: 20px;
	left: 20px;
}

.bottom {
	background: url(../images/bottom_bg.jpg);
	width: 872px;
	height: 50px;
}

.middle {
	width: 871px;
	height: 100%;
}

.links {
	background: url(../images/left_bg.jpg) no-repeat;
	width: 205px;
	height: 100%;
}

.menu {
	background: url(../images/menu_bottom_bg.gif) bottom no-repeat #cf8b3e;
	width: 205px;
	margin-top: 90px;
	padding-bottom: 40px;
	position: relative;
}

.menu:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}


.midden {
	background: url(../images/content_bg.jpg) no-repeat top;
	width: 536px;
	height: 100%;
}

.content {
	width: 477px;
	margin-top: 90px;
	margin-left: 30px;
}

.rechts {
	background: url(../images/right_bg.jpg) no-repeat top;
	width: 130px;
	height: 100%;
}

.actie {
	background: url(../images/menu_bottom_bg.gif) bottom no-repeat #cf8b3e;
	display: block;
	width: 130px;
	margin-top: 45px;
	padding-bottom: 9px;
}

.actie_details {
	width: 94px;
	margin-top: 18px;
	margin-left: 18px;
}

.actie:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

.winkelwagen {
	background: #be3801;
	width: 130px;
	height: 100px;
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 10px;
}

.winkelwagen_tekst {
	background: #be3801;
	width: 94px;
	height: 104px;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-left: 18px;
}

.winkelwagen_prijs {
	width: 94px;
	color: #FFFFFF;
	font-size: 10px;

}


.footer {
	width: 872px;
	height: 35px;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	line-height: 30px;
	color: #808080;
	text-align: center;
}

.adresgegevens {
	margin-top: 30px;
	padding-left: 30px;
}

.footerlink {
	color: #808080;
	text-decoration: none;
}

.form {
	border: 1px solid #8d2a02;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	line-height: 20px;
	color: #8d2a02;
	margin: 0px;
	background: #FFFFFF;
}