
/* algemeen */

body, td   { 
color: #333; 
font-size: 11px; 
font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif; 
}

p {}

hr  { 
color: #666666; 
width: 100%; noshade: size: 1;  
}
		
a:link {
color: #444; 
text-decoration: underline;
}
		
a:active {
color: #444; 
text-decoration: underline;
}
		
a:hover {
color: #666; 
text-decoration: none;
}
		
a:visited {
color: #666; 
text-decoration: underline;
}

li { 
font-size: 11px; 
font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif; 
position: relative; 
left: -25px; 
list-style-type: inherit; 
}

textarea, input   { 
color: #333; 
font-size: 11px; 
font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif; 
}

.pagina-kop    { 
color: #fff; 
font-size: 14px; 
font-weight: bold; 
text-decoration: none;
}

.artikel-kop   { 
color: #576157; 
font-size: 12px; 
font-weight: bold; 
text-decoration: none;
}

.artikel-kop-contrast   { 
color: #dfe5df; 
font-size: 12px; 
font-weight: bold; 
text-decoration: none;
}

.highlight   { 
color: #576157; 
font-weight: bold; 
}

.highlight-contrast   { 
color: #dfe5df; 
font-weight: bold; 
}

.contrast   { 
color: #dfe5df; 
}
		
.footer { 
color: #444; 
font-size: 10px; 
}

/* home */

.home {
color: #fff; 
}

.home td {
color: #fff; 
}

.home .pagina-kop   { 
color: #fff; 
font-size: 14px; 
font-weight: bold; 
text-decoration: none;
}

.home .artikel-kop  { 
color: #74ccf1; 
font-size: 12px; 
font-weight: bold; 
text-decoration: none;
}
		
.home a:link {
color: #eee; 
text-decoration: underline;
}
		
.home a:active {
color: #eee; 
text-decoration: underline;
}
		
.home a:hover {
color: #ccc; 
text-decoration: none;
}
		
.home a:visited {
color: #ccc; 
text-decoration: underline;
}

/* menu */

.menu {
}

.menu .pagina-kop   { 
color: #576157; 
font-size: 14px; 
font-weight: bold; 
text-decoration: none;
}

.menu .artikel-kop  { 
color: #82b4ff; 
font-size: 11px; 
font-weight: bold; 
text-decoration: none;
}
		
.menu a:link {
color: #333; 
text-decoration: none;
}
		
.menu a:active {
color: #333; 
text-decoration: none;
}
		
.menu a:hover {
color: #000; 
text-decoration: underline;
}
		
.menu a:visited {
color: #333; 
text-decoration: none;
}

/* form*/

.form{
}

.form td  { 
margin: 5px; 
}
