<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FRONT END STYLING */

html
{
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body
{
	font-family:Trebuchet MS !IMPORTANT;
	font-size: 12px;
	color: #a2a2a2;
	margin:1px 0 0 0;
}

h1
{
	color:#FF00E7;
	font-size:20px;
	text-transform:uppercase;
	margin-top: 0 !important;
}

h4
{
	font-size:50px;
	line-height:190px;
	text-align:center;
}


a img
{
	border: none;
}

form {
    display: block;
    float: right;
    margin-top: 10px;
    overflow: hidden;
}

label {
    clear: left;
    display: block;
    float: left;
    font-size: 100%;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    padding: 0 25px 0 0;
    text-align: right;
    width: 100px;
}

input
{
	/* TRANSPARENCY */
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

	border:1px solid black;
	color: black;
	float:left;
	font-size:12px;
}
	
input[type=text], input[type=password]
{
	width:80px;
	height:18px;
	margin:3px 5px 0 0;
	padding:1px 0 0 3px;
}


/* BLOCKS */
div#bar{
    background-color: white;
    border-bottom: 1px solid lightgray;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    height:27px;
    overflow: hidden;
}

#bar form{
	margin: 0;
    width: 380px;
}

img#bg
{
	border:medium none;
	display:block;
	margin:60px auto 0;
	overflow:hidden;
}


div#text
{
	display: block;
	height: 462px;
	overflow-x:hidden;
	overflow-y:auto;
	width: 100%;
}

div#text p
{
	margin-bottom: 15px;
}

div#text img
{
	/* TRANSPARENCY */
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
div#text table{
border: none;
display:block;
margin:5px auto;
overflow:hidden;
width:570px;
}

div#text table tr.main td{
width:55px;
}

div#text table div
{
background-image:url("../priv/images/pixel.png");
border:1px solid #FF00E7;
float:left;
height:110px;
margin:0;
width:110px;
}

div#text table img
{
background-color:white;
display:block;
height:75px;
margin:3px auto -3px;
padding:1px;
}

div#text table p, div#text table sup
{
display:block;
margin:0;
text-align:center;
}

area:hover
{
	cursor: hand;
}

/* BESTUURS PAGINA */
img#bestuur{
background-image:url("../images/pixel2.png");
border:1px solid #FF00E7;
display:block;
height:235px;
width:352px;
overflow:hidden;
margin:0 auto;
padding:1px;
}

div.resultBar
{
background-image:url("../priv/images/pixel2.png");
border:1px solid #A2A2A2;
clear:left;
color:white;
display:block;
margin:0 auto 2px;
overflow:hidden;
padding:2px 2px 2px 7px;
width:345px;
}

div.bestuur
{
	display:block;
	float:left;
	overflow:hidden;
	width:80px;
}

div.name
{
	display:block;
	float:left;
	overflow:hidden;
	width:100px;
}

div.resultBar div.fullName
{
	display:block;
	float:left;
	overflow:hidden;
	width:160px;
}</pre></body></html>