body{
/* bv. background-color: #ffffff; */
background: #e4e3e6 url(../images/bck_site.gif) top repeat-x;
}

body, th, td, h1, h2, h3, h4, h5, h6 {
font-family: Verdana, sans-serif, Arial, Helvetica;
color: #3E001F;
line-height: 1.3em;
}

th{
font-size: 0.75em;
}

td{
font-size: 0.75em;
}

h1{
font-size: 1.1em;
color: #DA2128;
margin-top: 0px;
margin-bottom: 4px;
}

h2{
font-size: 1em; 
color: #660033;
margin-top: 12px; 
margin-bottom: 2px;
}

h3{
font-size: 1em; 
color: #550D2A;
margin-top: 12px; 
margin-bottom: 2px;
}

p{
margin: 0;
}

A:link, A:active{
color: #DA2128;
}

A:visited{
color: #D33636;
}

A:hover{
text-decoration: none;
color: #5E5D93;
}

blockquote{
}

br{
}

em{
/* bv. font-style: italic; */
}

ul, ol{
/* bv. margin-left: 40px; */
}

li{
}

strong, b{
}


sub{
}

sup{
}

/*onderstaande moet nog naar gekeken worden want aan admin kant geef je een border-breedte aan en die kan op de manier zoals de editor nu (23-11-04) in elkaar zich nog niet via classes in de browser terecht komen*/
TABLE.blxtable {
 border-collapse: collapse;
 border : 1px solid #CCB6BF;
}

TD.blxtable {
 padding-right: 3px;
 border : 1px solid #CCB6BF;
}

/* subMenu Algemeen */
.sub{
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 0.7em; 
	cursor: pointer; cursor: 'hand';
	width: 196px; margin: 0px;
	}

.subAan{
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 0.7em; 
	cursor: pointer; cursor: 'hand';
	width: 196px; margin: 0px;
	}

.subSub{
	padding-top: 1px;
	padding-bottom: 4px;
	font-size: 0.7em;
	font-weight: normal; 
	cursor: pointer; cursor: 'hand';
	}

.subSubAan{
	padding-top: 1px;
	padding-bottom: 4px;
	font-size: 0.7em;
	font-weight: normal;
	cursor: pointer; cursor: 'hand';
	}

/* subMenu Aan-Uit */
.sub A:link, .sub A:visited{
	color: #550D2A;
	text-decoration: none;
	}
	
.sub A:active, .sub A:hover{
	color: #550D2A; 
	text-decoration: underline;
	}

.subAan A:link, .subAan A:visited, .subAan A:active{
	color: #ffffff; text-decoration: none;
	}

.subAan A:hover{
	color: #ffffff; text-decoration: underline;
	}

/* subSubMenu Aan-Uit */
.subSub A:link, .subSub A:visited{
	color: #550D2A; text-decoration: none; 
	}
	
.subSub A:active, .subSub A:hover{
	color: #550D2A; text-decoration: underline;
	}

.subSubAan A:link, .subSubAan A:visited{
	color: #ffffff; text-decoration: none;
	}

.subSubAan A:active, .subSubAan A:hover{
	color: #ffffff; text-decoration: underline;
	}

/* verzendbutton */
INPUT.knop
	{
	font-size: 0.85em;
	color: #550D2A;
	border: 1px solid #550D2A;
	background-color: #CCB6BF;
	margin: 3px 0px 0px;
	padding: 0px 2px;
	height: 20px;
	cursor: pointer; cursor: 'hand';
	}