body{
/* bv. background-color: #ffffff; */
}

body, p, th, td, h1, h2, h3, h4, h5, h6 {
/* bv. font-family: Arial, Helvetica, Verdana, sans-serif; */
}

th{
/* bv. font-size: 0.8em; em=relatieve tekstgrootte zodat deze in browser nog vergroot kan worden. let er wel op dat dit alleen werkt als de tekst in een table staat. */
}

td{
/* bv. font-size: 0.8em; em=relatieve tekstgrootte zodat deze in browser nog vergroot kan worden. let er wel op dat dit alleen werkt als de tekst in een table staat. */
}

tr{
}

h1{
/* bv. font-size: 1.4em; font-weight: bold; */
}

h2{
/* bv. font-size: 1.2em; font-weight: bold; margin-top: 16px; margin-bottom: 2px;*/
}

h3{
/* bv. font-size: 1.0em; font-weight: bold; margin-top: 16px; margin-bottom: 2px; */
}

h4, h5, h6, td.small{
/* bv. font-size: 0.8em; */
}

A:link, A:visited, A:active{
/* bv. color: #878282; */
}

A:hover{
/* bv. color: #000000; */
}

blockquote{
}

br{
}

em{
/* bv. font-style: italic; */
}

ul, ol{
/* bv. margin-left: 40px; */
}

li{
}

p{
/* bv. margin: 0px; padding: 0px; */
}

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 {
/* bv.  border-collapse: collapse; border : 1px solid #77CCE9;*/
}

TD.blxtable {
/* bv.  padding-right: 3px; border : 1px solid #77CCE9;*/
}


/*classes voor o.a. het submenu */
.sub, .subAan, .subsub, .subsubAan{
	width: 150px;
}

.subsub, .subsubAan{
	padding-left: 25px;
}

.subAan, .subsubAan{
	font-style: italic;
	background-color: #EEEEEE;
}

.error{
	color: #813f2b;
	font-weight: bold;
}

/*id's voor de sub- en randomcontent en inhoud */
#subcontent, #randomcontent{
	padding: 5px;
	background-color: #EEEEEE;
}

#inhoud{
	padding: 5px;
}

/* Afbeelding vergroten in een popup */
div.imgPopUpleft, img.imgleft { /* Deze class wordt a.d.h. de uitlijning bepaald */
	float: left;
	padding: 0 8px 4px 8px;
	position: relative;
}
div.imgPopUpright, img.imgright { /* Deze class wordt a.d.h. de uitlijning bepaald */
	float: right;
	padding: 0 8px 4px 8px;
	position: relative;
}
div.imgPopUpcenter, img.imgcenter { /* Deze class wordt a.d.h. de uitlijning bepaald */
	margin: 3px 0 2px;
	padding: 0 8px 4px 8px;
	position: relative;
	text-align: center;
}

div.imgPopUpleft div, div.imgPopUpright div, div.imgPopUpcenter div, div.imgPopUpSub div{
	background: url(../images/img_popup.gif) bottom right no-repeat;
	/* De hoogte en breedte wordt in de _tpl_-file overschreven */
	margin: 0;
	display: inline;
	position: absolute;
	cursor: pointer;
	/* Icoontje transparant weergeven? Dat kan, behalve in Opera en MSIE op Mac
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	*/
	z-index: 1;		/* geef div'jes uit dropdownmenu's een hogere z-index om conflicten te voorkomen! */
}

div.imgPopUpSub div{
	background: url(../images/img_popup2.gif) left top no-repeat;
}

div.imgPopUpleft a, div.imgPopUpright a, div.imgPopUpcenter a, div.imgPopUpSub a, div.imgPopUpfoto a{
	background: transparent url(../images/img_popup.gif) bottom right no-repeat;
	/* De hoogte en breedte wordt in de _tpl_-file overschreven */
	margin: 0;
	display: inline;
	position: absolute;
}

div.imgPopUpleft a:hover, div.imgPopUpright a:hover, div.imgPopUpcenter a:hover, div.imgPopUpSub a:hover, div.imgPopUpfoto a:hover{
	background: transparent url(../images/img_popup_a.gif) bottom right no-repeat;
}
