/* InternetMR overkoepeld CSS */
html{

	height: 100%;
}

body{


	height: 100%;


	background-color:#fff;
    
	background-repeat: repeat-x;
	background-image: url(header-repeat-big.jpg);
	background-position: center top;
/*	background-attachment:scroll; */

}

#centerColumn {
	min-height: 100%;
	_height: 100%;
	margin: -155px auto 0px auto;
	width: 960px;
	text-align: left;
	/* eerste is hor pos en tweede vert pos */
/*
	background-position: 0px 120px;
	background-repeat: repeat-y;
	background-image: url(bg-repeat.png);
	
	background-attachment: scroll;
	color: #ffffff;
*/
}



#footer{

	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	height: 155px;


	text-align: left;
	width:960px;
	color: #6a686c;

	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(footer.jpg);
}

/* stijl voor tekst in de footer / in beheer gewoon stijl 1 */
#footer TD {
		font-family: Arial, Verdana, "Verdana TT", sans-serif;
		
		color: #b087ae;
        font-size:13px;	
	    line-height: 1.5em;
   		letter-spacing: 1px;
}

#footer TD A:ACTIVE, #footer TD A:VISITED, #footer TD A:LINK{
   font-family: Arial, Verdana, "Verdana TT", sans-serif;
   font-size : 13px;
   color: #b087ae;
   text-decoration:none;
   font-weight:normal;

}

#footer TD A:HOVER{
   font-family: Arial, Verdana, "Verdana TT", sans-serif;
   font-size : 13px;
   color: #4f2653;
   text-decoration:underline;
}
#footerbewerkbaar {
	height: 26px;
	padding: 102px 0px 0px 0px;
	text-align: right;
	color: #ffffff;
	overflow: hidden;
}
#footerbewerkbaar TD {
		
		
		
}
#footerbewerkbaar A:ACTIVE, #footerbewerkbaar A:LINK, #footerbewerkbaar A:VISITED {
	
	
	
}

#footerTekst{
	float: right;
	width:400px;
	padding: 4px 0px 0px 0px;
	/* border: 1px solid #0000ff; */
	text-align: right;
	color: #ffffff;
}

#footerTekst A:ACTIVE, #footerTekst A:LINK, #footerTekst A:VISITED {
	font-size: 9px;
	font-style: normal;
	color: #a79b84;
	text-decoration: none;
	font-weight: normal;
}
#footerTekst A:HOVER {

	color: #000;
	text-decoration: underline;
  font-weight: normal;
}

#title {
	height:155px;
	background-color:#ffffff;
	color: #000000;
	
}

#hnavigatie {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* float: right; */
	width: 960px;
	height: 65px;

	/* z-index: 0;*/
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(menu.jpg);
}




#header {

	height:213px;
	width:960px;
	margin: 26px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(logo.jpg);

}

#tekstgedeelte {
	/* background-color: #ffffff;  is dan alleen achter de echte tekst
	/* border: 1px solid #ff00ff; */
    /* hier de breedte opgeven van de beschikbare ruimte dus zonder marge */
	width: 910px;
	margin: 25px 25px 0px 25px;
	padding: 0px 0px 0px 0px;
	min-height: 200px;
	
/*	background-image: url(images_06.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	
	font-family: Verdana, "Verdana TT", Arial;
	font-size : 13px;
	line-height: 1.4;
	color: #ffffff;
*/

	/* z-index: 1; */
}


