@charset "UTF-8";
/* CSS Document */
body {
	background:url(../images/bg.jpg) top repeat-x #7c715f;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#holder {
	position:relative;
	margin: 0px auto;
	width:728px;
	height:auto;
}

#logo {
	position:absolute;
	background:url(../images/logo_top.jpg) no-repeat;
	top:0px;
	left:10px;
	height:78px;
	width:312px;
}

#menu_top {
	position:absolute;
	top:5px;
	right:0px;
	height:20;
	width:auto;
	color:#efefe6;
}

#menu_top a {
	color:#efefe6;
	text-decoration:none
}

#menu_top a:hover {
	text-decoration:underline;
}

#menu {
	position:absolute;
	top:87px;
	left:0px;
	height:73px;
	width:731px;
}

#menu ul {
	display:inline;
}

#menu ul li {
	background:url(../images/menu_button.jpg) repeat-x;
	width:119px;
	height:34px;
	line-height:34px;
	float:left;
	list-style:none;
	margin-right:2px;
	text-align:center;
	font-size:12px;
}

#menu ul li a {
	color:#efefe6;
	text-decoration:none;
	display:block;
}

#menu ul li a {
	text-decoration:none
}

#content_holder {
	position:absolute;
	background:url(../images/bg_vlak.jpg) no-repeat;
	top:125px;
	left:0px;
	padding-left:5px;
	padding-top:5px;
	height:379px;
	width:725px;
}

#content {
	position:absolute;
	color:#efefe6;
	top:15px;
	left:20px;
	height:349px;
	width:685px;
}

#content.winkelmandje {
	height:349px;
	width:685px;
	overflow:auto;
	SCROLLBAR-FACE-COLOR:#c1b6a4;
	SCROLLBAR-HIGHLIGHT-COLOR: #c1b6a4;
	SCROLLBAR-SHADOW-COLOR:#c1b6a4;
	SCROLLBAR-3DLIGHT-COLOR:#7c715f;
	SCROLLBAR-ARROW-COLOR:#7c715f;
	SCROLLBAR-TRACK-COLOR:#c1b6a4;
	SCROLLBAR-DARKSHADOW-COLOR: #7c715f;
}

#content h1 {
	padding:0px;
	margin:0px;
	color:#7c715f;
	font-size:24px
}

#content h2 {
	padding:0px;
	margin:0px;
	color:#efefe6;
	font-size:20px
}

#content h3 {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:3px;
	margin-bottom:3px;
	color:#7c715f;
	font-size:14px;
	font-weight:bold
}

#content input.veld {
	width:300px;
	height:16px;
	border:1px solid #7c715f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7c715f
}

#content textarea.veld {
	width:300px;
	height:75px;
	border:1px solid #7c715f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7c715f
}

#content input.button {
	width:100px;
	height:20px;
	border:1px solid #7c715f;
	background: #7c715f;
	margin-right:100px;
	color:#efefe6
}

#content input.button:hover {
	background: #efefe6;
	color:#ffffff
}

#content tr.tabelkop td {
	font-weight:bold;
	vertical-align:bottom;
	color:#7c715f
}

#copyright {
	position:absolute;
	top:510px;
	left:0px;
	height:auto;
	width:725px;
	color:#b1a99a;
	text-align:center
}

#copyright a {
	color:#b1a99a;
	text-decoration:none
}

#copyright a:hover {
	text-decoration:underline
}

/* Productoverzicht */
#producten{
	position:absolute;
}
#producten div{
	width:685px;
	height:300px;
	float:left;
}

#producten ul {
	display:inline;
}

#producten ul li {
	list-style:none;
	float:left;
	width:136px;
	height:148px;
	text-align:center;
	border-right: 1px dashed #7c715f;
	border-bottom: 1px dashed #7c715f;
}

#producten ul li.onder {
	padding-top:7px;
}

#producten ul li a {
	display:block;
	text-decoration:none;
	color:#efefe6
}

#prev_holder {
	position:absolute;
	bottom:10px;
	left:10px;
	width:150px;
}

#next_holder {
	position:absolute;
	bottom:10px;
	right:10px;
	width:150px;
	text-align:right;
}

#buttons_holder {
	position:absolute;
	bottom:10px;
	right:160px;
	width:405px;
	text-align:center;
}

.buttons{
	text-align:left
}
.next{
	float:right
}
.buttons{
	text-align:center;
}
.producten_holder{
	position:absolute;
	top:55px;
	left:20px;
	width:685px;
	height:300px;
	overflow:hidden;
}
.buttons span,#next, #prev{
	color:#b1a99a;
	padding:0px 5px 0px 5px;
	cursor:pointer;
}
.buttons p {
	margin:0px;
	padding:0px;
}
.buttons span.active, .buttons span:hover, #next:hover, #prev:hover{
	color:#7c715f;
}

a.button, input.button2 {
	background:url(../images/button.png) no-repeat;
	width:77px;
	height:19px;
	line-height:19px;
	font-size:10px;
	text-align:center;
	border:0
}

a.button, input.button2 {
	color:#efefe6;
	text-decoration:none;
	display:block;
}

a.button:hover, input.button2:hover {
	background:url(../images/button2.png) no-repeat;
	color:#ffffff
}

a {
	color:#efefe6;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:none;
}
