/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
}

/* background color for the content part of the pages */
Body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000 !important;

	font-weight: normal !important;
	line-height: 1.5em;
}

.site 
{
	text-align:center !important;
}

td
{
		font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000 !important;
	
	font-weight: normal !important;
	line-height: 1.5em;
}
/* background/border colors for the selected tab */
.TabBg
{
}

.LeftPane
{
}

.ContentPane
{
padding:0px;
margin:0px;
border:0px;

}


.ContentPane3
{
	height:78px;
	padding:5px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

.KalenderPane{
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	padding-left:12px;
	height:50px;
}

.ContentPane4
{
	padding-left: 0px !important;
	padding-right: 60px !important;
	padding-bottom: 20px !important;
}
.RightPaneHome
{
	
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

.RightPaneHomeTest
{
	
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	height:272px;
}

.gecko .RightPaneHomeTest
{
	
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	height:272px;
}

.nieuwshome{
	height:27px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding-left:8px;
	padding-right:8px;
	text-align:right;
}
.RightPane
{
	vertical-align:top !important;
	height:30px;
	width:180px !important;
}

.RightPane2
{
	padding-top: 10px;
	height:30px;
}

.RightPane3
{
	padding-top:20px;
	vertical-align:top !important;
}

.RightPanePortal
{
	
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.TopPane
{
	padding-top: 0px;
	width: 185px !important;
}

/* text style for the selected tab */
.SelectedTab
{
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
}

A.SelectedTab:visited
{
}

A.SelectedTab:active
{
}

A.SelectedTab:hover
{
}

/* text style for the unselected tabs */
.OtherTabs
{
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
}

A.OtherTabs:visited
{
}

A.OtherTabs:active
{
}

A.OtherTabs:hover
{
}

/* GENERAL */
/* style for module titles */
.Head
{
}

/* style of item titles on edit and admin pages */
.SubHead
{
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
}

/* text style used for most text rendered by modules */
.Normal
{	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000 !important;
	text-align: left !important;
	font-weight: normal !important;
	line-height: 1.5em;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
}

A.CommandButton:visited
{
}

A.CommandButton:active
{
}

A.CommandButton:hover
{
}

/* GENERIC */
H1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff8200 !important;
	font-weight: bold;
	text-align: left !important;
	padding:0px;
	margin:0px;

	margin-bottom:0px;
}

H2
{
	font-size: 13px;
	color: #ff8200 !important;
	font-family: Verdana;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
	margin-bottom:5px;
}

H3
{
	font-size: 13px;
	color: White !important;
	font-family: Verdana;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
}



H4
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000d1 !important;
	font-weight: bold;
	margin: 0px;
	padding-right:5px;
}

H5
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000d1 !important;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
}



H6
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000 !important;
	text-align: left !important;
	font-weight: normal !important;
	line-height: 1.5em;
}

TFOOT, THEAD
{
}

TH
{
}

A:link, A
{
	color:#000099 !important;
}

A:visited
{
   
}

A:active
{
}
A:hover
{
	color:#ff8200!important;
	text-decoration:underline;
}

SMALL
{
}

BIG
{
}

BLOCKQUOTE, PRE
{
}


UL LI
{
}

UL LI LI
{
}

UL LI LI LI
{
}

OL LI
{
}

OL OL LI
{
}

OL OL OL LI
{
}

HR
{
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
}

/* style of item titles by Announcements and events */
.ItemTitle
{
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer
{
}

.ModuleTitle_MenuBar
{
}

.ModuleTitle_MenuItem
{
}

.ModuleTitle_MenuIcon
{
}

.ModuleTitle_SubMenu
{
}

.ModuleTitle_MenuBreak
{
}

.ModuleTitle_MenuItemSel
{
}

.ModuleTitle_MenuArrow
{
}

.ModuleTitle_RootMenuArrow
{
}

/* Main Menu */

.MainMenu_MenuContainer
{
}

.MainMenu_MenuBar
{
}

.MainMenu_MenuItem
{
}

.MainMenu_MenuIcon
{
}

.MainMenu_SubMenu
{
}

.MainMenu_MenuBreak
{
}

.MainMenu_MenuItemSel
{
}

.MainMenu_MenuArrow
{
}

.MainMenu_RootMenuArrow
{
}

#tekstPortal 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999 !important;
    text-align: left !important;
	
	padding-left: 10px;
	line-height:2.0em;
	cursor: pointer;
	text-decoration:none !important;
}





.alinea1{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000 !important;
	text-align: left !important;
	font-weight: bold !important;
	line-height: 1.8em;

}


.header
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099 !important;
	padding-left: 2px;
	margin: 0px;
}

.ContentTemplateTekst
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099 !important;
	font-weight: normal !important;
	text-align: left !important;
	margin: 0px;
	padding-left: 5px;
	cursor: pointer;
}

.ContentTemplateTekst:hover
{
	color: #ff8200 !important;
	font-weight: bold;
}

.ContentTemplateTekstWiezijnwe
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099 !important;
	font-weight: normal !important;
	text-align: left !important;
	margin: 0px;
	
	cursor: pointer;
}

.ContentTemplateTekstWiezijnwe:hover
{
	color: #ff8200 !important;
	font-weight: bold;
}

.ContentTemplateTekstKalender
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc !important;
	font-weight: normal;
	text-align: left !important;
	margin: 0px;
	padding-left: 5px;
	cursor: pointer;
}

.ContentTemplateTekst2
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000 !important;
	text-align: left !important;
	margin: 0px;
	font-weight: normal !important;
	line-height: 1.5em;
}
.cssOnclick
{
	display: inline;
}

.ContentPaneHeader
{
	padding-bottom: 10px;
}
.headerContainer
{
	width: 180px;
}

.HoofdMenuBalk
{
	background-image: url(/Portals/emigrerennaarbelgie/Images/home/achtergrondmenu.gif);
	background-repeat: repeat-x;
	padding: 0px;
	border: 0px;
	margin: 0px;
	height: 31px;
}

.HoofdMenuBalk a img
{
	display: none;
}

.hoofdmenu
{
	border: 0px;
	padding: 0px;
}

.hoofdmenu td
{
	width: 0px !important;
}

.HoofdMenuItem
{
	font-family: Arial !important;
	font-size: 12px !important;
	color: White !important;
	padding: 0px 5px 0px 5px;
	border-left: solid 1px #514fd4;
	border-top: solid 0px white;
	border-right: solid 1px #00006c;
	border-bottom: solid 0px white;
	height: 31px;
	text-transform:capitalize !important;
}

.HoofdMenuItem a
{
	background-image: none;
	height: 12px;
	color:white !important;
}

.HoofdMenuItem a:hover{
	color:white !important;
}

.MenuHover
{
	background-image: url(/Portals/emigrerennaarbelgie/Images/home/achtergrondmenu_rollover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px 5px 0px 5px;
	border-left: solid 1px #514fd4;
	border-top: solid 0px white;
	border-right: solid 1px #00006c;
	border-bottom: solid 0px white;
	text-decoration: none !important;
	color:white !important;
	text-transform:capitalize !important;
}

.MenuHover a
{
	background-image: none;
}

.HoofdMenuActive
{
	background-image: url(/Portals/emigrerennaarbelgie/Images/home/achtergrondmenu_active.gif);
	background-repeat: repeat-x;
	background-position: left top !important;
	padding: 0px 5px 0px 5px;
	border-left: solid 1px #514fd4;
	border-top: solid 0px white;
	border-right: solid 1px #00006c;
	border-bottom: solid 0px white;
	text-transform:capitalize !important;
}

.HoofdMenuActive a
{
	background-image: none;
}





.SubMenuHover
{
    text-transform:capitalize !important;
}

.SubMenuItem
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099 !important;
	font-weight: bold;
	padding-left: 10px;
	margin: 0px;
	line-height: 1.5em;
	text-transform:capitalize !important;
}


.SubMenuActive, .SubMenuActive a
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff6600 !important;
	font-weight: bold;
	padding-left: 10px;
	margin: 0px;
	line-height: 1.5em;
	text-transform:capitalize !important;
}

.bannerLink, a.bannerLink:link
{
	font-size: 13px !important;
	font-family: Arial !important;
	word-spacing: 1px !important;
	color: #000099 !important;
	font-weight: bold !important;
}

.bannerLink:hover, a.bannerLink:hover
{
	font-size: 13px !important;
	font-family: Arial !important;
	word-spacing: 1px !important;
	color: #ff8200 !important;
	font-weight: bold !important;
	cursor: pointer !important;
	text-decoration:none !important;
}

.mssListWonenBorder
{
	border: 1px solid #dbdbdb;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	cursor:pointer;
}
.mssListWonenTitel
{
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}
.mssListWonenBericht
{
	font-size: 11px;
	padding-left: 5px;
}
.mssListWonenMore
{
	font-size: 11px;
	padding-left: 5px;
}
.mssWonenTitle
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.mssWonenBericht
{
	padding-top: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.mssHeader
{
	background-image: url(/Portals/emigrerennaarbelgie/Images/home/achtergrondtitel.gif);
	background-repeat: repeat-x;
	height: 29px; 
	font-size:13px;
	color:White!important;
	font-family:Verdana;
	font-weight:normal !important;
	margin:0px;
}

.mssHeadernew
{
	

	height: 29px; 
	font-size:13px;
	color:#ff8200 !important;
	font-family:Verdana;
	font-weight:normal !important;
	margin:0px;

}
.mssHeaderTitle, .mssHeaderTitle span, .mssHeader td
{
	font-size: 13px;
	color: White !important;
	font-family: Verdana !important;
	font-weight: normal !important;
	margin: 0px;
	
}

.mssHeaderTitle2, .mssHeaderTitle2 span, .mssHeadernew td
{
	font-size: 13px;
	color: #ff8200 !important;
	font-family: Verdana !important;
	font-weight: normal !important;
	margin: 0px;
	padding-left:5px;
	width:166px !important;
	border-bottom:solid 1px #cccccc;
}

.mssActueelMss
{
	color: #88aacc !important;
	background-color: #88aacc !important;
	padding-top: 7px;
	height: 3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 7px;
	border:0px;
}

.mssActueelListTop
{
	text-align: left;
	background-color: #f2f2f2 !important;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	padding-bottom: 10px;
}
.mssActueelList{
	text-align: left;
	background-color: #f2f2f2 !important;
	width: 100%;
	padding-bottom: 10px;
	cursor: pointer !important;
}

.mssActueelList a
{
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #001dd7 !important;
}

.mssActueelList a:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #ff8200 !important;
}

.mssActueel{
	text-align: left;
	background-color:white !important;
	width: 100%;
	padding-top:10px;
	padding-bottom: 10px;
	cursor: pointer !important;
}

.mssActueel a
{
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #001dd7 !important;
}

.mssActueel a:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #ff8200 !important;
}

.mssActueelList2 a
{
	text-align: left;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #001dd7 !important;
	cursor: pointer !important;
}
.mssActueelList2 a:hover
{
	text-align: left;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #ff8200 !important;
	cursor: pointer !important;
}
.mssActueelList2 a:visited
{
	text-align: left;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #db97ad !important;
	cursor: pointer !important;
}

.mssKalenderHr{
	background-image: url(/Portals/emigrerennaarbelgie/Skins/emigrerennaarbelgie/image/mssbericht.gif);
	background-repeat: repeat-x;
	height:7px;
	margin:0px;
	padding:0px;
	font-size:2px;
	margin-bottom:7px;
}

.msskalenderMssHr {
	background-image: url(/Portals/emigrerennaarbelgie/Skins/emigrerennaarbelgie/image/mssbericht2.gif);
	background-repeat: repeat-x;
	height:5px;
	margin:0px;
	padding:0px;
	font-size:2px;
	margin-bottom:7px;
}

.mssKalenderTitle {
	color:#6f6f6f;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	padding-left:3px;
	margin-bottom:7px;
}

.mssKalenderMss {
	color:#0024b3;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 13px !important;
	padding-left:3px;
	margin-bottom:7px;
}

.mssKalenderDiv {
	cursor: pointer !important;
	width:323px;
}

.mssKalenderMssMss {
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
}
.mssKalenderMssTitel {
	color:#0024b3;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 13px !important;
	margin-bottom:7px;
}

A.login:link {
	color:white !important;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
}
A.login:hover {
	color:white !important;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
}
A.login:active {
	color:white !important;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
}
A.login:visited {
	color:white !important;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
}
.messageListMssDiv {
	padding-bottom:0px;
	padding-top:5px;
}

A.mssLinkKalender:hover div {
	color:#ff8200!important;
	text-decoration:underline;
}

.contactcheckbox
{
	vertical-align:middle;
	padding-top:2px;
}

.NormalRed
{
	font-size:11px !important;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
}

.normalRadioRabo td input {

float:left;

}

.normalRadioRabo td label {

display:block;

padding-left:30px;

padding-bottom:10px;

}

.NormalDropdown td input
{	
	text-align:center;

}


.NormalDropdown
{	
	top:-215px;
	position:relative;
	left:30px !important;
	font-family:Arial !important;
	font-size:11px !important;
}

.containermaster
{
	display:block;
}

.containerkalender
{
	display:block;
}


.ie .NormalDropdown
{	
	top:-215px;
	position:relative;
	left:30px !important;
	font-family:Arial !important;
	font-size:11px !important;
}



.gecko .NormalDropdown
{	
	top:-195px;
	position:relative;
	left:30px !important;
	font-family:Arial !important;
	font-size:11px !important;
}

.NormalDropdown
{	
	top:-200px;
	position:relative;
	left:30px !important;
	font-family:Arial !important;
	font-size:11px !important;
}

.safari .NormalDropdown
{	
	top:-190px;
	position:relative;
	left:30px !important;
	font-family:Arial !important;
	font-size:11px !important;
}


.searchbox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000033;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px; 
	width:95px;
	height:20px;
	
}

.searchboxzoek {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000033;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px; 
	width:95px;
	height:20px;
}

.searchbutton {
	width:71px !important;
	height:21px !important;
	background-repeat:no-repeat;
	background-position:left 100%;
	background-image: url(/Portals/emigrerennaarbelgie/Skins/emigrerennaarbelgie/image/zoek_normal.gif);
	text-decoration:none;
	cursor:pointer;
	font-size:21px;
	position:relative;
	top:1px;
}
.searchbutton:hover {
	width:71px !important;
	height:21px !important;
	background-repeat:no-repeat;
	background-position:left 100%;
	background-image: url(/Portals/emigrerennaarbelgie/Skins/emigrerennaarbelgie/image/zoek_normal.gif);
	text-decoration:none;
	cursor:pointer;
}
.searchDiv {
	padding-left:57px;
	display:inline !important;

}

.ie .searchbox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000033;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px; 
	width:95px;
	height:20px;
	
}

.ie .searchboxzoek {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000033;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px; 
	width:95px;
	height:20px;
}

.ie .searchbutton {
	width:71px !important;
	height:21px !important;
	background-repeat:no-repeat;
	background-position:left 100%;
	background-image: url(/Portals/EmigrerennaarDuitsland/Skins/EmigrerennaarDuitsland/image/zoek_normal.gif);
	text-decoration:none;
	cursor:pointer;
	font-size:21px;
	position:relative;
	top:-2px;
}
.ie .searchbutton:hover {
	width:71px !important;
	height:21px !important;
	background-repeat:no-repeat;
	background-position:left 100%;
	background-image: url(/Portals/emigrerennaarbelgie/Skins/emigrerennaarbelgie/image/zoek_normal.gif);
	text-decoration:none;
	cursor:pointer;
}
.ie .searchDiv {
	padding-left:57px;
	display:inline !important;

}

.gecko .searchbox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000033;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px; 
	width:95px;
	height:20px;

}

.gecko .searchboxzoek {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000033;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px; 
	width:95px;
	height:20px;
}

.gecko .searchbutton {
	width:71px !important;
	height:21px !important;
	background-repeat:no-repeat;
	background-position:left 100%;
	background-image: url(/Portals/emigrerennaarbelgie/Skins/emigrerennaarbelgie/image/zoek_normal.gif);
	text-decoration:none;
	cursor:pointer;
	font-size:0px;
	position:absolute;
	top:1px;
}
.gecko .searchbutton:hover {
	width:71px !important;
	height:21px !important;
	background-repeat:no-repeat;
	background-position:left 100%;
	background-image: url(/Portals/emigrerennaarbelgie/Skins/emigrerennaarbelgie/image/zoek_normal.gif);
	text-decoration:none;
	cursor:pointer;
}
.gecko .searchDiv {
	padding-left:57px;
	display:inline !important;

}

.safari .searchbox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000033;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px; 
	width:95px;
	height:20px;
	
}

.safari .searchboxzoek {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000033;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px; 
	width:95px;
	height:20px;
}

.safari .searchbutton {
	width:71px !important;
	height:21px !important;
	background-repeat:no-repeat;
	background-position:left 100%;
	background-image: url(/Portals/emigrerennaarbelgie/Skins/emigrerennaarbelgie/image/zoek_normal.gif);
	text-decoration:none;
	cursor:pointer;
	font-size:0px;
	position:absolute;
	top:1px;
}
.safari .searchbutton:hover {
	width:71px !important;
	height:21px !important;
	background-repeat:no-repeat;
	background-position:left 100%;
	background-image: url(/Portals/emigrerennaarbelgie/Skins/emigrerennaarbelgie/image/zoek_normal.gif);
	text-decoration:none;
	cursor:pointer;
}
.safari .searchDiv {
	padding-left:57px;
	display:inline !important;}
	
#dnn_ctr15013_FormMaster_lblRequired{display:none !important;}	
#dnn_ctr17750_FormMaster_lblRequired{display:none !important;}	
#dnn_ctr15013_FormMaster_ctl_1e2ba37813d2425f95fc76d5530c2e48{Text-decoration:underline !important;}

.foto{margin:0px; padding:0px; border:0px;}

.belgie{
	position:absolute;
	left:831px;
	top:-86px;
}

.portallijnboven{
	background-image: url(/Portals/emigrerennaarbelgie/Skins/emigrerennaarbelgie/image/rb-boven.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

.portallijnonder{
	background-image: url(/Portals/emigrerennaarbelgie/Skins/emigrerennaarbelgie/image/rb-onder.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

.portallijnlinks{
	background-image: url(/Portals/emigrerennaarbelgie/Skins/emigrerennaarbelgie/image/rb-links.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

.portallijnrechts{
	background-image: url(/Portals/emigrerennaarbelgie/Skins/emigrerennaarbelgie/image/rb-rechts.gif);
	background-repeat:repeat-y;
	background-position:left top;
}