
html
{
	height: 100%; /* needed for container min-height */
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#body
{
	background-image: url(../images/bck_pattern.gif);
	background-color: #FF0066;
}
div#container
{
	position: relative; /* needed for footer positioning*/
	margin: 0px auto; /* center, not in IE5 */
	width: 975px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
	overflow: hidden;
	z-index: 1;
}

div#logo
{
	position: absolute;right:0;top:0;
	z-index: 55;
	height: auto;
	overflow: visible;
	width: 0;
	*width: auto;
	text-align: right;
}
div#logo div.img
{
	background-image: url(/images/logo_limburg_klein.png);
	background-repeat: no-repeat;
	background-position: 0 0;display:inline-block;
	float:right; clear:both; position:relative;  
}
div#logo img
{
	float: right;
	z-index: 75;
}
div#header
{
	position: relative;
	background-color: #333333;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 8px 15px;
	font-weight: bold;
}
div#header p
{
	font-style: italic;
	font-size: 1.1em;
	margin: 0;
}

/* Header menu */
.homebutton
{
	float: left;
}
.menuscheiding
{
	float: left;
}
a.treefirstlevel, a.treechildlevel
{
	display: block;
}
a.treechildlevel
{
	width: 170px;
}
.treefirstlevel
{
	text-transform: uppercase;
	line-height: 12px;
	height: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.submenu
{
	background-color: #FFFFFF;
	border-left: 1px solid #F18700;
	border-right: 1px solid #F18700;
	border-bottom: 1px solid #F18700;
	z-index: 9999; /* IE8 FIX voor asp:menu */
}
.treechildlevel
{
	line-height: 28px;
	height: 28px;
	color: #9B9B9B;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #F18700;
	width: 180px;
}
.treechildlevel_over
{
	color: #FFFFFF;
	background-color: #F18700;
}

/* einde Header menu */
div#menu
{
	position: relative;
	margin-top: 28px;
	height: 57px;
}
div#main
{
	position: relative;
	display: block;
	padding: 0px;
	margin: 0;
	background-color: #333333;
	color: #FFFFFF;
	overflow: hidden;
	background-image: url(/images/bck_wit.gif);
	background-position: 240px 0px;
	background-repeat: repeat-y;
	width: 100%;
}
#mainleft
{
	position: relative;
	width: 210px;
	float: left;
	text-align: left;
	border: 0px solid #f60;
	margin: 0;
	padding: 0px 15px;
}
#maincenter
{
	color: #000000;
	position: relative;
	width: 500px;
	overflow: hidden;
	border: 0px solid #f60;
	text-align: left;
	padding: 12px;
	background-color: #FFFFFF;
	vertical-align: top;
}

#mainright
{
	position: relative;
	width: 180px;
	border: 0px solid #f60;
	float: right;
	text-align: left;
	margin: 0;
	padding: 0 15px 0 0;
}

/* IMPORTED TEXT CSS*/
.dossierheader
{
	display: none !important; /*text: Deel A: Beeld van de beroepengroep */
}
/* tables te breed voor layout*/
#maincenter .lijst table, #maincenter .detail table, #maincenter .detailitem table
{
	border-collapse: collapse;
	display: block;
	padding: 0;
	margin: 0;
	width: auto;
	overflow: auto;
	background-color: #888;
	border: 1px solid #888;
}
#maincenter .lijst table td, #maincenter .detail table td, #maincenter .lijst table th, #maincenter .detail table th, #maincenter .detailitem table td, #maincenter .detailitem table th
{
	border: 1px solid #888;
	padding: 2px;
	margin: 0;
	text-align: left;
	vertical-align: top;
	background-color: White;
}
/*Mijnselectie*/
.mijnselectieroot a
{
	display: block;
	font-weight: bold;
	padding-top: 5px;
	cursor: default;
}
.mijnselectieitem a
{
	display: block;
	padding-left: 16px;
	background-image: url(                               '/images/listitem.gif' );
	background-repeat: no-repeat;
}
/* BUTTONS */
.buttongroot
{
	font-family: "Helvetica LT Std Cond" , "Arial Narrow" , Arial;
	text-transform: uppercase;
	font-size: 15px;
	margin-right: 10px;
	line-height: 48px;
}
.buttongroot a
{
	padding: 10px 8px;
	background-color: #333333;
	text-decoration: none;
	color: #FFFFFF;
	border: 4px solid #333333;
}
.buttongroot a:hover, .buttongroot a.selected
{
	background-color: #FF0066;
}
.buttongroot a.selected
{
	font-size: 16px;
}
.button
{
	font-family: "Helvetica LT Std Cond" , "Arial Narrow" , Arial;
	text-transform: uppercase;
	margin-right: 8px;
	line-height: 35px;
}
.button a
{
	padding: 7px 10px;
	background-color: #333333;
	text-decoration: none;
	color: #FFFFFF;
}
.button a:hover
{
	background-color: #FF0066;
}
.buttonactive
{
	font-family: "Helvetica LT Std Cond" , "Arial Narrow" , Arial;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 8px;
	line-height: 35px;
}
.buttonactive a
{
	padding: 7px 10px;
	background-color: #FF0066;
	text-decoration: none;
	color: #FFFFFF;
	border: 0px solid black;
}
.buttonactive a:hover
{
	padding: 7px 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF0066;
}
/* SELECTIEMENU */
.panel
{
	background-image: url(/images/bck_pattern_444444.gif);
	padding: 12px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.panel p
{
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
}

.panel p a
{
	color: #FFFFFF;
	text-decoration: underline;
}

.rozetext
{
	color: #FF0066;
}

/*FORMULIEREN */
.invoerveld_180
{
	color: #000000;
	text-decoration: none;
	line-height: 14px;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #9B9B9B;
	padding: 5px 3px 3px 3px;
	margin-bottom: 10px;
}


#mainleft .pulldown, #mainleft .zoekveld
{
	width: 186px;
	font-size: 11px;
	padding: 0;
	margin: 0;
	border: 0;
}
#mainleft .pulldown
{
	height: 22px;
	border: 1px solid #888888;
}
#mainleft .zoekveld
{
	height: 17px;
	margin-bottom: 10px;
}
.pulldown
{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#mainleft .zoekveld
{
	padding: 2px 0;
}
#mainleft .pulldowndiv
{
	width: 185px;
	overflow: hidden;
}
.checkbox
{
	color: #626262;
	text-decoration: none;
}
.invoertable td
{
	height: 32px;
	line-height: 14px;
	color: #000000;
}
.invoertable .invoerveld
{
	color: #000000;
	text-decoration: none;
	line-height: 14px;
	width: 350px;
	background-color: #FFFFFF;
	border: 1px solid #9B9B9B;
	padding: 5px 3px 3px 3px;
	margin-bottom: 10px;
}

.invoertable .pulldown
{
	color: #000000;
	text-decoration: none;
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.validator /* account */
{
	background-color: Red;
	color: White !important;
	padding: 3px;
	display: none;
}

/* ACTIEBUTTONS */
.actiebuttons
{
	margin-bottom: 15px;
	border: 0px solid #FFFFFF;
}

/* BANNERS */
.banner
{
}

/* LIJSTPAGINA */
.listitem, .detailitem
{
	border-top: 2px solid #FF0066;
	padding-top: 5px;
	margin-top: 5px;
	line-height: 16px;
}

.pager a
{
	display: inline-block;
	padding: 2px;
	color: Black;
	text-decoration: none;
}
.pager a.selected
{
	text-decoration: underline;
	font-weight: bold;
}
.pager .pagingbutton
{
	font-family: Courier , Serif;
	font-weight: bold;
	color: #FF0066;
	display: inline-block;
	text-align: center;
	width: 15px;
	line-height: 16px;
	padding-bottom: 2px;
}
.listitem .tekst
{
	margin-left: 95px;
	margin-bottom: 10px;
	min-height: 60px;
}
.listitem h1
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
}
.listitem h1 a
{
	color: #000;
	text-decoration: none;
}

.listitem p
{
	font-weight: normal;
}
.listitem .links
{
	margin-left: 95px;
	padding: 6px 0px 6px 0px;
	text-transform: uppercase;
	display: block;
	border-top: 1px dotted #FF0066;
	font-weight: bold;
	color: #000000;
}

.listitem .links a
{
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.listitem a:hover
{
	text-decoration: underline;
}
.listitem .listimage
{
	margin: 0px 15px 15px 0px;
	float: left;
	width: 80px;
	height: 80px;
}
.listitem .iconimage
{
	vertical-align: middle;
	padding: 0 4px 4px 4px;
}
.scheidingslijn
{
	height: 1px;
	width: 100%;
	display: block;
	border-top: 1px solid #FF0066;
	margin: 4px 0;
}
/* mijnselectie knop*/
.mijnselectiebutton
{
	position: relative;
	z-index: 999;
}

/* TABS DETAILPAGINA */
.tabcontainer
{
	padding: 1px 0px 2px 0px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.tabcontainer_onder
{
	background-image: url(/images/bck_tabmenu.jpg);
	height: 18px; /* margin-bottom: 10px; */
}
.tab td
{
	vertical-align: middle;
}
.tab, .tabactive
{
	font-family: "Helvetica LT Std Cond" , "Arial Narrow" , Arial;
	text-transform: uppercase;
	line-height: 35px;
}
.tab a, .tabactive a
{
	display: block;
	margin: 0px;
	padding: 0 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
}
.tab a:hover, .tabactive a
{
	color: #FFFFFF;
	background-color: #FF0066;
}
.watermarked
{
	color: #999999 !important;
	font-style: italic;
}
.terug
{
	position: relative;
	z-index: 0;
}
.terug a
{
	display: inline-block;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	background-image: url("/images/terug.gif" );
	background-repeat: no-repeat;
	background-position: 2px 6px;
	background-color: #FFFFFF;
	color: #888888;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.terug a:hover
{
	color: #888888;
	border-color: #888888;
}
.linkwithimage
{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.linkwithimage img
{
	vertical-align: middle;
	margin-right: 3px;
}
.linkwithimage span
{
	text-decoration: underline;
}

table.noborders, table.noborders th, table.noborders td
{
	border: 0px solid red !important;
	border-width: 0px;
}
/* hyves/twitter/facebook/linkedin */

#sharemedia
{
	margin: 0 auto;
	clear: both;
	text-align: center;
	background-color: #555;
	overflow: hidden;
	border-top: 2px solid #888;
}
#sharemedia .smtitle, #sharemedia a
{
	display: block;
	float: left;
	text-shadow: 1px 1px 2px #222;
}
#sharemedia .smtitle
{
	width: 380px;
	text-align: right;
	line-height: 40px;
}
#sharemedia a
{
	font-weight: bold;
	padding: 3px;
	margin: 3px;
	border: 2px solid transparent;
	-moz-border-radius: 3px;
	color: #ddd;
	text-decoration: none;
}
#sharemedia a:hover
{
	background-color: #666;
	color: #fff;
	border: 2px solid #fff;
	text-shadow: 1px 1px 2px #000;
}
#sharemedia a img
{
	height: 24px;
	width: 24px;
	padding: 0 2px 0 0;
	border: 0;
	vertical-align: middle;
}
/* voor CMS */
.fckeditor
{
	background-color: #fff;
	background-image: none;
	color: Black;
	width: auto;
}

.kalender
{
	background-image: url(/images/bck_pattern_444444.gif);
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

