body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #ffffff;
	background-image: url(../gfx/bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0 auto;
	width: 950px;
	height: 650px;
}

#left {
	float: left;
	width: 40px;
	height: 650px;
	background-image: url(../gfx/left.gif);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	width: 295px;
	height: 115px;
	background-image: url(../gfx/stuurboord_logo.gif);
	background-repeat: no-repeat;
}

#logo h1 {
	visibility: hidden;
}

#content {
	float: left;
	margin-top: 145px;
	margin-left: -295px;
	width: 260px; /*295*/
	height: 475px; /*505*/
	background-image: url(../gfx/content_bg.gif);
	background-repeat: no-repeat;
	padding: 15px 25px 15px 10px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	list-style: none;
}

#navigation {
	float: left;
	width: 295px;
	height: 30px;
	margin-top: 115px;
	margin-left: -295px;
}

#navigation span {
	display: none;
}

#navigation #nav_home {
	background-image: url(../gfx/nav_home.gif);
	background-repeat: no-repeat;
	width: 55px;
	height: 30px;
	display: block;
	float: left;
}

#navigation #nav_home:hover { background-image: url(../gfx/nav_home_over.gif); }

#navigation #nav_referenties {
	background-image: url(../gfx/nav_referenties.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 0px !important;
	margin-top: -14px;
}

#navigation #nav_referenties:hover { background-image: url(../gfx/nav_referenties_over.gif); }

#navigation #nav_specs {
	background-image: url(../gfx/nav_specs.gif);
	background-repeat: no-repeat;
	width: 45px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 0px !important;
	margin-top: -28px;
}

#navigation #nav_specs:hover { background-image: url(../gfx/nav_specs_over.gif); }

#navigation #nav_contact {
	background-image: url(../gfx/nav_contact.gif);
	background-repeat: no-repeat;
	width: 60px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 0px !important;
	margin-top: -42px;
	margin-left: 0px !important;
	margin-left: 85px;
	
}

#navigation #nav_contact:hover { background-image: url(../gfx/nav_contact_over.gif); }

#navigation #nav_huwelijk {
	background-image: url(../gfx/nav_huwelijk.gif);
	background-repeat: no-repeat;
	width: 65px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 0px !important;
	margin-top: -56px;
	margin-left: 0px !important;
	margin-left: 115px;
}

#navigation #nav_huwelijk:hover { background-image: url(../gfx/nav_huwelijk_over.gif); }

a { color: #ffffff; text-decoration: underline; }
a:hover { color: #f20607; text-decoration: underline; }


#right {
	float: right;
	width: 580px; /*615*/
	height: 532px; /*650*/
	background-image: url(../gfx/right.gif);
	background-repeat: no-repeat;
	padding-top: 118px;
	padding-left: 35px;
}

img { behavior: url(iepngfix.htc); }

ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;

}

li {
	list-style-image: url(../gfx/bullet.gif);
	margin-left: 10px;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #2c3e56;
}

.output {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #818c90;
	border: 1px solid #575f62;
	text-transform: uppercase;
}

#main a.referentie {
	display:block;
	width: 100%;
	float:left;
	margin-bottom: 10px;
	cursor:pointer;
	text-decoration:none;
}
	#main a.referentie img { float:left; margin-right: 5px; margin-bottom: 5px; }
	#main a.referentie span { width:215px; float:right; display:block; }

#footer {
	display:none;
}

