/* CSS Document */

body{
/*	background-color: #162249;*/
	background-color: white;
	font-family: arial, verdana, helvetica;
}

a:link{
	color: #0496C9;
}

a:visited{
	color: #0496C9;
}

a:hover{
	color: #0496C9;
}

#container{
	position: absolute;
	width: 900px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -250px;
	background-color: white;
}

/* ----------------------------------- INDEX ---- */

#indexco{
	position: absolute;
	width: 750px;
	height: 250px;
	top: 50%;
	left: 50%;
	margin-left: -375px;
	margin-top: -150px;
	background-color: white;
	color: black;
}

#indexlogo{
	position: absolute;
	width: 250px;
	height: 250px;
	top: -5px;
	left: 50%;
	margin-left: -125px;
}

.indexL{
	position: relative;
	font-size: 16px;
	top: 95px;
	left: 120px;
}

.indexR{
	position: relative;
	font-size: 16px;
	top: 95px;
	left: 475px;
}

.indexlink a:link{
	text-decoration: none;
	color: black;
}

.indexlink a:visited{
	text-decoration: none;
	color: black;	
}

.indexlink a:hover{
	text-decoration: none;
	position: relative;
	color: #0496C9;
}

/* ----------------------------------- LOGOBOX ---- */

#logobox{
	position: absolute;
	width: 170px;
	height: 465px;
	top: 0px;
	left: 0px;
	border: 1px solid lightgrey;
	background-color: white;
}

#logo{
	position: absolute;
	width: 150px;
	height: 450px;
	top: 10px;
	left:10px;
}

.clean{
	border: 0px solid white;
}

/* ----------------------------------- MENUBOX ---- */

#menubox{
	position: absolute;
	width: 110px;
	height: 465px;
	top: 0px;
	left: 195px;
	border: 1px solid lightgrey;
	background-color: white;
}

#menu{
	position: absolute;
	width: 110px;
	height: 300px;
	top: 130px;
	margin-left: -10px;
}


#taal{
	position: absolute;
	width: 100px;
	heigth: 40px;
	top: 420px;
	left: 0px;
	color: #5B5847;
	font-size: 12px;
	/*letter-spacing: 1px;*/
	text-align: right;
	line-height: 15px;
}

li{
	list-style-type: none;
	font-size: 12px;
	color: #5B5847;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	margin-left: -20px;
}

.menulink a:link{
	text-decoration: none;
	color: #5B5847;
}

.menulink a:visited{
	text-decoration: none;
	color: #5B5847;	
}

.menulink a:hover{
	text-decoration: none;
	position: relative;
	top: 2px;
	color: #0496C9;
}

.goright{
	position: relative;
	left: 8px;
	font-size: 12px;
	font-weight: normal; 
	color: grey;
}

/* ----------------------------------- TEXTBOX ---- */

#textbox{
	position: absolute;
	width: 470px;
	height: 465px;
	top: 0px;
	left: 330px;
}

#tekst{
	position: absolute;
	overflow: auto;
	overflow-x: hidden;
	width: 470px;
	height: 465px;
	top: 0px;
	left: 0px;
	background-color: white;
	color: #5B5847;
	border: 1px solid lightgrey;
	scrollbar-face-color: white;
	scrollbar-arrow-color: grey;
	scrollbar-track-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: grey;
	scrollbar-darkshadow-color: grey;
	scrollbar-shadow-color: white;
}


#inhoud{
	position: absolute;
	width: 435px;
	height: 465px;
	top: 0px;
	left: 0px;
	padding-left: 10px;
}

.een{
	font: verdana, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: darkbrown;
}

.een_org{
/*	color: #A87337;*/
	color:darkbrown;
}

.een_fac{
/*	color: #367F3B;*/
	color:darkbrown;
}

.twee{
	font: verdana, helvetica;
	font-weight: bold;
	font-size: 13px;
	color: darkbrown;
}

.tekst{
	font: verdana, helvetica;
	line-height: 17px;
	font-size: 12px;
}

.rechts{
	float: right;
	border: 1px solid lightgrey;
	padding: 4px;
	margin: 10px;
	margin-right: 20px;
}

.logo{
	float: right;
	margin: 5px;
	margin-right: 5px;
}

/* ----------------------------------- PICBOX ---- */

#picbox{
	position: absolute;
	width: 75px;
	height: 465px;
	top: 0px;
	left: 825px;
	background-color: white;
}

/* ----------------------------------- FOOTER ---- */

#footer{
	position: absolute;
	width: 900px;
	height: 30px;
	top: 470px;
	left: 0px;
	background-color: white;
	color: grey;
	font-size: 12px;
}

#footer p{
	position: absolute;
	top: 7px;
	left: 0px;
}

#gegevens{
	position: absolute;
	top: 0px;
	left:0px;
	margin-top: 10px;
	width: 400px;
	height: 30px;
}

#copyright{
	position: absolute;
	top: 0px;
	left:700px;
	margin-top: 10px;
	width: 200px;
	height: 30px;
	text-align: right;
}

.slash{
	font-size: 12px;
	color: black;
}


