@charset "utf-8";
            #search { 
                font-size: 16px; 
                width: 548px; 
            } 
            .header { 
                background-color: #DEF1FF; 
                padding: 25px; 
            } 



body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #B10961;
}
a:hover {
	text-decoration: none;
	color: #FF0;
	background-color: #CCC;
}

#header_top {
	height: 50px;
	background: #B10961;
}
#header_NKvF {
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	background: #000;
}

#fuchsia_intro {
	height: 120px;
	width: 150px;
	padding-left: 30px;
	float: left;
	background: #000;
}
#NKvF_tekst {
	background: #000;
	height: 80px;
	width: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #CCC;
	padding-top: 40px;
	padding-left: 250px;
}

#header_navigator {
	height: 40px;
	background: #B10961;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#content_p {
	width: 1600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#content h1  {
	font-size: 2em;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}

#content_inleiding {
	text-align: center;
}
#content table tr td {
	text-align: left;
}


#footer {
	background: #000;
	height: 45px;
	font-size: 0.85em;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	font-weight: bold;
	line-height: 3em;
}

#footer p a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #B10961;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


.break {
	page-break-before:always;
}
.center {
	text-align: center;
}
a:visited {
	text-decoration: none;
	color: #B10961;
}
.lijnhoogte {
	line-height: 2em;
}

.li {
	border-color: #000000; /* Kleur van de rand */
	border-width: 1px; /* Dikte van de rand */
	border-style: solid;
	padding: 15px;
}

