@import url(/js-css/new/reset.css);
@import url(/js-css/new/content.css);
/* @import url(/js-css/new/forms.css); */


/* Core Elements */
body{
	font-family: Arial, Helvetica, sans-serif;
}
#headercontainer{
	
}
#mainwrapper{
}

#streamer{
	margin-top: 10px;
	display: block;
}

/* HEADER */

#headercontainer{
}
#headercontainer a{
	text-decoration: none;
	color: #027DA2;
}
#headercontainer h1{
	font-size: 18px;
	color: #027DA2;
	margin-left: 20px;
}
#headercontainer h1 span{

}
#headercontainer h2{
	font-size: 12px;
	color: black;
	margin-left: 20px;
}

/* Right side column */

.clearer{
	clear: left;
}

#rightcolumn{
	display: none;
}
#leftcolumn{
	display: none;
}

#menu{
	display: none;
}

#footer{
	border-top: 1px solid #e2e2e2;
	padding: 10px 20px 20px 20px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer span{
	display: block;
	float: right;
}
#footer a{
	display: none;
}
#footer a:hover{
	text-decoration: underline;
	color: #555555;
}

/* Navigation Path */

#navpath{
	font-size: 12px;
	margin-top: 10px;
	margin-left: 20px;
}
#navpath a{
	text-decoration: none;
	color: black;
}
#navpath ul{
	list-style:square;
}
#navpath li{
	float: left;
	
	margin-left: 20px;
}


#button_home{
	display: none;
}
#button_print{
	display: none;
}
#button_contact{
	display: none;
}
#button_mailafriend{
	display: none;
}




/* Zoekoptie bovenin */

#zoekoptie_top { 
	display: none;
}