body,html {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #717171;
	margin: 0px;
}

/* DIVS */

div#header {
	width: 100%;
	height: 122px;
	background: url('images/dot_header.gif') left 98px repeat-x;
}

div#header div.container {
	width: 990px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	
}

div#d_bar {
	width: 100%;
	height: 258px;
	background: #65666b;
}

div#d_bar div.container {
	width: 920px;
	height: 258px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/bg_d.gif') center no-repeat #65666b;
}

div#main_content {
	width: 100%;
	height: auto;
	background: #f1f1f1;
	margin-top: 5px;
	padding-bottom: 10px;
}

div#main_content div.container {
	width: 920px;
	padding: 7px 0px 7px 0px;
	margin-left: auto;
	margin-right: auto;
}

div#main_content div#content {
	width: 650px;
}

div#main_content div#sidebar {
	width: 150px;
	float: right;
}

div#footer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

div#slide {
	margin-left: -24px;
}

/* AFBEELINGEN */

img {
	border: 0px;
}

div#d_bar div.container img#header, div#d_projectie {
	width: 562px;
	height: 258px;
	margin-left: 25px;
	border: 1px solid white;
	border-width: 0px 1px;
}

div#slide img#slide {
	width: 562px;
	height: 258px;
	border: 1px solid white;
	border-width: 0px 1px;
}
	
a.slide_nav { border: 0px; padding: 0px; }

img#logo {
	width: 144px;
	height: 51px;
	position: relative;
	top: 29px;
	float: left;
}

div#d_projectie {
	background: url('images/photos/d_projectie_multiple.jpg');
}

/* MENU'S */

ul#main_menu {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 50px;
	left: 25px;
}

ul#main_menu li {
	display: block;
	float: left;
	height: 30px;
}

ul#main_menu li a:hover { opacity:.70; filter: alpha(opacity=70); -moz-opacity: 0.70; }

ul#side_menu {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

/* TEKST & LINKS */

h1 {
	display: none;
}

h2 {
	font-size: 12px;
}

p {
	margin-top: 0px;
}

a { color: #717171; text-decoration: none; border-bottom: 1px solid #aaa; }
a:hover { color: #666; border-bottom: 1px solid #ddd; }
ul#main_menu a { border: none; }
ul#side_menu a { cursor: pointer; }