/*INDEX**********************************************/
/* Container waar de site in komt */
	#wih_container { /* indien op andere hoofdstukken die weghalen, zodat de grootte kan wijzigen per hoofdstuk */
		margin-left: auto;
		margin-right: auto;
		width: 980px; /*breedtes van kolommen + padding per kolom (links + rechts) + 2 dashed borders inhoud */
		height: 772px;
		border: 1px solid black;
		padding: 0px;
		text-align: left;
	}
/*** Linker kolom op home ***/	
	#wih_zijkant-l {
		position: relative;
		float:left;
		width: 680px;
		height: 532px;
		background-color: #FFF5CC;
		overflow: hidden;
	}
/*** Rechter kolom op home ***/	
	#wih_zijkant-r {
		position: relative;
		float:left;
		width: 300px;
		height: 532px;
		background-color: #FFF5CC;
	}
/*** Tekstbox index pagina wih ***/
	#wih_index_tekst_box {
		position: relative;
		float: left;
		width: 600px;
		height: 492px;
		padding-top: 20px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 20px;
		overflow: hidden;
	}
/*** fotobox index pagina wih ***/
	#wih_index_foto_box {
		position: relative;
		float: left;
		width: 300px;
		height: 492px;
		margin-top: 40px;
		overflow: hidden;
	}
/*** fotodiv **/
	.wih_foto_index {
		position: relative;
		width: 280px;
		height: 160px;
		margin-right: 20px;
	}
/*** index pagina wih ***/
	#wih_index {
		padding: 15px 0px 5px 35px;
		overflow: auto;
	}
/*EINDE INDEX***************************************/

/*GENERAL**********************************************/
.wih_content_titel {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}
.wih_content_paragraph_titel {
	font-weight: bold;
	font-size: 13px;
	padding-top: 25px;
	padding-bottom: 5px;
}
.wih_content_tekst {
	font-size: 12px;
}
/*EINDE GENEREAL****************************************/
/********** De header **********/
	#wih_header {
		height: 119px;
		padding: 0px;
		margin: 0px;
		background-image: url('./afbeeldingen/jj_wih_top.jpg');
	}
/* Horizontale navigatiebar van de header */
	#wih_main_nav1 {
		clear: both;
		height: 15px;
		padding: 3px;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		background-color: silver;
	}
	#wih_main_nav1 ul {
		text-align: left;
		margin: 0;
		padding: 0;
	}
	#wih_main_nav1 li {
		list-style-type: none;
		padding: 0em 0.75em;
		display: inline;
	}
/*** welkom ***/
	#wih_welkom1 {
		position: relative;
		float: left;
		left: 319px;
		margin-top: 10px;
	}
	#wih_welkom2	{
		position: relative;
		float: left;
		left: 235px;
		margin-top: 45px;		
	}
	#wih_welkom2 h1	{
		font-size: 18px;
		font-weight: bold;
		color: white;
	}
/*** Datum ***/
	#wih_datum	{
		position: relative;
		float: right;
		margin-right: 10px;
		margin-top: 10px;
		text-align: right;
	}
/********** Generiek **********/	
/*** middenstuk voor content ***/
	.wih_content_container	{
		position: relative;
		margin: 0 auto;
		padding: 5px;
		height: 522px;
		overflow:auto;
	}
	.wih_kolom	{
		position: relative;
		float:left;
		margin-left: 15px; /*24*/
		width:200px; 
		overflow:hidden;
		padding-left: 15px;
	}
	.wih_column {
		position: relative;
		float: left;
		background-color: #FFFFCC;
		overflow: hidden;
	}
/*** Helemaal - dus hele tussenscherm ***/	
	#wih_helemaal {
		width: 978px;
		height: 532px;
		overflow: auto;
	}
/********** WIH Aanbiedingen **********/	
/*** Div van de aanbieding ***/
/*** Aanbieding zelf ***/
	#wih_aanbieding_box {
		width: 180px;
		height: 220px;
		border: 1px solid black;
		background-color: #FFEEBC;
		margin-bottom: 15px;
		margin-left: 10px;
	}
/*** Titel aanbieding ***/
	#wih_aanbieding_titel {
		background-color: #FECC00;
		border-bottom: 1px solid black;
		height: 35px;
		font-weight: bold;
		font-size: 13px;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-right: 5px;
		padding-left: 5px;
		text-align: center;
		overflow: hidden;
	}
/*** Geldigheidsduur van de aanbieding ***/
	#wih_aanbieding_geldig {
		height: 15px;
		padding: 3px;
		border-bottom: 1px solid black;
		font-weight: bold;
		font-size: 10px;
		text-align: center;
		color: #FF0033;
	}
/*** Thumb aanbieding ***/
	#wih_aanbieding_thumb {
		height: 80px;
		padding: 10px;
		text-align: center;
	}
/*** Prijs van de aanbieding ***/
	#wih_aanbieding_prijs {
		border-top: 1px solid black;
		height: 25px;
		padding-right: 3px;
		padding-bottom: 3px;
		padding-left: 20px;
		padding-top: 10px;
		font-size: 14px;
		font-weight: bold;
	}
	#wih_prijs {
		color: #FF0033;	
		font-size: 18px;
		text-align: right;
	}
	#wih_show_aanbieding-l {
		width: 650px;
		height: 522px;
		padding: 5px 0px 5px 5px;
		overflow: auto;
	}
	#wih_show_aanbieding {
		position: relative;
		float: left;
		overflow: auto;
	}
	#wih_show_aanbieding_foto {
		width: 322px;
		padding-left: 20px;
		text-align: center;
	}
	#wih_show_aanbieding_geldig {
		padding-top: 20px;
		padding-left: 20px;
		width: 320px;
		font-size: 13px;
		font-weight: bold;
		color: black;
		text-align: center;
	}
	#wih_show_prijs {
		padding-top: 40px;
		color: black;	
		width: 322px;
		font-size: 18px;
		text-align: right;
	}
	#wih_show_omschr {
		padding-top: 75px;
		padding-left: 13px;
		padding-right: 13px;
		font-size: 13px;
		width: 265px;
	}
	#wih_show_logo {
		width: 324px;
		text-align: center;
	}
	#wih_show_aanbieding_titel {
		width: 320px;
		padding-left: 20px;
		padding-top: 20px;
		font-size: 16px;
		font-weight: bold;
		color: #FF0033;
		text-align: center;
	}
	#wih_show_aanbieding_titel2 {
		width: 320px;
		padding-top: 20px;
		font-size: 16px;
		font-weight: bold;
		color: #FF0033;
		text-align: center;
	}
	#wih_show_aanbieding-r {
		width: 324px;
		height: 532px;
		border-left: 1px dashed gray;
	}
	#aanb_bon {
		position: relative;
		margin-left: 50px;
		margin-top: 50px;
		color: red;
		font-size: 13px;
	}
/********** WIH Deelnemers **********/
/*** Menublok ***/
	.raised .wih_b1, .raised .wih_b2, .raised .wih_b3, .raised .wih_b4, .raised .wih_b1b, .raised .wih_b2b, .raised .wih_b3b {
		display: block; 
		overflow: hidden;
		height: 1px;
	}
	.raised .wih_b1 {
		margin: 0 5px;
		background: #fff;
	}
	.raised .wih_b2 {
		margin: 0 3px;
		border-width: 0 2px;
		background: #FECC00;
		border-left: 1px solid #fff;
		border-right: 1px solid #eee;
	}
	.raised .wih_b3 {
		background: #FECC00;
		border-left: 1px solid #fff;
		border-right: 1px solid #ddd;
		margin: 0 2px;
	}
	.raised .wih_b4 {
		background: #FECC00;
		border-left: 1px solid #fff;
		border-right: 1px solid #aaa;
		height: 2px;
		margin: 0 1px;
	}
	.raised .wih_boxtitle {
		text-align: left;
		background: #FECC00;
		border-left: 1px solid #fff;
		border-right: 1px solid #999;
		color: black;
		font-weight: bold;
		padding: 0px 5px 0px 5px;
	}
	.raised .wih_boxtekst {
		text-align: left;
		background: #FFEEBC;
		border-left: 1px solid #fff;
		border-right: 1px solid #999;
	}
	.raised .wih_boxtekst2 { 
		line-height: 18px;
		text-align: left;
		background: #FFEEBC;
		border-left:1px solid #fff;
		border-right:1px solid #999;
		padding:5px 5px 0px 5px;
	}
	.raised .wih_b4b {
		display: block; 
		overflow: hidden;
		height: 2px;
		margin: 0 1px;
		background: #FFEEBC;
		border-left: 1px solid #eee;
		border-right: 1px solid #999;
	}
	.raised .wih_b3b {
		margin: 0 2px;
		background: #FFEEBC;
		border-left: 1px solid #ddd;
		border-right: 1px solid #999;
	}
	.raised .wih_b2b {
		margin: 0 3px;
		border-width: 0 2px;
		background: #FFEEBC;
		border-left: 2px solid #aaa;
		border-right: 2px solid #999;
	}
	.raised .wih_b1b {
		margin: 0 5px;
		background: #999;
	}
/********** WIH Mijn Pagina **********/
	#wih_my_page-l {
		position: relative;
		float: left;
		width: 465px;
		height: 502px;
		padding: 25px 0px 5px 25px;
		background-color: #FFFFCC;
	}
	#wih_lid_blok {
		margin-top: 15px;
		margin-left: 25px;
		font-size: 13px;
		font-weight: bold;
	}
	#wih_lid_gegevens {
		background-color: #F0F0F0;
		font-size: 12px;
		font-weight: normal;
		padding: 5px 5px 4px 5px;
		border: 1px solid black;
		width: 415px;
	}
	#wih_my_page-r {
		position: relative;
		float: left;
		width: 485px;
		height: 502px;
		padding: 25px 0px 5px 5px;
		background-color: #FFFFCC;
	}
/********** WIH prikbord **********/
	#wih_prik-l {
		position: relative;
		float: left;
		width: 475px;
		height: 502px;
		padding: 25px 0px 5px 5px;
		background-color: #F0F0F0;
	}
	#wih_prik-r {
		position: relative;
		float: right;
		width: 475px;
		height: 502px;
		padding: 25px 0px 5px 5px;
		background-color: #F0F0F0;
		
		background-repeat: no-repeat;
		background-position: 0px 20px;
	}
	#prik_msg_box_top {
		position: absolute;
		float: right;
		width: 390px;
		height: 30px;
		right: 45px;
		top: 50px;
	}
	#prik_msg_datum {
		position: relative;
		float: left;
		width: 80px;
		text-align: right;
	}
	#prik_msg_afzender {
		position: relative;
		float: right;
		width: 180px;
		padding-right: 10px;
		text-align: right;
	}
	#prik_msg_box {
		position: absolute;
		float: right;
		width: 360px;
		height: 160px;
		right: 70px;
		top: 100px;
		font-size: 14px;
		font-weight: bold;
		font-family: Comic Sans MS, Tahoma;
		overflow: auto;
	}
	.rij1 {
		background-color: #FECC00;
	}
	.rij2 {
		background-color: #F0F0F0;
	}
	
	#prik_laatst {
		background-color: #F0F0F0;
		font-size: 12px;
		font-weight: normal;
		border: 1px solid black;
		text-align: center;
	}
	#wih_prik_blok {
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		font-size: 13px;
		font-weight: bold;
		width: 440px;
	}
	#wih_prik_blok_index {
		margin-top: 30px;
		margin-left: 11px;
		font-size: 13px;
		font-weight: bold;
		width: 426px;
	}
	#wih_prik_input {
		position: relative;
		float: left;
		margin-top: 20px;
		height: 160px;
	}
/********** WIH verslaggeving **********/
	#wih_doc_blok {
		margin-top: 19px;
		margin-left: 10px;
		font-size: 13px;
		font-weight: bold;
	}
	#wih_doc_blok table {
		background-color: #FECC00;
		font-size: 12px;
		font-weight: normal;
	}
	#wih_doc_blok td {
		background-color: #F0F0F0;
	}
/* Tekstlink als advertentie */
	.fs {		
		width: 420px;
		background-color: #F0F0F0;
		border: 1px solid #D00000;
	}
	.tl .fs2 {		
		width: 580px;
		background-color: #F0F0F0;
		border: 1px solid #D00000;
	} 
	legend {
		color: black;
		font-family: tahoma;
		font-size: 13px;
		font-weight: bold;
	}
	.tl {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.tlt {
		padding: 5px 5px 5px 5px;
		line-height: 18px;
	}
/********** WIH Contact **********/
	.wih_hoogte {
		height: 506px;
		padding: 0px;
		margin-top: 25px;
	}
/********** Logo op het WIH menu indexpagina **********/
	.wih_logo {
		position: relative;
		float: right;
		margin-top: 0px;
		margin-right: 3px;
	}
/********** Opmaak Footer **********/	
	#wih_footer {
		clear: both;
		height: 65px;
		padding: 5px;
		margin: 0px;
		background-color: #FECC00;
		border-top: 1px solid black;
	}
/********** Opmaak kortingsbon **********/
	#bon_img {
		position: relative;
		z-index: 1;
	}
	#aanb_titel {
		position: absolute;
		left: 45px;
		top: 235px;
		color: red;
		font-weight: bold;
		width: 380px;
		height: 30px;
		font-size: 16px;
		z-index: 2;
	}
	#aanb_img {
		position: absolute;
		top: 265px;
		left: 45px;
		z-index: 2;
	}
	#aanb_prijs {
		position: absolute;
		left: 120px;
		top: 470px;
		color: red;
		font-weight: bold;
		width: 135px;
		height: 30px;
		font-size: 18px;
		z-index: 2;
	}
	#aanb_periode {
		position: absolute;
		left: 45px;
		top: 520px;
		color: black;
		font-weight: bold;
		width: 380px;
		height: 30px;
		font-size: 14px;
		z-index: 2;
	}
	#aanb_omschr {
		position: absolute;
		top: 265px;
		left: 265px;
		width: 160px;
		font-size: 11px;
		line-height: 15px;
		color: black;
	}
	#aanb_bed_titel {
		position: absolute;
		left: 470px;
		top: 340px;
		color: red;
		font-weight: bold;
		font-size: 16px;
	}
	#aanb_bed_logo {
		position: absolute;
		top: 365px;
		left: 468px;
		width: 174px;
		text-align: center;
	}
	#aanb_bed_naam {
		position: absolute;
		top: 460px;
		left: 470px;
		width: 172px;
		color: black;
		font-size: 11px;
	}
	#aanb_bed_adres {
		position: absolute;
		top: 480px;
		left: 470px;
		width: 172px;
		color: black;
		font-size: 11px;v
	}
	#aanb_bed_pcplaats {
		position: absolute;
		top: 500px;
		left: 470px;
		width: 172px;
		color: black;
		font-size: 11px;
	}
	#aanb_bed_tel {
		position: absolute;
		top: 520px;
		left: 470px;
		width: 172px;
		color: black;
		font-size: 11px;
	}
