body 
{
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-family: verdana;
	font-size: 12px;
	color: #000000;	
	text-align:center;
	line-height: 19px;
}

a 
{
	color:#0066CC;
	text-decoration:underline;
}

h1, h2, h3 
{
	/*margin:.8em 0 .2em 0;*/
	margin:0;
	padding:0;
}

h1
{
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #0066CC;
	padding: 10px 0 10px 0;
}

h2
{
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding: 10px 0 0 0;
	line-height: 19px;
}

.quote, .small
{
	font-family: verdana;
	font-style: italic;
	font-size: 12px;
	color: #000000;
}


p 
{
	/*margin:.4em 0 .8em 0;*/
	margin: 0;
	padding:0;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

img 
{
}

ul
{
	list-style-type: disc;
	margin: 0;	
	padding: 0 0 0 15px;
}

#fixed 
{
   margin:0 auto;
   width:1000px;
   text-align:left;
}

#header 
{
	float:left;
	width:100%;
	height:149px;
	padding:0;
	margin:0;
}

#header_menu
{
	position: relative;
	left: 22px;
	top: -25px;
	z-index: 3;
	color: #0066CC;
}

#header_menu a
{
	font-family: verdana;
	font-size: 11px;
	color: #0066CC;
	text-decoration: none;
}

#header_menu a:hover
{
	text-decoration: underline;
}

#header p 
{
	padding:.5em 15px	.2em 15px;
	margin:0;
}

#colmask 
{
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background: #fff url('../pics/Menu_BCK.png') no-repeat; 	/* Left column background */
}

#colmid 
{
	float:left;
	width:200%;
	position:relative;
	left:225px;		/* width left column */
	background:#fff;    	/* Centre column background colour */
}

#colright 
{
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-225px;	/* - (width left column + width right column) */
}

#col1wrap 
{
	float:right;
	width:50%;
	position:relative;
	right:100%;
}

#col1pad 
{
	margin:0 15px 0 240px; /* (marge) / (breedte links + breedte rechts + linkermarge) */
	overflow:hidden;
}

#col1 
{
	width:100%;
	overflow:hidden;
}

#col2 
{
	float:left;
	width:225px; 		/* breedte linker column - marge links - marge rechts 170 */
	position:relative;
	margin-left:-50%;
	left:0px; 		/* breedte linker column + marge links 215 (breedte rechter col?) */
	overflow:hidden;
}

#col3 
{
	float:left;
	width:0px;		/* breedte rechter column - 2 * marge rechter column */
	position:relative;
	left:15px;		/* marge */
	overflow:hidden;
}

#col2text 
{
	float:left;
	width:195px;
	position:relative;
	left:15px;
	overflow:hidden;
}

#footer 
{
	clear:both;
	float:left;
	width:100%;
	padding: 20px 0 10px 0;
	margin:0;
	font-family: verdana;
	font-size: 10px;
	color: #0066CC;
	text-align: center;
}

#footer a
{
	font-family: verdana;
	color: #0066CC;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer p 
{
	padding:.5em 15px;
}

/******************************************************
	image rotator - start
 ******************************************************/
 
ul#imagerotator 
{
	position:relative;
	list-style:none;
	list-style-image:none;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	border:none;
	background:none;
}

ul#imagerotator li 
{
	list-style:none;
	margin:0px;
	padding:0px;
	border:none;
	background:none;
}

ul#imagerotator li a 
{
	margin:0px;
	padding:0px;
	border:none;
	background:none;
}

ul#imagerotator li a img 
{
	display:none;
	position:absolute;
	top:0px;
	left:0;
	border:none;
	background:none;
}

ul#imagerotator li img 
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	border:none;
	background:none;
}

ul#imagerotator li#imagerotator-loading 
{
	background:#fff url('../pics/loading.gif') no-repeat center;
}

ul#imagerotator,ul#imagerotator li#imagerotator-loading 
{
	width:1000px;
	height:149px;
}
/******************************************************
	image rotator - end
 ******************************************************/

/******************************************************
	left menu - start
 ******************************************************/

#left_menu
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	list-style-type: none;
	padding: 19px 0 19px 0;
	margin: 0px;
}

#left_menu a
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#left_menu a:hover
{
	text-decoration: underline;
}

#left_menu li:hover
{
	background: url('../pics/Menu_rollover.png');
}


#left_menu li
{
	padding-left: 22px;
	list-style-type: none;
}

#left_menu li.level0
{
	background: url('../pics/Menu_item.png');
}

#left_menu li.level0:hover
{
	background: url('../pics/Menu_rollover_2.png');
}

#left_menu li.level1
{
	padding-left: 28px;
}

#left_menu li.level2
{
	padding-left: 44px;
}

#left_menu li.selected
{
	background: url('../pics/Menu_rollover.png');
}

/******************************************************
	left menu - end
 ******************************************************/

.button
{
	color: #000000;
	background:#99CCFF;
	font-family: verdana;
	font-size: 12px;
	padding: 1px;
}

input
{
	border: 1px solid #99CCFF;
	color: #000000;
	background:#FFFFFF;
	font-family: verdana;
	font-size: 12px;
}

hr
{
	height: 1px;
	color: #CCCCCC;
}

td
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
}

tr.row_even td
{
	background-color: #ffffff;
}

tr.row_odd td
{
	background-color: #E0DDDB;
}

.denied
{
	border: 1px solid #ff0000;
	padding: 5px;
	color: #ff0000;
}

.blockheader
{
	color: #000000;
	background:#99CCFF;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	width: 100%;
}

/************************************************************
	Provider page - start
*************************************************************/

.provider_table
{
	width: 100%;
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.provider_table td
{
	padding: 10px;
}

.provider_photo
{
	width: 350px;
	text-align: left;
}

.provider_logo
{
	text-align: right;
}

.provider_text
{
	text-align: justify;
}

/************************************************************
	Provider page - end
*************************************************************/

/************************************************************
	Webshop - start
*************************************************************/

.product_picture_frame
{
	padding: 0 10px 10px 0;
}

.product_title
{
	font-weight: bold;	
}

.before_price
{
	text-decoration: line-through;
}

.exclusive 
{
	font-size:16px;
	font-weight:bold;
}

.exclusive_action
{
	color: #ff0000;
}

.totalprice
{
	font-weight:bold;
	font-size:12px;
}
/************************************************************
	Webshop - end
*************************************************************/

.banner
{
	padding: 15px 0 15px 0;
	text-align: center;
}

div.float_right
{
    float: right; 
	padding: 5px;
}

table.cursus 
{
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #4F81BD;
	border-collapse: collapse;
	background-color: #ffffff;
}
table.cursus th {
	color: #ffffff;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #4F81BD;
	background-color: #4F81BD;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.cursus td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #4F81BD;
	background-color: #ffffff;
	-moz-border-radius: 0px 0px 0px 0px;
}


