/*********************************************************
  *  Algemene, niet segment-afhankelijke opmaak 
  * kleuren: 
  * donkerblauw:  #16404F
  * donkergrijs:  #9F9D90
  * lichtgrijs:  #B7B6AC
  * 
  * lichtblauw (medisch) : #C5E1E7;
  * geel (postkasten): #F6B82A;
  * rood (garderobe): #CC0000
  * groen (Inbesteding): #8C973A;
  * service (donkerblauw): #16404F
**********************************************************/

/* li { behavior:url("csshover.htc"); }  */ /* niet gebruiken in verband met performance-problemen in MSIE6!!!! */

* { outline: 0; } 

html { overflow: auto;} 

html, body {
	font-family: Verdana, Helvetica, Arial, sans-sarif;
	font-size: 10px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #AFAD9F; 
	
}

td { padding: 0; } 

/* homepage */
table.home, table.pagina {
	margin: 0 auto;
	width: 980px;
	height: 100%;
	border-collapse: collapse;
	border: 0;
	padding: 0;
}

div#hometop {
	position: relative;
	height: 325px;
	width: 980px;
	background-color: #16404F;
	text-align: center;
	padding: 0;
	margin: 0;

}

div#hometop img#logo {
	position: absolute;
	top: 20px;
	left: 20px
}

div#homebottom {
	position: relative;	
	height: 325px;
	width: 980px;
	background-color: #9F9D90;
	padding: 0;
	margin: 0;
	font-weight: 600;
	letter-spacing: 1px;
}

div#home_producten_plaatjes {
	position: absolute;
	left: 115px;
	
	bottom:0;
}

div#hometop img.prod {
	float: left;
	margin: 0 18px;
	border: 0;
}

div#home_producten_teksten {
	position: absolute;
	top: 0;
	left: 133px;
	padding-left: 0px;
}

div#home_producten_teksten  a{
	text-decoration: none;
	color: #16404F;
}

div#home_producten_teksten  a:hover {
	text-decoration: underline;
}


div#home_producten_teksten div {
	display: block;
	float: left;
	width: 115px;
	height: 70px;
	color: #16404F;
	padding-top:45px;
	/* margin: 0 18px; */
	margin-right: 36px;
	text-align: center;
	
	/* font-size: 12px; */
}

span#adres {
	position: absolute;
	bottom: 20px;
	left: 133px;
	margin: 0 auto;
	/* font-size: 12px;*/
	color: #16404F;
	font-weight: normal;
	letter-spacing: 0px;
}

table.home div#taalkeuze {
	position: absolute;
	top: 80px;	
	left: 45px;
	width: 235px;
	color: #9F9D90;
	text-align: center;
}

table.pagina div#taalkeuze {
	position: absolute;
	top: 60px;	
	left: 25px;
	width: 235px;
	text-align: center;
	z-index: 99;
}

table.home div#taalkeuze a{
	color: #9F9D90;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

table.pagina div#taalkeuze a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

body.medisch div#taalkeuze  a {
	color: #9F9D90;
}

div#taalkeuze  a:hover {
	text-decoration: underline;
}
div#zoeken {
	position: absolute;
	bottom: 70px;	
	right: 73px;
}

input.zoekveld   {
	font-size: 9px; 
	color: #000000; 
	width: 115px;
	border: 1px solid #16404F;
	padding: 1px 3px;
	height:13px;
}

input.zoekbutton {
	/* font-size: 11px; */
	color: #16404F; 
	font-weight: 600; 
	cursor: pointer; 
	letter-spacing: 1px; 
	height: 20px; 
	background-color: #9F9D90; 
	border: 0px; 
	height: 16px; }
	
div#commercial {
	position: absolute;
	bottom: 55px;
	left: 133px;
}
/******************************* eind homepage opmaak *********************************/

/* a { color: black; text-decoration: underline; }  */
div#wrapper {
	position:relative;
	width: 980px;
	height: 653px;
	background-color: white;
}
/* Hoofdmenu */
div#hoofdmenu {
	position:absolute;
	top: 25px;
	left: 250px;
	width: 730px;
	height: 25px;
}

div#hoofdmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 25px;
}

div#hoofdmenu ul li {
	display: block;
	float: left;
	/* width: 78px; */
	width: 78px;
	height: 20px;
	padding: 5px 0 0 5px;
	vertical-align: middle;
	cursor: pointer;
}

div#hoofdmenu ul li.uk {
	width: 102px;
}

div#hoofdmenu a {
	text-decoration: none;
	/* font-size: 11px; */
	font-weight: bold;
	color: #16404F; 
}


li#medisch.selected { border-left: 25px solid #C5E1E7; background-color: #C5E1E7;}
li#medisch.notselected { border-left: 25px solid #C5E1E7; }
/* li#medisch:hover { background-color: #C5E1E7; } */

li#postkasten.selected { border-left: 25px solid #F6B82A; background-color: #F6B82A; }
li#postkasten.notselected { border-left: 25px solid #F6B82A; }
/* li#postkasten:hover { background-color: #F6B82A; } */

li#garderobe.selected { border-left: 25px solid #CC0000; background-color: #CC0000; }
li#garderobe.notselected { border-left: 25px solid #CC0000; }
/* li#garderobe:hover { background-color: #CC0000; } */
/* li#garderobe:hover a, li#garderobe.selected a { color: white; }*/

li#inbesteding.selected { border-left: 25px solid #8C973A; background-color: #8C973A; }
li#inbesteding.notselected { border-left: 25px solid #8C973A; }
/* li#inbesteding:hover  { background-color: #8C973A; }*/

li#service.selected { border-left: 25px solid #16404F; background-color: #16404F; }
li#service.notselected { border-left: 25px solid #16404F; }
/* li#service:hover  { background-color: #16404F; }*/
/* li#service:hover a, li#service.selected a { color: white; }*/
li#service.selected a { color: white; }
li#garderobe.selected a { color: white; }
/* Submenu */


div.medisch#submenu 		{ background-color: #91AAB3;  border-top: 45px solid #C5E1E7; 	border-right: 130px solid #C5E1E7; }
div.postkasten#submenu 	{ background-color: #A87E1D;  border-top: 45px solid #F6B82A;	border-right: 130px solid #F6B82A; }
div.garderobe#submenu 	{ background-color: #800000;  border-top: 45px solid #BB0000;	border-right: 130px solid #BB0000; }
div.inbesteding#submenu 	{ background-color: #D3E356;  border-top: 45px solid #8C973A;	border-right: 130px solid #8C973A; }
div.service#submenu 		{ background-color: #2C7E9C;  border-top: 45px solid #16404F;	border-right: 130px solid #16404F; }

div#submenu {
	position:absolute;
	top: 50px;
	left: 0px;
	width: 120px;
	height: 238px;
}


div#submenu ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
div#submenu ul li {
	width: 97px;
	padding: 3px 0 3px 5px;
	margin: 0;
	vertical-align:top;
	
}

div#submenu a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: block;
}

div#submenu.medisch li.notselected { border-left: 18px solid #91AAB3; }
div#submenu.medisch li.selected { border-left: 18px solid #C5E1E7; background-color: #B39F91;}
/*div#submenu.medisch li.notselected:hover { border-left: 18px solid #B39F91; background-color: #B39F91; }
div#submenu.medisch li.selected:hover { border-left: 18px solid #C5E1E7; background-color: #B39F91; } */

div#submenu.postkasten li.notselected { border-left: 18px solid #A87E1D; }
div#submenu.postkasten li.selected { border-left: 18px solid #F6B82A; background-color: #2C7E9C; }
div#submenu.postkasten li.notselected:hover { border-left: 18px solid #2C7E9C; background-color: #2C7E9C; }
div#submenu.postkasten li.selected:hover { border-left: 18px solid #F6B82A; background-color: #2C7E9C; }

div#submenu.garderobe li.notselected { border-left: 18px solid #800000; }
div#submenu.garderobe li.selected { border-left: 18px solid #BB0000; background-color: #333333; }
div#submenu.garderobe li.notselected:hover { border-left: 18px solid #333333; background-color: #333333; }
div#submenu.garderobe li.selected:hover { border-left: 18px solid #BB0000; background-color: #333333; }

div#submenu.inbesteding li.notselected { border-left: 18px solid #D3E356; }
div#submenu.inbesteding li.selected { border-left: 18px solid #8C973A; background-color: #C98E53; }
div#submenu.inbesteding li.notselected:hover { border-left: 18px solid #C98E53; background-color: #C98E53; }
div#submenu.inbesteding li.selected:hover { border-left: 18px solid #8C973A; background-color: #C98E53; }

div#submenu.service li.notselected { border-left: 18px solid #2C7E9C; }
div#submenu.service li.selected { border-left: 18px solid #16404F; background-color: #9F9D90; }
div#submenu.service li.notselected:hover { border-left: 18px solid #2C7E9C; background-color: #9F9D90; }
div#submenu.service li.selected:hover { border-left: 18px solid #16404F; background-color: #9F9D90; }


/* einde submenut */


div#zoekhoek {
	position: absolute;
	top: 25px;
	right: 10px;
}
img#linksonder {
	position:absolute;
	bottom: 0;
	left: 0px;
	width: 120px;
	height: 320px;
}

/* productmenu */
div#productmenu {
	position:absolute;
	bottom: 0;
	left: 120px;
	width: 129px;
	height: 320px;
	background-color: #B7B6AC;
}

div#productmenu.medisch { border-top: 2px solid #91AAB3; border-left: 1px solid #91AAB3; }
div#productmenu.postkasten { border-top: 2px solid #A87E1D; border-left: 1px solid #A87E1D; }
div#productmenu.garderobe { border-top: 2px solid #800000; border-left: 1px solid #800000; }
div#productmenu.inbesteding { border-top: 2px solid #D3E356; border-left: 1px solid #D3E356; }
div#productmenu.service { border-top: 2px solid #2C7E9C; border-left: 1px solid #2C7E9C; }

div#productmenu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}
div#productmenu ul li {
	width: 116px;
	padding: 4px 0 4px 13px;
}

div#productmenu a {
	text-decoration: none;
	color: #16404F;
	/* font-size: 11px; */
	font-weight: bold;
}

div#productmenu ul li.selected { background-color: white; }
div#productmenu ul li:hover { background-color: white; }

/* content */

div#content {
	position:absolute;
	top: 50px;
	left: 250px;
	width: 550px;
	height: 582px;
	padding: 10px 170px 10px 10px;
	line-height: 14px;
	color: #16404F;
	overflow: auto;
	overflow-x: hidden;
}

div#content_product {
	position:absolute;
	top: 50px;
	left: 250px;
	width: 599px;
	height: 582px;
	padding: 10px 0px 10px 10px;
	line-height: 14px;
	color: #16404F;
	overflow: auto;
	overflow-x: hidden;
}

div#content_productgroep {
	position:absolute;
	top: 50px;
	left: 250px;
	
	/* width: 600px;
	height: 582px;
	*/
	width: 720px;
	height: 263px;
	
	padding: 10px 0px 10px 10px;
	line-height: 14px;
	color: #16404F;
	overflow: auto;
	overflow-x: hidden;
}


div#content_productoverzicht {
	position: absolute;
	top: 331px;
	right: 0px;	
	height: 322px;
	padding: 0;
	overflow: hidden;
	border-right: 20px solid #9F9D90;
	background-image: url(/images/bg_productoverzicht.gif);
}

div#content.medisch { border-bottom: 2px solid #91AAB3;} 
div#content.postkasten { border-bottom: 2px solid #A87E1D; } 
div#content.garderobe { border-bottom: 2px solid #800000; } 
div#content.inbesteding { border-bottom: 2px solid #D3E356; } 
div#content.service { border-bottom: 2px solid #2C7E9C; } 

body.medisch div#content_productoverzicht { border-top: 2px solid #91AAB3;}
body.postkasten div#content_productoverzicht { border-top: 2px solid #A87E1D;}
body.garderobe div#content_productoverzicht { border-top: 2px solid #800000;}
body.inbesteding div#content_productoverzicht { border-top: 2px solid #D3E356;}
body.service div#content_productoverzicht { border-top: 2px solid #2C7E9C;}

div#content_productoverzicht.productcat, div#content_productoverzicht.productgroep {
	width: 710px;
}

div#content_productoverzicht.product {
	width:100px;
}

div#navigatie {
	position: absolute;
	bottom: -15px;
	right: 45px;
	color: white;
}
div#navigatie a {
	color: white;
	text-decoration: none;
}
div#navigatie a:hover {
	text-decoration: underline;
}

div#content_productoverzicht img {
	margin: 26px 0 0 24px;
	border: 0;
}

h1.onderwerp { font-size: 14px; }

div#bestelpanel {
	position: absolute;
	right: 0;
	top: 70px;
	padding: 7px;
	width: 107px;
	/* font-size: 10px; */
}

div#bestelpanel a { display: block; }

div#winkelmandje {
	position: absolute;
	left: 133px;
	top: 260px;
	width: 107px;
	font-size: 10px;
}

div#winkelmandje.medisch a, div#winkelmandje.postkasten a, div#winkelmandje.inbesteding a { color: #16404F; text-decoration: underline; }
div#winkelmandje.garderobe  a, div#winkelmandje.service  a { color: white; text-decoration: underline;} 
div#winkelmandje a:hover { background-color: white; text-decoration: none;} 
div#winkelmandje.garderobe  a:hover { color: #BB0000; } 
div#winkelmandje.service  a:hover { color: #2C7E9C; } 

div#winkelmandje.medisch, div#winkelmandje.postkasten,  div#winkelmandje.inbesteding { color: #16404F; } 
div#winkelmandje.service, div#winkelmandje.garderobe { color: white; } 

td.info { height: 30px; padding-right: 10px; text-align: right;} 

.productover { /* zowel voor input als A -tags */
	cursor: pointer; 
	padding: 2px 5px; 
	text-decoration: none; 
	border: 1px solid #777;
	color: black;
	background-color: white;
} 

/* body.medisch td.info{ border-bottom: 2px solid #91AAB3; } */
body.medisch td input, body.medisch textarea.veld  { border: 1px solid #91AAB3; }
body.medisch .productover:hover { background-color: #C5E1E7; } 

/* body.postkasten td.info { border-bottom: 2px solid #A87E1D; }*/
body.postkasten td input, body.postkasten textarea.veld { border: 1px solid #A87E1D; }
body.postkasten .productover:hover { background-color: #F6B82A; color: white; } 

/* body.garderobe td.info { border-bottom: 2px solid #BB0000; }*/
body.garderobe td input, body.garderobe textarea.veld { border: 1px solid #BB0000; }
body.garderobe .productover:hover { background-color: #BB0000; color: white; } 

/* body.inbesteding td.info { border-bottom: 2px solid #D3E356; }*/
body.inbesteding td input, body.inbesteding textarea.veld  { border: 1px solid #D3E356; }
body.inbesteding .productover:hover { background-color: #8C973A; color: white; } 

/* body.service td.info { border-bottom: 2px solid #2C7E9C; }*/
body.service td input, body.service  textarea.veld { border: 1px solid #2C7E9C; }
body.service .productover:hover { background-color: #16404F; color: white; } 

input.error {
	background-color: #FEE4E6;
}

/* fotogalerie */
input.fotobutton {
	border: 1px solid #91AAB3;
	background-color: white;
}

legend { font-style:  italic;	font-weight: bold; }
body.medisch legend { color: #91AAB3; } 
body.postkasten legend { color: #A87E1D; } 
body.garderobe legend { color: #BB0000; } 
body.inbesteding legend { color: #8C973A; } 
body.service legend { color: #2C7E9C; } 

td.documentkop {
	font-weight: bold;
}
td.documentfont img { border: 0; }

a.nieuwslink { text-decoration: none; font-weight: bold; color: black; } 

table#productplaatjes { 
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table#productplaatjes tr, table#productplaatjes td { 
	margin: 0;
	padding: 0;
}