body , html {
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	font-family: verdana;
	color: #000000;
	background-color:#a8c9ea;
	background-image: url(/template/images/bg_vanzijl.jpg);
	background-repeat: repeat-x;
}
table {
	padding:0px;
	border:0px;
	border-collapse:collapse;
}
td {
	font-size: 11px;
	color: #000000;
	line-height: 13px;
	font-family: verdana,tahoma;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
li {
	list-style-type: square;
}
fieldset {
	margin:6px;
	padding:6px;
}
.navlink {
	color:red;
}
.navlinkactive {
	color:blue;
}
.verticalbar {
	padding:10px;
	background-color:#EEEEEE;
}
.locationbar {
	color: gray;
	width:75%;
	text-align:left;
	cursor:pointer;
}
.printbar {
	color: gray;
	width:100%;
	text-align:right;
	cursor:pointer;
}
.languageselect {
	font-size:10px;
	padding: 10px;
}
.scrollmenu {
	font-size : 10px;
	color : black;
	background-color : #003366;
	border : 1px double white;
}
.contentdiv {
	top:0px;
	position:absolute;
	width:753;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	background: #ffffff;
	padding-top: 15px;
	padding-left: 10px;
	color: #000000;
	scrollbar-face-color: #cfe3f5;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #d9e0d9;
	scrollbar-arrow-color: #669acc;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #d9e0d9;
	scrollbar-base-color: #cfe3f5;
	height:100%;
}
.contentdiv2 {
	top:0px;
	position:absolute;
	width:100%;
	padding:12px;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	background: #ffffff;
	color: #000000;
	height:100%;
	min-height:100%;
	height:auto;
}
.topcontentdivider {
	border:0px;
	height:10px;
}
.bottomlink {
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}
.bottomlink:hover {
	color:#ffffff;
	text-decoration:underlined;
}
#alertframe {
	width: 400px;
	border: 3px solid #a63516;
	padding: 12px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 20%;
	background-color: white;
}

div#languageSelector {
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 30px;
	z-index: 2;
}

div#languageSelector img {
	border: 0;
}
div#languageSelector a {
	text-decoration: none;
}


@import 'menu.css';
@import 'news.css';
@import 'gallery.css';
@import 'search.css';
@import 'product.css';
@import 'poll.css';
@import 'order.css';
@import 'form.css';