/************************De algemene layout************************/

html, body, div, br {margin:0;padding:0;}

html {
	overflow: -moz-scrollbars-vertical;
}

html, body {
	font-family: Arial;
	height: 100%;
	background: #DEF;
}

div.container {
	position: relative;
	min-height: 100%;
	_height: 100%;
	width: 720px;
	margin: 0 auto;
	background: white url(images/bg2.png) bottom center no-repeat;
}

img.header {
	border-bottom: solid 1px black;
	margin-bottom: -5px;
	*margin-bottom: -3px;
}

div.menu {
	height: auto;
	width: 231px;
	float: left;
	margin-bottom: 184px;
	font-size: 12pt;
	color: blue;
	bottom: 0;
}
div.menu a {
	text-decoration: none;
}

div.menu img.mnu {
	margin: 1em;
}

div.content {
	border-left: solid 1px black;
	height: auto;
	width: 460px;
	float: left;
	bottom: 0;
	margin-bottom: 184px;
	font-size: 10pt;
	padding: 1em;
	background: url(images/bg1.png) right top no-repeat;
}

.clear {clear: both;}

div.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 184px;
	width: 100%;
	padding: 2em;
	font-size: 10pt;
}

/************************Menu************************/

div.menu ul {*padding-top: 1em;}
div.menu ul li {padding-bottom:1em;}
div.menu li#company {list-style-image: url(images/grijs.png);}
div.menu li#markets {list-style-image: url(images/donkerblauw.png);}
div.menu li#products {list-style-image: url(images/lichtblauw.png);}
div.menu li#gallery {list-style-image: url(images/grijs.png);}
div.menu li#projects {list-style-image: url(images/donkerblauw.png);}
div.menu li#downloads {list-style-image: url(images/lichtblauw.png);}
div.menu li#contact {list-style-image: url(images/grijs.png);}

div.menu ul.submenu {
	list-style: none;
	list-style-image: none;
	padding: 1em 0 0 1em;
	*margin-left: 0.5em;
}
div.menu ul.submenu li {
	list-style: none;
	list-style-image: none;
	padding-bottom: 0;
}

div.menu ul.dropdown {
	display: none;
}

div.menu a#en img, div.menu a#nl img {
	width: 45px;
	height: 25px;
	border: none;
	margin: 1em -0.5em 0 1em;
}

div.menu a {
	color: #000099;
}

span.contact {
	color: #000099;
	font-size: 2em;
	font-family: verdana;
	font-weight: bolder
}

img {border: none;}
textarea {width: 100%;}

div.footer span#xsweb {
	position: absolute;
	right: 6em;
	bottom: 0;
	font-size: 0.8em;
	color: #009;
}

img.photo {
	border: 1px solid black;
}

*html table.photo {
	margin: -3px;
}

table.photo td {
	text-align: center;
	padding: 0.05em 0.15em 0.15em 0.15em;
}

a.gallery span.galcap, a.gallery span.gallink {
	display: none;
}

img.mnu {
	max-width: 200px;
	_width: 200px;
}

div#knoppen_div {
    margin-bottom: 35px;
    float: right;
}
