@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background-color: #FFFFFF;
	text-align:center;
	color:#333333;
}
#gWrapper{
	width:800px;
	margin:0 auto;
	border: 0px solid #000000;
}
.gLogo{
	padding: 32px 0px 22px 0px;
	float:left;
}
#gHeader{
	background:url(../img/bg_header.jpg) top left no-repeat;
	width: 800px;
	height:167px;
}
#gContent{
	width:800px;
	text-align: left;
	min-height: 350px;
	padding-top:10px;
	float: left;
}
#gHeaderText{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	line-height: 20px;
	background-color:#000000;
	background-image:url(../img/bg_uhead.gif);
	padding-right: 16px;
	text-align:right;
	padding-top: 4px;
	padding-bottom: 4px;
}

#gBanner1{
	padding: 0px 0px 10px 0px;
}

#gBanner2{
	padding: 0px 0px 0px 0px;
}
.gBanner3{
	padding: 0px 8px 0px 8px;
}
/********************************************************* languages */
#gLanguageHolder{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	color:#000000;
}
#gLanguageHolder a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	color:#000000;
	text-decoration: none;
	padding: 10px 3px 10px 3px;
}
#gLanguageHolder a:hover {
	color:#fd0000;
	text-decoration: underline;
}
#gLanguageHolder a.gSelected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	color:#fd0000;
	text-decoration: none;
	padding: 10px 3px 10px 3px;
}
#gLanguageHolder a.gSelected:hover{
	color:#fd0000;
	text-decoration: underline;
}
/********************************************************* menus */
#gMenuHolder{
	width: 800px;
	float:left;
	padding-left:16px;
	text-align:left;
}
a.gMenuItem{
	margin-right: 4px;
}
a.gMenuItem:link, a.gMenuItem:active, a.gMenuItem:visited{
	margin-right: 4px;
}
a.gMenuItem:hover{
	margin-right: 4px;
}
a.gMenuItemOver{
	margin-right: 4px;
}
a.gMenuItemOver:link, a.gMenuItemOver:active, a.gMenuItemOver:visited{
	margin-right: 4px;}
a.gMenuItemOver:hover{
	margin-right: 4px;
}

#gBgImg{
 background:url(images/bg_content.jpg) top center no-repeat;
}

#gMainInfo{
	width:676px;
	margin: 0px 0px 0px 0px;
	float:left;
}

.gBoxFill{
	background-image: url(images/bg_smenu_fill.gif);
	background-repeat: repeat-y;
	min-height: 20px;
	border: 0px solid #009900;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.gBoxLink {
	background-image: url(images/box_read.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
}
a.gBoxLink:ACTIVE, a.gBoxLink:LINK, a.gBoxLink:VISITED {
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom:3px;
}
.gBoxTitle {
	font-family: Tahoma, Verdana;
	font-size:15px;
	line-height:17px;
	text-align:left;
	color: #2166ac;
}

#gMainInfo p{
}
#gImageBox{
	margin-left: 10px;
	margin-bottom: 5px;
	float:right;
	width:252px;
}

.gImage{
	border: 1px solid #FFFFFF;
	float:left;
	margin: 5px 5px 5px 0px;
}
.gImage2{
	margin-right:2px;
	margin-top:2px;
	float:left;
	border:1px #FD0000 solid;
}
.gImage2Over{
	margin-right:2px;
	margin-top:2px;
	float:left;
	border:1px #000000 solid;
}

/* -------------------------------------------  Right COLOMON----*/
.gSectionTitle{
	background-image: url(images/ico_plus.gif);
	background-repeat: no-repeat;
	background-position: 5px 55%;
	
	padding-left: 20px;
	margin-bottom: 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:16px;
	text-decoration:none;
	float: left;
}
.gPSpacer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
}
#gBoxLogin{
	background-image: url(images/login_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 244px;
	height: 163px;
	
	float:left;
}
#gBoxNews{
	background-image: url(images/news_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	width: 244px;

	float:left;
}
.gBoxNewsContent{
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.gBoxContent{
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.gLoginText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color:#333333;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top:8px;
	padding-left:2px;
}
.gLoginInput{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color:#444444;
	font-weight: normal;
	border: 1px solid #bdbdbd;
	background-color: #FFFFFF;
	width: 193px;
	padding: 4px;
}
a.gLoginLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#16598e;
	font-weight: normal;
	float:left;
}
a.gLoginButt{
	float:right;
	padding-right: 2px;
	padding-left: 2px;
}
.gLoginBottom{
	padding-top: 6px;
}
#gBoxNewsletter{
	background-image: url(images/newsletter_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 244px;
	height: 110px;
	
	float:left;
}
.gNewsletterText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#444444;
	font-weight: normal;
	padding-bottom: 6px;
	padding-top:8px;
	padding-left:2px;
}
.gNewsletterInput{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color:#444444;
	font-weight: normal;
	border: 1px solid #bdbdbd;
	background-color: #FFFFFF;
	width: 141px;
	padding: 4px;
	float:left;
}
a.gNewsletterButt{
	float:right;
	padding-left: 2px;
}
.gNewsTitle, .gNewsData, .gNewsShort{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #444444;
	
}
.gNewsTitle{
	padding-top: 10px;
}
a.gNewsTitle{
	font-size: 14px;
	color:#1c5c90;
	border-bottom: 1px dotted #1c5c90;
	text-decoration: none;
}
.gNewsData{
	font-size:10px;
	color:#888888;

}
.gNewsShort{
	padding-top: 5px;
	padding-bottom: 0px;
}

#gSecInfo{
	width:244px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
#gSecInfo p{

}

#gSecInfo a.gBoxTitle:ACTIVE, a.gBoxTitle:LINK, a.gBoxTitle:VISITED{
	font-family: Tahoma, Verdana;
	font-size:15px;
	letter-spacing:0.05em;
	line-height:17px;
	text-align:left;
	color: #2166ac;
	text-decoration:none;
}

#gSecInfo a.gBoxTitle:HOVER{
	font-family: Tahoma, Verdana;
	font-size:15px;
	letter-spacing:0.05em;
	line-height:17px;
	text-align:left;
	color: #2166ac;
	text-decoration:none;
}

/********************************************************* Footer */
#gFooterHolder{
	width:800px;
	margin-top: 15px;
	border-top: 1px solid #c0c0c0;
}
#gFooterContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	text-align:center;
	color: #979797;
	text-align: left;
	padding: 0px 10px 25px 10px;

}
#gFooterContent a:ACTIVE, #gFooterContent a:LINK, #gFooterContent a:VISITED{
	color: #979797;
	border-bottom: #CCCCCC solid 1px;
	text-decoration: none;
}

#gFooterContent a:HOVER{
	color: #fa0001;
	text-decoration: none;
	border-bottom: #999999 solid 1px;
}

#gFooterMenu{
	padding: 10px 0px 10px 0px;
	background-color: #FFFFFF;
}

#gFooterMenu a:ACTIVE, #gFooterMenu a:LINK, #gFooterMenu a:VISITED, #gFooterMenu a:HOVER{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	color: #979797;
	text-align: left;
	text-decoration: none;
}

#gFooterMenu a:ACTIVE, #gFooterMenu a:LINK, #gFooterMenu a:VISITED{
	border-bottom: #FFFFFF solid 1px;
}

#gFooterMenu a:HOVER{
	color: #fa0001;
	text-decoration: none;
	border-bottom: #999999 solid 1px;
}
.gGoTop{
	text-align:left;
	background-color: #ebebeb;
	padding: 10px;
	font-size: 10px;
}
/********************************************************* new */

#gTitleBar {
	width:640px;
	text-align: left;
	padding-left: 22px;
	padding-top: 13px;
	padding-bottom: 16px;
}
/********************************************************* Add Zone */
#gAddZone{
	padding-top:14px;
	padding-bottom:24px;
	text-align:center; 
}
/********************************************************* Nav Bar */
#gNavBar {
	text-align: left;
	background-image:url(images/bg_navbar.gif);
	background-position:top;
	background-repeat: repeat-x;
	border: 0px solid #000000;
	width: 940px;

	padding: 15px 5px 14px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color:#888888;
}

#gNavBar a:link, #gNavBar a:active, #gNavBar a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color:#16598e;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#gNavBar a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color:#16598e;
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
}

#gNavBar a.gNavBarSelected:link, #gNavBar a.gNavBarSelected:active, #gNavBar a.gNavBarSelected:visited{
	font-size: 11px;
	color:#555555;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#gNavBar a.gNavBarSelected:hover{
	font-size: 11px;
	color:#555555;
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
}

/* --------------------------------------------------- QLinks Zone--------- */

#gQLinksBox{
	background-image:url(images/qlink_bg.gif);
	background-repeat: no-repeat;
	border: 0px solid #000000;
	height: 118px;
	padding: 15px 0px 15px 15px;
	margin-top: 15px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color:#4d8694;
}
.gQLinksTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:16px;
	text-decoration:none;
	color:#000000;
	float: left;
}
.gQLinksModule1{
	width:275px;
	border: 0px solid #000000;
	float: left;
	padding-right: 25px;
}
.gQLinksModule2{
	width:275px;
	border: 0px solid #000000;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gQLinksModule3{
	width:275px;
	border: 0px solid #000000;
	float: left;
	padding-left: 20px;
}
.gQLinksColomon{
	width:120px;
	border: 0px solid #000000;
	float:left;
	padding-right: 15px;
}
.gQLinksColomon ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.gQLinksColomon li{
	list-style:none;
	padding-left:10px;
	margin-left:-10px;
	font-weight:normal;
}
.gQLinksTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:16px;
	text-decoration:none;
	float: left;
	width:275px;
	padding-bottom: 10px;
}

#gQLinksBox a:link, #gQLinksBox a:active, #gQLinksBox a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#4d8694;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#gQLinksBox a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#4d8694;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}

/* --------------------------------------------------- Floats ------- */
.gFL{
	float: left;
}
.gFR{
	float: right;
}

/* --------------------------------------------------- For Inside Content ------- */

#gBodyBoxTop{
	background-image:url(images/bodybox_top.gif);
	background-repeat: no-repeat;
	height: 15px;
}
#gBodyBoxBottom{
	background-image:url(images/bodybox_bottom.gif);
	background-repeat: no-repeat;
	height: 15px;
}
#gBodyBoxContent{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	float:left;
	width: 684px;
	padding-top: 15px;
	padding-bottom:15px;
}
/*----------------------------------------*/
#gLeftMenuZone{
	width:160px;
	float:left;
	margin-top:10px;
}
#gLeftMenuZone ul{
	padding:0px;
	margin:0px;
}

#gLeftMenuZone li{
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 3px;
	color: #000000;
	
	background-image:url(../img/bg_navbar.gif);
	background-position:top;
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:30px;
	text-align: left;
	font-weight: normal;
	list-style: none;
	border-bottom:#e5e5e5 1px solid;
	border-top:#e5e5e5 1px solid;
}
#gLeftMenuZone li.gLeftMenuSelected{
	color: #fd0000;
}
a.gLeftMenu:link, a.gLeftMenu:visited, a.gLeftMenu:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 29px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 7px;
}
a.gLeftMenu:hover{
	color:#fd0000;
}
a.gLeftMenuSelected:link, a.gLeftMenuSelected:visited, a.gLeftMenuSelected:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 29px;
	color:#fd0000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 7px;
}
a.gLeftMenuSelected:hover{
	color:#fd0000;
}
/*----------------------------------------*/
.gTitleLine{
	border-bottom: 1px solid #c0c0c0;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#gBodyZone{
	width:620px;
	float:right;
	padding-right: 0px;
}
#gBodyZone a:link, #gBodyZone a:visited, #gBodyZone a:active{
	color:#fd0000;
	text-decoration: none;
	border-bottom: #CCCCCC solid 1px;
}
#gBodyZone a:hover{
	text-decoration: none;
	border-bottom: #999999 solid 1px;
}

a.gLeftMenuZone:link, a.gLeftMenuZone:visited, a.gLeftMenuZone:active{
	color:#fd0000;
	text-decoration: none;
	border-bottom: #CCCCCC solid 1px;
}
a.gLeftMenuZone:hover{
	text-decoration: none;
	border-bottom: #999999 solid 1px;
}

#gBodyZone p, #gBodyZone h1, #gBodyZone h2, #gBodyZone h3, 
#gLeftMenuZone p, #gLeftMenuZone h1, #gLeftMenuZone h2, #gLeftMenuZone h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:17px;
	color:#000000;
	text-decoration:none;
}
#gBodyZone p, gLeftMenuZone p{
	padding-top: 3px;
	padding-bottom: 10px;
}
#gBodyZone h1,
#gLeftMenuZone h1{
	color:#000000;
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	text-decoration:none;
}
#gBodyZone h2,
#gLeftMenuZone h2{
	color:#fa0001;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	text-decoration:none;
	padding-top:15px;
}
#gBodyZone h3,
#gLeftMenuZone h3{
	color:#000000;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}
#gBodyZone ol, ul{	
	margin: 5px 20px 10px 30px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
}
#gBodyZone li{
	padding-left: 0px;
	padding-bottom: 3px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	text-align: left;
	font-weight: normal;
}
#gBodyZone ol span, ul span{
	color:#000000;
}
.gLegislatie{
	list-style-type:lower-latin;
}

.gLeftImg{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.gTestimonials{
	padding: 20px;
	padding-left: 75px;
	border:1px solid #e5e5e5;
	background-image: url(../img/ico_quotes.gif);
	background-repeat: no-repeat;
	background-position: 25px 25px;
}
.gAuthors{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#888888;

}
.gPrintoRed{
	color:#FF0000;
}