@charset "utf-8";
/* CSS Document */
* {
	margin:0 0 0 0;
	padding:0;
}
body {
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	line-height: 1.5;
	/*dit zou op alle paginaas een scrollbalk moeten opleveren maar doet dat niet*/
	height: 101%;
	background-image: url(../ima/grijs_zij.gif);
	background-repeat: repeat-x;
	/*background-position:0px;*/ 
	}
	
h1, h2 
{
}


h1.none{display:none;}

p
{
margin-bottom:10px;
}

img 
{
border:0;
}

a
{
color: #FF0000;
font-weight: bold; 
text-decoration:none
}

a:hover 
{color:#FF6600;
}

/*=================STRUCTUUR===============================================*/

/*de wrapper bestaat uit drie vertikale colommen: buffer_links - content - buffer_rechts*/
div#wrapper 
	{
	text-align:left;
	margin:0 0 0 0;
	width:100%;
	/*dit zou op alle paginaas een scrollbalk moeten opleveren maar doet dat niet*/
	height:101%; 
	/*geeft ook een horizontale scroll
	overflow:scroll;*/
	}
	
/*==============INHOUD WRAPPER=============*/	

div#buffer_left 
	{ 
	float:left;
	width: 25%;
	text-align:center;
	}

/*content bestaat uit een horizontale div-title een div-media en een div-txt*/
div#content 
	{ 
	float:left;
	width: 60%;
	}

div#buffer_right 
	{ 
	float:right;
	width:15%; 
	}
	

/*=============INHOUD CONTENT=================*/

div#title
	{
	}

div#media ul
	{ 
	clear:both; 
	list-style:none; 
	margin-right:40px;
	padding-top:10px;
	padding-bottom:60px; 
	display:block;
	}
	
div#media li a
	{ 
	display:inline;
	float:right;
	margin-right:40px;
	font-weight:bold; 
	text-decoration:none; 
	color:#000;
	}

div#media li a:hover
{color: #900;}



div#txt 
	{ 
	clear:both; 

	}


	
/*===========BACK NAV ARROWS=====================*/

.back_inbuffer_right
{
margin:280px 20px 0 0; 
float:right;	
}

.back_inbuffer_center
{
margin-top:340px; 
margin-left:auto; 
margin-right:auto;
}

.back_intxt
{ 
margin-top:50px;
}
