body {
	/* background: url(../images/gradient.bmp) 0 0 repeat-x white; */
	margin: 0;
	padding: 0;
	font-family: arial, times;
	font-size: 14px;
	text-align: center;
}

a {
	color: #22C;
}

a img {
	border: none;
}

p {

}

label {
	display: block;
	width: 240px;
	text-align: right;
	margin-right: 10px;
	float: left;
}


#homeveld {
	padding: 2px;
}


.homeheader {
	background: #fa6;
	font-weight: bold;
	padding: .3em;
}

/* hieronder de styles voor de cover weergave */
#homeveld ul {
	list-style: none;
	margin: 0;
	background-color: white;
	padding: 1px;
	overflow: hidden;
}

#homeveld ul li {
	float: left;
	width: 242px;
	height: 140px;
	margin: 0;
	padding: 4px 0;
	border: 2px solid #fff;
}

.even {
	background: #fff;
}

.oneven {
	background: #eee;
}

#homeveld ul li img {
	margin: 0;
	margin-right: 4px;
	padding: 0;
}

#homeveld ul li div {
	margin: 2px 4px;
}

/* pagina nummers */

#hoofdveld ul {
	list-style: none;
	padding: .2em 0;
	margin: 0;
	overflow: hidden;
}

#hoofdveld ul li {
	float: left;
	font-size: 1em;
	width: 62px;
}

#hoofdveld ul li a {
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	text-decoration: none;
}

#hoofdveld ul li.pagina {
	padding: 0 1em;
}

#hoofdveld ul li.boek {
	border: 1px solid #fff;
}

#hoofdveld ul li a:hover {
	background: #fa6;
}

#hoofdveld ul li#active a {
	background: #fff;
}

#letters {
	border-bottom: 1px solid #999;
	border-top: 10px solid #fff;
	background: #eee;
	padding: 0;
}

#letters ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#letters ul li {
	display: inline;
	font-size: 1.1em;
}

#letters ul li a {
	text-decoration: none;
	padding: .5em .5em;
	color: #015353;
	position: relative;
	z-index: 1;
}

#letters ul li#active a {
	color: #000;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background: white;
}

#letters ul li a:hover {
	color: #000;
	background-color: #fa6;
}

/*

#letters {
	background: #eee;
	border-bottom:1px solid #4587AF;
	border-top: 4px solid #fff;
	padding: 12px 0;
}

#letters ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
	width: 960px;
}

#letters ul li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #eee;
	font-size: 1.2em;
}

#letters ul li.selectbox {
	width: 12em;
	text-align: left;
	background: #eee url(../images/arrow.jpg) no-repeat 90% 0%;
}

#letters ul li.noclick {
	color: #ccc;
}

#letters ul li a {
	
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #252525;
}

#letters ul li#active {
	background: #aaa;
}

#letters ul li a:hover {
	background: #fa6;
}

#letters ul li ul {
	display: none;
	width: 12em;
	padding: 0;
	position: absolute;
	overflow: hidden;
	background: #369;
	* margin-left: -6em;
}

#letters ul li li {
	float: none;
	display: block;
	width: auto;
	background: #fff;
	text-align: left;
	font-size: .8em;
	padding: 0;
	text-indent: .4em;
}

#letters ul li li a {
	padding: 0;
	border-bottom: 1px solid #ddd;
}

#letters ul li li a:hover {
	padding: .1em 0;
	font-size: 1.2em;
	border-color: #c83;
}

*/

#specifieker {
	font-size: 12px;
}

#specifieker input {

}

#specifieker ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
	overflow: hidden;
}

#specifieker ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 14px;
	height: 28px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #eee;
	background: #ddd;
}

#specifieker ul li.two {
	width: 62px;
}

#specifieker ul li.half {
	width: 78px;
}

#specifieker ul li.full {
	float: none;
	width: auto;
	text-align: left;
	text-indent: 4px;
}

#specifieker ul li a {
	text-decoration: none;
}

#specifieker fieldset {
	margin: 0;
	margin-top: 4px;
	padding: 0;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

#specifieker legend {
	margin: 0;
	padding: 8px;
	border: none;
}

#specifieker a {
	text-decoration: none;
}

#specifieker ul li#active {
	background: lightblue;
}

#listing option {
	padding: 0 10px;
}

#listing {
	font-size: 14px;
}

#covertable {
	background: #fff;
	width: 100%;
	vertical-align: top;
}

#formtable td{
	vertical-align: top;
}

#covertable td {
	width: 100%;
}

#covertable fieldset {
	border-top: none;
	border-bottom: 1px solid lightblue;
	border-right: none;
	border-left: none;
}

#covertable legend {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1px;
}

#covertable legend.omschrijving {
	font-weight: normal;
	background: #fff;
}

#covertable fieldset.omschrijving {
	border: none;
	background: lightblue;
}

#bestelformulier p {
	margin: .4em 0;
}

#bestelformulier fieldset {
	border: 1px solid #ddd;
}

#bestelformulier legend {
	font-style: italic;
}

.submit input {
	margin-left: 260px;
}

table#winkelwagen {
	background: white;
	width: 100%;
	border-spacing: 0;
}

#winkelwagen th {
	background: #fa6;
	padding: .4em 0;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

#winkelwagen td {
	border-bottom: 1px solid #ddd;
	padding: .4em 0;
}

table#overzicht {
	background: white;
	width: 100%;
	border-spacing: 2px;
}

#overzicht th {
	background: #FA6;
	padding: .3em;
}

#overzicht td {
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	padding: 4px;
}

#overzicht td.order {
	color: darkred;
}

#overzicht td.imageholder {
	padding: 10px;
}

#overzicht td img {
	border: 1px solid #888;
}

#overzicht td img.nostyle {
	border: none;
}



#overzicht tr {
	border-bottom: 1px solid black;
}

#zoeken {
	text-align: right;
	padding: .4em 0;
	
}

ul.zoeklijst {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.zoeklijst li {
	padding: .1em 0;
}

h4 {
	color: darkblue;
	font-size: 13px;
	margin: 1em 0;
}

h3 {
	font-family: verdana;
	color: black;
	font-size: 14px;
	margin: 0;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0;
}

h1 {
	margin: 0;
	padding: .3em 0;
}

#header {
/* dit is een kopie van actiemenu */
	overflow: hidden;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 1em 0;
	background: white;
}

#header ul {
	list-style: none;
	padding: 0;
	margin: 1em;
}

#header ul li {
	display: inline;
	border-left: 1px solid #ccc;
	padding: 0 .5em;
}

#tekst {
	float: left;
	padding: 0;
	margin: 0;
}

#rechts {
	
}

#maincontainer {
	background: white;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 10px;
}

#zoekvenster {
	padding: 5px;
	background: #9ba9c6;
}

#zoekvenster form{
	display: inline;
}

#container
{
margin: 10px 10px;
color: #333;
line-height: 130%;
background: white;
}

#top
{
padding: 0;
border-bottom: 1px solid #9ba9c6;
background: white;
}

/*
	nieuw!
	deze opmaak komt van { http://css.maxdesign.com.au/listutorial/horizontal09.htm }
*/

/*

let op:

ongelijkheid IE/firefox komt door de form

*/

#supermenu {
	border-bottom: 1px solid #4587AF;
	margin: auto;
	background: lightblue;
}

#supermenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#supermenu ul li {
	display: inline;
	font-size: 1.3em;
}

#supermenu ul li a {
	text-decoration: none;
	padding: .5em 1em;
	color: #015353;
	position: relative;
	z-index: 1;
}

#supermenu ul li#active a {
	color: #000;
	border-top: 1px solid #4587AF;
	border-right: 1px solid #4587AF;
	border-left: 1px solid #4587AF;
	background: white;
}

#supermenu ul li a:hover {
	color: #fff;
	background-color: #4587AF;
}

/* weer verder */

#tabmenu {
	background: lightblue;
	padding: 0;
	margin: 0;
}

#tabmenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

#tabmenu ul li {
	display: inline;
	font-size: 18px;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
}

#tabmenu ul li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #015353;
	width: 40px;
}

#tabmenu ul li#active a {
	color: #000;
	background: white;
}

#tabmenu ul li a:hover {
	color: #000;
	background-color: #fff;
}

/* hoi */

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
background: #eee;
font-size: 12px;
line-height: 18px;
}

#content
{
margin-left: 200px;
padding: 8px;
background: lightblue;
/* gebruikt max-width enkel voor de teksten? */
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid #9ba9c6;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }



#submenu {
	/* omdat er niet zoiets bestaat als een default z-index voor alle elementen, zal z-index 1 al boven al het andere geplaatst worden */
	z-index: 1;
	position: relative;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu ul li {
	display: inline;
	/* float: left; */
}

#submenu ul li a {
	text-decoration: none;
	padding: .4em 1em;
	font-size: 12px;
}

#submenu ul li#active a {
	border-left: 1px solid #9ba9c6;
	border-right: 1px solid #9ba9c6;
	border-bottom: 1px solid #9ba9c6;
	color: #000;
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#submenu ul li a:hover {
	color: #000;
	background-color: #9ba9c6;
}
