/*--- algemene declaraties ---*/
body {  
	margin-left: 0;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#none li{
	list-style-type: none;
}

input, select {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}


/* ---- links ----*/

a:link, a:visited{
	color: #347ec1;
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 12px;
	text-decoration: none;
}

a:hover, a:active{
	color: #347ec1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}


a.submenu:link, a.submenu:visited{
	color: #347ec1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a.submenu:hover, a.submenu:active{
	color: #347ec1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
}

a.sitemap:link, a.sitemap:visited{
	color: #347ec1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
	letter-spacing: 1px;
}

a.sitemap:hover, a.sitemap:active{
	color: #347ec1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: underline;
	letter-spacing: 1px;
}


/*-----*/


/*---- text classes ----*/

#donkerblauw{
color: #393794;
font-weight: bold;
text-decoration: underline;

}

.small{
	font-size: 10px;
}

h1, .kop {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bolder; 
	font-variant: normal; 
	color: #393f97;
}

h2, .hoofdsubkop {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #393f97;
}

.brood {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #000000;
}

.subkop {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #000000;
}

.brooddiap {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-style: normal;
}

.tussenkop {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000;
}



.subkopmenu {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: 393f97;
}

.hoofdsubkop-zonderlink { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #347ec1;
}

.stronghold{
	color: #ffcc00;
	font-size: 12px;
	font-weight: bold;
}

#marginleft{
	margin-left: 10px;
	margin-bottom: 10px;
}

#marginright{
	margin-right: 10px;
	margin-bottom: 10px;
}


/*  PiR-Dap button */


a.pirdap:link, a.pirdap:visited{
	background: url(../images/pirdap_down.gif) no-repeat;
	display:block;
	height: 44px;
	width: 76px;
	}

a.pirdap:hover, a.pirdap:active{
	background: url(../images/pirdap_over.gif) no-repeat;
	display:block;
	height: 44px;
	width: 76px;
	}
	
/*  producten tabel */

table#producten th {
	text-align:left;
	font-size:12px;
	color:#347EC1;
	font-weight:bold;
	background-color:#F8F8F8;
	border-top:1px solid #347EC1;
	border-bottom:1px solid #347EC1;
}
table#producten td {
	border-bottom:1px solid #A3C7E7;
}




