/* cmsms stylesheet: Layout_vervolg modified: vrijdag 16 november 2018 16:08:05 */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
div {
	font-size: 1em;
}

img {
	border: 0;
}

a, a:link a:active {
	text-decoration: none;
	background-color: inherit;
	color: #0e80d7;
}
a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #0e80d7;
}
a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #0e80d7;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
}
div#pagewrapper {
	width: 1024px;
	margin: 0 auto;
}
div#header {
	height: 82px;
text-align: center;
	margin: 0;
	padding: 0;
}
div#header h1 a {
/* you can set your own image here 
	background: url(https://www.juliettedewit.nl/uploads/ngrey/logoCMS.png) no-repeat left top;*/
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 100px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover 
	background: url(https://www.juliettedewit.nl/uploads/ngrey/logoCMS.png) no-repeat left top;*/
}

div#content {
	margin: 1.5em auto 1em 0;
	padding: 0px;
}

div#main {
	padding: 10px 0px 0px 230px;
}
.onderbouw {
background: url(https://www.juliettedewit.nl/uploads/images/bg-pr-onderbouw.jpg)no-repeat;
width: 790px;
height:1022px;
margin-top: 40px;
}
.middenbouw-ill {
background: url(https://www.juliettedewit.nl/uploads/images/bg-pr-middenbouw-illustreren.jpg)no-repeat;
width: 790px;
min-height:1022px;
margin-top: 40px;
}
.middenbouw-zingen {
background: url(https://www.juliettedewit.nl/uploads/images/bg-pr-middenbouw-zingen.jpg)no-repeat;
width: 790px;
height:700px;
margin-top: 40px;
}
.middenbouw-vivian {
background: url(https://www.juliettedewit.nl/uploads/images/bg-pr-middenbouw-vivian.jpg)no-repeat;
width: 790px;
min-height:900px;
margin-top: 40px;
}
.middenbouw-leeg {
background: transparent;
width: 790px;
/*height:900px;*/
margin-top: 0px;
}
.onderbouw-tekst, .middenbouw-tekst {
width: 320px;
padding: 70px 0px 0px 210px;
}
div#sidebar {
	float: left;
	width: 220px;
	display: inline;
	margin: 0px 0px 20px;
	padding: 0px;
}

.items {
width: 100px;
height: 100px;
}
div.footback {
/* keep footer below content and menu */
	clear: both;
/* this sets 10px on right to let the right image show, the balance 10px left on next div */
	padding: 0px 10px 0px 0px;
/* you can set your own image here */
	/*background: url(https://www.juliettedewit.nl/uploads/ngrey/wfootrt.gif) no-repeat right top;*/
}
div#footer {
/* this sets 10px on left to balance 10px right on last div */
	padding: 0px 0px 0px 10px;
/* color of text, the link color is set below */
	color: #595959;
/* you can set your own image here */
	background: #eee;
}
div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
	font-size: 1em;
	padding: 1em;
	text-align: left;
	margin: 0;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #595959;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}


/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	font-size: 2em;
	line-height: 1.6em;
	margin: 0;
color: #cc3333;
}
div#content h1.blauw {
color: #074ca4;
}
div#content h2 {
	color: #585858;
	font-size: 2em;
	line-height: 1.6em;
margin-bottom: 15px;
font-weight: 400;

}
div#content h3 {
	color: #585858;
	font-size: 1.8em;
	line-height: 1.6em;
margin-bottom: 15px;
font-weight: 400;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 1.3em;
	margin: 0px 0px 0px 0px;
	line-height: 1.5em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.3em;
	margin: 0px 0px 0px 17px;
	line-height: 1.5em;
	padding: 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */

/*Homepage*/

.home-image {
background:url(https://www.juliettedewit.nl/uploads/images/cms/home/homepage.gif) no-repeat;
height: 707px;
width: 724px;
position: relative;
}

a.slice1{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice1.gif) no-repeat 0 0;
    height: 126px;
    left: 85px;
    position: absolute;
    top: 9px;
    width: 92px;
}
a.slice1:hover{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice1.gif) no-repeat 0 bottom;
}
a.slice2{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice2.gif) no-repeat 0 0;
    height: 126px;
    left: 177px;
    position: absolute;
    top: 9px;
    width: 121px;
}
a.slice2:hover{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice2.gif) no-repeat 0 bottom;
}
a.slice3{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice3.gif) no-repeat 0 0;
     height: 132px;
    left: 298px;
    position: absolute;
    top: 22px;
    width: 118px;
}
a.slice3:hover{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice3.gif) no-repeat 0 bottom;
}
a.slice4{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice4.gif) no-repeat 0 0;
    height: 104px;
    left: 416px;
    position: absolute;
    top: 79px;
    width: 103px;
}
a.slice4:hover{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice4.gif) no-repeat 0 bottom;
}
a.slice5{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice5.gif) no-repeat 0 0;
     height: 121px;
    left: 519px;
    position: absolute;
    top: 135px;
    width: 117px;
}
a.slice5:hover{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice5.gif) no-repeat 0 bottom;
}
a.slice6{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice6.gif) no-repeat 0 0;
    height: 105px;
    left: 121px;
    position: absolute;
    top: 255px;
    width: 80px;
}
a.slice6:hover{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice6.gif) no-repeat 0 bottom;
}
a.slice7{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice7.gif) no-repeat 0 0;
    height: 152px;
    left: 266px;
    position: absolute;
    top: 256px;
    width: 161px;
}
a.slice7:hover{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice7.gif) no-repeat 0 bottom;
}
a.slice8{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice8.gif) no-repeat 0 0;
    height: 66px;
    left: 33px;
    position: absolute;
    top: 342px;
    width: 72px;
}
a.slice8:hover{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice8.gif) no-repeat 0 bottom;
}
a.slice9{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice9.gif) no-repeat 0 0;
    height: 140px;
    left: 530px;
    position: absolute;
    top: 466px;
    width: 132px;
}
a.slice9:hover{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice9.gif) no-repeat 0 bottom;
}
a.slice10{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice10.gif) no-repeat 0 0;
    height: 120px;
    left: 310px;
    position: absolute;
    top: 569px;
    width: 173px;
}
a.slice10:hover{
background: url(https://www.juliettedewit.nl/uploads/images/cms/home/slice10.gif) no-repeat 0 bottom;
}
/* cmsms stylesheet: Accessibility and cross-browser tools modified: vrijdag 16 november 2018 15:07:07 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(https://www.juliettedewit.nl/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(https://www.juliettedewit.nl/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(https://www.juliettedewit.nl/uploads/NCleanBlue/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* cmsms stylesheet: Navigation_Simple_Vertical modified: zondag 24 november 2019 15:44:45 */
/******************** MENU *********************/
#menu_vert {
	margin: 0;
	padding: 0;
}
#menu_vert ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu_vert ul ul {
	margin: 0;
	padding: 0px 5px 0px 0px;
}
#menu_vert li {
	list-style: none;
	margin: 0px;
	padding: 0px;	
        text-indent: -999px;
}

#menu_vert li.currentpage {
	padding: 0px 0px 3px 0px;
}
#menu_vert li.menuactive {
	margin: 0;
	padding: 0px;
/* replaced by image in ul ul */
	background: none;
}
#menu_vert li#a57.menuactive {
 background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/kinderboeken-over.gif) no-repeat;
}
#menu_vert li.menuactive ul {
	margin: 0;
}
#menu_vert li.activeparent {
	margin: 0;
	padding: 0px;
}
/* fix stupid IE6 bug with display:block; */
* html #menu_vert li {
	height: 1%;
}
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
/** end fix **/
/* first level links */
div#menu_vert a {
/* IE6 has problems with this, fixed above */
	display: block;
	padding: 0px;
	color: #000;
	/*height: inherit;*/
	text-decoration: none;
}
#menu_vert li#home a  {
        background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/thuis.gif) no-repeat;
        height: 27px;
        width: 200px;
}
div#menu_vert li#home a:hover, #menu_vert li#home .menuactive {
 background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/thuis-over.gif) no-repeat;
        height: 27px;
        width: 200px;
}
#menu_vert li#over-juliette a {
        background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/overjuliette.gif) no-repeat;
        height: 36px;
        width: 200px;
}
div#menu_vert li#over-juliette a:hover, #menu_vert li#over-juliette .menuactive {
 background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/overjuliette-over.gif) no-repeat;
        height: 36px;
        width: 200px;
}
#menu_vert li#kinderboeken a {
        background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/kinderboeken.gif) no-repeat;
        height: 33px;
        width: 200px;
} 
div#menu_vert li#kinderboeken a:hover, #menu_vert li#kinderboeken .menuactive {
 background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/kinderboeken-over.gif) no-repeat;
        height: 33px;
        width: 200px;
}
#menu_vert li#boeken-voor-volwassenen a {
        background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/volwassenen.gif) no-repeat;
        height: 32px;
        width: 200px;
} 
div#menu_vert li#boeken-voor-volwassenen a:hover, #menu_vert li#boeken-voor-volwassenen .menuactive {
 background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/volwassenen-over.gif) no-repeat;
        height: 32px;
        width: 200px;
}
#menu_vert li#schoolboeken-en-leermiddelen a {
        background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/schoolboeken.gif) no-repeat;
        height: 56px;
        width: 200px;
} 
div#menu_vert li#schoolboeken-en-leermiddelen a:hover, #menu_vert li#schoolboeken-en-leermiddelen .menuactive  {
 background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/schoolboeken-over.gif) no-repeat;
        height: 56px;
        width: 200px;
}
#menu_vert li#overzicht-van-alle-boeken a {
        background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/overzicht.gif) no-repeat;
        height: 52px;
        width: 200px;
} 
div#menu_vert li#overzicht-van-alle-boeken a:hover, #menu_vert li#overzicht-van-alle-boeken .menuactive {
 background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/overzicht-over.gif) no-repeat;
        height: 52px;
        width: 200px;
}
#menu_vert li#kleurplaten a {
        background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/kleurplaten.gif) no-repeat;
        height: 32px;
        width: 200px;
} 
div#menu_vert li#kleurplaten a:hover, #menu_vert li#kleurplaten .menuactive {
 background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/kleurplaten-over.gif) no-repeat;
        height: 32px;
        width: 200px;
}
#menu_vert li#schilderijen a {
        background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/schilderijen.gif) no-repeat;
        height: 32px;
        width: 200px;
} 
div#menu_vert li#schilderijen a:hover, #menu_vert li#schilderijen .menuactive {
 background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/schilderijen-over.gif) no-repeat;
        height: 32px;
        width: 200px;
}
#menu_vert li#uitnodigingen a {
        background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/uitnodigingen.gif) no-repeat;
        height: 32px;
        width: 200px;
} 
div#menu_vert li#uitnodigingen a:hover, #menu_vert li#uitnodigingen .menuactive {
 background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/uitnodigingen-over.gif) no-repeat;
        height: 32px;
        width: 200px;
}
#menu_vert li#fotos a {
        background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/fotos.gif) no-repeat;
        height: 32px;
        width: 200px;
} 
div#menu_vert li#fotos a:hover, #menu_vert li#fotos .menuactive {
 background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/fotos-over.gif) no-repeat;
        height: 32px;
        width: 200px;
}
#menu_vert li#muziek a {
        background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/muziek.gif) no-repeat;
        height: 36px;
        width: 200px;
} 
div#menu_vert li#muziek a:hover, #menu_vert li#muziek .menuactive {
 background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/muziek-over.gif) no-repeat;
        height: 36px;
        width: 200px;
}
#menu_vert li#contact a {
        background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/contact.gif) no-repeat;
        height: 28px;
        width: 200px;
} 
div#menu_vert li#contact a:hover, #menu_vert li#contact .menuactive  {
 background: transparent url(https://www.juliettedewit.nl/uploads/images/cms/contact-over.gif) no-repeat;
        height: 28px;
        width: 200px;
}
/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	font-size: 90%;
	padding: 0.8em 0.3em 0.5em 2.8em;
}
/* third level links, more padding */
div#menu_vert ul ul ul a {
	padding: 0.5em 0.3em 0.3em 3em;
}
/* hover state for all links */
div#menu_vert a:hover {
	background-color: transparent;
	color: #000;
	
}
div#menu_vert a.activeparent:hover {
	color: #595959;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_vert li.activeparent {
/* you can set your own image here */
	background: transparent url(https://www.juliettedewit.nl/uploads/ngrey/liup.gif) no-repeat right -65px;
/* white to contrast with background image */
	color: #fff;
}
div#menu_vert li.activeparent a.activeparent {
/* you can set your own image here */
	background: transparent url(https://www.juliettedewit.nl/uploads/ngrey/libk.gif) no-repeat right top;
/* to contrast with background image */
	color: #000;
}
div#menu_vert li a.parent {
/* takes left padding out so span image has room on left */
	padding-left: 0em;
}
div#menu_vert ul ul li a.parent {
/* increased padding on left offsets it from one above */
	padding-left: 0.9em;
}
div#menu_vert li a.parent span {
	display: block;
	margin: 0;
/* adds left padding taken out of "a.parent" */
	padding-left: 1.5em;
/* arrow on left for pages with children, points down, you can set your own image here 
	background: transparent url(https://www.juliettedewit.nl/uploads/ngrey/active.png) no-repeat 2px center;*/
}
div#menu_vert li a.parent:hover {
/* removes underline hover effect */
	text-decoration: none;
}
div#menu_vert li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 1.5em;
/* arrow on left for pages with children, points right for hover, you can set your own image here 
	background: transparent url(https://www.juliettedewit.nl/uploads/ngrey/parent.png) no-repeat 2px center;*/
}
div#menu_vert li a.menuactive.menuparent {
/* sets it in a little more than a.parent */
	padding-left: 0.35em;
}
div#menu_vert ul ul li a.menuactive.menuparent {
/* sets it in a little more on next level */
	padding-left: 0.99em;
}
div#menu_vert li a.menuactive.menuparent span {
	display: block;
	margin: 0;
/* to contrast with non active pages */
	font-weight: bold;
	padding-left: 1.5em;
/* arrow on left for active pages with children, points right, you can set your own image here 
	background: transparent url(https://www.juliettedewit.nl/uploads/ngrey/parent.png) no-repeat 2px center;*/
}
div#menu_vert li a.menuactive.menuparent:hover {
	text-decoration: none;
	color: #18507C;
}
div#menu_vert ul ul li a.activeparent {
	color: #fff;
}
/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */
div#menu_vert ul h3 {
	display: block;
/* some air for it */
	padding: 0.8em 0.5em 0.5em 1.5em;
/* this will be link color for all levels */
	color: #000;
/* instead of the normal font size for <h3> */
	font-size: 1em;
/* as <h3> normally has some margin by default */
	margin: 0;
/* you can set your own image here, same as "a" */
	background: transparent url(https://www.juliettedewit.nl/uploads/ngrey/libk.gif) no-repeat right top;
}
/* next level current pages, more padding, smaller font and no background color or bottom border */
div#menu_vert ul ul h3 {
	font-size: 90%;
	padding: 0.8em 0.5em 0.5em 2.8em;
/* you can set your own image here, same as "a" */
	background: transparent url(https://www.juliettedewit.nl/uploads/ngrey/libk.gif) no-repeat right top;
	color: #000;
}
/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
	padding: 0.6em 0.5em 0.2em 3em;
}
/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert li.sectionheader {
	border-right: none;
	padding: 0.8em 0.5em 0.5em 1.5em;
	background: transparent url(https://www.juliettedewit.nl/uploads/ngrey/libk.gif) no-repeat right top;
	line-height: 1em;
	margin: 0;
        color: #18507C;
        cursor:text;
}
/* separator */
div#menu_vert .separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	-padding: 2px 0 2px 0;
	background-color: #000;
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px;
/* for ie */
}
div#menu_vert li.separator hr {
	display: none;
/* this is for accessibility */
}
/* cmsms stylesheet: Navigation_Simple_Horizontal modified: vrijdag 16 november 2018 15:07:07 */
/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz {
	width: 100%;
        margin: 0px 0px 20px 0px;
        float: left;
        border-bottom: 1px solid #555555;
}
div#menu_horiz ul {
	list-style-type: none;
	margin: 0;
	padding-top: 10px;
}
/* menu list items */
div#menu_horiz li {
	float: left;
	list-style: none;
	margin: 0;
width: 25%;
font-family: Trebuchet MS,Arial;
    font-size: 1.4em;
text-align: left;
line-height: 1.2em;
}
div#menu_horiz li#a66, div#menu_horiz li#a67, div#menu_horiz li#a68, div#menu_horiz li#a69 {
width: 25%;
}
div#menu_horiz li#a74, div#menu_horiz li#a75, div#menu_horiz li#a76 {
width: 33%;
}

div#menu_horiz a, div#menu_horiz h3 span, div#menu_horiz .sectionheader span {
        width: 150px;
	padding: 0px;
	margin: 0;
	text-decoration: none;
	color: #888;
	display: block;
}

div#menu_horiz li a:hover {
	color: #FF6D56;
}
div#menu_horiz a span {
	padding: 0px;
        
}
div#menu_horiz li.parent a span {
	padding: 0px;
}
div#menu_horiz li.parent a:hover span {
	padding: 0px;
}
div#menu_horiz li.menuactive a span {
	padding: 0px;
color; #FF6D56;
	
}
div#menu_horiz li.currentpage h3 span {
	padding: 0px;
	color; #FF6D56;
}
div#menu_horiz .sectionheader span {
/* compensates for no left padding on the "sectionheader" */
	padding-left: 15px;
}

div#menu_horiz li.menuactive a, div#menu_horiz li.menuactive a:hover {	
	color: #FF6D56;
}

div#menu_horiz li#a70 a:hover, div#menu_horiz li#a71 a:hover, div#menu_horiz li#a72 a:hover, div#menu_horiz li#a73 a:hover {
color: #486e43;
}
div#menu_horiz li#a70.menuactive a, div#menu_horiz li#a70.menuactive a:hover {	
	color: #486e43;
}
div#menu_horiz li#a71.menuactive a, div#menu_horiz li#a71.menuactive a:hover {	
	color: #486e43;
}
div#menu_horiz li#a72.menuactive a, div#menu_horiz li#a72.menuactive a:hover {	
	color: #486e43;
}
div#menu_horiz li#a73.menuactive a, div#menu_horiz li#a73.menuactive a:hover {	
	color: #486e43;
}

div#menu_horiz li#a74 a:hover, div#menu_horiz li#a75 a:hover, div#menu_horiz li#a76 a:hover, div#menu_horiz li#a74.menuactive a, div#menu_horiz li#a74.menuactive a:hover, div#menu_horiz li#a75.menuactive a, div#menu_horiz li#a75.menuactive a:hover, div#menu_horiz li#a76.menuactive a, div#menu_horiz li#a76.menuactive a:hover  {
	color: #cc16c1;
}
/* cmsms stylesheet: FormBuilder Default Style modified: vrijdag 16 november 2018 15:07:07 */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: left;
}
.captcha img {
	border: 1px solid #F60;
	margin: 0.5em 0px;
}
.captcha input {
	width: 100px;
	margin: 0.5em 0px;
}
.contactform input.cms_textfield {
margin:10px 0px;
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em;
}

.contactform {
width:60%;
margin: 10px 0px 0px 50px;
background: #efefef;
padding: 20px;
}
.contactform input {
	border: 1px solid #bbb;
margin: 0px 0px 10px 0px;
padding: 3px;
}
.contactform .cms_checkbox {
display: block;
}
.contactform input.checkbox {
	border: none;
}
.contactform .cms_submit {
background: #17649a;
color: #ffffff;
font-size:1.2em;
padding: 3px 8px;
cursor:pointer;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
margin: 0px 0px 10px 0px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #fff;
	border: 1px solid #bbb;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

.error_message {
width: 50%;
margin: 50px 0px 0px 80px;
}
