@charset "utf-8";
body {
	background-image: url(/img/backgroundfader2.png);
	background-repeat: repeat-x;
	background-color: #6993D8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{color: #333; text-decoration: underline;}
a:visited {color: #666666; text-decoration: underline;}
a:link{color: #333; text-decoration: underline;}
a:hover {color: #999999;}
a:active {color: #000;}

/* hoofd categorien */
.HoofdTekst {
	font-family: Arial;
	color: #717171;
	text-decoration: none;
}
.HoofdTekst a:link {
	text-decoration: none;
}
.MiddenTekst {
	font-family: Arial;
	color: #333;
	font-size: 13px;
	text-decoration: none;
}

.MiddenTekst a:link {
	text-decoration: none;
}
.Verwijderen {
	font-family: Arial;
	color: #F00;
	font-size: 12px;
	text-decoration: underline;
}
.MiddenTekstAdmin {
	font-family: Arial;
	color: #03C;
	font-size: 13px;
}

.Kleinetekst {
	font-family: Arial; 
	color: #717171; 
	font-size: 12px; 
}
.Titel {
	font-family: Arial;
	color: #717171;
	font-weight: bold;
	font-size: 20px;
	
}
/* de tabel bij categorie laten aanduiden */
.tblCat:hover {background-color: #F3F3F3;}



/*menu links */
a.menu {
	font-family: Arial;
	color: #717171;
	font-size: 20px;
}
a.menu:link { 
color: #717171; 
text-decoration: none;
font-family: Arial;
color: #717171;
font-size: 20px;
}
a.menu:active { color: #717171; text-decoration: none }
a.menu:visited { color:#717171; text-decoration: none }
a.menu:hover {color: #6993d8; text-decoration: none }


