/* DIT IS DE STYLESHEET VOOR MAX 2005 - VIVA */

/* -------------- Start MARGES + ALGEMENE ELEMENTEN */
DIV#max FORM {	margin: 0px;	padding: 0px;}
DIV#max TABLE.max-hoofdnav {	margin: 5px auto 0px auto;} /* Hier centreren we de tabel */
DIV#max DIV.max-subnav {	margin: 0px;	height: 39px; padding: 7px 3px 6px 3px;   background-position: right;  background-repeat: no-repeat; background: #FFFFFF }
DIV#max DIV.max-foutmelding TABLE UL {	margin-bottom: 0px;	margin-top: 0px; color: #FF0000; font-weight: bold; font-size: 12px; line-height: 16px; padding: 3px 0px 3px 0px; text-align: center;}
DIV#max DIV.max-content { 	margin: 6px;	padding-bottom: 6px;}
DIV#max TABLE.max-ombouw { 	margin: 0px auto 0px auto;} /* Hier centreren we de tabel */
DIV#max TABLE.max-footer { 	margin: 0px auto 5px auto;} /* Hier centreren we de tabel */
DIV#max DIV.max-footer-links {	margin: 0px;	text-align: right;	padding: 3px 8px 3px 8px; }
DIV#max DIV.max-foutmelding {	margin: 8px;	text-align: center;}
DIV#max DIV.max-introtekst, DIV.max-introtekst-nietpubliek, DIV#max DIV.max-introtekst-titel {	margin: 8px;}
DIV#max DIV.max-scheidingslijn {	margin: 3px 0px 3px 0px;}
DIV#max DIV.max-uitleg {	margin: 10px 8px 10px 8px;	padding: 10px 5px 10px 5px;	height: 400px;	overflow: auto;}
DIV#max TABLE.max-velden {	margin: 0px 0px 4px 0px;}
DIV#max DIV.max-venstersmal {	margin: 10px 62px 10px 62px;	padding: 5px 15px 10px 15px;}
DIV#max DIV.max-vensterbreed {	margin: 10px 8px 10px 8px;	padding: 5px 5px 10px 5px;}
DIV#max DIV.max-veld-verplicht {	margin: 0px 0px 0px 3px;}
DIV#max DIV.max-veld-label {	margin: 0px 0px 0px 0px;	padding: 0px 4px 0px 4px;}
DIV#max DIV.max-veld-select SELECT { 	width: 144px;}
DIV#max DIV.max-veld-button {	text-align: right;	margin: 4px 10px 5px 0px;}
DIV#max DIV.max-veld-invulmini INPUT { width: 150px;	height: 20px;	line-height: 13px;	padding: 1px 0px 0px 3px;}
DIV#max DIV.max-veld-invulsmal INPUT {	width: 200px;	height: 20px;	line-height: 13px;	padding: 1px 0px 0px 3px;}
DIV#max DIV.max-veld-invulbreed INPUT {	width: 245px;	height: 20px;	line-height: 15px;	padding: 1px 0px 0px 3px;}
DIV#max DIV.max-melding-verplicht {	margin: 0px 0px 0px 0px;	text-align: left;}
DIV#max DIV.max-veld-checkbox { 	margin: 3px 0px 0px 0px;}
DIV#max DIV.max-melding-wachtwoord { 	margin: 0px 0px 20px 0px;}

/* -------------- Einde MARGES + ALGEMENE ELEMENTEN */

/* --------- start OMBOUW */
DIV#max { /* standaard achtergrondkleur + standaardfont + standaard tekstkleur */
	background-color:#f5f6d9; 
	font: normal 11px/14px Arial, Verdana, Helvetica, sans-serif;
	color: #393939;
}
DIV#max TABLE.max-ombouw { /* ombouw: achtergrondkleur en borders (in principe niet wijzigen!)*/
	background-color: #FFFFFF;
	border-left: 1px solid #D7D1D1;
	border-right: 1px solid #D7D1D1;
}
DIV#max TABLE.max-ombouw2 { /* ombouw: achtergrondkleur en borders (in principe niet wijzigen!)*/
	background-color: #FFFFFF;
	border-left: 1px solid #D7D1D1;
	border-right: 1px solid #D7D1D1;
	border-top: 1px solid #D7D1D1;
}


DIV#max DIV.max-content { /* contentvenster: achtergrondkleur en borders */
	background-color: #f1f2ca;
	border: 1px solid #009ab6;
}
/* --------- einde OMBOUW */

/* --------- start FOOTER */
DIV#max DIV.max-footer-links { /* Footer tekstgrootte en kleur */
	border-left: 1px solid #D7D1D1;
	border-right: 1px solid #D7D1D1;
	color: #7D7D7D;
	font-size: 11px;
	font-weight: bold;
}
DIV#max DIV.max-footer-links a,
DIV#max DIV.max-footer-links a:visited { /* Footer linkstylen */
	color: #7D7D7D;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
DIV#max DIV.max-footer-links a:hover { /* Footer hoverstylen */
	color: #000000;
	text-decoration: underline;
}
DIV#max DIV.max-footer-kleurenbalk {
	background-color: #c1c91f;
	border-top: 1px solid #D7D1D1;
	border-left: 8px solid #f5f6d9;
	border-right: 8px solid #f5f6d9;
}
/* --------- einde FOOTER */

/* --------- start FOUTMELDINGEN */
DIV#max DIV.max-foutmelding { /* Foutmelding-scherm: achtergrondkleur en border */
	background-color: #FFFFFF;
	border: 1px solid #828282;
}
DIV#max DIV.max-foutmelding TABLE { /* Foutmelding-scherm: Tekststylen */
	line-height: 18px;
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
	text-align: left;
}
/* --------- einde FOUTMELDINGEN */

/* --------- start INTROTEKST */
DIV#max DIV.max-introtekst { /* Intro: Tekststylen */
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
DIV#max DIV.max-introtekst a,
DIV#max DIV.max-introtekst a:visited { /* Intro: Linkstylen */
	color: #009ab6;
	font-weight: bold;
	text-decoration: none;
}
DIV#max DIV.max-introtekst a:hover { /* Intro: Hoverstylen */
	color: #009ab6;
	text-decoration: underline;
}
/* --------- einde INTROTEKST */
/* --------- start INTROTEKST TITEL*/
DIV#max DIV.max-introtekst-titel { /* Intro: Tekststylen */
	color: #393939;
	font-weight: bold;
	font-size: 12px;			
}
/* --------- einde INTROTEKST TITEL*/
/* --------- start INTROTEKST voor niet publieke velden*/
DIV#max DIV.max-introtekst-nietpubliek { /* Intro: Tekststylen */
	line-height: 18px;
	color: #393939;
	font-size: 12px;
}
DIV#max DIV.max-introtekst-nietpubliek a,
DIV#max DIV.max-introtekst-nietpubliek a:visited { /* Intro: Linkstylen */
	color: #009ab6;
	font-weight: bold;
	text-decoration: none;
}
DIV#max DIV.max-introtekst-nietpubliek a:hover { /* Intro: Hoverstylen */
	color: #009ab6;
	text-decoration: underline;
}
/* --------- einde INTROTEKST voor niet publieke velden*/

/* --------- start VERPLICHT-STERRETJE */
DIV#max SPAN.sterretje,
DIV#max DIV.max-veld-verplicht { /* Legenda: Verplicht-Sterretje*/
	color: #009ab6;
	font-size: 18px;
	font-weight: bold;
}
/* --------- einde VERPLICHT-STERRETJE */

/* --------- start SCHEIDINGSLIJN */
DIV#max DIV.max-scheidingslijn {
	background-color: #FFFFFF;
	border-top: 1px solid #A1A0A0;
	border-bottom: 1px solid #A1A0A0;
	padding: 1px 0px 1px 0px;
}
/* --------- einde SCHEIDINGSLIJN */

/* --------- start CONTENTVENSTER */
DIV#max DIV.max-venstersmal {
	background-color: #e8f0bb;
	border: 1px solid #009ab6;
}

DIV#max DIV.max-vensterbreed { /* De achtergrondkleur van de content-vensters */
	background-color: transparent;
	border: none;
}
DIV#max TD.max-veld-bg { /* De achtergrondkleur van de velden van het formulier */
	background-color: #c1c91f;
	border-top: 1px solid #009ab6;
	border-bottom: 1px solid #009ab6;
	border-left: 1px solid #009ab6;
}
DIV#max DIV.max-veld-label { /* De label-velden van het formulier */
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}
DIV#max DIV.max-veld-invulmini INPUT,
DIV#max DIV.max-veld-invulsmal INPUT,
DIV#max DIV.max-veld-invulbreed INPUT  { /* De INPUT velden */
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	border-top: 1px solid #009ab6;
	border-right: 1px solid  #009ab6;
	border-bottom: 1px solid  #009ab6;
	border-left: none;
	background-image: url(invulvel.gif);
}
DIV#max DIV.max-veld-select SELECT,
DIV#max DIV.max-veld-datum SELECT { /* De SELECT velden van het formulier */
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	background-color: #FFFFFF;
}
DIV#max DIV.max-veld-button INPUT { /* De INPUT buttons */
	
	cursor: hand;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background-image: url(formbutt.gif);*/
}
DIV#max DIV.max-melding-verplicht { /* De meldingstekst dat invullen verplicht is */
	font-size: 11px;
	color: #505050;
}
DIV#max DIV.max-veld-checkbox { /* De CHECKBOX teksten voor bijvoorbeeld "algemene voorwaarden" */
	font-size: 11px;
	font-weight: bold;
	color: #505050;
}
DIV#max DIV.max-veld-checkbox a,
DIV#max DIV.max-veld-checkbox a:visited { /* De CHECKBOX linkstylen */
	text-decoration: none;
	color: #009ab6;
	font-weight: bold;
}
DIV#max DIV.max-veld-checkbox a:hover { /* De CHECKBOX hoverstylen */
	color: #009ab6;
	text-decoration: underline;
}
DIV#max DIV.max-melding-wachtwoord { /* Melding "wachtwoord kwijt" - Tekststylen */
	font-size: 11px;
	color: #505050;
	text-align: center;
}
DIV#max DIV.max-melding-wachtwoord a,
DIV#max DIV.max-melding-wachtwoord a:visited { /* Melding "wachtwoord kwijt" - Linkstylen */
	text-decoration: none;
	color: #009ab6;
	font-weight: bold;
}
DIV#max DIV.max-melding-wachtwoord a:hover { /* Melding "wachtwoord kwijt" - hoverstylen */
	color: #009ab6;
	text-decoration: underline;
}
DIV#max .MaxHelpClass { /* Overlib Helptekst */
	background-color: #EEEEEE;
	color: #000000;
	border: 1px solid Black;
}
/* --------- einde CONTENTVENSTER */

/* --------- start MAX UITLEG */
DIV#max DIV.max-uitleg { /* Uitlegtekst: tekststijlen + achtergrond + scrollbar */
	background-color: #F8EFF3;
	border: 1px solid #FF3333;
	font-size: small; 
	line-height: 1.5em;
	font-weight: normal;
	color: #505050;
	scrollbar-base-color: #999999; 
	scrollbar-track-color: #666666;
	scrollbar-face-color: #F8EFF3;
	scrollbar-highlight-color: #F8EFF3;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-shadow-color: #333333;
	scrollbar-arrow-color: #333333;
}
DIV#max DIV.max-uitleg a,
DIV#max DIV.max-uitleg a:visited { /* Uitlegtekst: Linkstylen */
	text-decoration: underline;
	color: #505050;
}
DIV#max DIV.max-uitleg a:hover { /* Uitlegtekst: Hoverstylen */
	text-decoration: underline;
	color: #000000;
}
/* --------- einde MAX UITLEG */
/* --------- start MAX QUICKLOGIN */
DIV.max-quick { /* Het Quicklogin Venster */
	margin: 0px;
	background-color: #FFFFFF; 
	font: normal 11px/14px Arial, Verdana, Helvetica, sans-serif;
	color: #393939;
}
TABLE.max-quick-velden {
	margin: 0px;
}
TD.max-quick-veld-bg {
	background-color: #EEEEEE;
}
DIV.max-quick-veld-label {
	font-size: 11px;
	margin: 2px 0px 0px 0px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
}
DIV.max-quick-veld-invul INPUT {
	width: 100px;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
}
DIV.max-quick-veld-button INPUT {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	float: right;
	cursor: hand;
	cursor: pointer;
}
DIV.max-quick-melding {
	font-size: 11px;
	color: #000000;
}
DIV.max-quick-melding a,
DIV.max-quick-melding a:visited {
	color: #000000;
	text-decoration: underline;
}
DIV.max-quick-melding a:hover {
	color: #FF0000;
	text-decoration: underline;
}
INPUT.QuickLogin 
{
	background-image: url("../images/regforma/but_logi.gif");
	border: 0;
	width: 78px;
	height: 27px;
	cursor: pointer;
}

/* --------- einde MAX QUICKLOGIN */