/* ------------------------------------------------------- 
	
	Menu Stylesheet | deBurgh.nl

	Lost in Time - Mediamakers
	www.lostintime.nl
	11-07-2006
	
	Color table:
	tekst:			 	#176929
	box background:		#daefdc
	box border: 		#a0cfa5
	box line / shading:	#c8e4cb
	Menubar:			#15692b
	searchbox:			#88c08f
	loginbox:			#bbd9bf	
	
---------------------------------------------------------- */
body, table{
	font-family: Arial;
	font-size:12px;
	line-height:21px;
	color:#333333;	
	}
	
/* -------------------------
   links
   ------------------------- */		
a {
	color:#176929;
	text-decoration:underline;
	}
a:hover {
	color:#176929;
	text-decoration:none;
	}	
	
/* -------------------------
   headings
   ------------------------- */	
h1{
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	line-height:21px;
	color:#333333;	
	}
h2{
	font-family: Arial;
	font-size:13px;
	font-weight:bold;	
	line-height:21px;
	color:#333333;	
	}
h3{
	font-family: Arial;
	font-size:14px;
	font-weight:bold;	
	line-height:21px;
	color:#333333;	
	}		
h4{
	font-family: Arial;
	font-size:12px;
	font-weight:bold;	
	line-height:21px;
	color:#176929;	
	}	
h5{
	font-family: Arial;
	font-size:13px;
	font-weight:bold;	
	line-height:21px;
	color:#176929;	
	}	
h6{
	font-family: Arial;
	font-size:14px;
	font-weight:bold;	
	line-height:21px;
	color:#176929;	
	}

/* -------------------------
   losse styles
   ------------------------- */	
.streepVerticaal{
	color: #156a2b
	}
hr{
	border:#a0cfa5 solid 1px;
	}
.textTabel{
	font-family: Arial;
	font-size:13px;
	font-weight:bold;	
	color:#FFFFFF;	
	}	
.textTabel2{
	font-family: Arial;
	font-size:12px;
	font-weight:bold;	
	color:#176929;	
	}	
	
/* -------------------------
   zoekbox
   ------------------------- */		
.zoekbox{
	background:#FFFFFF; 
	*background:url('../images/UI/box.gif') no-repeat fixed;
	border-bottom:#88c08f 3px solid; 
	border-left:#88c08f 3px solid; 
	border-top:#88c08f 3px solid; 
	border-right:0px;  
	width:100px; 
	height:25px; 	 	
	font-family:Arial, sans-serif; 
	font-size:11px; 
	padding:3px 0px 0px 7px;
	}
	
/* -------------------------
   normale box
   ------------------------- */		
.boxBack{
	background:#FFFFFF; 
	*background:url('../images/UI/box.gif') no-repeat fixed;
	border:#a0cfa5 1px solid; 
	width:104px; 
	height:23px; 	 	
	font-family:Arial, sans-serif; 
	font-size:11px; 
	padding:3px 0px 0px 7px;
	}
.boxKop{
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	}
.boxTekst{
	font-family: Arial;
	font-size:11px;
	line-height:21px;
	color:#176929;	
	}
.boxTitel{
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#176929;
	padding-right:2px;
	}
.boxLink{
	font-family: Arial;
	font-size:11px;
	line-height:21px;
	color:#176929;
	text-align:right;		
	}
.boxLink a{
	font-family: Arial;
	font-size:11px;
	line-height:21px;
	color:#176929;
	text-decoration:underline;
	text-align:right;		
	}
.boxLink a:hover{
	font-family: Arial;
	font-size:11px;
	line-height:21px;
	color:#176929;
	text-decoration:none;
	text-align:right;	
	}	