<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
height: 100%; /* héél belangrijk */
}

img {
border:					0px;
}

.index {
background-color:		#ffffff;
font-family:			verdana, arial;
margin:					0px;
}

.top {
background-color:		#FF8000;
width:					1024px;
height:					150px;
position:				absolute;
}

.top_right {
background-image:		url('images/top_right.png');
width:					43px;
left:					1024px;
height:					150px;
position:				absolute;
}

.menu {
background-color:		#FF8000;
top:					150px;
width:					140px;
position:				absolute;
padding-left:			10px;
}

.menu_bottom {
background-image:		url('images/menu_bottom.png');
background-repeat:		no-repeat;
width:					150px;
height:					53px;
position:				absolute;
padding-left:			10px;
}

.home {
background-image:		url('images/background.png');
background-repeat:		no-repeat;
top: 					150px;
left:					150px;
width:					900px;
position:				absolute;
padding-left:			45px;				
padding-top:			10px;
text-align:				left;
font-size:				10px;
}

.home_title {
color:					#FF8000;
font-size:				20px;
font-family:			verdana;
}

.home_menu_title {
width:					600px;
margin-left:			117px;
height:					17px;
background-image:		url('images/home_top.png');
font-weight:			bold;
color:					#ffffff;
text-align:				center;
font-size:				12px;
padding-top:			3px;
}

.home_menu_bottom {
width:					600px;
margin-left:			117px;
height:					20px;
background-image:		url('images/home_bottom.png');
}

.home_inhoud {
width:					600px;
margin-left:			117px;
background-color:		#FF8000;
text-align:				center;
}

.fototumb {
vertical-align:			top;
font-size:				10px;
float:					left;
width:					25%;
text-align:				center;
}

.foto {
border:					0;
text-decoration: 		none;
}


.model_left {
vertical-align:			top;
font-size:				10px;
float:					left;
width:					50%;
text-align:				right;
}

.model_center {
vertical-align:			top;
font-size:				10px;
float:					left;
width:					100%;
text-align:				center;
padding-left:			40px;
}

.model_left_mid {
vertical-align:			top;
font-size:				10px;
float:					left;
width:					50%;
text-align:				center;
}

.model_right {
vertical-align:			top;
font-size:				10px;
float:					right;
width:					50%;
text-align:				left;
}

.nieuws_left {
vertical-align:			top;
background-color:		#FF8000;
font-size:				10px;
margin-left:			20px;
float:					left;
width:					490px;
text-align:				left;
}

.nieuws_right {
vertical-align:			middle;
background-color:		#FF8000;
font-size:				10px;
margin-right:			20px;
float:					right;
width:					70px;
text-align:				left;
}

.table {
width:			100%;
border-collapse: collapse;
}

.row_1 {
background-color:		#FF4000;
}

.row_2 {
background-color:		#FF8000;
}

.agenda_left {
vertical-align:			top;
background-color:		#FF8000;
font-size:				10px;
margin-left:			20px;
float:					left;
width:					280px;
text-align:				left;
}

.agenda_right {
vertical-align:			top;
background-color:		#FF8000;
font-size:				10px;
margin-right:			20px;
float:					right;
width:					280px;
text-align:				left;
}

.profile_left {
vertical-align:			top;
margin-left:			20px;
float:					left;
width:					350px;
text-align:				left;
}

.profile_right {
vertical-align:			top;
margin-right:			20px;
float:					left;
width:					280px;
text-align:				left;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.spacer {
height:	3px;
width: 100px;
float:	left;
}

.deelnemer {
width:		120px;
float:		left;
font-size:	10px;
}
.deelnemer_kort {
width:		50px;
float:		left;
font-size:	10px;
}

.deelnemer_mid {
width:		80px;
float:		left;
font-size:	10px;
}

.deelnemer_breed {
width:		170px;
float:		left;
font-size:	10px;
}

.kleine_text {
width:					100%;
font-size:				10px;
}

.text_white {
color:					#ffffff;
}

input, textarea {
font-family:			verdana, arial;
font-size:				10px;
}

.agenda_bijzonderheden {
width:					560px;
height:					70px;
}


.website {
width:					560px;
height:					300px;
}

.adres {
width:					200px;
height:					30px;
}

a.title {
color:					#ffffff;
text-decoration:		none;
}

a.urlwhite {
color:					#ffffff;
text-decoration:		none;
}

a {
color:					#0000ff;
text-decoration:		none;
}

a.url {
color:					#0000ff;
text-decoration:		none;
}

a.button {
    background: transparent url('images/bg_button_a.png') no-repeat scroll top right;
    width: 150px;
	color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} </pre></body></html>