html{
	margin:0px;
	padding:0px;
}

body
{
    font-family:Arial;
    font-size:8pt;
    color:#5e5e5e;
	margin:0px;
	padding:0px;
}

img
{
    border:0px;
}

p
{
    margin-bottom:5px;
}


a:link
{
	color:#5e5e5e;
	text-decoration:none;
}

a:visited
{
	color:#5e5e5e;
	text-decoration:none;
}

a:active
{
	color:#5e5e5e;
	text-decoration:none;
}

a:hover
{
	color:#EEC211;
	text-decoration:underline;
}


/*------------------------------------------------------*/

#BarLeft
{
    position:absolute;
    top:0px;
    left:0px;
    width:237px;
    height:634px;
    background-image:url(left.png);
    background-position:top left;
    background-repeat:no-repeat;
}

#BarLeftAdres
{
    position:absolute;
    top:200px;
    left:20px;
    width:auto;
    height:auto;
    font-weight:bold;
}

#BarLeftButtons
{
    position:absolute;
    top:350px;
    left:10px;
    width:131px;
    height:22px;
    font-weight:bold;
}

#flash
{
    position:absolute;
    top:50px;
    left:250px;
    width:800px;
    height:600px;
}

/*Buttons in de left bar*/

a.barbuttons:link
{
    position:relative;
    float:left;
    height:25px;
    width:132px;
    padding-top:3px;
    color:#FFFFFF;
    text-decoration:none;
    background-image:url(btna.png);
    background-position:top left;
    background-repeat:no-repeat;
    text-align:center;
}

a.barbuttons:visited
{
    position:relative;
    float:left;
    height:25px;
    width:132px;
    padding-top:3px;
    color:#FFFFFF;
    text-decoration:none;
    background-image:url(btna.png);
    background-position:top left;
    background-repeat:no-repeat;
    text-align:center;
}

a.barbuttons:hover
{
    position:relative;
    float:left;
    height:25px;
    width:132px;
    padding-top:3px;
    color:#FFFFFF;
    text-decoration:none;
    background-image:url(btni.png);
    background-position:top left;
    background-repeat:no-repeat;
    text-align:center;
}

a.barbuttons:active
{
    position:relative;
    float:left;
    height:25px;
    width:132px;
    padding-top:3px;
    color:#FFFFFF;
    text-decoration:none;
    background-image:url(btna.png);
    background-position:top left;
    background-repeat:no-repeat;
    text-align:center;
}

#linktext{
	margin-left:20px;
}

a.browsechecklink:link{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:31px;
	padding-top:7px;
	background-image:url(explorerbarbg.png);
	background-position:top left;
	background-repeat:repeat-x;
	z-index:3;
}

a.browsechecklink:visited{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:31px;
	padding-top:7px;
	background-image:url(explorerbarbg.png);
	background-position:top left;
	background-repeat:repeat-x;
	z-index:3;
}

a.browsechecklink:hover{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:31px;
	padding-top:7px;
	background-image:url(explorerbarbg.png);
	background-position:top left;
	background-repeat:repeat-x;
	z-index:3;
	color:#1F9257;
	text-decoration:none;
}

a.browsechecklink:active{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:31px;
	padding-top:7px;
	background-image:url(bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	z-index:3;
}


/* Vaste links */

#normalLinks
{
	position:relative;
	float:left;
	width:662px;
	height:auto;
	background-image:url(bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:20px;
	padding-top:10px;
	color:#858585;
	cursor:pointer;
}

#normalLinks .boek{
	position:relative;
	float:left;
	width:200px;
	padding:10px;
	border-right:solid 1px #b4b4b4;
}

#normalLinks .boek .title{
	position:relative;
	float:left;
	width:200px;
	color:#2ea5e2;
	font-size:16px;
	font-weight:bold;
}

#normalLinks .onder{
	position:relative;
	float:left;
	width:200px;
	height:auto;
	padding:10px;
	border-right:solid 1px #b4b4b4;
}

#normalLinks .onder .title{
	position:relative;
	float:left;
	width:200px;
	color:#95a93e;
	font-size:16px;
	font-weight:bold;
}

#normalLinks .verblijf{
	position:relative;
	float:left;
	width:200px;
	height:auto;
	padding:10px;
}

#normalLinks .verblijf .title{
	position:relative;
	float:left;
	width:200px;
	color:#a13d22;
	font-size:16px;
	font-weight:bold;
}

#normalLinks p{
	position:relative;
	float:left;
	width:200px;
	margin-top:10px;
	font-size:12px;	
	line-height:15pt;
	text-align:justify;
}

#normalLinks .link{
	position:relative;
	float:left;
	width:200px;
	margin-top:10px;
	text-align:right;
	font-size:11px;
	color:#434343;
}

