﻿html, body
{
	margin: 0;
	height: 100%;
}

body
{
	text-align: center;
	background: #fdfaf9 url(../images/background-repeat.gif) repeat-x;
}

#background-division
{
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/background-image.jpg) no-repeat;
	width: 100%;
	height: 360px;
}

#contentBlock
{
	overflow-y: auto;
	overflow-x: hidden;
}

.homecontact{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AF6D38;
	text-decoration:none;
}

.pad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FD923C;
	text-decoration: none;
}
.pad2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #918F90;
	text-decoration: none;
}

.nieuws {
	font-size:10px;
	padding-left:20px;
}
.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#666666;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #918F90;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FD923C;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FD923C;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FD923C;
	font-weight: bold;
	text-align: right;
	margin-top:4px;
}
p,td,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	color: #000000;*/
}

b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #918F90;
}
strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FD923C;
}

.client_testimonial{
	background-color:#fed3b1;
	border:3px dashed #fff;
	padding:10px 10px 10px 105px;
	margin:15px 0; 
	color:#666666;
	font-size:12px;
	background-image:url(../images/baby_achtergrond.gif);
	background-repeat:no-repeat;
}

.client_quote_begin{
	margin:-5px 3px -5px -5px;
}

.client_quote_eind{
	margin:-25px 0 -5px 5px;
	float:right;
}


/*
.paginaindex{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FD923C;
	text-decoration: none;
	cursor: pointer;
}
.paginaindex_over{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #918F90;
	text-decoration: none;
	cursor: pointer;
}*/
#pageIndexContainer a:link, #pageIndexContainer a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FD923C;
	text-decoration: underline;
	cursor: pointer;
}
#pageIndexContainer  a:hover, #pageIndexContainer  a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #918F90;
	text-decoration: underline;
	cursor: pointer;
}


/* menu */

#menu 
{
	margin: 0 auto;
	position: relative;
	z-index: 99;
	width: 100%; /* IE6 fix */
}
 
#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	text-align: left;
/*	padding: 1px 1px 0 1px;*/
	padding-left: 5px;
	width: 100%;
}
 
#menu li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li
{
	display: inline-block;
	display: inline;
}

#menu ul
{
	position: absolute;
	left: -9999px;
}

#menu ul.level1
{
	position: absolute;
	left: 0;
	top: 0;
}
 
#menu a
{
	display: block;
	font: bold 11px verdana,arial,sans-serif;
	color: #fd923c;
	line-height: 22px;
	text-decoration: none;
	padding: 0 5px 0 5px;
} 
 
#menu ul li:hover > ul
{
	visibility: visible;
	left: 100%;
	margin-top: -24px;
	margin-left: -1px;
}
 
#menu a:hover ul, #menu a:hover a:hover ul, #menu a:hover a:hover a:hover ul
{
	left: 100%;
	visibility: visible;
}

#menu a:hover ul ul, #menu a:hover a:hover ul ul
{
	left: -9999px;
}

/* 1e niveau */
#menu li a
{
	text-align: right;
	white-space: normal; /* ivm whitespace 1e niveau */
	line-height: normal; /* ivm whitespace 1e niveau */
	margin-bottom: 10px;
}

#menu li a:hover
{
	background: transparent;
	color: #918f90;
}

#menu li:hover > a
{
	background: transparent;
	color: #918f90;
}

/* 2e en verdere niveau's */
#menu ul li ul
{
	padding: 0;
	width: auto;
}

#menu ul li ul li a
{
	margin-left: 1px;
	font-size: 10px;
	line-height: 14px;
	white-space: nowrap; /* ivm whitespace 1e niveau */
	text-align: left;
	color: #ffffff;
	background: #fda763;
	border: solid 1px #fda763;
	margin-bottom: 0; /* ivm whitespace 1e niveau */
}

#menu ul li ul li a:hover
{
	background: #ffffff;
}

#menu ul li ul li:hover > a
{
	background: #ffffff;
}

/* IE6 compatibility */
#menu table
{
	position: absolute;
	left: 99%;
	height: 0;
	width: 0;
	border-collapse: collapse;
	margin-top: -7px;
	margin-left: -1px;
}

#menu .menu_selected
{
	color: #918f90;
}

#index_01 
{	
	background: transparent url(/contentsuite/template/mck/images/index_01.png);
}