/******************************************************************************************************
	STANDAARD
******************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}

html, body {
   border: none;
   height: 100%;
}

img, fieldset {
   border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
	text-align: left;
}

h1 {
   font-size: 16px;
}

a {
   color: #0000FF;
}

.footer {
   color: #AAAAAA;
}

.footer a {
   color: #AAAAAA;
}

#icstats {
   visibility: hidden;
   display:none;
   height: 0px;
}

/******************************************************************************************************
	ALGEMENE STIJLEN
******************************************************************************************************/
* {

}

body {
   font-family: arial, verdana;
   font-size: 13px;
   color: #555555;
}


/******************************************************************************************************
	SPECIFIEKE PROJECTONDERDELEN
******************************************************************************************************/


/******************************************************************************************************
	BEGRIPPENLIJST
******************************************************************************************************/	
a.begrip {
	color: green;
	border-bottom: 1px dotted green;
}

.begrippenlijst {
   padding: 10px;
   border: 1px solid #CCE4F2;
   background-color: #F8FDFF;      
   font: 9px Tahoma;      
   width: 250px;
}

.begrippenlijst h3 {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 8px;
}

.begrippenlijst p {
	font-size: 12px;
	line-height: 17px;
	color: #434242;
}
