@charset "utf-8";

@import url("nlw_menu.css");

body, td, p {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#sidebar2 {
	font-weight: bold;
	font-size: 0.8em;
}
#footer{
	text-align: center;
	font-size: 0.7em;
}
a{
	color: #79BDE8;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #79BDE8;
	text-decoration: underline;
}
h1{
	font-size: 1.6em;
}
h2{
	font-size: 1.3em;
	margin-top: 30px;
}
.Activiteit_kop{
	font-size: 1.2em;
	display: block;
	padding-left: 15px;
	font-weight: bold;
	border-top: 1px solid #000000;
	margin-top: 0px;
	background-color: #CCCCCC;
}
.Activiteit_datum{
	font-size: 0.8em;
	display: block;
	padding-left: 15px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0px;
	background-image: url(../../img/bg_activiteitdatum.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.Contact_naam{
	font-weight: bold;
}
.klein{
	font-size: 0.8em;
}
.tabelGrijs th.top {height:3.5em; padding:0 7px 0 7px; empty-cells:show; background-color:rgb(175,175,175); text-align:left; color:rgb(255,255,255); font-weight:bold; font-size:100%;}
.tabelGrijs th {height:3.0em; padding:2px 20px 2px 7px; border:solid 1px rgb(255,255,255); background-color:rgb(225,225,225); text-align:left; color:rgb(80,80,80); font-weight:bold; font-size:100%;}
.tabelGrijs td {height:3.0em; padding:2px 7px 2px 7px; border:solid 1px rgb(255,255,255); background-color:rgb(225,225,225); text-align:left; font-weight:normal; color:rgb(80,80,80);}

table.tabelGrijs{/* vereist tbv celopmaak*/
	border: 0;
}
#formLidWorden{
	border: 1px solid #7BBEE8;
	padding: 4px;
	margin-bottom: 15px;
}
#formLidWorden #verplicht{
	color:#FF0000;
	border-style: none;
	width: 90%;
	background-color: #FFFFFF;
}
#formLidWorden .leeg{
	background-color: #79BDE8;
}
#formLidWorden .gevuld{
/*	background-color: ;*/
}