body {
	background-color: #cad7e7;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: Arial, "MS Trebuchet", sans-serif;
	text-align: center;
	}

table.tbl_latest_products tr td, table.tbl_random_products tr td {
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 2px;
	text-align: center;
	padding: 5px;
}


#align {
	background-color: white;
	background-image: url(images/back.gif);
	border: 1px solid #888888;
	border-bottom-width: 3px;
	margin: 20px auto 0 auto;
	text-align: left;
	width: 960px;
	}


#header {
	background-color: #fff;
	background-image: url(images/header.gif);
	background-position: 350px 10px;
	background-repeat: no-repeat;
	color: #7e7e7e;
	padding: 15px 10px;
	height: 80px;
	}
	
	#header address {
		line-height: 1.4em;
		}
		
		#header address.veenwouden {
			float: left;
			}
		
		#header address.akkrum {
			float: right;
			text-align: right;
			}


#menu {
	background-color: #034285;
	height: 30px;
	}
	
	#menu li {
		display: inline;
		}
		
		#menu li a {
			color: #fff;
			display: block;
			float: left;
			margin-right: 30px;
			padding: 7px;
			text-decoration: none;
			}
			
		#menu li.current a {
			background-image: url(images/menu-down.gif);
			background-position: right 13px;
			background-repeat: no-repeat;
			font-weight: bold;
			text-decoration: underline;
			padding-right: 12px;
			}


#submenu {
	background-color: white;
	float: left;
	margin: 3px 0 0 3px;
	width: 230px;
	font-size: 9pt;
	font-family: arial, verdana, sans-serif;
	}
	
	#submenu li {
		}
		
		#submenu li.firstItem {
			font-size: 12pt;
			font-family: verdana, arial, sans-serif;
			color: #034285;
			margin-left: 10px;
			padding: 6px 2px 6px 3px;
			}
		
		#submenu li a {
			background-image: url(images/nav_submenu_right.gif);
			background-position: 5px 8px;
			background-repeat: no-repeat;
			color: #034285;
			display: block;
			padding: 6px 2px 6px 20px;
			margin-left: 10px;
			text-decoration: none;
			}
			
		#submenu li a:hover {
			text-decoration: underline;
			}
				
		#submenu li.open {
			font-weight: bold;
			}
			
			#submenu li.open a {
				font-weight: bold;
				text-decoration: underline;
				color: #034285;
				}
				
				#submenu li.open li a {
					font-weight: normal;
					text-decoration: none;
					}
				
				#submenu li.open li.current a {
					font-weight: bold;
					}
				
				#submenu li.open a:hover {
					color: #034285;
					text-decoration: underline;
					}
					
					
		#submenu li.current a {
			font-weight: bold;
			}
			
			#submenu li.current li a {
				font-weight: normal;
				}
		
		
		
	#submenu ul {
		margin-left: 15px;
		}
		
		#submenu ul li {
			}
			
			#submenu ul li a {
				background-image: none !important;
				}


#nolink a:hover {
	background-color: #fff !important;
}


#content {
	float: left;
	margin: 0px 5px 0 5px;
	width: 519px;
	}
	
	#content h2.title {
		color: #034285;
		font-size: 200%;
		margin-left: 5px;
		}


#search_form {
	background-image: url(images/search_bg.jpg);
	height: 44px;
	padding: 12px 10px 25px 10px;
	}
	
	#search_form legend {
		color: #034285;
		font-size: 12pt;
		padding-bottom: 5px;
		}
		
	#search_form .search {
		border: 1px solid #b6c8dc;
		float: left;
		padding: 3px 4px;
		width: 380px;
		margin-right: 15px;
		}
		
	#search_form .submit {
		cursor: pointer;
		background-image: url('images/search_btn.jpg');
		border: none;
		text-indent: -1800px;
		color: black;
		display: block;
		float: left;
		height: 23px;
		padding: 2px 10px;
		width: 85px;
		}


#crumbs {
	color: #777777;
	font-size: 85%;
	margin: 5px;
	}
	
	#crumbs a {
		color: #777777;
		}
		
	#crumbs .arrow {
		color: #647ba7;
		font-weight: bold;
		}



#side {
	border-top: 3px solid #fff;
	background-color: white;
	float: right;
	margin-right: 3px;
	width: 194px;
	}
	
	#side h3.header_text {
		color: #034285;
		padding: 4px 2px;
		font-family: verdana, arial, sans-serif;
		font-size: 12pt;
		}
		
	#side .block {
		padding: 5px;
		margin-bottom: 10px;
		}
		
		#side .block * {
			line-height: 18px;
			}
		
		
	#side .block_news {
		}
		
		#side .block_news li {
			margin-bottom: 10px;
			}
		
		#side .block_news a {
			color: #6478aa;
			text-decoration: none;
			}
			
			#side .block_news a:hover {
				text-decoration: underline;
				}
				
			#side .block_news a.title {
				font-weight: bold;
				}
				
			#side .block_news a.date {
				color: #333;
				font-size: 80%;
				padding-left: 20px;
				}
				
				
	#side .block_event {
		}
		
		#side .block_event dd {
			color: #333;
			font-size: 80%;
			margin-bottom: 6px;
			padding-bottom: 3px;
			border-bottom: 1px solid #ddd;
			}
			
		#side .block_event a {
			color: #6478aa;
			text-decoration: none;
			}
			
			#side .block_event a:hover {
				text-decoration: underline;
				}
				
			#side .block_event dt a {
				font-weight: normal;
				font-size: 90%;
				}
				
				
	#side .block_basket {
		font-size: 85%;
		}
		
		#side .block_basket li {
			border-bottom: 1px solid #bbb;
			height: 15px;
			padding: 3px 0;
			}
		
		#side .block_basket .count {
			float: left;
			font-weight: bold;
			margin-right: 3px;
			}
			
		#side .block_basket .name {
			float: left;
			}
			
		#side .block_basket .price {
			float: right;
			}
			
		#side .block_basket .subtotal {
			display: block;
			font-weight: bold;
			padding: 5px 0 5px 0;
			text-align: right;
			}
			
		#side .block_basket a.more {
			color: #6478aa;
			font-size: 110%;
			text-decoration: none;
			}
			
			
	#side .block_webshop_newest {
		}
		
		#side .block_webshop_newest li {
			margin-bottom: 4px;
			}
			
		#side .block_webshop_newest a {
			color: #6478aa;
			text-decoration: none;
			}


#book {
	background-color: white;
	background-image: url(images/book-back.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #9ea3a7;
	clear: both;
	height: 156px;
	}

#footerBook {
	border-top: 1px solid #9ea3a7;
	color: #888888;
	font-size: 90%;
	line-height: 1.8em;
	padding: 10px 5px 10px 5px;
	margin: auto;
	width: 952px;
	word-spacing: 3px;
	height: 156px;
	background-color: white;
	background-image: url(images/book-back.gif);
	background-repeat: no-repeat;
}


#footer {
	border-top: 1px solid #9ea3a7;
	color: #888888;
	font-size: 90%;
	line-height: 1.8em;
	padding: 10px 5px 10px 5px;
	margin: auto;
	width: 952px;
	word-spacing: 3px;
	}


#text {
	color: #333333;
	padding: 15px 5px 10px 5px;
	clear: both;
	}

#text p {
	line-height: 22px;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 14px;
	}

#text strong {
	font-weight: bold;
	font-size: 12px;
	}

#text em {
	font-style: italic;
	font-size: 12px;
	}

#text ul {
	list-style-type: none;
	margin-bottom: 10px;
	}

#text ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
	margin-bottom: 10px;					
	}

	#text ol li, #text ul li {
		line-height: 18px;
		font-size: 12px;
		padding-bottom: 0;
		}

	#text ul li {
		background-image: url(images/nav_sub_pink.gif);
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding-left: 20px;			
		line-height: 19px;			
		}

#text a {
	color: #6478aa;
	font-size: 12px;
	text-decoration: none;
	}

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

#text table tr td {
	line-height: 19px;
	vertical-align: top;
	}