/* ------------------------------------------------------- 
	
	Menu Stylesheet | AntoonSchellens.nl

	Lost in Time - Mediamakers
	www.lostintime.nl
	11-07-2006
	
	Color table:
	tekst:			 	#c85806
	box background:		#fce1ce
	box border: 		#edad7f
	box line / shading:	#f5d0b3
	Menubar:			#eb6909
	searchbox:			#e0854e
	loginbox:			#f0c401
---------------------------------------------------------- */


body, table{
	font-family: Arial;
	font-size:12px;
	line-height:21px;
	color:#333333;	
	}
	
/* -------------------------
   links
   ------------------------- */		
a {
	color:#c85806;
	text-decoration:underline;
	}
a:hover {
	color:#c85806;
	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:#c85806;	
	}	
h5{
	font-family: Arial;
	font-size:13px;
	font-weight:bold;	
	line-height:21px;
	color:#c85806;	
	}	
h6{
	font-family: Arial;
	font-size:14px;
	font-weight:bold;	
	line-height:21px;
	color:#c85806;	
	}

/* -------------------------
   losse styles
   ------------------------- */	
.style1{
	color: #DDE5F1
	}
hr{
	border:#CFD9E9 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:#c85806;	
	}	
/* -------------------------
   zoekbox
   ------------------------- */		
.zoekbox{
	background:#FFFFFF; 
	*background:url('../images/UI/box.gif') no-repeat fixed;
	border-bottom:#e0854e 3px solid; 
	border-left:#e0854e 3px solid; 
	border-top:#e0854e 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:#f0c4a1 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:#c85806;	
	}
.boxTitel{
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#c85806;
	padding-right:2px;
	}
.boxLink{
	font-family: Arial;
	font-size:11px;
	line-height:21px;
	color:#c85806;
	text-align:right;		
	}
.boxLink a{
	font-family: Arial;
	font-size:11px;
	line-height:21px;
	color:#c85806;
	text-decoration:underline;
	text-align:right;		
	}
.boxLink a:hover{
	font-family: Arial;
	font-size:11px;
	line-height:21px;
	color:#c85806;
	text-decoration:none;
	text-align:right;	
	}	