body {
	text-align:left;
	margin-top: 0px;
	/* background-color: #f2f8ff; */
	background-color: #f2f8ff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header
{
	width: 780px;
	height: 110px;
}

#container
{
	width: 100%;
	margin: auto;
	
}

#wrapper {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	border: 1px solid #acbecf;
}


/* Menu informatie */

#menu_bg
{
	margin-top: 0 !important;
	margin-top: -2px;
	background-image:url(pictures/menu.gif);
	width: 780px;
	height: 26px;
	position: relative;
}

#menu a {
  position: absolute;
  height: 26px;
  width: 155px;
  text-decoration: none;
  overflow: hidden;
}


#menu a i { visibility: hidden; }

a#welkom { top: 0px; left: 0px; }
a#aanbod { top: 0px; left: 156px; }
a#werkwijze { top: 0px; left: 312px; }
a#omgeving { top: 0px; left: 468px; }
a#contact { top: 0px; left: 624px; }

a#welkom:hover { background-image: url(pictures/welkom_over.gif);}
a#aanbod:hover { background-image: url(pictures/aanbod_over.gif);}
a#werkwijze:hover { background-image: url(pictures/werkwijze_over.gif);}
a#omgeving:hover { background-image: url(pictures/omgeving_over.gif);}
a#contact:hover { background-image: url(pictures/contact_over.gif); width: 156px;}

a#welkom:hover,
a#aanbod:hover, 
a#werkwijze:hover, 
a#omgeving:hover,
a#contact:hover { border: none; } 

/* Einde menu informatie */

#content{
	width: 780;
	height: 100%;
	background-color: #b3c8dd; 
}

#content_links{
	float:left;
	padding: 0px;
	width: 190px;
	background-color: #b3c8dd; 
}

a.content_links:link {
	color: white;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a.content_links:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a.content_links:hover {
	color: gray;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
a.content_links:active {
	color: darkgray;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

#content_rechts
{
	width: 588px;
	padding: 0px;
	float: right;
	background-color: #f2f8ff;	
}

#footer
{
	background-color: #b3c8dd;
	width: 780px;
	height: 20px;
	Font-family: Verdana, Arial, Helvetica, sans-serif;
	Font-size: 10px;
	Font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 5px;
}

#nieuw{
	color: #FF9900;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
	font-size: 14px;
}

#verkocht{
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
	font-size: 14px;
}

p,h1,pre,li {
	margin:0px 15px 15px 15px;
}

h1 {
	font-size:14px;
	padding-top:10px;
}

hr{
	size: 0.5px;
	color: #FFFFFF;
	height: 1px;
	width: 140px;
}

a:link {
	color: #3399FF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

a:link img{
	border-color: #000000;
	outline-color: #000000;
}
a:visited img{
	border-color: #000000;
	outline-color: #000000;
}
a:hover img{
	border-color: #000000;
	outline-color: #000000;
}
a:active img{
	border-color: #000000;
	outline-color: #000000;
}
