/********************************** 
Gebruikte kleuren:

donker groen (logo):	00ADA8
site achtergrond groen:	ABE6E4
heel licht groen: 		EAF9F8

licht paars: 	AD89CF
donker paars:	6128A9
**********************************/

/**********************************
Main tags
**********************************/

html, body {
	height: 100%;
}

body {
	background-color: #00BEB8;
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	text-align: center;
}

body, td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #00ADA8;
	text-decoration: none;
}

a:hover {
	color: #AD89CF;
}

hr {
	border: 1px solid #ABE6E4;
	height: 1px;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;	
	color: #6128A9;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #6128A9;
	margin: 0 0 2px 0;
}

li {
	list-style-type: disc;
}

img {
	border: 0;
}

textarea {
	font-family: verdana, arial, helvetica, sans-serif;
}

.tableau_petit_ligne1 {
 font-size: 9px;
 color:#6128A9;
 background-color:#F2EAF7;
 text-align:center;
 border-right-color:#FFFFFF;
 border-right:thin;
 }
 
.tableau_petit_ligne2 {
 font-size: 9px;
 color:#FFFFFF;
 background-color:#6128A9;
 text-align:center;
 border-right-color:#FFFFFF;
 border-right:thin;
 }
  
.tableau_ligne_produit_paire {
 font-size: 9px;
 color:#000000;
 background-color:#BFEDEB;
 text-align:left;
 border-right-color:#FFFFFF;
 border-right:thin;
  line-height: 10px;
 }  
 
 .tableau_ligne_produit_impaire {
 font-size: 9px;
 color:#000000;
 background-color:#DFF5F4;
 text-align:left;
 border-right-color:#FFFFFF;
 border-right:thin;
  line-height: 10px;
 }  
 
 .tableau_produit_paire {
 font-size: 8px;
 color:#000000;
 background-color:#BFEDEB;
 text-align:center;
 border-right-color:#FFFFFF;
 border-right:thin;
 line-height: 10px;
  }  
  
   
 .tableau_produit_impaire {
 font-size: 8px;
 color:#000000;
background-color:#DFF5F4;
 text-align:center;
 border-right-color:#FFFFFF;
 border-right:thin;
 line-height: 10px;
  }  
  
.nombre_produit_rouge {
 font-size: 8px;
 color:#FF0000;
 text-align:center;
 line-height: 10px;
  }
  
.nombre_produit {
 font-size: 8px;
 color:#000000;
 text-align:center;
 line-height: 10px;
  }  
 

/**********************************
Layout divs
**********************************/
#printheader {
	display: none;
}

#center {
	width: 767px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}

#header {
	position: relative;
	float: left;
	width: 767px;
	height: 164px;
	background: url('../images/bg_header.gif') repeat-x;
}

#logo {
	position: absolute;
	left: 282px;
	top: 49px;
}

#left {
	float: left;
	width: 167px;
	font-size: 10px;
	line-height: 20px;
}

#left a {
	color: #000;
}

#leftText {
	margin: 5px 0 0 13px;
}

 
#menu {
	position: absolute;
	top: 136px;
	left: 213px;
}

#menu a:hover, .currentItem {
	background: url('../images/menu/arrow.gif') no-repeat top center;
}

#content {
	float: left;
	width: 592px;
}

#footer {
	width: 767px;
	clear: both;
	height: 60px;
	background: url('../images/bg_footer.gif') repeat-x;
	font-size: 10px;
	text-align: right;
}

/**********************************
Custom classes
**********************************/

/* accent kleur voor tekst */
.green { 
	color: #00ADA8;
}

/* input textfield en textarea */
.text, textarea {
	width: 300px;
}

.imgLeft{
	margin: 0 10px 0 0;
}

.imgRight{
	margin: 0 0 0 10px;
}

.border {
	border: 1px solid #ABE6E4;
}

/* divje waarin bijvoorbeel een inhoudsopgave staat */
.block{
	float: right;
	background-color: #EAF9F8;
	padding: 2px 5px 2px 5px;
	border: 1px solid #ABE6E4;
}