/* **************************************
 * BODY ELEMENTEN
 */

body
{
	background-color	: #FFF6F1;
	background-image  : url(layout/navigatie.gif);
	background-repeat : repeat-y;
	
  font-family       : Comic Sans MS ; src:url(comic.ttf);
  font-size         : 10pt;
  margin            : 0px;  
}

body.intro
{
	background-color	: #FFF6F1;
	background-image  : none;
  font-family       : Comic Sans MS ; src:url(comic.ttf);
  font-size         : 10pt;
  margin            : 0px;  
  text-align        : center;
}

/* **************************************
 * DIV ELEMENTEN
 */

div
{
  font-family       : Comic Sans MS ; src:url(comic.ttf);
  font-size         : 10pt;
}

div.navigatie
{
	position          : absolute;
	top               : 0px;
	left              : 0px;
	width             : 145px;
	height            : 600px;
	background-repeat : no-repeat;
	padding           : 0px;
  text-align        : center;
  color             : #0E0091;
}

div.inhoud
{
	position          : absolute;
	top               : 0px;
	left              : 145px;
		
	width             : 625px;
	padding           : 10px;
}

div.navigatie_items
{
	position          : relative;
	top               : 60px;
}

/* **************************************
 * A ELEMENTEN
 */

a
{
	border-color      : #000000;
	color             : #000000;
	text-decoration   : none;	
}

a.product
{
	font-size         : 12pt;
}

a.navigatie
{
	text-decoration   : none;
  color             : #0E0091;	
  line-height       : 250%;
  font-size         : 12pt;
}

a.navigatie:hover
{
  color             : #1800CE;
}

/* **************************************
 * P ELEMENTEN
 */

p.head
{
	font-size         : 13pt;
	text-weight       : bold;
}

/* **************************************
 * TD ELEMENTEN
 */

td
{
	font-size         : 10pt;
}

td.product
{
	border-bottom-color: #4A8463;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* **************************************
 * IMG ELEMENTEN
 */
img.collage
{
	border-width      : 1px;
	border-color      : #4A8463;
	border-style      : solid;
}

img.logo
{
	position          : relative;
	top               : 20px;
	
	border-width      : 0px;
}

img.flag
{
	border-width      : 1px;
	border-color      : #4A8463;
	border-style      : solid;
}