/* CSS Document */
body{
	margin: 0px;
}

#textvak {
	margin: 5px;
}

p  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	text-decoration: none;
}
.p_grijs  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #4E4E4E; 
	text-decoration: none;
}
.p_bold_grijs {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #4E4E4E; 
	text-decoration: none;
	font-weight: bold;
}
.p_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
}
.p_inspringen  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	text-decoration: none;
	margin-left: 20px;
	letter-spacing: 0
}
	
.tekstgrijsklein  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: #666666; 
	text-decoration: none;
}
	
.tekstdonkergrijsklein  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: #555555; 
	text-decoration: none;
}
	
.vetgrijs  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #797979; 
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0
}
	
.tekstkopje  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: uppercase
}
		
.navbar{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
.navbar:hover{
	text-decoration: underline; 
	color: #999999;
	font-weight: normal;
}
.navbar:active {
	text-decoration: none; 
	color: #999999;
}

.linkpaars{
	text-decoration: none;
	color: #581A94;
	font-weight:bold;
}
.linkpaars:hover{
	text-decoration: underline; 
	color: #581A94;
	font-weight:bold;
}
.linkpaars:active {
	text-decoration: none; 
	color: #581A94;
	font-weight:bold;
}

.linkzwart{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
.linkzwart:hover{
	text-decoration: underline; 
	color: #000000;
	font-weight: normal;
}
.linkzwart:active {
	text-decoration: none; 
	color: #000000;
	font-weight: normal;
}

.linkbottom{
	text-decoration: none;
	color: #A3A3A3;
	font-weight: normal;
}
.linkbottom:hover{
	text-decoration: underline; 
	color: #A3A3A3;
	font-weight: normal;
}
.linkbottom:active {
	text-decoration: none; 
	color: #A3A3A3;
	font-weight: normal;
}

.table{
    padding: 20px;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    margin: 3px;
 }

.voorbeeld{
	border-width: 0px; 
	border-style: solid ;
	padding: 10px;
}

