body{
	font-family: Tahoma, Verdana, Arial;
	margin: 0px;
	background-image: url(gfx/background/bg_menu.gif);
	background-repeat: repeat-x;
	background-color: white;
}

input,textarea,select,button{
	font-size: 12px;
}

.button{
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	color: #5F5F5F;
	background-color: #EEEEEE;
	height:25px;
	text-align: left;
	padding: 0px;
	background-image: url(gfx/background_button.gif);
}

span.frmverplicht{
	font-size: 11px;
	color: #C40000;
	margin-left: 5px;
}

span.caption{
	font-size: 15px;
	font-weight: bold;
	color: #4A4A4A;
	letter-spacing: 0;
}

span.formlabel{
	font-size: 12px;
}

.fieldset {
  border:1px solid #D6D6D6;
}

p,td,span,a{
	font-size: 12px;
	color: #4A4A4A;
}

span.pagename{
	color: #E70000;
	font-size: 18px;
	font-weight: bold;
}

span.smallred{
	font-size: 11px;
	color: red;
}

.listBorder{
	border-bottom:1px solid #B3B3B3;
	border-top:1px solid white;
}

/*
Licht: 	EBEBEB
		FAFAFA
		EFEFEF
		F2F2F2
donker:	D9D9D9
		E1E1E1
*/

.trDark{
	background-color: #E1E1E1;
}
.trDarker{
	background-color: #D9D9D9;
	cursor: hand;
}
.trLight{
	background-color: #EBEBEB;
}
.trLighter{
	background-color: #F2F2F2;
	cursor: hand;
}

a.smallblack{
	font-size: 11px;
	text-decoration: underline;
	color: black;
}

.sitename{
	font-size: 20px;
	font-weight: bold;
}
.page{
	font-size: 16px;
	font-weight: bold;
}

span.header{
	font-weight: bold;
	color: #6C6C6C;
	font-size: 12px;
}

td.header{
	background-color: #EBEBEB;
}

.dropmenu{
	border:1px solid #7B7B7B;
	background-color:#E1E1E1;
	background-image:url(menu_shadow.gif);
	background-repeat:repeat-x;
}

a{
	font-size: 12px;
	text-decoration: none;
	color: #313131;
}
a:hover{
	color: #868686;
}

span.backofficehead{
	line-height: 40px;
	font-size: 20px;
	color: white;
	font-family: tahoma;
}

td.tdon{ background-color: none; }
td.tdoff{ background-color: none; }
