*{
padding:0;
margin:0;
}

body {
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	font-size-adjust:none;
	border-bottom: 50px solid #FFFFFF;
}

#container {
	margin: 50px auto 0;
	text-align:left;
	position:relative;
	width:960px;
	background:#FFFFFF url(images/site-bg.jpg) 349px top repeat-y;
	border-bottom: 1px solid #d7d7d7;
}

a {
	color:#0099FF;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	margin-bottom: 8px;
}
#row1 td {
	height: 200px;
}

#logo {
	margin-left: 55px;
}

#menu ul {
	text-align: center;
	width:200px;
}

#menu li {
	list-style-type: none;
	padding: 4px 0;
}

#menu li a {
	display:block;
	font-size: 14px;
	font-weight:bold;
	color: #333;
	text-decoration:none;
}

#menu li a:hover, #menu li.active a {
	text-decoration:none;
	color:#FFFFFF;
	background:#0099FF url(images/menu-hover.jpg) no-repeat;
}

#row2 td {
	height: 34px;
	background:#000000 url(images/middle-bg.jpg) left top repeat-x;
}

#search {
	background: transparent url(images/search-bg.gif) 146px top no-repeat;
	width: 179px;
	height: 20px;
	padding-left: 150px;
	color:#FFFFFF;
}

#search input {
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 150px;
	color:#000000;
}

#row3 td {
	height: 150px;
	background:#0066ff url(images/blue-bg.jpg) left top repeat-x;
}

#row3 td, #row4 td {
	vertical-align:top;
}

#content {
	padding: 20px;
	line-height: 16px;
}

#content h1, #leftcontent h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:20px;
}

#content-blue, #content-address {
	color: #FFFFFF;
	padding: 20px;
	font-size: 0.9em;
	line-height:1.4em;
}

#content-address {
	padding-right: 80px;
}

#content-address a {
	color: #fff;
	text-decoration: none;
}

#content-address a:hover {
	color: #fff;
	text-decoration: underline;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

#content-blue h2{
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 8px;
}

#content-blue li, #content-address li {
	background: transparent url(images/li_white.gif) no-repeat;
	list-style-type: none;
	padding-left: 0.8em;
	padding-bottom: 0.8em;
}

#content-blue li a, #content-address li a {
	color:#FFFFFF;
}

td.white-r {
	border-right: 1px solid #FFFFFF;
}

td.white-l {
	border-left: 1px solid #FFFFFF;
}

td.grijs-r {
	border-right: 1px solid #d7d7d7;
}

#row4 {
	padding-top: 20px;
}

#leftcontent {
	padding-top: 20px;
	padding-left: 20px;
}

#footer {
	margin: 0 auto;
	text-align:right;
	position:relative;
	width:960px;
	font-size:0.9em;
	color:#999999;
}

#footer a{
	color:#999999;
}

/* Contact form */
table.input {
margin-top:30px;
}

.input td {
	height: 30px;
	vertical-align:top;
}

.input input, .input textarea {
	width: 300px;
	border: 1px solid #ccc;
}

.input input#Postcode {
	width: 60px;
}

.input #Plaats {
	width: 233px;
}

.input img {
	margin-left: 220px;
}

.input .radio {
	width: 18px;
}

input#sendBtn {
	width: 100px; 
	height: 17px; 
	margin-left: 200px;
}


/*============== catalogus ==================*/
#catalogus, #catalogus td {
	border-collapse: separate;
	width: auto;
}

#catalogus {
	width: 516px;
}

#catalogus td.thumbs {
	width:100px; 
	height:100px; 
	text-align:center; 
	vertical-align:middle;
	border: 1px solid #09f;
}

#catalogus td p {
	margin: 2px 0;
}


#catalogus td.thumbs a:hover, #catitem td.thumbs a:hover, td.thumbs a:hover img {
	cursor: url("images/magplus.cur"), pointer;
}

#catitem-table {
	margin-left: 20px;
	float: right;
}
#catitem td.thumbs {
	width:80px; 
	height:80px; 
	text-align:center; 
	vertical-align:middle;
	border: 1px solid #ccc;
}

#catalogus h2 {
	color:#00AEEF;
	font-size:12px;
	/* text-transform:uppercase; */
	margin-bottom:2px;
}

#catalogus td .more-link {
	/* float: right; */
}
#catalogus td .more-link a {
	/* font-family:Arial, Helvetica, sans-serif; */
	text-decoration: none;
	font-size:12px;
	/* text-transform: uppercase; */
}

#catalogus td .more-link a:hover {
	text-decoration: underline;
}

#catitem a {
	text-decoration: none;
	color: #464646;
	font-weight: bold;
}

#catitem a:hover {
	text-decoration: underline;
}


#catitem, #catitem td {
	border-collapse: separate;
	width: auto;
}

/*============== sitemap ==================*/
div.sitemap {
	margin-top: 20px;
}

div.sitemap a {
	font-weight: bold;
}

div.sitemap li a {
	font-weight: normal;
} 

div.sitemap ul, div.sitemap li  {
	margin-top: 2px;
}

div.sitemap li  {
	margin-left: 20px;
}

/*============== search results ==================*/

body#searchbody {
	border:0;
}

#searchresulttxt {
	width: 490px;
}

#searchbody, #searchresulttxt td {
	font-size:100%; 
	background:#FFFFFF url(images/site-bg.jpg) -20px top repeat-y;
	font:normal 12px Arial, Helvetica, sans-serif;	 
	vertical-align:top;				  			  
	line-height:15px;
	color:#000;
}

#searchbody b {
	font-size:100%; 
	font:normal 12px Arial, Helvetica, sans-serif;		 						 
	vertical-align:top;				  			  
	line-height:15px;
}


#searchresulttxt td.more-link {
	text-align: right;
	
}

#searchresulttxt td.more-link a {
	text-decoration: none;
	font-size:12px;
}

#searchresulttxt td.more-link a:hover {
	text-decoration: underline;
}

#searchresulttxt h3{
	margin:6px 0 0;
	color:#000;
	font-size:12px;
}



/* ------------- Fieldvalidation errors ------------------------ */
.fValidator-msg {
		color: #E0352A;
		padding: 5px;
}


/* ------------- Submenu ------------------------------*/
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item td {
    color:#ffffff;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	background-color: #09f !important;
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover td {
	background:#000;
	color:white;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
