/*****************************************************************************
 *
 *  Copyright            : Copyright (C) Globeview
 *  Email                : info@globeview.nl
 *	
 *  
 *  Disclaimer:
 *	Niets uit dit script mag zonder toestemming van de maker van deze
 *	scripting gekopieerd, of doorverkocht worden aan derden. De maker van deze
 *	scripting blijft ten alle tijden copyright op dit product houden. De 
 *	scripting is ter beschikking gesteld door Globeview.
 *	Dit programma is GEEN vrije software, en mag niet worden doorverkocht en/
 * 	of gewijzigd worden tenzij de eigenaar toestemming hiervoor heeft verleend
 *
 *****************************************************************************/
html
	{
	background-color: #F0EBCA;
	}
html,body,table,tr,td,img,p,form
	{
	font-size:small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0px;
	padding: 0px;
	vertical-align:top;
	}
a 	{ color: #333333; }
h1
	{
	margin: 8px 0px 5px 0px;
	font-size:12px;
	}
h2
	{
	margin: 0px;
	font-size:12px;
	}
h3	{ margin: 0px; }

ul	{ margin: 0px 0px 0px 20px; }
img { border: none; }
hr	{ color: #FFFFCC; }
#header		
	{
	width:750px;
	text-align:left;
	}
#header2
	{
	width:750px;
	font-size: 1px;
	}
#menu
	{
	background-color: #346633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	padding-top: 5px;
	width:750px;
	height: 22px;
	color: #FFFFEF;
	}
#menu a 			{ color: #FFFFEF; text-decoration:none; }
#menu a:visited 	{ color: #FFFFEF;}
#menu a:hover 		{ color: #FFFFEF; text-decoration: underline;}
#left
	{
	background-image: url('../images/left.gif');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #F0EBCA;
	width:150px;
	height: 496px;
	color:#FFFFFF;
	}
#left p 			{ padding: 0px 0px 0px 10px; }
#left input
	{
	width:120px;
	font-size: 10px;
	border: 0px;
	}
#content
	{
	width:750px;
	text-align:left;
	background-color: #FFFFEF;
	}
#content_text
	{
	padding: 0px 8px 8px 8px;
	}
#footer
	{
	width:750px;
	text-align:right;
	}
#footer p	{ font-size: 10px; }
#large_text	{ line-height: 20px; }
#notice
	{
	color:#CC0000;
	font-weight:bold;
	}
#comment
	{
	font-size:10px;
	color:#999999;
	}