﻿/* FIRST RESETTING STYLES FOR DETAIL WEBPAGES */


html, body { margin:0; border:0; padding:0;	font-family:Verdana, Geneva, Tahoma, sans-serif; font-size:14px}

table, tr, th, td,  { border-collapse:collapse; border-spacing:0; height:10px; border:0; padding:0; margin:0; text-align:left; vertical-align:top;  }

img {border:0;	padding:0;	margin:0; }

div, span, blockquote, iframe, h1, h2, h3, h4, h5, h6, ul; ol, li, p, a, hr {border:0; padding:0; margin:0; vertical-align:top; font-size:xx-small}

a:link {color: #FFFFFF; text-decoration: none}

article, aside, figure, footer, header, section {display:block;}

flex: none


/* GLOBAL STYLES  VOOR DE CONTENT WEBPAGES  */


body {background-color: #E4E4E4; font-size: 16px; }

div {background-color:#FF9148; }

div a {overflow:auto; }
	
div p {overflow:auto; }


/* KLEUREN: licht roze: #DB6FC9; licht groen #007272  licht blauw #0063C6;  licht bruin #F9DEC6  roze #FFB3BA  */


/* BODY indeling en lettertypes voor CONTENT pages */



#topic-titles { width:100%;	
	padding-top:6px;
	height: auto; 	
	text-align: center;	 
	}


h1 {
	font-family: "Lucida Calligraphy";
	font-size: 21px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;	
	color: navy;
	margin-left:21px;	
	margin-top:9px;
	margin-bottom:6px;	
	}


/* DOORLOPENDE TEKST in quotes */ 


.quotes { width:100%;
	padding-top:0px; 
	padding-bottom:0px;
	vertical-align:middle;
	text-align: center;
	}

h2 {
	font-family: "Bookman Old Style";
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 500;
	font-style: italic;
	color: #3C699A;
	line-height:120%;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:35px;
	margin-right:35px;
	}



/* DOORLOPENDE TEKST in i-frames */ 


.statement { width:100%;
	padding-top:6px; 
	padding-bottom:0px;
	vertical-align:middle;
	text-align:left;
	}


h3 {
	font-family: "Bookman Old Style";
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style:italic;	
	color:#FFFFFF;
	line-height:150%;
	margin-top:18px;
	margin-bottom:15px;
	margin-left:39px;
	margin-right:27px;	
	}



/* LIST POSITION and STYLES voor i-DEPOT  */


.listfield { width:100%;
	padding-top:9px; 
	padding-bottom:0px;
	vertical-align:middle;
	text-align:left;
	}

ul li { 
	margin-left:15px;
	line-height:150%;
	}	


h4 {
	font-family: Consolas;
	font-size: medium;
	letter-spacing: 0px;
	font-weight: normal;
	font-style:normal;
	color: #4E2D27;
	margin-top:9px;
	margin-bottom:0px;
	margin-left:15px;
	margin-right:35px;
	}


/* LIST POSITION and STYLES voor GOODIES  */

        

h5 {
	font-family: "Bookman Old Style";
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style:italic;	
	color:#FFFFFF;
	line-height:150%;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:18px;
	margin-right:27px;	

	}

h6 {
	margin-top: 9px;
	margin-bottom:0px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	letter-spacing: 0px;
	font-weight: normal;
	font-style:italic;	
	color: #4E2E26;
	margin-left:9px;
	margin-right:21px;	
	}


/* HYPERLINKS & MOUSE OVER */

/* If the link is unvisited you see this color*/
a:link {
        color: #4E2E26;
        text-decoration: underline;
}
  
/* If the link is visited you see this color*/
a:visited {
        background-color:ivory;
        color:#4E2E26;
        padding:5px 2px 5px 2px;
}
 
/* On placing mouse over the link */
       
a:hover  {
	background-color:#81FFFF;
	color:#CC0C66;
	padding:5px 2px 5px 2px;
}
