/* styles voor de kop */

#zoekhead {
	margin		: 30px 0 20px 0; /* afstand aan bovenkant tot frame, onderkant tot formulier */
	width		: 780px;
	}
#zoekkoptekst {
	float		: left;
	margin-left	: 10px;
	color		: #CC6600;
	font-weight	: bold;
	font-size	: 14pt;
	}
#zoekwwlink {
float		: right;
margin-right	: 0px;
	font-weight	: bold;
	font-size	: 14pt;
}

/* einde kop */

/* tekstdeel */
#zoektekst {
clear		: both;
margin		: 10px 50px 10px 10px; /* afstand tot rechterrand en linkerrand frame */
text-align	: justify;  /* tekst links en rechts uitgelijnd */
}

/* einde tekstdeel */

/* dit is voor de velden */
#tekst {
clear		: both;
margin		: 0 0 0 50px; /* afstand tot linkerrand frame */
width		: 600px;
font-size	: 13px;
border		: 0;  /* 0 = geen rand, 1px = wel rand */
}


.veldnaam {
float		: left;
text-align	: right;
margin		: 0 10px 8px 0; /* 4px onderruimte tot volgende veld */
width		: 100px; 
border		: 0px solid black;
}

#tekst select {
width		: 190px;
}
.inputveld {
width		: 202px;
}

#tekst br {
clear		: left;
}


/* dit is voor de knoppen */
#tweeknoppen {
clear		: left;
margin		: 0 0 0 110px; /* 0 onder de velden en 142px vanaf linkerrand */
}
#stuurknop {
clear		: left;
width		: 90px;
}
#resetknop {
width		: 90px;
margin		: 0 0 0 7px; /* 19px vanaf linkerknop */
}
#nieuwknop {
width		: 190px;
}
#etalageknop {
width		: 190px;
color		: #CC6600;
}

/* dit is voor de 'radio' velden*/
#tekst2 {
margin		: 0 0 0 50px; /* afstand tot linkerrand scherm */
width		: 500px;
font-size	: 13px;
border		: 0;  /* 0 = geen rand, 1px = wel rand */
}

/* velden klaar */


/* foutmelding */
#fout {
color		: red;
font-size	: 13px;
}

/* stijlen voor de boeken */
.onebook {
	width		: 760px;
	clear		: left;
	border		: 0px solid black;
	}
.plaatje {
	width		: 100px;
	padding		: 10px 0 15px 0;
	margin		: 10px 0 0 15px;
	float		: left;
	border		: 0px solid black;
	}
.boek {
	float		: left;
	width		: 600px;
	text-align	: justify;
/*	border		: solid 1px black;  */
	border-bottom	: dotted 1px #E1E1E1;
	font-size	: 14px;
	padding		: 5px 0 5px 0;
	margin		: 10px 0 0 10px;
	border		: 0px solid black;
	}
.boek a, .boek a:visited {
/* style hier de links bij de boeken */

	}
.linkie {
	clear		: left;
/*	padding		: 10px 0 0 0; */
	}

.boek1 {
	margin		: 0;
	padding		: 5px;
/*	width		: 495px; */
	text-align	: justify;
	float		: left;
	}
#totalen {
	clear		: left;
	}

/* einde boeken */


/* stijl voor kop resultaten */

#resulthead {
	clear		: both;
	width		: 600px;
	padding		: 5px 0 0 10px;
	font-size	: 14px;
	}
#resulthead1 {
	margin		: 0;
	float		: left;
	width		: 400px;
	font-size	: 14px;
	}
#resulthead1 a, #resulthead1 a:visited {
/* style hier de link '1 2 3 vorige >> > etc' */

	}
#resulthead2 {
	float		: right;
	font-size	: 14px;
	text-align	: right;
	font-weight	: bold;
	}
#resulthead2 a, #resulthead2 a:visited {
/* style hier de link 'zoek opnieuw' */

	}



/* stijl voor winkelwagem */

#winkelwagen {
	clear		: both;
	margin		: 20px 50px 10px 10px; /* afstand tot rechterrand en linkerrand frame */
	}
.wwkoptekst {
	color		: #CC6600;
	font-weight	: bold;
	font-size	: 14pt;
	}	

.boek3 {
	margin		: 0;
	padding		: 10px 0 5px 0;
	width		: 550px;
	text-align	: justify;
	float		: left;
	}
.boek2 {
	margin		: 20px 0 0 650px;
	}

#welkom {
	margin		: 20px 50px 10px 10px; /* afstand tot rechterrand en linkerrand frame */
	}
#wwsubtot, #wwaantal {
	color		: #CC6600; 
	}
