/* Developed by Dubbele:punt Design - www.dubbelepunt.com */

/* General styles */
html {
	height:											100%;
	width:											100%;
}

body {
	background-image:								url('../images/background.jpg');
	background-repeat:								no-repeat;
	background-position:							top left;
 	background-color:								#C02B2B;
	color:											#58585A;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										9pt;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	height:											100%;
	width:											100%;

	line-height:									15pt;
	text-align:										center;	
}

table, tr, td {
	vertical-align:									top;
}

img {
	border-style:									none;
	border-color:									#FFFFFF;
	border-width:									0px;
}

.display_none										{ display: none; }
.display_block										{ display: block; }
.clear_both 										{ line-height: 0px; height: 0px; clear: both; }

a.external:link 									{ padding-right: 20px; background-image: url('../images/icon_popup.gif'); background-repeat: no-repeat; background-position: right; }
a.external:active 									{ padding-right: 20px; background-image: url('../images/icon_popup.gif'); background-repeat: no-repeat; background-position: right; }
a.external:visited 									{ padding-right: 20px; background-image: url('../images/icon_popup.gif'); background-repeat: no-repeat; background-position: right; }
a.external:hover 									{ padding-right: 20px; background-image: url('../images/icon_popup.gif'); background-repeat: no-repeat; background-position: right; }

#frame {
	background-color:								#FFFFFF;	

	margin:											0 auto;
	margin-top:										140px;
	margin-bottom:									0px;

	text-align:										left;
	width:											950px;
}



/* Menu styles */
#frame #menu {
	list-style:										none;
	list-style-image:								none;
	color:											#ABABAC;

	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									15px;
	padding-bottom:									15px;
	padding-left:									10px;
	padding-right:									0px;

	line-height:									11pt;
	width:											160px;
	float:											left;
}

#frame #menu .active {
	background-image:								url('../images/button_main_active.gif');
	background-repeat:								no-repeat;
	color:											#FFFFFF;

    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										8pt;
	
	margin-top:										0px;
	margin-bottom:									10px;
	margin-left:									0px;
	margin-right:									0px;
}

#frame #menu .active a:link 						{ color: #FFFFFF; padding: 5px 0px 5px 10px; width: 150px; display: block; text-decoration: none; }
#frame #menu .active a:active 						{ color: #FFFFFF; padding: 5px 0px 5px 10px; width: 150px; display: block; text-decoration: none; }
#frame #menu .active a:visited 						{ color: #FFFFFF; padding: 5px 0px 5px 10px; width: 150px; display: block; text-decoration: none; }
#frame #menu .active a:hover 						{ color: #FFFFFF; padding: 5px 0px 5px 10px; width: 150px; display: block; text-decoration: underline; }

#frame #menu .inactive {
	background-image:								url('../images/button_main_inactive.gif');
	background-repeat:								no-repeat;
	color:											#58585A;

    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										8pt;
	
	margin-top:										0px;
	margin-bottom:									10px;
	margin-left:									0px;
	margin-right:									0px;
}

#frame #menu .inactive a:link 						{ color: #58585A; padding: 5px 0px 5px 10px; width: 150px; display: block; text-decoration: none; }
#frame #menu .inactive a:active 					{ color: #58585A; padding: 5px 0px 5px 10px; width: 150px; display: block; text-decoration: none; }
#frame #menu .inactive a:visited 					{ color: #58585A; padding: 5px 0px 5px 10px; width: 150px; display: block; text-decoration: none; }
#frame #menu .inactive a:hover 						{ color: #58585A; padding: 5px 0px 5px 10px; width: 150px; display: block; text-decoration: underline; }

#frame #menu li ul {
	list-style:										none;
	list-style-image:								none;
	color:											#58585A;

	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									15px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;
}

#frame #menu li ul .active {
	background-image:								url('../images/button_sub_active.gif');
	background-repeat:								no-repeat;
	color:											#FFFFFF;

    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										8pt;
	
	margin-top:										10px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
}

#frame #menu li ul .active a:link 					{ color: #FFFFFF; padding: 5px 0px 5px 10px; width: 125px; display: block; text-decoration: none; }
#frame #menu li ul .active a:active 				{ color: #FFFFFF; padding: 5px 0px 5px 10px; width: 125px; display: block; text-decoration: none; }
#frame #menu li ul .active a:visited 				{ color: #FFFFFF; padding: 5px 0px 5px 10px; width: 125px; display: block; text-decoration: none; }
#frame #menu li ul .active a:hover 					{ color: #FFFFFF; padding: 5px 0px 5px 10px; width: 125px; display: block; text-decoration: underline; }

#frame #menu li ul .inactive {
	background-image:								url('../images/button_sub_inactive.gif');
	background-repeat:								no-repeat;
	color:											#58585A;

    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										8pt;
	
	margin-top:										10px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
}

#frame #menu li ul .inactive a:link 				{ color: #58585A; padding: 5px 0px 5px 10px; width: 125px; display: block; text-decoration: none; }
#frame #menu li ul .inactive a:active 				{ color: #58585A; padding: 5px 0px 5px 10px; width: 125px; display: block; text-decoration: none; }
#frame #menu li ul .inactive a:visited 				{ color: #58585A; padding: 5px 0px 5px 10px; width: 125px; display: block; text-decoration: none; }
#frame #menu li ul .inactive a:hover 				{ color: #58585A; padding: 5px 0px 5px 10px; width: 125px; display: block; text-decoration: underline; }





/* Content styles */
#frame #content {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
	
	padding-top:									10px;
	padding-bottom:									10px;
	padding-left:									15px;
	padding-right:									15px;

	width:											750px;
	float:											left;
}

#frame #content #image {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
	
	padding-top:									0px;
	padding-bottom:									10px;
	padding-left:									0px;
	padding-right:									0px;
}

#frame #content #image img {
	border-style:									solid;
	border-color:									#58585A;
	border-width:									1px;
}

#frame #content #text {
	font-family:									verdana, arial, sans-serif;
	font-weight:									normal;
	font-style:										normal;
	font-size:										9pt; 
	
	margin-top:										0px;
	margin-bottom:									20px;
	margin-left:									0px;
	margin-right:									0px;
	
	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;
}

#frame #content #text #intro {
	color:											#808080;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										11pt;
	
	margin-top:										0px;
	margin-bottom:									20px;
	margin-left:									0px;
	margin-right:									0px;

	line-height:									16pt;
	clear:											both;
}

#frame #content #text h1 {
    color:											#C02B2B;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										16pt;

	margin-top:										0px;
	margin-bottom:									10px;
	margin-left:									0px;
	margin-right:									0px;
	
	line-height:									21pt;
}

#frame #content #text h2 {
    color:											#C02B2B;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										13pt;

	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
	
	line-height:									18pt;
}

#frame #content #text h3 {
    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										9pt;

	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	line-height:									15pt;
}

#frame #content #text a:link 						{ color: #C02B2B; text-decoration: underline; }
#frame #content #text a:active 						{ color: #C02B2B; text-decoration: underline; }
#frame #content #text a:visited 					{ color: #C02B2B; text-decoration: underline; }
#frame #content #text a:hover 						{ color: #C02B2B; text-decoration: none; }

#frame #content #text ol {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									5px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									20px;
	padding-right:									0px;
}

#frame #content #text .message {
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										9pt;
	
	padding-top:									5px;
	padding-bottom:									5px;
	padding-left:									10px;
	padding-right:									10px;

	margin-top:										0px;
	margin-bottom:									20px;
	margin-left:									0px;
	margin-right:									0px;

	border-style:									solid;
	border-color:									#58585A;
	border-width:									1px;
}

#frame #content #text .error {
	background-image:								url('../images/icon_error.gif');
	background-repeat:								no-repeat;
	background-position:							10px 9px;

    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										9pt;
	
	padding-top:									5px;
	padding-bottom:									5px;
	padding-left:									35px;
	padding-right:									10px;

	margin-top:										0px;
	margin-bottom:									20px;
	margin-left:									0px;
	margin-right:									0px;

	border-style:									solid;
	border-color:									#FF0000;
	border-width:									1px;
}

#frame #content #text .succes {
	background-image:								url('../images/icon_succes.gif');
	background-repeat:								no-repeat;
	background-position:							10px 9px;

    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										9pt;
	
	padding-top:									5px;
	padding-bottom:									5px;
	padding-left:									35px;
	padding-right:									10px;

	margin-top:										0px;
	margin-bottom:									20px;
	margin-left:									0px;
	margin-right:									0px;

	border-style:									solid;
	border-color:									#599D12;
	border-width:									1px;
}







/* Form styles */
#frame #content #text #overview {
	margin-top:										0px;
	margin-bottom:									20px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;
	
	border-style:									none;
	border-color:									#FFFFFF;
	border-width:									0px;
}

#frame #content #text #overview legend {
	background-color:								#FFFFFF;
	color:											#404040;

    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										9pt;

	padding-top:									0px;
	padding-bottom:									5px;
	padding-left:									5px;
	padding-right:									5px;
}

#frame #content #text #overview ul {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;
}

#frame #content div fieldset ul .title {
	list-style:										none;
	list-style-image:								none;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										8pt;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;

	clear:											both;
}

#frame #content #text #overview ul .odd {
	list-style:										none;
	list-style-image:								none;
	background-color:								#F5F5F6;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									2px;
	padding-bottom:									3px;
	padding-left:									0px;
	padding-right:									0px;

	min-height:										20px;
	clear:											both;
}

#frame #content #text #overview ul .even {
	list-style:										none;
	list-style-image:								none;
	background-color:								#FAFAFB;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									2px;
	padding-bottom:									3px;
	padding-left:									0px;
	padding-right:									0px;

	min-height:										20px;
	clear:											both;
}

#frame #content #text #overview ul .total {
	list-style:										none;
	list-style-image:								none;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									5px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;

	min-height:										20px;
	clear:											both;
}

#frame #content #text #overview ul .total .submit {
	background-color: 								#7F7F7F;
	color: 											#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										9pt;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;

	width:											200px;
}

#frame #content #text #overview ul li span .submit {
	background-color: 								#7F7F7F;
	color: 											#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										9pt;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;

	width:											80px;
}

#frame #content #text #overview ul li span {
	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									10px;
	padding-right:									10px;
	
	width:											80px;
	float:											left;
}

#frame #content #text #overview ul li .width_20 	{ width: 20px; }
#frame #content #text #overview ul li .width_75 	{ width: 75px; }
#frame #content #text #overview ul li .width_80_r 	{ width: 80px; text-align: right; }
#frame #content #text #overview ul li .width_90_r 	{ width: 90px; text-align: right; }
#frame #content #text #overview ul li .width_100 	{ width: 100px; }
#frame #content #text #overview ul li .width_125 	{ width: 125px; }
#frame #content #text #overview ul li .width_145 	{ width: 145px; }
#frame #content #text #overview ul li .width_145_r 	{ width: 145px; text-align: right; }
#frame #content #text #overview ul li .width_200 	{ width: 200px; }
#frame #content #text #overview ul li .width_235 	{ width: 235px; }
#frame #content #text #overview ul li .width_250 	{ width: 250px; }
#frame #content #text #overview ul li .width_260_r	{ width: 260px; text-align: right; }
#frame #content #text #overview ul li .width_450 	{ width: 450px; }

#frame #content #text #overview ul li label {
	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									10px;
	padding-right:									10px;

	vertical-align:									top;
	width:											180px;

	display:										block;
	float:											left;
}

#frame #content #text #selection {
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										8pt;

	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;
	
	border-style:									none;
	border-color:									#FFFFFF;
	border-width:									0px;

	border-bottom-style: 							solid;
	border-bottom-color:							#A9ABAD;
	border-bottom-width: 							1px;
	
	line-height:									12pt;
	clear:											both;
}

#frame #content #text #selection ul {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;
}

#frame #content #text #selection ul li {
	list-style:										none;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									2px;
	padding-bottom:									3px;
	padding-left:									0px;
	padding-right:									5px;
	
	float:											left;
}

#frame #content #shop .selection ul li label {
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										8pt;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;

	vertical-align:									middle;
	width:											80px;

	display:										block;
	float:											left;
}

#frame #content #text #selection ul li .input {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										8pt;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;

	width:											100px;
}

#frame #content #text #selection ul li .select {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										8pt;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;
	
	width:											110px;
}

#frame #content #text #selection ul li .submit {
	background-color: 								#FFFFFF;
	color: 											#C02B2B;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										12pt;

	border-style: 									none;
	border-color:									#FFFFFF;
	border-width:									0px;
	
	line-height:									10pt;
	width:											15px;
}

#frame #content #text #selection ul li #select_field	{ width: 125px; }

#frame #content #text #detail {
	margin-top:										0px;
	margin-bottom:									20px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									10px;
	padding-left:									10px;
	padding-right:									10px;
	
	border-style:									solid;
	border-color:									#C02B2B;
	border-width:									1px;
}

#frame #content #text #detail legend {
	background-color:								#FFFFFF;
	color:											#C02B2B;

    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										9pt;

	padding-top:									0px;
	padding-bottom:									5px;
	padding-left:									5px;
	padding-right:									5px;
}

#frame #content #text #detail ul {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;
}

#frame #content #text #detail ul li {
	list-style:										none;
	list-style-image:								none;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	padding-top:									2px;
	padding-bottom:									3px;
	padding-left:									0px;
	padding-right:									0px;

	min-height:										20px;
	clear:											both;
}

#frame #content #text #detail ul li span {
	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									10px;
	padding-right:									0px;
	
	width:											90px;
	float:											left;
}

#frame #content #text #detail ul li label {
	padding-top:									0px;
	padding-bottom:									0px;
	padding-left:									10px;
	padding-right:									10px;

	vertical-align:									top;
	width:											180px;

	display:										block;
	float:											left;
}

#frame #content #text #detail ul li .input {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										9pt;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;
	
	width:											350px;
}

#frame #content #text #detail ul li .input_error {
	background-image:								url('../images/icon_form.gif');
	background-repeat:								no-repeat;
	background-position:							right top;
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										9pt;

	border-style:									solid;
	border-color:									#FF0000;
	border-width:									1px;
	
	width:											350px;
}

#frame #content #text #detail ul li .select {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										9pt;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;
	
	width:											355px;
}

#frame #content #text #detail ul li .checkbox {
	background-color: 								#FFFFFF;
	float:											left;
}

#frame #content #text #detail ul li .textarea {
	background-color: 								#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										9pt;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;
	
	width:											350px;
	height:											100px;
}

#frame #content #text #detail ul li .submit {
	background-color: 								#7F7F7F;
	color: 											#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										9pt;

	border-style: 									solid;
	border-color:									#58585A;
	border-width: 									1px;

	width:											200px;
}

#frame #content #text #detail ul li .width_80_r 	{ width: 80px; text-align: right; }
#frame #content #text #detail ul li .width_160 		{ width: 160px; }
#frame #content #text #detail ul li .width_250 		{ width: 250px; }
#frame #content #text #detail ul li .width_450 		{ width: 450px; }
#frame #content #text #detail ul li .width_750 		{ width: 750px; }

#frame #content #text #detail ul li #initials			{ width: 67px; }
#frame #content #text #detail ul li #firstname			{ width: 275px; }
#frame #content #text #detail ul li #infix				{ width: 235px; }
#frame #content #text #detail ul li #birthdate_day		{ width: 115px; }
#frame #content #text #detail ul li #birthdate_month	{ width: 116px; }
#frame #content #text #detail ul li #birthdate_year		{ width: 116px; }
#frame #content #text #detail ul li #address_street		{ width: 275px; }
#frame #content #text #detail ul li #address_number		{ width: 67px; }
#frame #content #text #detail ul li #postalcode			{ width: 67px; }
#frame #content #text #detail ul li #city				{ width: 275px; }





/* Copyright styles */
#footer {
	color:											#D78080;

    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										7pt;

	padding-top:									2px;
	padding-bottom:									2px;
	padding-left:									0px;
	padding-right:									0px;
	
	text-align:										center;
	margin:											0 auto;

	width:											950px;
	clear:											both;
}

#footer a:link 										{ color: #D78080; text-decoration: none; }
#footer a:active 									{ color: #D78080; text-decoration: none; }
#footer a:visited 									{ color: #D78080; text-decoration: none; }
#footer a:hover 									{ color: #D78080; text-decoration: underline; }

#footer a.external:link 							{ padding-right: 12px; background-image: url('../images/icon_popup_footer.gif'); background-repeat: no-repeat; background-position: right; }
#footer a.external:active 							{ padding-right: 12px; background-image: url('../images/icon_popup_footer.gif'); background-repeat: no-repeat; background-position: right; }
#footer a.external:visited 							{ padding-right: 12px; background-image: url('../images/icon_popup_footer.gif'); background-repeat: no-repeat; background-position: right; }
#footer a.external:hover 							{ padding-right: 12px; background-image: url('../images/icon_popup_footer.gif'); background-repeat: no-repeat; background-position: right; }

/* Developed by Dubbele:punt Design - www.dubbelepunt.com */
