body {
background:#eee url(bg_logo.gif) repeat-y center fixed; /* lichtgrijs kmac-logo */
color:#000000; /* tekst zwart */
font-size:100%;
font-family:  "times new roman", georgia, arial, serif;
/*font-size:16px;*/
margin:0;
padding:0;
}
/* Gewone linken zoals e-mail linken */

	
/*a.koppeling
 {
	  color: #990000;
	
}*/

a.koppeling:link {
	color:#990000;
	text-decoration: none;
	
	}
	
a.koppeling:visited {
	text-decoration: none;
	color:#990000;
}

a.koppeling:hover{
	text-decoration: underline;
	color: #FFFFCC;
	background-color: blue;
	font-weight: bold;
}
a.koppeling:active {
	color:#FFFFCC;
	background-color:blue;
}
/* Einde opmaak gewone linken*/

/* Kop: K.MA.C. Menen*/
#kop {
background:#DD4D4C; /* roodbruin*/
color:#fdba79;
font-size:300%;
font-variant:small-caps;
text-align:center;
position:fixed;
width:100%;
}

/* Navigatie paneel links */
#navigatie {
padding:1%;	/* komt bij de li's */
width:12%;
position:fixed;
left : 2%;
top:4em;
background:#f93; /*oranje */
}

#navigatie ul {
list-style:none;	/*bullets weg*/
margin:0; 		 /*komt bij de li's */
padding:0;	/* komt bij de li's */
}

#navigatie li {
background:orange;
/*border-style:solid none solid none;*/
/*border-width:2px;
border-color:maroon;*/
padding:5px 0px 3px 0px;
text-align:center;
display:block;

}
#navigatie a {
text-decoration:none;
display:block;
}
#navigatie a:link {
color:maroon;	/* maroon */
}

#navigatie a:visited {
color:maroon; /* maroon */
}
#navigatie a:hover, li#huidig a { /* verandering indien muis over link beweegt*/
border-style: solid none solid none;
border-width:5px 0px 3px 0px;
border-color:#c60; /*donker oranje*/
}
/* Einde navigatie paneel links*/

/* Navigatie paneel rechts*/

#terzijde {
width:12%;
position:fixed;
top:4em;
right:2%;
padding:1%;
background:#f93; /*oranje*/
}
#terzijde ul {
list-style:none;	/*bullets weg*/
margin:0; 		 /*komt bij de li's */
padding:0;	/* komt bij de li's */
}
#terzijde li {
background:orange;
/*border-style:solid none solid none;*/
/*border-width:2px;
border-color:maroon;*/
padding:5px 0px 3px 0px;
text-align:center;
display:block;
}
#terzijde a {
text-decoration:none;
display:block;
}
#terzijde a:link {
color:maroon;	/* maroon */
}

#terzijde a:visited {
color:maroon; /* maroon */
}
#terzijde a:hover { /* verandering indien muis over link beweegt*/
border-style: solid none solid none;
border-width:5px 0px 3px 0px;
border-color:#c60; /*donker oranje*/
}

/* Einde navigatie paneel rechts*/

/* Opmaak middengedeelte inhoud */
#inhoud  {
padding: 60px 18% 0% 18%;
top:6em;
font-family:arial, "times new roman";
font-size:120%;
line-height:120%;
/*color:green;*/
}

#inhoud img#bonden {
float:left;
}


/* Einde opmaak middengedeelte inhoud */

#inhoud img#foto 
{
float:left;
/*width:110px;
height:90px;
margin:5px;*/
border-style:none;
}
#inhoud img#text_line
{
clear:both;
margin-bottom:2px;
}

#inhoud a:link {
text-decoration:none;
border-style:none;
color:maroon;
}
#inhoud a:visited {
text-decoration:none;
border-style:none;
}
#inhoud a:hover {
border-style:none;
}
#inhoud a:active {
border-style:none;
}


table.tbl_uitslag {
background:#eee;
border-style:solid;
border-width:1px;
border-collapse:collapse;
border-color:black;
margin-left:3em;
}
.tbl_uitslag th {
font-weight:1em;
border-style:solid;
border-color:black;
border-width:1px;
}

.tbl_uitslag td {
text-align:right;
border-style:solid;
border-color:black;
border-width:1px;
}
.centreren {
text-align:center;
}
span.kopnormaletekst {
font-size:30%;
font-variant:small-caps;
}
span.fluo {
background:aqua;
padding:2px;
}

.fotolinks {
float:left;
margin:0 12px 6px 0;
}
.fotorechts {
float:right;
margin:0 0 6px 12px;
}

.nietsnaast {
clear:both;
}
.centrerengroen {
background:green;
color:white;
text-align:center;
padding:1%;
}
.achtergrondgeel {
background-color:#ff00ff;
color:#000000;
text-align:left;
padding:0.3%;
width:5.5em;
}
.lijnkleur {
color:red;
height:3px;
}
