
@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.errorMsg
{
	color: Red;
	font-weight: bold;
}


.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}

a#dnn_dnnLOGIN_cmdLogin {
	position: absolute;
	color: #eeeeee;
}

/*
=========================================================================
===== STIJLEN VOOR GOOGLE MAPS
*/

#map_overview {
	display: none;
}

div#IE7root {
	position: absolute;
}


/*
=========================================================================
===== BODY
*/


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #365773;
	background: #dbe1e6;
}

#fckBody {
	background: #fff;
	padding: 20px;
}

/*
=========================================================================
===== FONTS
*/

h1 {
	font-family: "HelveticaNeue BoldCond", "Helvetica Narrow", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1194b3;
	text-transform: uppercase;
	}
	
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #365773;
	font-weight: bold;
}

.Normal, .Normal p, p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #365773;
	margin: 1em auto;
}

a, a:link {
color:#1194b3;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

/*
=========================================================================
===== LAYOUT
*/



#maintable {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
}

#header {
	color: #FFF;
	background: #365773;
	padding: 52px 0 10px 0;
}

/*
#header {
	color: #FFF;
	background: #365773;
	padding: 52px 0 10px 0;
	width: 519px;
	margin: -20px 0 0 -20px;
	z-index: 29001;
}
*/

#linkerkolom,
#dnn_linkerkolom {
	background: #fff;
	width: 198px;
	padding: 0 25px 0 17px;
	}
	
#rechterkolom,
#dnn_rechterkolom {
	background: #fff;
	width: 206px;
	padding: 10px 17px 10px 17px;
	}
	
#middenkolom,
#dnn_middenkolom {
	background: #eeeeee url(images/schaduw_links_en_rechts.png) top left repeat-y;
	padding: 0;
	}
	
	#contentTD {
	padding: 20px;
}
	
#mapTable #contentTD {
	padding: 0;
	height: 100%;
}
	
#mapWrapper {
	width: 519px; 
	height: 635px;
	}

#mapWrapper #map {
	height: 100%;
	margin: 0;
	z-index: 100px;
}
	
	
	
#map {
	width: 519px; 
	height: 100%;
	margin: 0 0 0 -20px;
	z-index: 100px;
	}
	

.custombubble {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 300px;
	background: yellow;
}
	
#headerSchaduw {	
	width:519px;	
	height:10px;
	margin-bottom: -10px;
	position:absolute;
	background:url(images/schaduw_header.png) top left repeat-x;
	z-index:10000;
}
	
#linkerSchaduw {
	width:10px;	
	height: 635px;
	position:absolute;
	background: url(images/schaduw_linkerkolom.png) top left repeat-y;
	z-index:9999;
	}
#rechterSchaduw {
	width:10px;	
	height: 635px;
	margin-left: 509px;
	position:absolute;
	background: url(images/schaduw_rechterkolom.png) top left repeat-y;
	z-index:9999;
	}

	
/*
=========================================================================
===== MENU
*/	

	
#SkinMenu {
	margin: 0;
	font-size: 12px;
	padding: 0;
	height: 14px;
}

#SkinMenu li {
	float: left; 
    list-style-type: none;
}

#SkinMenu li a {
	display: block;
	padding: 0 6px 0 10px;
	color: #fff;
	text-decoration: none;
	background: #365773 url(images/bg_mainmenu_item.png) left center no-repeat;
}


#SkinMenu > li:first-child a {
	background: none;
}

#SkinMenu li a:hover {
	color: #fec513;
}	

/* submenu */

/*
#SkinMenu li ul {
	display: none !important;
	position: absolute;
	padding-top: 6px;
	z-index: 11000;
}



#SkinMenu li:hover ul
{
	display: inline !important;
	position: absolute;
	padding-top: 6px;
	z-index: 11000;
}
*/

#SkinMenu li ul {
	display: none !important;
	position: absolute;
	padding-top: 6px;
	z-index: 11000;
}



#SkinMenu li:hover ul
{
	display: block !important;
	position: absolute;
	padding-top: 6px;
	z-index: 11000;
}



#SkinMenu li ul li{
	float: none; 
    list-style-type: none;
}
#SkinMenu li ul li a {
	display: block;
	padding: 0 6px 0 10px;
	color: #fff;
	text-decoration: none;
	background: #365773;
	border-top: 1px dotted #fec513;
}

/*
=========================================================================
===== POPUP
*/


#popup {
	display: none;
	padding: 0;
	width: 449px;
	position: absolute;
	z-index: 29999;
	right: 100px;
	top: 100px;
	color: #000;
	}
#popup .btnSluitVenster {
	position: absolute;
	right: 20px;
}

#popup .top {	
	background: url(images/bg_popup_top.png) top left no-repeat;
	height: 24px;
}
#popup .body {	
	background: url(images/bg_popup_body.png) top left repeat-y;
	padding: 0 22px 0 24px;
	margin: 0;
	min-height:100px;
}	
#popup .bottom {	
	background: url(images/bg_popup_bottom.png) bottom left no-repeat;
	height: 28px;
}	
	
#popupBody h1 {
	font-size: 18px;
	margin-bottom: 17px;
	color: #1194b3;
}
	
	
#popupBody p {
	font-size: 12px;
	padding:0;
	color: #365773;
}	

/*#popupBody li {
	color:#365773;
	list-style-type: none;
}

#popupBody li a{
	color:#365773;
	background: url(images/bg_li.png) center left no-repeat;
	padding-left: 5px;
}*/

#popupBody ul {
	padding-left: 0;
}

#popupBody ul li {
	background: #fff;
	color:#365773;
	list-style-type: none;
}

#popupBody ul li a {
	color:#365773;
}







/* blauwe panel linksonder in popup */
#panelAqua {
	margin-top: 10px;
}

#panelAqua .top {	
	background: url(images/bg_panelaqua_top.png) top left no-repeat;
	height: 14px;
}
#panelAqua .body {	
	background: #1194b3;
	padding: 0 20px;
	margin: 0;
	color: #fff;
}	
#panelAqua .bottom {	
	background: url(images/bg_panelaqua_bottom.png) bottom left no-repeat;
	height: 14px;
}


/*
=========================================================================
===== BREADCRUMB
*/

#breadCrumb {
	padding: 9px 0;
	height: 11px;
}

#breadCrumb a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height:18px;
	color: #1194b3;
}



/*
=========================================================================
===== LINKERKOLOM
*/

#cvLogo {
	margin-bottom: 30px;
}




/* image map met regios op kaartje */


.regiomap {
	width: 173px;
	height: 182px;
	position: relative;
	margin: 20px 0;
}

.regiomap ul, .regiomap ul li {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.regiomap a {
	position: absolute;
	display: block;
	text-indent: -1000em;
	background: url(/Portals/_default/Skins/werkenbijcarmel/images/shim.png);
}

.regiomap .noordnederland a {
	top: 11px;
	left: 127px;
	width: 44px;
	height: 52px;
}

.regiomap .salland a {
	top: 65px;
	left: 123px;
	width: 22px;
	height: 24px;
}

.regiomap .twente a {
 	top: 70px;
	left: 144px;
	width: 25px;
	height: 20px;
}

.regiomap .achterhoek a {
 	top: 90px;
	left: 130px;
	width: 28px;
	height: 21px;
}

.regiomap .zuidholland a {
 	top: 84px;
	left: 44px;
	width: 37px;
	height: 32px;
}

.regiomap .brabant a {
 	top: 111px;
	left: 78px;
	width: 40px;
	height: 34px;
}

.regiomap a:hover,
.regiomap a:focus {
 border: 1px dotted #000;
}







/*
=========================================================================
===== RECHTERKOLOM
*/

#dnn_rechterkolom {
}

/* standaard lijst */

#dnn_rechterkolom ul {
	padding-left: 12px;
}

#dnn_rechterkolom ul li {
	color:#365773;
	list-style-image: url(images/bg_li.png);
}

#dnn_rechterkolom ul li a {
	color:#365773;
}


#dnn_rechterkolom ul.links {
	padding-left: 0;
}
#dnn_rechterkolom ul.links li {
	color:#365773;
	list-style-image: none;
	list-style-type: none;
}

#linkerkolom ul.links li {
	color:#365773;
}


/*
=========================================================================
===== VACATUREFILTER
*/


#vacatureFilter {
	width: 199px;
	}


#btnOnderwijzend  {
	background: url(images/bg_btn_onderwijzend.png) top left no-repeat;
	margin-bottom: 8px !important;
	overflow: hidden; /* IE8 fix voor verdwijnende marges */
}
#btnOnderwijzend a {
	display: block;
	height: 19px;
	color: #fff;
	font-weight: bold;
	padding: 0 8px;
	text-decoration: none;
}

#btnLeidinggevend  {
	background: url(images/bg_btn_leidinggevend.png) top left no-repeat;
	margin-bottom: 8px !important;
	overflow: hidden; /* IE8 fix voor verdwijnende marges */
}
#btnLeidinggevend a {
	display: block;
	height: 19px;
	color: #fff;
	font-weight: bold;
	padding: 0 8px;
	text-decoration: none;
}

#btnAndereFuncties  {
	background: url(images/bg_btn_andere_functies.png) top left no-repeat;
	margin-bottom: 8px !important;
	overflow: hidden; /* IE8 fix voor verdwijnende marges */
	}
	
#btnAndereFuncties a {
	display: block;
	height: 19px;
	color: #fff;
	font-weight: bold;
	padding: 0 8px;
	text-decoration: none;
}

/* panels */

.filterPanel {
	background: #e6e6e6 url(images/bg_filterpanel.png) bottom left no-repeat;
	padding: 8px;
	margin-left: 6px;
}
.filterPanel .terugBtn {
	text-align: left;
	float:left;
}

.filterPanel .zoekBtn {
	text-align: right;
}
.filterPanel .zoekBtn a {
	padding: 8px 0 0 0 !important;
}

.filterPanel .listinput {
	width: 170px;
}

.listinputpulldown { 
    width: 170px; /* Or whatever width you want. */ 
} 
.listinputpulldown.expand { 
    width: auto; 
} 

    


/*
=========================================================================
===== VACATURE PAGINA
*/



#panelVacatureHeader {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 366px;
}

#panelVacatureHeader .top {	
	background: url(images/bg_panelvacatureheader_top.png) top left no-repeat;
	height: 11px;
}
#panelVacatureHeader .body {	
	background: #1194b3;
	padding: 0 11px;
	margin: 0;
	color: #fff;
}	
#panelVacatureHeader .bottom {	
	background: url(images/bg_panelvacatureheader_bottom.png) bottom left no-repeat;
	height: 11px;
}




#panelVacatureHeader h1 {
	font-family: "HelveticaNeue BoldCond", "Helvetica Narrow", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #fff;
}
#panelVacatureHeader h2 {
	font-family: "HelveticaNeue BoldCond", "Helvetica Narrow", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
}

#panelVacatureHeader p
{
	color: #fff;
}

/*.VacatureLijst{width: 230px;}*/


.VacatureLijst li{margin-left:12px; list-style-type:disc!important;}

.VacatureLijst li a:link, .VacatureLijst li a:visited, .VacatureLijst li a:hover, .VacatureLijst li a:active{color:#365773!important;}

/*
=========================================================================
===== POPUP HULP BIJ ZOEKEN
*/

#toggleZoekPopUp{position:absolute;margin:20px 0 0 10px;z-index:999;}
#toggleZoekPopUp:link, #toggleZoekPopUp:visited, #toggleZoekPopUp:hover, #toggleZoekPopUp:active{color:#365773!important;}

#dnn_hulpBijZoeken{}


#dnn_hulpBijZoeken {
	display: none;
	padding: 0;
	width: 449px;
	position: absolute;
	z-index: 29000;
	color: #000;
	margin-left: 275px;
	margin-top: -400px;
	}
#dnn_hulpBijZoeken .btnSluitVenster {
	position: absolute;
	right: 20px;
}

#dnn_hulpBijZoeken .top {	
	background: url(images/bg_popup_top.png) top left no-repeat;
	height: 24px;
}
#dnn_hulpBijZoeken .body {	
	background: url(images/bg_popup_body.png) top left repeat-y;
	padding: 0 22px 0 24px;
	margin: 0;
	min-height:100px;
}	
#dnn_hulpBijZoeken .bottom {	
	background: url(images/bg_popup_bottom.png) bottom left no-repeat;
	height: 28px;
}	
	
#dnn_hulpBijZoeken h1 {
	font-size: 18px;
	margin-bottom: 17px;
	color: #1194b3;
}

#dnn_hulpBijZoeken .body .Normal {margin:0;}
	
	
#dnn_hulpBijZoeken p {
	font-size: 12px;
	padding:0;
	color: #365773;
	margin: 1em 0 0 0;
}	

/*#dnn_hulpBijZoeken li {
	color:#365773;
	list-style-type: none;
}

#dnn_hulpBijZoeken li a{
	color:#365773;
	background: url(images/bg_li.png) center left no-repeat;
	padding-left: 5px;
}*/

#dnn_hulpBijZoeken ul {
	padding-left: 0;
}

#dnn_hulpBijZoeken ul li {
	background: #fff;
	color:#365773;
	list-style-type: none;
}

#dnn_hulpBijZoeken ul li a {
	color:#365773;
}













/* generic */

.floatleft{float:left}
.floatright{float:right}




