/*-1-mainclasses
-2-maintables
-3-paginatekst
-4-menubox
-5-kolom bericht
-6-smal bericht (bericht op pagina verdeeld in 2)
-7-breed bericht (bericht over de ganse breedte van de pagina)
-8-links menu
-9-lees meer
-10-links algemeen
-11-directory structuur
-12-Iframe*/


/*-1-mainclasses
--------------------------------------------------------------*/
BODY{
	FONT-SIZE:10px;
	FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif;
	color:#363637;
	margin:0px;
	background-color:#f1f1f1;
	background-image:url(media/background_lijnen.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body.extern{
	FONT-SIZE:10px;
	FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif;
	color:#363637;
	margin:10px;
	background-color:#fbfbfb;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center;
}

/* Begin - De intropagina */
.gateway{
	FONT-SIZE:11px;
	FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif;
	color:#571B1B;
	margin:0px;
	background-color:#8B969C;
}

A.gateway{
	FONT-WEIGHT:bold;
	COLOR:#ffffff;
	TEXT-DECORATION:none
}
A.gateway:hover{
	FONT-WEIGHT:bold;
	COLOR:#222222;
	TEXT-DECORATION:none
}
/* Einde - De intropagina */

TABLE,TD,TR{
	FONT-SIZE:11px;
	FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif;
}

A{
	FONT-SIZE:11px;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	
}
A:hover{
	FONT-SIZE:11px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;

}

/*-2-maintables
--------------------------------------------------------------*/
.header{
	padding-top: 8px;
}

.margins{
	
	background-color:#f5f5f5;
	
}

.middenvak{
	background-color:#fdfbfb;


	

	
}

.frame{



}

.footer{
	background-color:#000000;
	background-image:url(media/footer_bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	height: 20px;
	width: 763px;
	padding-left: 5px;
	vertical-align: middle;
}

.footer2{
	color:#000000;
	padding-left: 5px;
}

.center{
	
	
}



/*-3-pagina
--------------------------------------------------------------*/
.pagetitle{
	background-color: #fdfbfb;
	color: #363637;
	font-size: 20px;
	background-image: url(media/blokje.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

.highlitedtext{
	margin-top:5px;
}


/*-4-menubox
--------------------------------------------------------------*/
.menubox{
}
.menuboxtitle{
	font-weight:bold;
	padding:2px;
	background-color:#f5f5f5;
}
.menuboxbody{
	background-color:#f5f5f5;
}


/*-5-kolom bericht
--------------------------------------------------------------*/
.kolombox{
width:140px;
	margin-top:10px;
}
.kolomboxtitle{
	font-weight:bold;
	padding:2px;
	background-color:#f5f5f5;
}
.kolomboxbody{
	padding:10px;
	background-color:#f5f5f5;
	color:#363637;
	font-weight:bold;
}
.kolomleesmeerbox{
	text-align:right;
}
A.kolomleesmeer{
	color:#ff0000;
}
A.kolomleesmeer:hover{
}


/*-6-smal bericht (bericht op pagina verdeeld in 2)
--------------------------------------------------------------*/
.smallBoxesMainTable{
}
.smallboxtitle{
	font-weight:bold;
	padding:2px;
	background-color:#ff0000;
}
.smallboxbody{
	padding:2px;
	background-color:#cccccc;
	color:#000000;
}
.smallleesmeerbox{
	text-align:right;
}
A.smallleesmeer{
	color:#ff0000;
}
A.smallleesmeer:hover{
}


/*-7-breed bericht (bericht over de ganse breedte van de pagina)
--------------------------------------------------------------*/
.largeboxtitle{
	color:#CC0000;
	font-weight:bold;
	padding:2px;

	margin-top:10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 600px;
	border-bottom:1px dashed #cecfc9;
}
.largeboxbody{
	padding:2px;
	padding-left: 10px;
	color:#000000;
}
.largeleesmeerbox{
	text-align:right;
}
A.largeleesmeer{
	color:#ff0000;
}
A.largeleesmeer:hover{
}

/*-8-link (accolades op einde van streep laten staan)
--------------------------------------------------------------*/
A.menu{
	COLOR:#363637;
	FONT-WEIGHT:bold;
	font-size:11px;
	display:block;
	width:150px;
	height:20px;
	text-decoration: none;
	margin-bottom:5px;
	padding-left:5px;
}
A.menu:hover{
	COLOR:#CC0000;
	FONT-WEIGHT:bold;
	font-size:11px;
	display:block;
	width:150px;
	text-decoration: none;
	height:20px;
	padding-left:5px;
	
	background-repeat:no-repeat;
	
}

A.submenu{
	COLOR:#363637;
	FONT-WEIGHT:bold;
	font-size:11px;
	display:block;
	width:95px;
	text-decoration: none;
	padding-left:10px;
	margin-left:25px;
	
	margin-right:5px;
	border-bottom:1px dashed #363637;
	margin-bottom:5px;
	padding-bottom:3px;
	
}
A.submenu:hover{
	COLOR:#CC0000;
	FONT-WEIGHT:bold;
	font-size:11px;
	display:block;
	width:95px;
	text-decoration: none;
	padding-left:10px;
	margin-left:25px;
	
	margin-right:5px;
	border-bottom:1px dashed #363637;
	margin-bottom:5px;
	padding-bottom:3px;

}


/*-9-lees meer
--------------------------------------------------------------*/
.leesmeerbox{
	text-align:right;
}
A.leesmeer{
	font-weight:bold;
	color:#ffffff;
	padding-right:30px;
	background-image:url("media/leesmeerback.gif");
	background-repeat:no-repeat;
}
A.leesmeer:hover{
	font-weight:bold;
	color:#CC0000;
}



/*-10-links algemeen
--------------------------------------------------------------*/
A.newsgroup{
}
A.newsgroup:hover{
}

A.talen{
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}
A.talen:hover{
	color:#CC0000;
	font-size:11px;
	text-decoration:none;
}

A.toolbar{
	FONT-WEIGHT:bold;
	padding-bottom:0px;
	COLOR:#cc0000;
	TEXT-DECORATION:none;
	display:block;
	width:95px;
	padding-top:5px;
	background-repeat:no-repeat;
	height:11px;
}
A.toolbar:hover{
	FONT-WEIGHT:bold;
	padding-bottom:0px;
	COLOR:#ba7373;
	TEXT-DECORATION:none;
	display:block;
	width:95px;
	padding-top:5px;
	background-repeat:no-repeat;
	height:11px;
}

.toolbarlastelement{
}
.toolbarfirstelement{
}
A.link{
}
A.link:Hover{
}


/*-11-directory structuur
--------------------------------------------------------------*/
A.cat{
	font-size:18px;
	font-weight:bold;
}
A.subcat{
	}
A.trail{
}
A.home{
}


/*-12-Iframe
--------------------------------------------------------------*/

iframe.external{
}



/*-13-Eigen Stuff
-----------------------------------------------------------*/

td.lijn {
border-left:1px dashed #cecfc9; 
border-right:1px dashed #cecfc9;

}

td.lijn2 {
border-right:1px dashed #cecfc9;
}

td.lijn3 {
border-bottom:1px dashed #cecfc9;
padding-bottom:5px;
text-align:right;
}

td.lijn4 {
border-top:1px dashed #cecfc9;
}

table.lijn5 {
border-bottom:1px dashed #cecfc9;
padding-bottom:5px;
}

.cattit {
	color:#363637;
	font-weight:bold;
	text-align:center;
	background-color: #dcddde;
	height: 17px;
	width: auto;
	padding-top: 3px;
 }

img.cat {
margin-bottom:5px;
}

b, .star {
 color:#CC0000;
 }

table.cat {
	background-image:url(media/bg_cat.jpg);
	background-position:top;
	background-repeat:repeat-x;
	 text-align:center;
	}

.sitetit {
 padding-left:15px;
 
 }
 
 input, textarea {
 border-top: 0px;
					border-right: 0px;
					border-left: 0px;
 border-bottom:1px solid #cecfc9;
 background-color:#f5f5f5;
 }
 
.padder {
 padding-left:10px;
 padding-right:10px;
 }

.kolomtitel {
	COLOR:#363637;
	FONT-WEIGHT:bold;
	font-size:11px;
	display:block;
	width:95px;
	text-decoration: none;
	padding:6px 0px 6px 10px;
	
	margin-left:25px;
	
	margin-right:5px;
	border-bottom:1px dashed #363637;
	margin-bottom:5px;
	
	}
	
a.kolomtitel2 {
	color:#363637;
	}
	
a.kolomtitel2:hover {
	color:#CC0000;
	}

.formpje{
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
	text-align: center;
	}
.btn{
	border: 1px solid #999999;
}

.textInput,textarea {
  border-top: 0px;
					border-right: 0px;
					border-left: 0px;
 border-bottom:1px solid #cecfc9;
 background-color:#f5f5f5;
}

.inputHighlighted {
  border-top: 0px;
					border-right: 0px;
					border-left: 0px;
 border-bottom:1px solid #cecfc9;
 background-color:#fcffdb;
}


.onderdeel{
	background-color: #CCCCCC;
	height: 20px;
	vertical-align: middle;
	padding-left: 10px;
}

.productje{
	
}

.titel {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	}
	
.webmailbox {
	width: 200px;
}

.loginBox{
	width: 150px;	
}

/*---------------------------------------------------------------------*/

.tip{
	color: #666;
	font-size: 9px;
}
.groen{
	color: #6fa507;
	font-weight: bold;
}
.rood{
	color: #ff0000;
	font-weight: bold;
}
b.snorkel{
	color: #333333;
}
