/*Standaard opmaakclasses die in elke website dezelfde naam hebben maar verschillende eigenschappen kunnen hebben*/
.CimpleAfbeelding{border:0px solid gray;margin-top: 0px; margin-right: 10px; margin-bottom:-10px;}	

A,.CimpleLinkPagina, .CimpleLinkDocument, .CimpleLinkEmail, .CimpleLinkExtern{cursor:hand;background-color:none;color:#CC0033;text-decoration: underline;}
A,.CimpleLinkPagina:Hover, .CimpleLinkDocument:Hover, .CimpleLinkEmail:Hover, .CimpleLinkExtern:Hover{cursor:hand;color:#CC0033;text-decoration: none;}

.CimpleParagraafAnkerLink {color: #CC0033;cursor: hand;text-decoration: underline;}
.CimpleParagraafAnkerLink:Hover {color:#CC0033;cursor:hand;text-decoration:none;}

.CimpleTitel{color: #929292;font-weight: bold;font-size: 130%;width:100%;height:18px;border-width:0px;background-color: transparent;}

.Paragraaf_Titel,.Sitemap_0{color:#CC0033;font-weight:bold;}
.Paragraaf_Titel{font-family:Arial;background-color: transparent;width:100%;height:22px;border-width:0px}

DIV,LI,P,.Paragraaf_Tekst{font-family:Arial;color:#424242;}

.Snelmenu {font-family:Arial;background-color: transparent;color: #BDBDBD;text-decoration: none}
.Snelmenu:hover {font-family:Arial;background-color: transparent;color: #CC0033;text-decoration: none}

.Routing {font-family:Arial;background-color: transparent;color: #BDBDBD;text-decoration: none}
.Routing:hover {font-family:Arial;background-color: transparent;color: #CC0033;text-decoration: none}

.CimpleHighlight{color:#424242;}

/*Stijlen specifiek voor de website (afwijkingen van de standaard stijlen hier overriden en NIET hierboven aanpassen)*/
#Venster {overflow-y: scroll;}

#Body,TD {
	font-family: Arial;
	line-height: 145%;
	font-size: 89%;	
	color:#424242;
}
TD.Hoofdmenu{font-size:100%;}

.InIE #Body,
.InIE TD{font-size: 70%; }


.InIE .Paragraaf TD,
.InIE .Paragraaf CAPTION{font-size:70%;}


HR {
	height: 1px;
	color: #EDEDED;
}

.Foto {
	background-image: url(../images/HMA_foto_id8.jpg);
	background-repeat: no-repeat;
}

	
.Hoofdmenu,
.HoofdmenuOver,
.HoofdmenuAan,
.HoofdmenuAanOver  {
	font-size: 65%; 
	color: #FFFFFF;
	text-decoration: none;
	height : 30px;
	cursor:pointer;
	padding-left: 12px;
	padding-right: 12px;
	text-transform : uppercase;
}

.HoofdmenuOver,
.HoofdmenuAan,
.HoofdmenuAanOver {
	background-color: #8A0022;
}

.Submenu,
.SubmenuOver,
.SubmenuAan,
.SubmenuAanOver  {
	font-size: 70%;
	color: #525252;
	text-decoration: none;
	height: 23px;
	cursor: pointer;
	padding-left: 14px;
	background-color: #F0F0F0;
	border-bottom: 2px solid white; 
}

.SubmenuOver,
.SubmenuAan,
.SubmenuAanOver {
	color: #282828;
	background-color: #D3E0E9;
}


#Footer {color:#777777;}
#Footer A{color:#CC0033;text-decoration:underline;}
#Footer A:Hover {text-decoration:none;}

.StatischeLink{color:#CC0033;text-decoration:underline;}
.StatischeLink:hover{text-decoration:none;}

.Meer {
	color:#000000;
	text-decoration: none;	
}

.Meer:Hover {
	color:#000000;
	text-decoration: none;	
}

.Date {
	font-size: 65%;
	color:#909090;
}

.StatischeTitel {
	color:#5F5F5F;
}

.Bedrag {
	color:#CC0033;
	font-size:125%;
	font-weight:bold;
}

.StatischeImage{
	margin-top: 5px; 
	margin-right: 10px;
	float: left;
}

.StatischeLink {
	color:#CC0033;
	text-decoration: underline;
}

.StatischeLink:hover {
	color:#CC0033;
	text-decoration: none;
}
.FlashTitel,
#FlashTitel{
	width:40px;
	height:200px;
}

.StatischeTitel {
	color:#CC0033;
	font-weight:bold;
}

/*FORMULIER*/
.Tekstregel{float:left;width:100%;margin-bottom:3px;color:#cc0033;font-weight:bold;}
.Tekstregel .Label{width:100px; float:left;}
.Tekstregel INPUT{width:220px;float:left;}

.Tekstvlak{float:left;width:100%;margin-top:15px;margin-bottom:15px;}
.Tekstvlak .Label{width:100px;float:left;color:#cc0033;font-weight:bold;}
.Tekstvlak TEXTAREA{width:320px;float:left;height:80px;}

#VerzendKnop{float:right;border:none;background:#cc0033;color:white;margin-right:12px;padding:3px 5px;cursor:pointer;}
.Verzend .Label{display:none;}


