* {
	margin: 0;
	padding: 0;
}
 
html {
	height: 100%;
}

body {
	height: 100%;
	background: #fff url("../../gfx/bg.gif") repeat-x;
}

div, td, th, textarea, select, input {
	color: #444;
	font: normal 12px "lucida grande", arial, sans-serif;
}

a, a:hover, a:active {
	color: #0055aa;
	text-decoration: underline;
}

img {
	border: 0;
}

h1, h2 {
	color: #F02;
}

h1 {
	font: normal 25px helvetica, arial, sans-serif;
	margin: 0 0 15px 0;
}

h2 {
	font: normal 18px helvetica, arial, sans-serif;
	margin: 0 0 15px 0;
}

h3 {
	color: #000;
	font-size: 12px;
	margin: 0 0 2px 0;
}

div#container {
	position: relative;
	margin: 0 auto;
	width: 760px;
	padding-top: 370px;
	border-bottom: 1px #a5c7ea solid;
	background: #fff url("../../gfx/top.jpg") no-repeat;
}

div#menu {
	position: absolute;
	left: 0px;
	top: 370px;
	width: 100%;
	height: 42px;
	background: #fff url("../../gfx/bg_menu.gif") no-repeat;
	z-index: 2;
}

#menu ul {
	height: 32px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
	width: 745px;
}

#menu ul li {
	float: left;
	margin-right: 10px;
	position: relative;
}

#menu ul li#ruimteoplossingen {
	margin-left: 35px;
}

div#content {
	background: #fff url("../../gfx/bg_content.gif") repeat-y;
	z-index: 1;
	padding-top: 42px;
}

div#text {
	line-height: 16px;
	width: 457px;
	height: 370px;
	padding: 20px 40px;
}

div#links {
	position: absolute;
	left: 540px;
	top: 430px;
	line-height: 16px;
	z-index: 2;
}

div#sitemap {
	width: 457px;
	height: 370px;
	padding: 20px 40px;
}

#sitemap #left {
	float: left;
	line-height: 16px;
}

#sitemap #right {
	float: left;
	line-height: 16px;
	margin-left: 30px;
}