/* MAIN */

body {
	background: #FCFCFF;
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	/*
	#ffe3dc zeer licht rood
	#CE4422 donker rood
	#AE2402 donkerDER rood
	#E53 bruin-oranje-rood
	#B66 donker oud roze
	#DAA oud roze
	*/
}

img {
	border: 0px;
}

hr {
	width: 700px;
	height: 2px;
	background-color: #ffc77f;
	border: 0px;
}

h1 {
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	font-size: 18pt;
	line-height: 1.2em;
}

h2 {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 15pt;
	line-height: 1.2em;
}

table, tr, td , th { padding: 0; }

td {
	background-color: #EAF1FF;
/* 	border-spacing: 0px; */
}

th { background-color: #ffc77f; color: #137;}

/* LOGO en TITEL */
/*
#logoBox {
	position: absolute;
	top: 10px;
	left: 0px;
	right: 0px;
	width: 90%;
	background-color: #DAA;
	border-top: 1px solid #AE2402;
	padding: 0px 15px 15px 15px;
	overflow: hidden;
	z-index: 99;
	
	text-align: right;
	font-size: 26pt;
	color: #AE2402;
	font-style: none;
}*/

body.logo {
	background-color: #5d7cba;
	margin: 0px;
	text-align: left;
	font-size: 26pt;
	color: #BFD4FF;
}

#titelBox {
	position: relative;
	left: 172px;
}

#titel {
	font-variant: small-caps;
	font-size: 26pt;
}

#onderTitel {
	font-size: 24pt;
}

/* MENU */

#bovenbox {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 160px;
	height: 150px;
	background-color: #ffc77f;
	border: 0px;
}


#menuBox {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 160px;
	height: 100%;
	background-color: #ffc77f;
	border: 0px solid #661000;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 99;

}

.menuItem {
	font-family: "Verdana", sans-serif;
	position: relative;
	top: 2px;
	left: 2px;
	line-height: 140%;
	font-size: 14pt;
	color: #137;
	text-decoration: none;
}

.menuItemIndent {
	font-family: "Verdana", sans-serif;
	position: relative;
	left: 10px;
	line-height: 120%;
	font-size: 12pt;	
	color: #137;
	text-decoration: none;
}

A.menuItemAnchor, A.menuItemAnchorIndent {
	text-decoration: none;
	color: #AE2402;
}

A:visited.menuItemAnchor, A:visited.menuItemAnchorIndent {
	text-decoration: none;
	color: #AE2402;
}

:hover.menuItem, :hover.menuItemIndent, A:hover.menuItemAnchor, A:hover.menuItemAnchorIndent {
	text-decoration: none;
	color: #CE4422;
}

li {
	text-indent: 15px;
}

#menuImage {
	position: absolute;
	left: 0px;
	bottom: 0px;
}


/* CONTENT */

body#content {
	background-image: url('../img/plantage-zijkant2.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}


#contentBox {
	width: 650px;
	overflow: visible;
	background-color: transparent;
	border: 0px;
}


/* etalage.php */
img.etalage {
	border: 5px solid #fff;
}

div.etalageBox {
	position:absolute;
	/*width: 200px;
	height: 250px;*/
	background-color: transparent;
	border: 0px;
/* 	overflow: hidden; */
}

div#etalageBox1 {left:10px;  top:15px;  z-index:10;}
div#etalageBox2 {left:230px; top:55px;  z-index:12;} /*left:185px;*/
div#etalageBox3 {left:365px; top:15px;  z-index:10;} /*left:355px;*/
div#etalageBox4 {left:40px;  top:220px; z-index:13;}
div#etalageBox5 {left:375px; top:210px; z-index:14;}
/*div#etalageBox6 {left:355px; top:220px; z-index:13;}*/



/* fondslijst.php */
table.fondslijst { /* ook boektitel */
	margin: 0px;
	font-size: 13pt;
	width: 650px;
}

td.fondslijst {
	padding: 1px;
	/*background-color: #edf2fc;*/
	background-color: #EAF1FF;
	height: 2em;
}

td.opvulling {
	height: 10px;
	background-color: #fff;
}

font.auteur {
	font-size: 11.5pt;
	font-style: italic;
}

A.fondslijst {
  color: #137;
  text-decoration: none;
}

A:hover.fondslijst {
  color: #137;
  text-decoration: underline;
}

/* boek.php */

#boekFoto {
	/*width: 230px; /* TODO */
	/*height: 300px; /* TODO */
 	float: left;
	margin: 0.1em 1em 0.2em 0em;
}

#boekDetailBox {
	width: 150px;
/*	position: absolute;
	right: 80px;
	top: 10px;*/
	background-color: #137;
	border: 0px;
	overflow: auto;
	z-index: 100;
	/*padding: 4px;*/
}

#boekDetailTable {
	width: 150px;
}


/* bestel.php */
#bestelTabel {
	width: 700px;
}

th.tableHead { background-color: #ffc77f; color: #137;}
th.bestelTotaal { border: 0px; }
td.bestelTotaalOpvul { line-height: 1px; border-bottom: 3px double black; }

/*th#thPstuk { width: 70px;  background-color: red;}
th#thAantal { width: 40px; background-color: blue;}
th#thTotaal { width: 50px; background-color: green;}*/

A.bestel {
  color: #137;
  text-decoration: none;
}

A:hover.bestel {
  color: #137;
  text-decoration: underline;
}

input.inputAantal {
  width: 3em;
}

input#herbereken {
	/*border: 1px solid #ffc77f;
	color: #f00;*/
}

#bestelLeegTableData {
	text-align:center;
	vertical-align:middle;
	height:100px;
}

#bestelTotaalTxt {
	colspan: 3;
}

#bestelGegevensBox {
	background-color: #EAF1FF;
	width: 680px;
	padding: 10px;
}

.gegevens {
	font-size: 14pt;
}

.waarschuwing {
	color: #f00;
	font-size: 13pt;
}

.fineprint {
	font-size: 10pt;
}

/* contact.php */
td.contact , th.contact { padding: 0.2em;}