
/* --------------------- page containers ------------------- */

#outer { /* contains all content */
	/* position: relative; */

	width: 100%;
	height: 100%;
	padding: 0;
}

#container { /* div id : contained in 'outer' : holds the total website page */
	position: relative; /* this way, the footer (which is contained in this div) can be positioned absolute by scripting */

	width: 974px;
	padding: 0;
	margin: 0 auto; /* centered */

	text-align: left; /* otherwise all contained text is center aligned due to the 'outer' align=center attribute */
}


/* --------------------- general ------------------- */

html {
	height: 100%; /* [A] : try to enable / disable this property combined with enabling / disabling [B] : IE and FF */
	padding: 0; /* maybe browsers do not have a 0 px default padding */
	margin: 0; /* maybe browsers do not have a 0 px default margin */
}

body {
	width: 100%; /* you may try to disable this property, it should not be needed */
	height: 100%; /* [B] : try to enable / disable this property combined with enabling / disabling [A] : IE and FF */
	padding: 0; /* most browsers do not have a 0 px default padding */
	margin: 0; /* most browsers do not have a 0 px default margin */

	/* all page elements have the font setting made here as default */
	font-family: arial,verdana,geneva,sans-serif;
	font-size: 12px;
	color: #941054;

background-image: url(http://www.thuiszorgservice.nl/graphics/body-bg.jpg);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-x;
}

a {
	outline: 0;
}

a img {
	border: 0;
}


form {
	padding: 0;
	margin: 0;
}

.b {
	font-weight: 700;
}

.g {
	font-family: arial,verdana,geneva,sans-serif;
	font-size: 90%;
	color: #000000;
}

.FL {
	float: left;
}

.R {
	text-align: right;
}

.sgif {
	width: 1px;
	height: 1px;
}

a.linkA {
	color: #000000;
}

#chartest {
	position: absolute;
	top: 0px; /* needed !? to read clientWidth */
	visibility: hidden;
	font-family: arial,verdana,geneva,sans-serif;
	font-size: 12px;
}

.red, .mono {
	font-family: monospace;
}

.red {
	color: #FF0000;
}

.form_error_tekst {
	font-style: italic;
	margin: -40px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
}

#flash-teasers {
	margin: 1px 0px 0px 4px;
}
/* ---------------------- header ---------------------------- */
/* contained in 'container' */

#header {
	position: relative; /* this way the main nav bar (which is contained in header) can be positioned at the bottom */
	width: 974px;
	height: 255px;
	padding: 0;
	margin: 0;

background-image: url(http://www.thuiszorgservice.nl/client/header.jpg/);
	background-repeat: no-repeat;
}

#header a#go-intranet {
	position: absolute;
	top: 36px;
	right: 8px;
	z-index: 1;
background-image: url(http://www.thuiszorgservice.nl/graphics/hometag-arrow.gif);
	background-position: 12px 4px;
	background-repeat:no-repeat;
	color:#A20D51;
	display:block;
	font-weight:bold;
	margin:0;
	padding: 0px 0 2px 29px;
	text-decoration:none;
}

#header a:hover#go-intranet {
	padding: 0px 0 2px 25px;
	text-decoration:underline;
}

#header a#go-home {
	position: absolute;
	top: 68px;
	left: 0px;
	z-index: 1;
}
#header a#twitterlink {
	position: absolute;
	top: 4px;
	right: 8px;
	z-index: 1;
	text-decoration: none;
	display: block;
	width: 120px;
	height: 18px;
}

#header a#vakantiewerk_verpleging_en_verzorging_knop {
	position: absolute;
	top: 40px;
	right: 203px;
	z-index: 1;
	text-decoration: none;
	display: block;
}

#header a#twitterlink img {
	border: 0px solid #FFFFFF;
	float: right;
}
#header a#twitterlink span{
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 2px 0px 0px 0px;
	cursor: pointer;
}
#header a#twitterlink:hover span{
	text-decoration: underline;
}
#header a#go-home img {
	width: 240px;
	height: 120px;
	border: 0px solid #FFFFFF;
	z-index: 1;
}

#header a#go-test {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

#header a#go-test img {
	width: 10px;
	height: 10px;
	border: 0px solid #FFFFFF;
	z-index: 1;
}

#header #taps {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 30px;
}

#header #taps a#tap1 {
	display: block;
	text-indent: -300px; 
	float: left;
	width: 69px;
	height: 28px;
}

#header #taps a#tap2 {
	display: block;
	text-indent: -300px; 
	float:left;
	width: 118px;
	height: 28px;
}

#header #taps a#tap3 {
	display: block;
	text-indent: -300px;
	float:left;
	width: 97px;
	height: 28px;
}

#header #taps a#tap4 {
	display: block;
	text-indent: -300px;
	float:left;
	width: 130px;
	height: 28px;
}

h5 {
font-size: 14px;
margin: 0;
padding: 0;
}
/* ---------------------- crumbtail ---------------------- */

#header #crumbtail {
	position: absolute;
	top: 170px;
	right: 8px;
	z-index: 1;
	color:#A20D51;
	display:block;
	font-weight: bold;
	margin:0;
	padding: 0px 0 2px 29px;
	text-decoration:none;
	background-color: #ffffff;
}

#header #crumbtail a:link,#header #crumbtail  a:active,#header #crumbtail  a:visited {
background-image: url(http://www.thuiszorgservice.nl/graphics/hometag-arrow.gif);
	background-position: 12px 4px;
	background-repeat:no-repeat;
	float: left;
	display:block;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 26px;
	text-decoration:none;
	color: #a30051;
	text-decoration: none;
	font-size: 10px;
}

#header #crumbtail a:hover {
	text-decoration: underline;
	margin: 0px 0px 0px 2px;
	padding: 1px 0px 0px 24px;

}
/* ---------------------- nav main ---------------------------- */
/* contained in 'header' */

#main_nav {
	position: absolute;
	bottom: 30px;
	left: 0px;

	width: 974px;
	height: 33px;
	padding: 0;
	margin: 0;

background-image: url(http://www.thuiszorgservice.nl/graphics/main_nav_bg.gif);
	background-repeat: no-repeat;
}

#main_nav ul {
	position: absolute;
	top: 3px;
	left: 0px;
	font-size: 13px;

	padding: 0;
	margin: 0;
	padding-left: 15px;
	display: block;
	list-style-type: none;
	height: 33px;
}

#main_nav ul li {
	position: relative;

	padding-right: 20px;

	margin: -2px 0px 0px 0px;
	float: left; /* verwijdert rechter spatie !? */
	display: inline; /* = horizontal ! */

background-image: url(http://www.thuiszorgservice.nl/graphics/main_navitem_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -5555px;

	
}

#main_nav ul li a {
	color: #A30051;	
	margin: -1px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	outline: 0;
}

#main_nav ul li a:hover {
	color: #e07b3b;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
}

#main_nav ul li a#home-1 {
	width: 38px;
	height: 31px;
	background-image: url("http://www.thuiszorgservice.nl/graphics/1-home.jpg");	
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#main_nav ul li a#over-tsn-2 {
	width: 63px;
	height: 31px;
	background-image: url("http://www.thuiszorgservice.nl/graphics/2-over-tsn.jpg");	
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#main_nav ul li a#vacatures-2 {
	width: 64px;
	height: 31px;
	background-image: url("http://www.thuiszorgservice.nl/graphics/2-vacatures.jpg");	
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#main_nav ul li a#tsn-garantie-3 {
	width: 108px;
	height: 31px;
	background-image: url("http://www.thuiszorgservice.nl/graphics/3-tsn-garantie.jpg");	
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#main_nav ul li a#mensenwerk-3 {
	width: 83px;
	height: 31px;
	background-image: url("http://www.thuiszorgservice.nl/graphics/3-mensenwerk.jpg");	
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#main_nav ul li a#zorg-nodig-4 {
	width: 72px;
	height: 31px;
	background-image: url("http://www.thuiszorgservice.nl/graphics/4-zorg-nodig.jpg");	
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
	#main_nav ul li a#de-organisatie-4 {
		width: 95px;
		height: 31px;
		background-image: url("http://www.thuiszorgservice.nl/graphics/5-organisatie.jpg");	
		margin: 0px 0px 0px 0px;
		white-space: nowrap;
		display: inline;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}
	#main_nav ul li a#tsm-4 {
		width: 29px;
		height: 31px;
		background-image: url("http://www.thuiszorgservice.nl/graphics/4-tms.jpg");	
		margin: 0px 0px 0px 0px;
		white-space: nowrap;
		display: inline;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}
	#main_nav ul li a#mensenwerk-4 {
		width: 84px;
		height: 31px;
		background-image: url("http://www.thuiszorgservice.nl/graphics/mensenwerk-4.jpg");	
		margin: 0px 0px 0px 0px;
		white-space: nowrap;
		display: inline;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}
#main_nav ul li a#clienteninformatie-5 {
	width: 121px;
	height: 31px;
	background-image: url("http://www.thuiszorgservice.nl/graphics/5-clienteninformatie.jpg");	
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
	#main_nav ul li a#hkz-5 {
		width: 139px;
		height: 31px;
		background-image: url("http://www.thuiszorgservice.nl/graphics/hkz-5.jpg");	
		margin: 0px 0px 0px 0px;
		white-space: nowrap;
		display: inline;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}
#main_nav ul li a#links-6 {
	width: 32px;
	height: 31px;
	background-image: url("http://www.thuiszorgservice.nl/graphics/6-links.jpg");	
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
	#main_nav ul li a#vestigingen-6 {
		width: 77px;
		height: 31px;
		background-image: url("http://www.thuiszorgservice.nl/graphics/6-vestigingen.jpg");	
		margin: 0px 0px 0px 0px;
		white-space: nowrap;
		display: inline;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}
#main_nav ul li a#vragen-7 {
	width: 47px;
	height: 31px;
	background-image: url("http://www.thuiszorgservice.nl/graphics/7-vragen.jpg");	
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#main_nav ul li a#contact-8 {
	width: 51px;
	height: 31px;
	background-image: url("http://www.thuiszorgservice.nl/graphics/8-contact.jpg");	
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#main_nav ul li a:hover {
	background-position: 0 -31px;
}

#main_nav ul li a.link-1 {
	background-position: 0 -31px;
}

#main_nav ul li ul {
	top: 35px; /* [C] */
	left: 0px;

	height: auto; /* !! */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: none; /* becomes block by mouseover */
	z-index: 2; /* the submenu needs to be OVER the teasers */
}
#main_nav ul li ul li {
	display: none;

}

#main_nav ul li ul.Contact {
	left: auto;
	right: 0px;
}


/* --------------------- column left ------------------- */

#left {
	width: 241px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	float: left;
}


#left a img {
	border: 0;
}

.vacatures-secion #left, .vacatures_new-secion #left {
	width: 0px;
	overflow: hidden;
}

#left #left-begin {
	width: 241px;
	height: 12px;
background-image: url(http://www.thuiszorgservice.nl/graphics/left-top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#left #left-afsluiter {
	width: 241px;
	height: 12px;
background-image: url(http://www.thuiszorgservice.nl/graphics/left-bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#left-content {
	width: 241px;
	background-color: #a30051;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#left-content p {
	color: #FFFFFF;
	margin: 0px 15px 6px 15px;
	padding: 0px 0px 0px 0px;
}

#left-kopje {
	width: 241px;
	margin: 0;
	padding: 0;
	background-color: #a30051;
	height: 22px;
}

#left h2 {
	font-size: 17px;
	color: #FFFFFF;
	margin: -2px 15px 6px 15px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	font-family: Avenir Heavy;	
}

#left ul {
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style-type: none;
}

#left ul li {
	padding: 0;
	margin: 0;
}
 
#left ul li a {
	color: #ffffff;
	width: 212px;
	border-bottom: 0px solid #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 2px 0px 2px 29px;
	background-color: #a30051;
	font-weight: bold;
	letter-spacing: 0.01cm;
	background-image: url(http://www.thuiszorgservice.nl/graphics/left-nav-arrows.gif);
		background-repeat: no-repeat;
	background-position: 12px 4px;
}

#left ul li a:hover,
#left ul li a.currentB,
#left ul li a.currentC {
	
	color: #f69240;
	background-color: #a20d51;
	background-position: 12px -14px;
}

#left ul li ul li a:hover,
#left ul li ul li a.currentC {
	color: #f69240;
	background-color: #a20d51;
}

#left ul ul {
	padding: 0;
background-image: none;
}

#left ul li ul li a {
	width: 212px;
	padding: 5px 0px 5px 25px;
}

div#left-content p {
	padding: 0px 12px 0px 12px;
	margin: 0;
}

/* ------------ Oranjeblok ------------------ */

#oranje-content {
	width: 241px;
	background-color: #f19142;
	margin: 0;
	padding: 0;
	height: 22px;
}

a#garantie {
	display: block;
	margin: 15px 0px 0px 0px;

}

ul#oranje-menu li a{
	background-color: #f19142;
	background-image: url(http://www.thuiszorgservice.nl/graphics/left-oranjevlak-arrow.gif);
		background-repeat: no-repeat;
	background-position: 12px 5px;	
}

#left ul#oranje-menu li a:hover,
#left ul#oranje-menu li a.currentB,
#left ul#oranje-menu li a.currentC {
	color: #ffffff;
	background-color: #f19142;
	background-position: 12px 5px;
	text-decoration: underline;
}

#left ul#oranje-menu li ul li a:hover,
#left ul#oranje-menu li ul li a.currentC {
	color: #ffffff;
	background-color: #f19142;
	background-position: 12px 5px;	
}

/* --------------------- column content ------------------- */


#content {
	position: relative;
	width: 491px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	float: left; /* floated under the static header, due to the code position in the HTML */
}


#content h1 {
	position: absolute;
	top: 2px;
	right: 0px;
	color: #a20d51;
	font-size: 18px;
	padding: 20px 25px 0px 0px;
	margin: 0;
}

#content h2 {
	font-size: 17px;
}

#content-text {
	font-size: 9pt;
	width: 471px;
	margin: 0;
	padding: 0px 10px 30px 10px;
	line-height: 18px;
	font-weight: bold;
}

#content-text a:link, #content-text a:active, #content-text a:visited {
	color: #f19142;
	text-decoration: none;	
	font-weight: bold;
}

#content-text a:hover {
	color: #f19142;
	text-decoration: underline;	
}


h6 {
	color:#f19142;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#sitemap {
	margin: 50px 0px 0px 30px;
}

@font-face {
	font-family: "Avenir Heavy";
 	src: url("http://www.thuiszorgservice.nl/graphics/Avenir_LT_85_Heavy.eot")
}

@font-face {
        font-family: "Avenir Heavy";
        src: url("http://www.thuiszorgservice.nl/graphics/Avenir_LT_85_Heavy.ttf")
}

/* --------------------- Vacatures ------------------- */

.vacatures-secion #content, .vacatures_new-secion #content {
	width: 974px;
}


#content-text.vac-content {
	font-weight: normal;
	width: 466px;
	padding: 0px 10px 30px 15px;
}

#vacsectiontxt {
	width: 373px;
	color: #a20d51;
	font-weight: bold;
	position: absolute;
	left: 510px;
	top: 20px;
	text-align: justify;
	
}

#vacsectionlinks a {
	display: block;
	overflow: hidden;
	height: 339px;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vacature_links.jpg);
	float: left;
} 
#vacsectionlinks {
	position: absolute;
	left: 90px;
	top: 97px;
}
#vacsectionlinks a#huishoudelijk {
	width: 231px;
	background-position: -90px 0px;
}

#vacsectionlinks a#huishoudelijk:hover {
	background-position: -90px -339px;
}

#vacsectionlinks div#verpleegkundige {
	width: 188px;
	background-position: -321px 0px;
	height: 339px;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vacature_links.jpg);
	float: left;
}


#vacsectionlinks div#verpleegkundige a { 
	width: 188px;
	height: 19px;
	background-image: url(http://www.thuiszorgservice.nl/graphics/s.gif);
	float: left;
}

#vacsectionlinks div#verpleegkundige a.first { 
	height: 94px;
}

#vacsectionlinks div#verpleegkundige:hover {
	background-position: -321px -339px;
	height: 339px;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vacature_links.jpg);
	float: left;
}

#vacsectionlinks a#kraamzorg {
	width: 153px;
	background-position: -509px 0px;
}

#vacsectionlinks a#kraamzorg:hover {
	background-position: -509px -339px;
}

#vacsectionlinks a#vakantie {
	width: 126px;
	background-position: -662px 0px;
}

#vacsectionlinks a#vakantie:hover {
	background-position: -662px -339px;
}

#vacsectionlinks a#andere {
	width: 100px;
	background-position: -788px 0px;
}

#vacsectionlinks a#andere:hover {
	background-position: -788px -339px;
}

/* --------------------- Vacatures Geen Vakantie ------------------- */

#vacsectionlinks.geenvakantiewerk a {
	display: block;
	overflow: hidden;
	height: 339px;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vacature_links2.jpg);
	float: left;
} 

#vacsectionlinks.geenvakantiewerk a#huishoudelijk {
	width: 263px;
	background-position: -90px 0px;
}

#vacsectionlinks a#huishoudelijk:hover {
	background-position: -90px -339px;
}

#vacsectionlinks.geenvakantiewerk div#verpleegkundige {
	width: 214px;
	background-position: -353px 0px;
	height: 339px;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vacature_links2.jpg);
}


#vacsectionlinks.geenvakantiewerk div#verpleegkundige a { 
	width: 214px;
	height: 22px;

}

#vacsectionlinks.geenvakantiewerk div#verpleegkundige a.first { 
	height: 105px;
}

#vacsectionlinks.geenvakantiewerk div#verpleegkundige:hover {
	background-position: -353px -339px;
	height: 339px;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vacature_links2.jpg);
	float: left;
}

#vacsectionlinks.geenvakantiewerk a#kraamzorg {
	width: 172px;
	background-position: -567px 0px;
}

#vacsectionlinks.geenvakantiewerk a#kraamzorg:hover {
	background-position: -567px -339px;
}

#vacsectionlinks.geenvakantiewerk a#andere {
	width: 142px;
	background-position: -739px 0px;
}

#vacsectionlinks.geenvakantiewerk a#andere:hover {
	background-position: -739px -339px;
}

/* --------------------- Andere Vacatures ------------------- */

#vac-article {
	width: 465px;
	height: 187px;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vac-article-bg.jpg);
	float: left;
	position: relative;
	margin: 10px 0px 0px 13px;	
}

h1.vacatures {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 10px 13px !important;
	position: relative !important;
	width: 465px !important;
	font-size: 32px !important;
	font-family: Avenir Heavy !important;
}

.heen-geel {
	color: #f19142;
}

.andere-vacatures-txt {
	display: block;
	width: 465px;
	margin: 0px 0px 10px 13px;
}

.vac-titel {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 15px;
}

.vac-vestiging{
	position: absolute;
	font-weight: bold;
	top: 50px;
	left: 15px;
}

.vac-plaats{
	position: absolute;
	font-weight: bold;
	top: 70px;
	left: 15px;
}

.vac-sum{
	position: absolute;
	top: 100px;
	left: 15px;
	font-weight: bold;
}

a.vac-link {
	display: block;
	width: 50px;
	height: 15px;
	position: absolute;
	bottom: 17px;
	left: 15px;
	text-indent: -5555px;
}


/* --------------------- Regio Selectie ------------------- */

#regio-opsomming {
	width: 455px;
	height: 290px;
	padding: 0px 0px 0px 10px;
	margin:  0px 0px 0px 0px;
	background-image: url(http://www.thuiszorgservice.nl/graphics/regio-opsomming-bg.jpg);
	background-repeat: no-repeat;

}

#regio-opsomming h3 {
	font-size: 15px;
	padding: 15px 0px 15px 0px;
	margin:  0px 0px 0px 0px;
}

#regio-opsomming ul {
	width: 200px;
	padding: 0px 0px 0px 15px;
	margin:  0px 0px 0px 0px;
	float: left;
}

#regio-opsomming ul li {
	list-style-image: url("http://www.thuiszorgservice.nl/graphics/listpijltje.png");
}

#regio-opsomming ul li a {
	color: #a20d51!important;
}

span.deregio {
	width: 215px;
	height: 22px;
	float: left;
	display: block;
}
/* --------------------- Vac-form ------------------- */

.vac-form-vlak {
	width: 446px;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vac-form-vlak-bg.jpg);
	padding: 0px 10px 0px 10px;
	margin:  8px 0px 0px 0px;
}

.vac-form-vlak.first {
	margin:  0px 0px 0px 0px;
}

.vac-form-vlak.verzonden {
	margin:  0px 0px 0px 12px;
}
.vac-form-vlak .vlaksluiter {
	width: 466px;
	height: 27px;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vac-form-vlak-afsl-bg.png);
	margin:  0px 0px 0px -10px;
}

.vac-form-vlak h3 {
	font-size: 12px;
	padding: 15px 0px 15px 0px;
	margin:  0px 0px 0px 0px;
}


.vac-form-vlak p.afsluiter {
	line-height: 4px;
}


.vac-form-vlak h2 {
	font-size: 18px;
	color: #a20d51!important;
	background-image: url("http://www.thuiszorgservice.nl/graphics/h2-arrow.png");
	background-repeat: no-repeat;
	background-position: 0px 13px;
	padding: 10px 0px 0px 10px;
	margin:  0px 0px 0px 0px;
}

.vac-form-vlak ul {
	width: 200px;
	padding: 0px 0px 0px 15px;
	margin:  0px 0px 0px 0px;
	float: left;
}

.vac-form-vlak ul li {
	list-style-image: url("http://www.thuiszorgservice.nl/graphics/listpijltje.png");
}

.vac-form-vlak ul li a {
	color: #a20d51!important;
}

.vac-form-vlak label {
	width: 130px;
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px; 
	font-weight: bold;
}

.vac-form-vlak label.hoger {
	height: 30px;
}

.vac-form-vlak label.hoger2 {
	height: 95px;
	*height: 120px;
}

.vac-form-vlak label.hoger3 {
	height: 170px;
	*height: 180px;
	*width: 115px;
}


.vac-form-vlak label.hoger.vanaf {
	clear: left;
}

.vac-form-vlak label.hoger span {
	position: absolute;
	left: 0px;
	top: 15px;
	font-weight: normal;
}

.vac-form-vlak label.uur {
	width: 40px;
}

.vac-form-vlak label.alles {
	width: 214px;
}

.vac-form-vlak label.registratienummer {
	letter-spacing: -.1mm;
}

.vac-form-vlak label.uur2 {
	width: 235px;
	margin: 5px 0px 0px 5px; 
}

.vac-form-vlak label.beschikbaarheid {
	width: 85px;
	*margin: 4px 0px 2px 0px;
}

.verpleging .vac-form-vlak label.beschikbaarheid {
	width: 75px;
}

.verpleging .vac-form-vlak label.beschikbaarheid.day {
	width: 30px;
}

.vac-form-vlak label.Periode {
	width: 113px;
}

.vac-form-vlak label.Opleiding {
	width: 274px;
} 

.vac-form-vlak label.Diploma  {
	width: 54px;
}

.vac-form-vlak label.mm-jj  {
	width: 63px;
	font-weight: normal;
	font-style: italic;
}

.vac-form-vlak label.mm-jj2  {
	width: 378px;
	font-weight: normal;
	font-style: italic;
}

.vac-form-vlak label.t-m  {
	width: 24px;
	font-weight: normal;
	padding-left: 8px;
}

.vac-form-vlak label.beschikbaarheid.last {
	width: 100px;
}

.vac-form-vlak input.checkbox {
    float: left;
    margin: 5px 5px 0 0;
    *margin: 2px 5px 0 0;
    padding: 0 0 0 3px;
}

.vac-form-vlak input.checkbox.last {
    margin: 5px 30px 15px 0px;
}
.vac-form-vlak input.com {
	width: 313px;
	height: 20px;
	float: left;
	clear: right;
	color: #a20d51;
	padding: 0px 0px 0px 3px;
	margin: 5px 0px 0px 0px; 
	border: 0;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vac-input-bg.png);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: transparent;
}

.vac-form-vlak input.opl-naam {
	width: 260px;
	height: 20px;
	float: left;
	clear: right;
	color: #a20d51;
	padding: 0px 0px 0px 3px;
	margin: 5px 15px 0px 20px; 
	border: 0;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vac-input-bg-oplnaam.png);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: transparent;
}

.vac-form-vlak input.werkervaring-naam {
	width: 193px;
	height: 20px;
	float: left;
	clear: right;
	color: #a20d51;
	padding: 0px 0px 0px 0px;
	margin: 5px 15px 0px 20px; 
	border: 0;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vac-input-bg-werkervaring-naam.png);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: transparent;
}

.vac-form-vlak input.werkervaring-funk {
	width: 117px;
	height: 20px;
	float: left;
	clear: right;
	color: #a20d51;
	padding: 0px 0px 0px 0px;
	margin: 5px 9px 10px 0px; 
	border: 0;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vac-input-bg-werkervaring-funk.png);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: transparent;
}

.vac-form-vlak textarea, #locationResult {
	width: 437px;
	height: 92px;
	float: left;
	clear: right;
	color: #a20d51;
	padding: 0px 0px 0px 3px;
	margin: 5px 0px 0px 0px; 
	border: 0;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vac-textarea-bg.png);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: transparent;
}

 .vac-form-vlak input.comsmall1, .vac-form-vlak input.comsmall1A {
	width: 25px;
	height: 20px;
	float: left;
	padding: 0px 0px 0px 3px;
	margin: 5px 2px 7px 0px; 
	border: 0;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vac-input-bg-small.png);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
}

 .vac-form-vlak input.comsmall2 {
	width: 49px;
	height: 20px;
	float: left;
	padding: 0px 0px 0px 3px;
	margin: 5px 195px 10px 0px; 
	border: 0;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vac-input-bg-small2.png);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
}


.vac-content input.button {
	width: 91px;
	height: 24px;
	float: left;
	background-image: url(http://www.thuiszorgservice.nl/graphics/vac-verstuur-button.jpg);
	background-attachment: scroll;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	text-indent: -2000px;
	overflow: hidden;
}

/* --------------------- Right News ------------------- */

#rightnews {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 5px 0px;
	width: 239px;
	float: left;
	font-size: 11px;
	background-image: url(http://www.thuiszorgservice.nl/graphics/nieuws-kolom-bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

.datum {
	font-size: 11px;
	font-weight: bold;
	color: #f19142;
	margin: 0px 20px 0px 20px;
}

.item-inhoud {
	color: #a20d51;
	margin: 0px 20px 0px 20px;
}

#rightnews a:link, #rightnews a:active, #rightnews a:visited {
	color: #a20d51;
	text-decoration: none;
	font-weight: bold;
}

#rightnews a:hover {
	color: #a20d51;
	text-decoration: underline;
}

#rightnews h2 {
	font-size: 17px;
	color: #f19142;
	margin: 0px 20px 15px 20px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	font-family: Avenir Heavy;
}

#meer-nieuws {
	width: 219px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	background-image: url(http://www.thuiszorgservice.nl/graphics/nieuws-kolom-bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

#meer-nieuws a:link, #meer-nieuws a:active, #meer-nieuws a:visited {
	color: #c0779e;
	text-decoration: none;
	font-weight: bold;
}

#meer-nieuws a:hover {
	text-decoration: underline;
}

/* --------------------- nieuws archief ------------------- */

.scheiding {
	width: 550px;
	margin: 10px 20px 10px 0px;
}

.item-inhoud img {
	float: left;
	margin-right: 10px;
}

.summary {
	float: right;
	display: block;
	width: 560px;
}

.leesmeer {
	width: 550px;
	display: block;
	text-align: right;
	margin-top: 30px;
}

a:link.nieuwsarchief, a:active.nieuwsarchief, a:visited.nieuwsarchief {
 	font-size: 15px;
	color: #11325b;
	text-decoration: none;
	font-weight: bold;
}

a:hover.nieuwsarchief {
	text-decoration: underline;
}

.home-leesmeer {
	text-align:right;
	margin-right:30px;
}

ul#newspage {
	list-style: none;
	margin: 10px 0px 0px 14px;
	padding: 0px 0px 0px 0px;
}

#content-text ul#newspage li a {
	color: #860040;
	font-size: 12px;
}

#content-text ul#newspage li a .datum{
	color: #860040;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

#content-text ul#newspage li a img {
	margin: 0px 5px 0px 15px;
}
/* --------------------- column right ------------------- */
/* contained in 'container' */

#right {
	width: 236px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	background-color: #FFFFFF;
	float: left;
}

#right a img {
	border: 0;
}

.vacatures-secion #right {
	width: 0px;
	overflow: hidden;
}

a#capa-check {
	display: block;
	margin: 0px 0px 15px 0px;

}

#InschrThuis {
	display: block;
	width: 219px;
	text-align: right;
	margin: 15px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
}

a:link#InschrThuis, a:active#InschrThuis, a:visited#InschrThuis {
	color: #c0779e;
	text-decoration: none;
	font-weight: bold;
}

a:hover#InschrThuis {
	text-decoration: none;
}

a:hover#InschrThuis span {
	text-decoration: underline;
}
/* --------------------- Hometags ------------------- */
/* contained in 'container' */


#hometags {
	position: relative;
	width: 974px;
	height: 130px;
	display: block;
	float: left;
	margin: 40px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

#hometags.hometags-client {
background-image: url(http://www.thuiszorgservice.nl/graphics/hometags-bg.gif);
}

#hometags.hometags-client #hometag2 {
	margin-left: 7px;
}

#hometags.hometags-client #hometag3 {
	margin-left: 10px;
}

#hometags.hometags-zorgverlener {
background-image: url(http://www.thuiszorgservice.nl/graphics/hometags-bg-zorgverlener.gif);
}

#hometags.hometags-zorgverlener #hometag2 {
	margin-left: 10px;
}

#hometags.hometags-zorgverlener #hometag3 {
	margin-left: 10px;
}

#hometags.hometags-corporate {
background-image: url(http://www.thuiszorgservice.nl/graphics/hometags-bg-corporate.gif);
}

#hometags.hometags-corporate #hometag2 {
	margin-left: 10px;
}

#hometags.hometags-corporate #hometag3 {
	margin-left: 10px;
}

#hometags.hometags-werken {
background-image: url(http://www.thuiszorgservice.nl/graphics/hometags-bg-werken.gif);
}

#hometags.hometags-werken #hometag2 {
	margin-left: 7px;
}

#hometags.hometags-werken #hometag3 {
	margin-left: 10px;
}

#hometags.new {
background-image: url(http://www.thuiszorgservice.nl/graphics/s.gif);
}

.hometag-item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}

#hometags .hometag-item h2 {
	font-size: 17px;
	color: #f19142;
	margin: 12px 5px 6px 5px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	font-family: Avenir Heavy;
}

#hometags td div .hometag-item {
	width: 100%;
}

#hometags .hometag-item ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -7px;
	list-style-type: none;
}

#hometags .hometag-item ul li {
	padding: 0;
	margin: 0;
}
 
#hometags .hometag-item ul li a {
	color: #a20d51;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 2px 0px 2px 29px;
	font-weight: bold;
	background-image: url(http://www.thuiszorgservice.nl/graphics/hometag-arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px 4px;
}


#hometags #hometag4 ul li a {
	color: #a20d51;
	display: block;
	background-image: url(http://www.thuiszorgservice.nl/graphics/NO);
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

#hometags .hometag-item ul li a span.vac-title {
	display: block;
	float: left;
	width: 275px;
	*width: 265px;
	padding: 2px 0px 2px 29px;
	background-image: url(http://www.thuiszorgservice.nl/graphics/hometag-arrow-werk.gif);
	background-repeat: no-repeat;
	background-position: 12px 4px;
}

#hometags .hometag-item ul li a span.vac-plaats {
	display: block;
	float: left;
	padding: 2px 0px 2px 0px;
}

#hometags .hometag-item ul li a:hover {
	text-decoration: underline;
}


#hometags #hometag4.hometag-item h2 {
	color: #a20d51;
}

#meer-vacatures {
	position: absolute;
	width: 366px;
	text-align: right;
	bottom: 0px;
	right: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}

#meer-vacatures a:link, #meer-vacatures a:active, #meer-vacatures a:visited {
	color: #c0779e;
	text-decoration: none;
	font-weight: bold;
}

#meer-vacatures a:hover {
	text-decoration: underline;
}

.new #hometag1 {
	border-right: 1px solid #d88caa; 
}

.new #hometag2 {
	border-right: 1px solid #d88caa; 
}
.new #hometag4 {
	height: 110px;
	width: 358px;
	float: right;
	margin: 8px 0px 0px 0px;
	overflow: hidden;

}
/* --------------------- footer ------------------- */
/* contained in 'container' */

#footer {
	position: absolute; /* respecting the relative position of its 'container' */
	/* top value determined by script at window onload or window resize */
	left: 0px; /* with respect to the relative positioned 'container' */

	width: 954px; /* the total of the widths of both columns */
	height: 20px;
	padding: 5px 10px 5px 10px;

background-image: url(http://www.thuiszorgservice.nl/graphics/footer.jpg);
	background-repeat: repeat-x;
	visibility: hidden;
}

.footer-txt {
	float: left;
	color: #860040;
	top: 0px;
}

.footer-txt.R {
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
}

.footer-txt a {
	text-decoration: none;
}

.footer-txt a:hover {
	text-decoration: underline;
}

.footer-txt a:link,
.footer-txt a:visited,
.footer-txt a:active {
	color: #860040;
}


/* --------------------- zoek functionaliteit ------------------- */

#search {
	border-bottom: solid 1px #b1b2b2;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 4px 0px;
}

input.searchbutton {
	width: 55px;
	height: 21px;
}

.searchterm {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #194987;
	padding: 0px 2px 0px 2px;
}

.searchterm-box { 
	font-size: 9px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 470px;
	margin: 10px 0px 0px 0px;
}

.searchterm-small {
	font-size: 9px;
	color: #777777;
	background-color: transparent;
	border: 1px solid #00A0DD;
}

ul#search-result {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

ul#search-result li {
	margin: 0px 0px 20px 0px;
}

.item-zoek, .item-zoek2 {
	margin: 0px 0px 0px 0px;
}

.item-zoek table {
	margin: 0px 0px 0px 20px;
}

.item-zoek2 table {
	margin-left: 11px;
}

.item-zoek2 {
	position: absolute;
	right: 0;
	margin-top: 198px;
	margin-left: 11px;
	margin-right: 20px;
}

.item-zoek2 input#searchtext {
	background-image: url("http://www.thuiszorgservice.nl/graphics/input-bg.gif");
	border: 0;
	height: 19px;
	width: 114px;
	padding-left: 10px;
}

/* --------------------- form contact ------------------- */

#form-contact {
	padding: 0px 0px 0px 10px; /* tRbL : L is same as #content-text */
}

#form-contact div {
	height: 23.5pt;
}

#form-contact div#sendButton {
	margin: 40px 0px 40px 100px;
}

#form-contact label {
	display: block; /* label is van nature een inline element */
	width: 130px;
	height: 12.5pt;
	border: 1px solid transparent;
	float: left;
}

#form-contact label.comRD {
	width: auto;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}

#form-contact label.first {
	margin-left: 10px;
}

#form-contact label.red {
	font-family: arial,verdana,geneva,sans-serif;
	color: #FF0000;
}

#form-contact input.comRD {
	margin: 0px 0px 0px 7px;
	float: left;
}

#form-contact input.com {
	margin: 0px 0px 10px 10px;
	border: 1px solid #000000;
	float: left;
}

#form-contact textarea {
	margin: 0px 0px 10px 10px;
	border: 1px solid #000000;
	float: left;
}

#form-contact input.com {
	width: 200px;
	height: 12.5pt;
	padding: 0px 2px 0px 2px;
}

#form-contact textarea {
	width: 200px;
	height: 46px;
	padding: 2px;
}

#form-contact div.ta {
	height: 62px;
}

#form-contact div.W100 label {
	width: 130px;
	float: left;
}

#form-contact div.W100 {
	width: 100%;
}

/* --------------------- form Aanmeld ------------------- */

#aanmeld-form {
	padding: 0px 0px 0px 10px; /* tRbL : L is same as #content-text */
}

#aanmeld-form div {
	height: 23.5pt;
}

#aanmeld-form div#sendButton {
	margin: 40px 0px 40px 100px;
}

#aanmeld-form label {
	display: block; /* label is van nature een inline element */
	height: 12.5pt;
	width: 155px;
	border: 1px solid transparent;
	float: left;
	text-align: right;
	font-weight: normal;
}

#aanmeld-form label.comRD {
	width: auto;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}

#aanmeld-form label.first {
	margin-left: 10px;
}

#aanmeld-form label.red {
	font-family: arial,verdana,geneva,sans-serif;
	color: #FF0000;
}

#aanmeld-form input.comRD {
	margin: 0px 0px 0px 7px;
	float: left;
}

#aanmeld-form input.com {
	margin: 0px 0px 10px 10px;
	border: 1px solid #a5acb2;
	float: left;
}

#aanmeld-form textarea {
	margin: 0px 0px 10px 10px;
	border: 1px solid #a5acb2;
	float: left;
}

#aanmeld-form input.com {
	width: 200px;
	height: 12.5pt;
	padding: 0px 2px 0px 2px;
}

#aanmeld-form textarea {
	width: 200px;
	height: 46px;
	padding: 2px;
}

#aanmeld-form div.ta {
	height: 62px;
}

#aanmeld-form div.W100 label {
	width: 130px;
	float: left;
}

#aanmeld-form div.W100 {
	width: 100%;
}

p.aanmeldkop {
	margin-top: 15px;
	color: #F19142;
	font-size: 17px;
}

p.aanmeldkop2 {
	color: #A20D51;
	font-size: 11pt;
}h1.aanmelden {
	font-family: arial,verdana;
	font-size: 17px;
	color: #f19142;
}

h2.aanmelden {
	font-family: arial,verdana;
	font-size: 11pt;
	color: #A20D51;	
}

#content-aanmelden {
	font-family: arial,verdana;
	font-size: 9pt;
	color: #A20D51;
	width: 457px;
	margin: 0px;
	padding: 0px 0px 0px 10px;	
}

#content-aanmelden item {
	width: 150px;
	text-align: right;
	padding: 3px 7px 3px 0px;	
}

#content-aanmelden item-input {
	width: 307px;
	padding: 3px 0px 3px 0px;
}

#content-aanmelden item-input input {
	width: 205px;
	line-height: 12.5pt;
	font-size: 9pt;
}
/* ------------------------------------------------------------ */

table#algemenevoorwaarden tr td#titel {
	font-size: 16px;
	font-weight: bold;
}

table#algemenevoorwaarden tr td#klein {
	font-size: 9px;
	font-style: italic;
}

table#algemenevoorwaarden tr td {
	font-family: verdana, arial;
	font-size: 11px;
}

table#algemenevoorwaarden #inhoudVW ol li div span {
	font-size: 110%;
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol {
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol li div {
	color: #184C92;
	}

table#algemenevoorwaarden #inhoudVW ol li {
	font-size: 11px;
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol li ol li {
	color: #184C92;
	}

table#algemenevoorwaarden tr td p#av_footer {
	color: #184C92;
}
/*-------------------------------------- Nivo Slider --------------------------------------*/

.nivoSlider {
	position: relative;

}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 89;
}

.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;

}

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}

.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	opacity: 0.8;
	width: 100%;
	z-index: 89;
}

.nivo-caption p {
	padding: 5px;
	margin: 0;
}

.nivo-caption a {
	display: inline !important;
}

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 999;
	cursor: pointer;
	display: none;
}

.nivo-prevNav {
	left: 0px;
}

.nivo-nextNav {
	right: 0px;
}
.nivo-controlNav {
	position: absolute;
	right: 20px;
	bottom: 0px;
	z-index: 5000;
	display: none;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	border:0;
	margin-right: 3px;
	cursor: pointer;
	z-index: 5000;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://www.amsterdam-international.nl/graphics/arrows.png) no-repeat;
	text-indent:-9999px;
	z-index: 4000;
	border:0;
	display: none;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
	display: none;
}
a.nivo-prevNav {
	left:15px;
	display: none;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
