body {
	min-width: 960px;
}

.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.grid_7,
.grid_8,
.grid_9,
.grid_16 {
	display: inline;
	float: left;
}

.container_16 .grid_8 {
	width: 380px; /* 480px - 50 - 50 */
	padding: 39px 50px 41px 50px;
}

.container_16 .grid_16 {
	width: 960px;
}

.container_16 .grid_7,
.container_16 .grid_9
 {min-height: 100px;}

.container_16 .grid_7 {
	width: 320px; /* 420 - 50 -50 */
	padding: 39px 50px 41px 50px;
}

.container_16 .grid_9 {
	width: 430px; /* 540px - 50 - 50 */
	padding: 39px 50px 41px 50px;
}

.container_16 .grid_9_2 {
	width: 860px; /* 540px - 50 - 50 */
	padding: 39px 50px 41px 50px;
}

.container_16 .content { 
  width: 860px;     
  padding: 39px 50px 41px 50px;   
}

/* RESET */
html, body, div, span, iframe,
h1, h2, h3, font, img {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

body { line-height: 1; }

ins { text-decoration: none; }

del { text-decoration: line-through; }

a { text-decoration: none; }

a { color: #5f5f5f; }

a:hover { text-decoration: underline; }

/* ALGEMEEN */
body {
background: url(images/bg.png) repeat;
font: 12px Lucida sans unicode;
font-style: italic;
color: #5f5f5f;
}

.grid_16.header {
height: 211px;
width: 960px;
margin: 0;
}

.grid_16.menu {
height: 60px;
background: url(images/menu_bg.png) bottom;
position: relative;
top: -40px;
padding: 0 20px;
width: 920px;
margin: 0 0 -41px 0;
border-bottom: 10px solid #78d2d2;
}

/* HEADER */
#logo {
display: block;
background: url(images/header-tekst.png) no-repeat;
width: 570px;
height: 160px;
margin: 0px 0 0 390px;
}

/* MENU */
.menu li {
display: inline;
}

.menu li a {
margin: 5px 21px 0 0;
background: url(images/menu-voet.png) bottom;
display: block;
float: left;
color: #5f5f5f;
/*width: 112px; */
text-align: center;
padding-left: 0px; 
padding-right: 20px; 
font: 18px Lucida sans unicode;
font-style: italic;
letter-spacing: -0.10em;
height: 50px;
width: 90px;
line-height: 52px; /* hoogte van tekst */
}

.menu li a:hover,
.menu li a.active { background: url(images/menu-voet-hover.png) bottom; text-decoration: none; 
}

/* INHOUD */
.lg {
background: #d2aadc;
margin-bottom: 10px;
}

.dg {
background: #d2aadc;
border-left: 10px solid #78d2d2;
margin-bottom: 10px;
}

.grid_16.last .lg,
.grid_16.last .dg { margin-bottom: 0; }

h1, h2 {
font: 19px Lucida sans unicode;
font-style: italic;
margin-bottom: 20px;
color: #5f5f5f;
letter-spacing:-0.08em;
}

h3 {
font: 14px Lucida sans unicode;
font-style: italic;
color: #5f5f5f;
}

/* FOOTERS */
.grid_16.footer {
background: #d2aadc;
border-top: 10px solid #78d2d2;
color: #5f5f5f;
width: 960px;
font-size: 12px;
height: 30px;
line-height: 30px;
}

.grid_16.footer .grid_8 {
width: 460px;
padding: 0 10px;
}

.footer .right { text-align: right; }

.footer a { color: #5f5f5f; }

.footer a:hover { text-decoration: underline; }

/* VARIA */
.inline { display: inline; }

.nobmargin { margin-bottom: 0; }

/*** HOMEPAGE Slider ***/ 
#logo {z-index: 10; position: absolute;}

/*** FORMULIER ***/ 
.velden-1 {
	background-color: #dfb7e9;
	width: 200px;
	font: 14px Lucida sans unicode;
    font-style: italic;
	border: 1px solid #5f5f5f;
	color: #5f5f5f;
}
.velden-2 {
	background-color: #dfb7e9;
	width: 315px;
	font: 14px Lucida sans unicode;
    font-style: italic;
	border: 1px solid #5f5f5f;
	color: #5f5f5f;
}
.verzend {
    font: 14px Lucida sans unicode;
    font-style: italic;
	font-weight: bold;
	color: #5f5f5f;
}