/* Cascading Style Sheet */

/* opbouw css      (via DJP 2010-09-29)
0. algemeen
1. container
2. header (incl main nav)
3. search box
4. content container
5. hoofd-menu-first
6. sidebar
7. hoofd-menu-second
8. content
    - blokken
9. footer
10. rest
    - extended searchbox
    - news items
    - tables
    - nieuwsflits
11. FORMIT    opgenomen rechtstreeks in de formit Style DS
12. themakleuren
*/

/* 0. algemeen -----------------------------------------------------*/
body {
	text-align: center;
	background: url(/data/stylesheetimgs/5/body-bg.gif) repeat-x;
    margin: 0;
    padding: 0;
    line-height:160%;
    font-size:12px;
    font-family: tahoma,verdana,lucida sans,helvetica,arial;
}

/*force right scroll bar */
html { min-height: 100%; margin-bottom: 1px; }

}

h1, h2, h3 {
        font-family:Cambria, Hoefler Text, Utopia, Liberation Serif, Nimbus Roman No9 L Regular, Times, Times New Roman, serif;
}

ul, ol      { margin:0 0 0 0; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
 
/* 1. container ---------------------------------------------------- */
#container {
	width: 996px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
} 

/* 2. Header ----------------------------------------------------*/
#header {
	height: 132px;
	width: 100%;
	position: relative;
}

#header-overlay {
	width: 100%;
	height: 111px;
	background: url(/data/stylesheetimgs/5/bg-header.png) no-repeat;
	position: absolute;
	top: 22px;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 0px;
}

#header h1 a {
	text-decoration: none;
	display: block;
	width: 157px;
	height: 115px;
	background: url(/data/stylesheetimgs/5/homoindekerklogo-klein.png) no-repeat;
	top: 27px;
	left: 30px;
	position: absolute;
}

#header h1 a  span {
	visibility: hidden;
}	

#header h2 {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 170px;
	height: 32px;
	background: url(/data/stylesheetimgs/5/ngkengkvlogo.png) no-repeat;
	right: 42px;
	top: 95px;
}

#header h2 span {
	visibility: hidden;
}

/* Header -> image ----------------*/

#header #header-image {
	position: absolute;
	top: 22px;
}

/* Header -> Main nav ----------------*/

#main-nav {
	position: absolute;
	top: 0;
}

#main-nav ul {
	margin: 0 0 0 28px;
	padding: 0;
	position: absolute;
	list-style: none;
	width: 700px;
}

#main-nav ul li {
	float: left;
	background: url(/data/stylesheetimgs/5/topnavigatie-bullet.gif) no-repeat right;
	padding:0 16px 0 13px;
}

#main-nav ul li.first {
	padding-left: 0px;
}

#main-nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 1px 0;
}

#main-nav ul li a:hover {
	text-decoration: underline;
}

#main-nav ul li ul {
	display: none;
}

/* Header -> Search-box ----------------*/

#search-box {
	position: absolute;
	right: 0;
	top: 3px;
}

#search-box p.search-text {
	float: left;
	color: #fff;
	padding: 0 4px 0 0;
	line-height: 15px;
}

#search-box p.search-input {
	background:  url(/data/stylesheetimgs/5/topzoek-links.gif) no-repeat left top;
	padding-left: 4px;
	float: left;
}

#search-box p.search-input input {
	border: 0px;
	height: 13px;
	line-height: 13px;
	float: left;
	font-size: 10px;
	width: 184px;
}

#search-box a.search-button {
	background:  url(/data/stylesheetimgs/5/but-topzoek.gif) no-repeat left top;
	display: block;
	width: 35px;
	height: 15px;
	float: left;
	text-decoration: none;
}

#search-box a.search-button span {
	visibility: hidden;
}




/* Content-container ----------------*/

#content-container {
	width: 100%;
	background: url(/data/stylesheetimgs/5/contentcontainer-bg.gif) repeat-y 0 100px;
	border-bottom: 20px solid #fff;
}

/* Hoofd menu first ----------------*/

#hoofd-menu-first {
	background:/*#000*/ url(/data/stylesheetimgs/5/tabbladnavigatie-rechts-bg.png) no-repeat right;
	width: 100%;
	height: 27px;
	border-bottom: 10px solid #fff;
}

#hoofd-menu-first ul {
	background: url(/data/stylesheetimgs/5/tabbladnavigatie-links-bg.png) no-repeat left;
	height: 24px;
	margin: 0;
	padding: 3px 0 0 28px;
	list-style: none;
}

#hoofd-menu-first ul li {
	float: left;
	background: url(/data/stylesheetimgs/5/tabbladnavigatie-spacer.gif) right 5px no-repeat;
	padding: 0 3px;
}

#hoofd-menu-first ul li.first {
	padding: 0 0 0 0;
}

#hoofd-menu-first ul li a {
	color: #fff;
	text-decoration: none;
	padding: 1px 7px 3px;
	display: block;
}

#hoofd-menu-first ul li a:hover {
	background: green;
}

#hoofd-menu-first ul li ul {
	display: none;
}

#hoofd-menu-first ul li ul li ul{
	left: -9999px;
	width: 150px;
	position: absolute;
	padding: 0px;
	margin-left: 150px;
	margin-top: -22px;
        display: none;
}

#hoofd-menu-first ul li ul li ul li{
	float: none;
	display: block;
	padding: 0px;
	margin: 0px;
	background: none;
}

/* Sidebar  ----------------*/
#sidebar {
	width: 201px;
	float: left;
	padding: 10px 19px 0 28px;
}

#sidebar h3 a {
	color: #000;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li a {
	color: #000;
}

/*Content  ----------------*/

#content {
	float: left;
	padding: 12px 0 0 20px;
	width: 728px;
}

#content h2 {
	margin: 5px 0 20px 0;
	padding: 0;
	color: #000;
}

#content h3 {
	margin: 0px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#content h4 {
	margin: 20px 0 0 0;
	padding: 0;
	clear: both;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

#content h5 {
	font-weight: normal;
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 12px;
}

#content a {
	color: #000;
}

#content a:hover {
	text-decoration: none;
}

#content p.introductie {
	margin-bottom: 20px;
}

/* Blokken ----------------*/

.blok {
	width:230px;
	margin:0 10px 10px 0;
	float:left;
	height: 145px;
	display: inline;
	border: 1px solid #000;
}
.blok h3{
	padding:0 0 0 5px !important;
	width:225px;
	height:20px;
	font-weight:bold;
	font-size:12px;	
	color:#ffffff;
	margin: 0;
	background: #000;
	line-height: 17px;
}

.blok-image {
	float: left;
	padding: 5px;
}

.blok-content {
	float: left;
	padding: 5px;
	width: 146px;
}


/* Product blokken */

.blok-product {
	width: 352px;
	float: left;
	border: 1px solid #000;
	margin:0 10px 10px 0;
	height: 220px;
	display: inline;
}

.blok-product  h3{
	padding:0 0 0 5px !important;
	width:347px;
	height:20px;
	font-weight:bold;
	font-size:12px;	
	color:#ffffff;
	margin: 0;
	background: #000;
	line-height: 18px;
}

.blok-product-image {
	float: left;
	padding: 5px;
}

.blok-product-content {
	float: left;
	padding: 5px;
	width: 196px; 
}


/* Kruimelpad ----------------*/

#kruimelpad {
	padding: 0 0 10px 0;
}


#kruimelpad a {
	color: #000;
	text-decoration: none;
}

#kruimelpad a:hover {
	text-decoration: underline;
}

#kruimelpad  span {
	padding: 0 5px;
}

/* Hoofd menu second ----------------*/

#hoofd-menu-second {

}

#hoofd-menu-second ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#hoofd-menu-second ul li {
	visibility: hidden;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 0px;
	line-height: 0px;
}

#hoofd-menu-second ul ul li {
	visibility: visible;
	font-size: 12px;
	line-height: 22px;
	padding: 0 0 0 13px;
	background: #000 url(/data/stylesheetimgs/5/paginanav-bg.gif) no-repeat; 
}

/* Show UL ? */

#hoofd-menu-second ul ul {
	display: none;
}	

#hoofd-menu-second ul li.active ul {
	display: block;
}

#hoofd-menu-second ul li.active ul ul {
	display: none;
}

#hoofd-menu-second ul ul li.active ul {
	display: block;
} 




#hoofd-menu-second ul ul li a {
	color: #000;
	text-decoration: none;
}

#hoofd-menu-second ul ul li a:hover {
	text-decoration: underline;
}

#hoofd-menu-second ul ul li.active {
	border: 1px solid #000;
	border-width: 1px 0px;
	margin-bottom: 10px;
}

#hoofd-menu-second ul ul li.active  {
}

#hoofd-menu-second ul ul li.active a {
	color: #000;
}

#hoofd-menu-second ul ul ul {
	padding: 5px 0 10px;
}

#hoofd-menu-second ul ul ul li {
	text-align: right;
	line-height: 16px;
	padding: 0 20px 0 0;
	background-image: none;
	background: #000;
	background-image:url(/data/stylesheetimgs/5/subitem-bg.gif);
	background-position:-208px 6px;		
}

#hoofd-menu-second ul ul ul li.active {
	border: 0px;
}

#hoofd-menu-second ul ul ul li a {
	color: #000 !important;
}

/* Search box extended ----------------*/

#search-box-extended p {
	margin: 0 0 3px 0;
}

#search-box-extended label {
	width: 100px;
	clear: left;
	float: left;
	font-weight: normal;
}

#search-box-extended  input.search-input{
	width: 300px;
}

#search-box-extended  select.search-select  {
	width: 304px;
}

#search-box-extended  input.search-button {
	margin-bottom: 10px;
}


/* Footer ----------------*/

#footer {
	background: #000 url(/data/stylesheetimgs/5/footeroverlay-bg.png) no-repeat;
	height: 26px;
}	

#footer p {
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	line-height: 24px;
}








/* ------------------------------------------------------------------------------------------
THEMA'S
--------------------------------------------------------------------------------------------*/

/* Thema Navigatie ----------------*/

#hoofd-menu-first ul li.thema-1 a:hover {
	background: #4f2e91;
}

#hoofd-menu-first ul li.thema-2 a:hover {
	background: #0396d7;
}

#hoofd-menu-first ul li.thema-3 a:hover {
	background: #aacf37;
}

#hoofd-menu-first ul li.thema-4 a:hover {
	background: #FF9100;
}

#hoofd-menu-first ul li.thema-5 a:hover {
	background: #FF6500;
}

#hoofd-menu-first ul li.thema-6 a:hover {
	background: #FF3900;
}

#hoofd-menu-first ul li.thema-7 a:hover {
	background: #6EFF00;
}

#hoofd-menu-first ul li.thema-8 a:hover {
	background: #B0FF00;
}

#hoofd-menu-first ul li.thema-9 a:hover {
	background: #DCFF00;
}


/* Thema 1 ----------------*/

#thema-1 #hoofd-menu-first {
	background-color: #4f2e91;
}

#thema-1 #sidebar h3 a {
	color: #4f2e91;
}

#thema-1 #content h2 {
	color: #4f2e91;
}

#thema-1 #content p.introductie {
	color: #4f2e91;
}

#thema-1 .blok {
	border-color: #4f2e91;
}
#thema-1 .blok h3{
	background-color: #4f2e91;
}

#thema-1 .blok-product {
	border-color: #4f2e91;
}

#thema-1 .blok-product  h3{
	background-color: #4f2e91;
}

#thema-1 #zoekresultaten .zoekresultaat h3 {
	color: #4f2e91;
}

#thema-1 #zoekresultaten .zoekresultaat h3  a{
	color: #4f2e91;
}

#thema-1 #hoofd-menu-second ul ul li {
	background-color: #4f2e91; 
}

#thema-1 #hoofd-menu-second ul ul li.active {
	border-color: #4f2e91;
}

#thema-1 #hoofd-menu-second ul ul li.active a {
	color: #4f2e91;
}

#thema-1 #hoofd-menu-second ul ul ul li {
	background-color: #4f2e91;
}

#thema-1 #footer {
	background-color: #4f2e91;
}	

/* Thema 2 ----------------*/

#thema-2 #hoofd-menu-first {
	background-color: #0396d7;
}

#thema-2 #sidebar h3 a {
	color: #0396d7;
}

#thema-2 #content h2 {
	color: #0396d7;
}

#thema-2 #content p.introductie {
	color: #0396d7;
}

#thema-2 .blok {
	border-color: #0396d7;
}
#thema-2 .blok h3{
	background-color: #0396d7;
}

#thema-2 .blok-product {
	border-color: #0396d7;
}

#thema-2 .blok-product  h3{
	background-color: #0396d7;
}

#thema-2 #zoekresultaten .zoekresultaat h3 {
	color: #0396d7;
}

#thema-2 #zoekresultaten .zoekresultaat h3  a{
	color: #0396d7;
}

#thema-2 #hoofd-menu-second ul ul li {
	background-color: #0396d7; 
}

#thema-2 #hoofd-menu-second ul ul li.active {
	border-color: #0396d7;
}

#thema-2 #hoofd-menu-second ul ul li.active a {
	color: #0396d7;
}

#thema-2 #hoofd-menu-second ul ul ul li {
	background-color: #0396d7;
}

#thema-2 #footer {
	background-color: #0396d7;
}	

/* Thema 3 ----------------*/

#thema-3 #hoofd-menu-first {
	background-color: #aacf37;
}

#thema-3 #sidebar h3 a {
	color: #aacf37;
}

#thema-3 #content h2 {
	color: #aacf37;
}

#thema-3 #content p.introductie {
	color: #aacf37;
}

#thema-3 .blok {
	border-color: #aacf37;
}
#thema-3 .blok h3{
	background-color: #aacf37;
}

#thema-3 .blok-product {
	border-color: #aacf37;
}

#thema-3 .blok-product  h3{
	background-color: #aacf37;
}

#thema-3 #zoekresultaten .zoekresultaat h3 {
	color: #aacf37;
}

#thema-3 #zoekresultaten .zoekresultaat h3  a{
	color: #aacf37;
}

#thema-3 #hoofd-menu-second ul ul li {
	background-color: #aacf37; 
}

#thema-3 #hoofd-menu-second ul ul li.active {
	border-color: #aacf37;
}

#thema-3 #hoofd-menu-second ul ul li.active a {
	color: #aacf37;
}

#thema-3 #hoofd-menu-second ul ul ul li {
	background-color: #aacf37;
}

#thema-3 #footer {
	background-color: #aacf37;
}	

/* Thema 4 ----------------*/

#thema-4 #hoofd-menu-first {
	background-color: #FF9100;
}

#thema-4 #sidebar h3 a {
	color: #FF9100;
}

#thema-4 #content h2 {
	color: #FF9100;
}

#thema-4 #content p.introductie {
	color: #FF9100;
}

#thema-4 .blok {
	border-color: #FF9100;
}
#thema-4 .blok h3{
	background-color: #FF9100;
}

#thema-4 .blok-product {
	border-color: #FF9100;
}

#thema-4 .blok-product  h3{
	background-color: #FF9100;
}

#thema-4 #zoekresultaten .zoekresultaat h3 {
	color: #FF9100;
}

#thema-4 #zoekresultaten .zoekresultaat h3  a{
	color: #FF9100;
}

#thema-4 #hoofd-menu-second ul ul li {
	background-color: #FF9100; 
}

#thema-4 #hoofd-menu-second ul ul li.active {
	border-color: #FF9100;
}

#thema-4 #hoofd-menu-second ul ul li.active a {
	color: #FF9100;
}

#thema-4 #hoofd-menu-second ul ul ul li {
	background-color: #FF9100;
}

#thema-4 #footer {
	background-color: #FF9100;
}	

/* Thema 5 ----------------*/

#thema-5 #hoofd-menu-first {
	background-color: #FF6500;
}

#thema-5 #sidebar h3 a {
	color: #FF6500;
}

#thema-5 #content h2 {
	color: #FF6500;
}

#thema-5 #content p.introductie {
	color: #FF6500;
}

#thema-5 .blok {
	border-color: #FF6500;
}
#thema-5 .blok h3{
	background-color: #FF6500;
}

#thema-5 .blok-product {
	border-color: #FF6500;
}

#thema-5 .blok-product  h3{
	background-color: #FF6500;
}

#thema-5 #zoekresultaten .zoekresultaat h3 {
	color: #FF6500;
}

#thema-5 #zoekresultaten .zoekresultaat h3  a{
	color: #FF6500;
}

#thema-5 #hoofd-menu-second ul ul li {
	background-color: #FF6500; 
}

#thema-5 #hoofd-menu-second ul ul li.active {
	border-color: #FF6500;
}

#thema-5 #hoofd-menu-second ul ul li.active a {
	color: #FF6500;
}

#thema-5 #hoofd-menu-second ul ul ul li {
	background-color: #FF6500;
}

#thema-5 #footer {
	background-color: #FF6500;
}	

/* Thema 6 ----------------*/

#thema-6 #hoofd-menu-first {
	background-color: #FF3900;
}

#thema-6 #sidebar h3 a {
	color: #FF3900;
}

#thema-6 #content h2 {
	color: #FF3900;
}

#thema-6 #content p.introductie {
	color: #FF3900;
}

#thema-6 .blok {
	border-color: #FF3900;
}
#thema-6 .blok h3{
	background-color: #FF3900;
}

#thema-6 .blok-product {
	border-color: #FF3900;
}

#thema-6 .blok-product  h3{
	background-color: #FF3900;
}

#thema-6 #zoekresultaten .zoekresultaat h3 {
	color: #FF3900;
}

#thema-6 #zoekresultaten .zoekresultaat h3  a{
	color: #FF3900;
}

#thema-6 #hoofd-menu-second ul ul li {
	background-color: #FF3900; 
}

#thema-6 #hoofd-menu-second ul ul li.active {
	border-color: #FF3900;
}

#thema-6 #hoofd-menu-second ul ul li.active a {
	color: #FF3900;
}

#thema-6 #hoofd-menu-second ul ul ul li {
	background-color: #FF3900;
}

#thema-6 #footer {
	background-color: #FF3900;
}	


/* Thema 7 ----------------*/

#thema-7 #hoofd-menu-first {
	background-color: #6EFF00;
}

#thema-7 #sidebar h3 a {
	color: #6EFF00;
}

#thema-7 #content h2 {
	color: #6EFF00;
}

#thema-7 #content p.introductie {
	color: #6EFF00;
}

#thema-7 .blok {
	border-color: #6EFF00;
}
#thema-7 .blok h3{
	background-color: #6EFF00;
}

#thema-7 .blok-product {
	border-color: #6EFF00;
}

#thema-7 .blok-product  h3{
	background-color: #6EFF00;
}

#thema-7 #zoekresultaten .zoekresultaat h3 {
	color: #6EFF00;
}

#thema-7 #zoekresultaten .zoekresultaat h3  a{
	color: #6EFF00;
}

#thema-7 #hoofd-menu-second ul ul li {
	background-color: #6EFF00; 
}

#thema-7 #hoofd-menu-second ul ul li.active {
	border-color: #6EFF00;
}

#thema-7 #hoofd-menu-second ul ul li.active a {
	color: #6EFF00;
}

#thema-7 #hoofd-menu-second ul ul ul li {
	background-color: #6EFF00;
}

#thema-7 #footer {
	background-color: #6EFF00;
}	

/* Thema 8 ----------------*/

#thema-8 #hoofd-menu-first {
	background-color: #B0FF00;
}

#thema-8 #sidebar h3 a {
	color: #B0FF00;
}

#thema-8 #content h2 {
	color: #B0FF00;
}

#thema-8 #content p.introductie {
	color: #B0FF00;
}

#thema-8 .blok {
	border-color: #B0FF00;
}
#thema-8 .blok h3{
	background-color: #B0FF00;
}

#thema-8 .blok-product {
	border-color: #B0FF00;
}

#thema-8 .blok-product  h3{
	background-color: #B0FF00;
}

#thema-8 #zoekresultaten .zoekresultaat h3 {
	color: #B0FF00;
}

#thema-8 #zoekresultaten .zoekresultaat h3  a{
	color: #B0FF00;
}

#thema-8 #hoofd-menu-second ul ul li {
	background-color: #B0FF00; 
}

#thema-8 #hoofd-menu-second ul ul li.active {
	border-color: #B0FF00;
}

#thema-8 #hoofd-menu-second ul ul li.active a {
	color: #B0FF00;
}

#thema-8 #hoofd-menu-second ul ul ul li {
	background-color: #B0FF00;
}

#thema-8 #footer {
	background-color: #B0FF00;
}	

/* Thema 9 ----------------*/

#thema-9 #hoofd-menu-first {
	background-color: #DCFF00;
}

#thema-9 #sidebar h3 a {
	color: #DCFF00;
}

#thema-9 #content h2 {
	color: #DCFF00;
}

#thema-9 #content p.introductie {
	color: #DCFF00;
}

#thema-9 .blok {
	border-color: #DCFF00;
}

#thema-9 .blok h3{
	background-color: #DCFF00;
}

#thema-9 .blok-product {
	border-color: #DCFF00;
}

#thema-9 .blok-product  h3{
	background-color: #DCFF00;
}

#thema-9 #zoekresultaten .zoekresultaat h3 {
	color: #DCFF00;
}

#thema-9 #zoekresultaten .zoekresultaat h3  a{
	color: #DCFF00;
}

#thema-9 #hoofd-menu-second ul ul li {
	background-color: #DCFF00; 
}

#thema-9 #hoofd-menu-second ul ul li.active {
	border-color: #DCFF00;
}

#thema-9 #hoofd-menu-second ul ul li.active a {
	color: #DCFF00;
}

#thema-9 #hoofd-menu-second ul ul ul li {
	background-color: #DCFF00;
}

#thema-9 #footer {
	background-color: #DCFF00;
}	

#contentNieuwsItems
{
    width: 100%;

}

#contentNieuwsItems .NieuwsItem
{
    width: 350px;
    height: 100px;
    float: left;
    margin-right:10px;
    margin-bottom:15px;

}

#contentNieuwsItems .NieuwsItem .title
{
    height: 13px;
}

#contentNieuwsItems .NieuwsItem .title .dateText,
#contentNieuwsItems .NieuwsItem .title .titleText
{
    color: #111111;
    float: left;
  
}

#contentNieuwsItems .NieuwsItem .title .dateText
{

    font-size:9px;
    color:#555555;
}

.item-datum
{

    font-size:9px;
    color:#555555;
    font-weight: bold;
}

#contentNieuwsItems .NieuwsItem .title .titleText
{
    font-weight: bold;
    font-size:"120%"
}

.item-leesverder
{
margin-bottom:30px
 } 




