/* CSS Document */



body {

	font-family:arial,verdana;

	font-size: 12pt;

	margin:0;

	padding:0;

	background-color:white;

	overflow-x:hidden;
	 
	 color:black;

}



b {
	color:#53524E;
}


/* Tekst en links opmaak */ 

a{ color:#292929; }



a:hover{ color:#666666;}



a:visited, a:active { color:#292929;}



h2 {color:#666633;}



h3 { 

	color:#666630;

	font-family: Arial, Verdana;

	font-size:1.4em;

	}



h4 { 

	color:#292929;

	display:inline;

	font-family: Lucida Sans, Arial, Verdana;

	font-size:1.1em;}

	

img {border:0px;}



p.voorpagina {

	padding:20px;

	padding-top:0px;

	background:0;

}





.underline 	{border-bottom:3px solid #f7f7dd; color:#666633;}

.noborder 	{border:none; text-decoration:none;}

.spacer 	{margin-bottom:300px;} /*tijdelijke vulling*/

/*.inline 	{display:inline;}*/

.lineheight {line-height:150%;}

.zoek {
	height:12px;
	font-size:10px;
	}







/* Uitschuifbare fx.height containers: kookboek en provincie */



#content{

	width: 100%;

	height:0; /* Voorkomt dat de content-layer dichtflitst bij openen pagina 

					Probleem: computers met javascript uit kunnen deze div niet zien */

	background:url(../img/bg_digikookboek.png) repeat-y;

	background-position:top right;

	background:#f6f4ef;

	color:#000;

	font-size:10px;

}




/* Balk met logo */

#balk{

display:none;
}





/* Menu en Champignon-banner */

#menu {
		display:none;
}



/* Inhoud tabblad recepten */

#receptentab {
	display:none;
}



/* Inhoud tabblad bedrijven */

#bedrijventab {
	display:none;
}







/* Inhoud */

#inhoud{

	border:0px solid black;

	padding-right:90px;

	/*overflow:auto;*/

}













/* Padding */

#tab1_data, #tab2_data {

padding:10px 25px 10px 25px;

}











/* Recept */



#recept {

	margin-top:40px;

}



.receptopties {

	float:right;

	margin:20px 10px 0px 0px;

	border:0px solid blue;

	width:15%;

}







/* Lijsten */







li.c {

list-style-image:url(../img/bullet.png);

text-indent: -20px;

list-style-position: inside;

list-style-type: square;*/

 }



li.c a{

 padding-left:5px;

 }

/* Positionering divs */





li.b {

list-style-image:url(../img/li_recept.gif);

text-indent: -20px;

list-style-position: inside;

list-style-type: square;*/

 }



li.b a{

 padding-left:5px;

 line-height:25px;}





/* Receptenzoeker */

#receptenzoeker_container {
	margin-left:30px;
	margin-top:-15px;
	background-color:#F5F5DB;
	padding:20px 6px 6px 25px;
	width:215px;
	height:100px;
	border-bottom:1px dashed #C2C1AD;
}

select {
	font-size:12px;
}

.receptenzoeker_titel {
	color:#2A2829;
	z-index:1;
}

/* Digitaal kookboek opmaak */



#container{

	font-family: Verdana;

	font-size: 1em;

	line-height: 1.2em;

	letter-spacing: 0;

	text-align: left;

	word-spacing: normal;

	text-decoration: none;

	color: #444;

}



#kookboekinhoud {

	padding:20px;

	height:200px;

}



#kookboek_kolom {

	float:left;

	width:300px;

	/*float: left;*/

}


form {
margin:0;
padding:0;

}

/* PRINT */

.print {
display:block;
color:black;
}