@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.3em;
	color: #000000;
}
body {
	background-color: #CCCC99;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	height:100%;
}
html {
	height:100%;
	overflow:hidden;
}
p {
	margin-top:0px;
}
a:link,a:visited,a:hover,a:active {
	color: #996600;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	margin-top:0px;
	font-size: 18px;
	color:#996600;
	letter-spacing:.09em;
}
h2 {
	margin-top:0px;
	font-size: 16px;
	letter-spacing:.07em;
	color:#996600;
}
h3 {
	margin-top:0px;
	font-size: 14px;
	letter-spacing:.07em;
	color:#996600;
}
.small {
	font-size:11px;
	line-height:1.2em;
	padding-bottom:0px;
	margin-bottom:0px;
}
img {
	border:none;
}
table {
	border-collapse:collapse;
	border-style:none;
}
td {
	padding:0px;
	vertical-align:top;
	text-align:left;
}
.hidden {
	visibility:hidden;
}
li {
	position:relative;
	left:-38px;
	line-height:1.2em;
	padding:0px;
}
ul.menu {
	list-style-type: none;
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
}
a.menu_item,a.menu_item:link,a.menu_item:visited,a.menu_item:hover,a.menu_item:active  {
	text-decoration:none;
	color:#000000;
}
a.menu_item:hover,a.menu_selected,a.menu_selected:link,a.menu_selected:visited,a.menu_selected:hover,a.menu_selected:active {
	text-decoration:none;
	color:#AED60E;
}


#fixed_back {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-380px;
	width:760px;
	height:100%;
	background-color:#F5EAAD;
	background-image:url(../images/achtergrond1.jpg);
	overflow:hidden;
	z-index:0;
}

#fixed_header {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-380px;
	width:760px;
	height:105px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #AED60E;
	background-color:#F5EAAD;
	background-image:url(../images/achtergrond1.jpg);
	overflow:hidden;
	z-index:500;
}
#logo {
	position:absolute;
	left:0px;
	bottom:17px;
	width:155px;
	height:100%;
	z-index:1000;
}
#title {
	position:absolute;
	width:490px;
	left:265px;
	top:85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing:.08em;
	color: #000000;
	text-align: right;
	z-index:1000;
}

#fixed_container {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-380px;
	width:160px;
	height:100%;
	z-index:20;
	overflow:hidden;
}
#menu {
	position:absolute;
	left:4px;
	top:120px;
	width:190px;
	padding:0px;
	margin:0px;
	z-index:10;
}
#scroll_container
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
	overflow:auto;
}
#content {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-380px;
	width:760px;
	height:100%;
	z-index:0;
}
#content_tekst {
	position:absolute;
	left:185px;
	width:570px;
	top:120px;
	z-index:10;
}
#content_foto {
	position:absolute;
	left:545px;
	width:200px;
	top:150px;
	z-index:10;
}

#webdesign {
	position:absolute;
	bottom:0px;
	left:15px;
	width:150px;
	height:15px;
	font-size:12px;
}
table.producten {
	width:100%;
}
td.producten {
	padding-bottom:10px;
	padding-right:10px;
}
.product_img {
	cursor:pointer;
}
#googlemap {
	position:relative;
	width:565px;
	left:2px;
	height:350px;
	border: 1px solid #996600;
}
textarea {
	overflow: auto;
}


/* Google Maps */

#mapcontainer {
	width:550px;
	height:450px;
	margin:15px 0px 15px;
  border:solid 1px #960;
}
#markers {display:none;}
#map {
	width:550px;height:450px;
}

