/* E.NU BLOKJE VERSTOPPEN */

#enu
{
display:none !important;
}

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
	background-image: url(../gradient.png);
	background-repeat: repeat-x;
	background-color: #feec1e;
	
}

/* OPMAAK VAKKEN */

#holder {
	position:relative;
	margin:auto;
	width:920px;
	background-image:url(../holderbg.png);
	padding-left: 5px;
	background-position: 5px 0px;
}
#header {
	position:relative;
	width:920px;
	margin:auto;
}
#left {
	float:left;
	width:165px;
	padding:10px;
	margin: 0px 0px 0px 29px;
	background-color:#ffffff;
}
#center {
	height:100%;
	margin:10px 0px 0px 0px;
	float:left;
	width:460px;
	padding:0px 10px 10px 10px;
	border-left:solid 1px #333366;
	border-right:solid 1px #333366;
}
#right {
	float:left;
	width:165px;
	padding:10px;
	background-color:#ffffff;
}

/* NIEUWS VAKKEN */

.wrapper
{
	margin:0px 0px 0px 0px;
	padding:0px;

}

.wrapper #tekst {
	width:450px;
	background-image:url(../img/gradient.png);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom: 10px;
}	


.wrapper #bubbles {
	float:left;
	height:20px;
	width:45%;
	background-position:-10px top;
}
.wrapper #kop {

	width:460px;
	height:20px;
	background-color:#213b7f;
	text-align:right;

}


/* FOOTER */

#holder #footer
{
text-align:center;
border-top:1px solid #333366;
margin:auto;
width:400px;
height:15px;
clear:both;
}

/* PRINT */

.wrapper #tekst #print
{
	color:#ffffff;
	margin-left:360px;
	width:100px;
	height:14px;
	background-color:#333366;
	text-align: center;
}

/* BEDRIJVEN TIPS */
#midden
{
	position:relative;
	width:460px;
	margin:0px;
	margin-top: 20px;
}

#midden #tip
{
	display:block;
	float:left;
	width:201px;
	height:80px;
	background-color: #DFDFDF;
	color:#333366;
	position: relative;
	padding: 10px;
}

#midden #tip:hover
{
	color:#ffffff;
	background-color: #659936;
	cursor:pointer;
}

#midden #tip img
{
	float:left;
	margin-right: 10px;
}

#midden #tip #tiptekst
{
	height:15px;
	float: right;
	font-size: 12px;
	bottom: 3px;
	position: absolute;
	right: 4px;
	font-weight: bold;
}

.wrapper #tekst #bedrijven
{
	float:left;
	width:225px;
}
.homeimg {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

