html {
	margin: 0; 
	padding: 0; 
}

body {
	background-color:#FFFACD; 
	font-size: 1em;
	font-family: Arial, Verdana,Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: center; 
	/*width: 100%;*/
	width: 99%;
}

#container
{
	position: relative; 
	z-index: 1; 
	margin: 0 auto; 
	text-align: left; 
	width: 762px;
	height: 100%;
}

/** Balk **/ 

hr {
	background-color: #006699; 
	color: #006699;
	width: 742px; 
}

#pagetitle {
	text-align: center; 
}

#pagetitle h2 {
font-size: 1.5em;
font-weight: bold; 
/* was 1em en normal */
}

/** 
Kind vriendelijk
**/
#kind
{
	position: relative;
	top: -70px;
	left: 670px;
	z-index: 2; 
	height: 1px;
	width: 121px;
}

/** Rubrieken **/ 

.column
{
	position: relative; 
	float: left; 
	width: 254px; 
	text-align: center;
}


.column.banner a
{
	color: black;
	background-color: #FFFACD; 	
	font-size: 20px; 
	text-align: left;
}


.rubriek
{
	width: 234px; 
	margin-left: 10px; 
	margin-bottom: 20px;
}

.rubriek .title, .rubriek .content
{
	padding-left: 2px; 
	
}

.rubriek .title h3
{
	float: left; 
	font-size: 13px; 
	font-weight: 900; 
	color: #FFFFFF; 
	margin: 0; 
	padding: 0;
}

.rubriek .sluiten
{
	float: right;
	padding-right: 2px;  
	color: #FFFFFF; 
}

.rubriek .content
{
	background-color:#FFD991; 
	color:#000000; 
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;	
}

.clear
{
	clear: both; 
}

.rubriek ul {
margin: 0;
padding: 0;
}

.rubriek ul li {
list-style: none;
}

/** Links **/ 

a:link, a:visited, a:active {
	background-color:#FFD991; 
	color:#000000; 
	text-decoration:underline;
}

a:hover {
	background-color:#FFD991; 
	color: #AA2222; 
	text-decoration:underline; 
	cursor: pointer;
}

a.intern:link, a.intern:visited, a.intern:active {
	font-style: italic;
	background-color:#FFD991; 
	color:#FF0000; 
	text-decoration:underline;
}

a.intern:hover {
	font-style: italic;
	background-color:#FFD991; 
	color: #AA2222; 
	text-decoration:underline; 
	cursor: pointer;
}

a.slimmenav:link
{
	text-decoration: none;
}

.smalltext {
	background-color:#FFD991; 
	color:#FF0000; 
}

/** Footer **/

#footer 
{
	width: 742px; 
	background-color: #F37020; 
	border: 1px solid #CB833B; 
	margin-left: 10px; 
	font-size: 9px; 
}

#footer #copyright
{
	float: left; 
	padding-left: 3px; 
}

#footer .links 
{
	float: right; 
	padding-right: 10px; 
	color: white; 
	background-color: #F37020; 
	text-align: right; 
}

#footer .links a
{
	color: white;
	background-color: #F37020; 	
}

#footer #teller
{
	float: right;  
}

.forminput
{
	margin-top: 1px; 
	border: 1px solid #000; 
	color: black; 
	height: 12px; 
	font-size: 12px;
	width: 180px; 
}

.forminput.select {
height: 1.7em;
font-size: 1em;
font-weight: bold; 
color: #000; 
}

.formbutton
{
	background-color: #006699;
	height: 16px; 
	margin-bottom: 1px; 
	border: 1px solid #000; 
	font-size: 12px; 
	color: white; 
}

/** nieuwbrief pages **/

.content 
{
	text-align: center; 
}

div#sponsor  { border:0px; clear:both; margin:0 auto; width:850px; height:50px; padding-top:50px; }
div#sponsor ul.sponsors { float:left; list-style:none;  width:850px; margin: 0 30px 40px -80px; height:49px; clear:both; }
div#sponsor ul.sponsors li { float:left; margin-right:10px; }
div#sponsor ul.sponsors li a { text-decoration:none; }
div#sponsor ul.sponsors li a img { border:0px; height:50px; }
