@import url(text.css);

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0px;
	padding: 0px;

	background-image: url(../images/bgHeader.jpg);
	background-repeat: repeat-x;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;	
}

img {
	border: 0px;
	vertical-align: bottom;
}

p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul {
	list-style:none;
}

li {
	list-style:none;
}

/*************************/

div.clear {
	clear: both;
}

div.clear-left {
	clear: left;
}

div.clear-right {
	clear: right;
}

/*************************/

div#header {
	width: 100%;
	height: 129px;

	background-image: url(../images/bgHeaderLeft.jpg);
	background-repeat: no-repeat;
}

	div#logo {
		width: 96px;
		height: 141px;

		position: absolute;
		
		top: 10px;
		right: 5%;

		background-image: url(../images/bgLogo.jpg);
		background-repeat: no-repeat;
	}

	div#magnum {
		position:absolute;

		width: 300px;
		height: 91px;

		top: 0px;
		right: 15%;

		background-image: url(../images/magnum.png);
		background-repeat: no-repeat;
	
	}

	div#menu {
		position: absolute;
		
		left: 10px;
		top: 104px;
	}

		div#menu li {
			float: left;
			margin-left: 40px;
		}

		div#menu li.home {
			width: 37px;
		}

		div#menu li.news {
			width: 46px;
		}

		div#menu li.productsmain {
			width: 63px;
		}

		div#menu li.activities {
			width: 72px;
		}
		
		div#menu li.service {
			width: 44px;
		}

		div#menu li.webshop {
			width: 57px;
		}

		#menuVlag {
		position: absolute;
		top: 101px;
		right: 15%;
}

div#content {
	width: 100%;
	min-height: 150px;
	_height: 150px;


	background-color: #d3dfdd;
}

	div#contentHeaderDiv {
		width: 100%;
		height: 250px;
	}
	ul#contentHeader {
		height: 219px;

		position:relative;
		top: 50px;
		
		margin-left: 10%;
		margin-right: 10%;
		
		background-color:white;

		background-image: url(../images/contentHeaderBg.jpg);
		background-repeat: repeat-x;		
	}

	img.contentHeaderImg {
		position:absolute;
		top: 1px;
		right: 0px;
	}
	
		ul#contentHeader li.left{
			position:relative;
			float:left;
			width: 10px;
			height: 219px;
			
			background-image: url(../images/contentHeaderBgLeft.gif);
			
		}

		ul#contentHeader li.content {
			position:relative;
			float:left;
			margin: 20px;
			z-index: 100;
		}

		ul#contentHeader li.right{
			position:relative;
			float:right;
			width: 10px;
			height: 219px;
		}
	
	table#contentTable {
		margin-top: 50px;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

		td.tableLeft {
			width: 19%;
			vertical-align: top;
			text-align:left;

		
		}

		td.tableCenter {
			width: 60%;
			vertical-align: top;
			text-align:left;
		}

		td.tableRight {
			width: 19%;
			vertical-align: top;

			text-align:right;
		}

		td.spacer {
			width: 2%;
		}

div#footer {
	width: 100%;
	height: 30px;

	padding-top: 10px;

	border-top: 2px solid #5c686e;
	text-indent: 10px;
}

dd {
	margin-left: 20px;
	margin-bottom: 10px;
}

td {
	margin-bottom: 5px;
}

li.products {
	list-style: disc;
	margin-top: 8px;
	color: #2584bc;
}

.tableCenter li {
	list-style: disc;
	margin-top: 8px;
	color: black;
}



.tableCenter li {
	list-style: none;
}

table.blaat {
	background-color:#d6e1df;
}

