h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
   margin: 0;
   padding: 0;
}

.art-postcontent,
.art-postheadericons,
.art-postfootericons,
.art-blockcontent,
ul.art-vmenu a 

.art-postcontent p
{
   margin: 13px 0;
}

.art-postcontent h1, .art-postcontent h1 a, .art-postcontent h1 a:link, .art-postcontent h1 a:visited, .art-postcontent h1 a:hover,
.art-postcontent h2, .art-postcontent h2 a, .art-postcontent h2 a:link, .art-postcontent h2 a:visited, .art-postcontent h2 a:hover,
.art-postcontent h3, .art-postcontent h3 a, .art-postcontent h3 a:link, .art-postcontent h3 a:visited, .art-postcontent h3 a:hover,
.art-postcontent h4, .art-postcontent h4 a, .art-postcontent h4 a:link, .art-postcontent h4 a:visited, .art-postcontent h4 a:hover,
.art-postcontent h5, .art-postcontent h5 a, .art-postcontent h5 a:link, .art-postcontent h5 a:visited, .art-postcontent h5 a:hover,
.art-postcontent h6, .art-postcontent h6 a, .art-postcontent h6 a:link, .art-postcontent h6 a:visited, .art-postcontent h6 a:hover,
.art-blockheader .t, .art-blockheader .t a, .art-blockheader .t a:link, .art-blockheader .t a:visited, .art-blockheader .t a:hover,
.art-vmenublockheader .t, .art-vmenublockheader .t a, .art-vmenublockheader .t a:link, .art-vmenublockheader .t a:visited, .art-vmenublockheader .t a:hover,
.art-headline, .art-headline a, .art-headline a:link, .art-headline a:visited, .art-headline a:hover,
.art-slogan, .art-slogan a, .art-slogan a:link, .art-slogan a:visited, .art-slogan a:hover,
.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover
{
   font-size: 36px;
   font-family: Rosarivo, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   line-height: 120%;
}

.art-postcontent a, .art-postcontent a:link
{
   color: #1477BD;
}

.art-postcontent a:visited, .art-postcontent a.visited
{
   color: #505232;
}

.art-postcontent  a:hover, .art-postcontent a.hover
{
   color: #505232;
}

.art-postcontent h3
{
   color: #000000;
   margin: 10px 0 0;
   font-size: 29px;
   font-family: Rosarivo, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-align: center;
}


header, footer, article, nav, #art-hmenu-bg, .art-sheet, .art-hmenu a, .art-vmenu a, .art-slidenavigator > a, .art-checkbox:before, .art-radiobutton:before
{
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
}

header, footer, article, nav, #art-hmenu-bg, .art-sheet, .art-slidenavigator > a, .art-checkbox:before, .art-radiobutton:before
{
   display: block;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

html, body
{
   height: 100%;
}

body
{
   padding: 0;
   margin:0;
   min-width: 700px;
   color: #2E2F1D;
}

.art-header:before, #art-header-bg:before, .art-layout-cell:before, .art-layout-wrapper:before, .art-footer:before, .art-nav:before, #art-hmenu-bg:before, .art-sheet:before
{
   width: 100%;
   content: " ";
   display: table;
}
.art-header:after, #art-header-bg:after, .art-layout-cell:after, .art-layout-wrapper:after, .art-footer:after, .art-nav:after, #art-hmenu-bg:after, .art-sheet:after,
.cleared, .clearfix:after {
   clear: both;
   font: 0/0 serif;
   display: block;
   content: " ";
}

.art-header
{
   margin:0 auto;
   position:relative;
   height: 75px;
   background-image: url('');
   background-position: center top;
   background-repeat: no-repeat;
}

.responsive .art-header 
{
   background-image: url('');
   background-position: center center;
}

.art-sheet
{
   background: #FFFFFF;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.15);
   -moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.15);
   box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.15);
   border:1px solid #B0B384;
   margin:0 auto;
   position:relative;
   cursor:auto;
   width: 90%;
   min-width: 700px;
   max-width: 1728px;
   z-index: auto !important;
}

.art-layout-wrapper
{
   position: relative;
   margin: 0 auto 0 auto;
   z-index: auto !important;
}

.art-content-layout
{
   display: table;
   width: 100%;
   table-layout: fixed;
}

.art-content-layout-row 
{
   display: table-row;
}

.art-layout-cell
{
   display: table-cell;
   vertical-align: top;
}

/* need only for content layout in post content */ 
.art-postcontent .art-content-layout
{
   border-collapse: collapse;
}

.art-post
{
   background: #EBECDF;
   background: rgba(235, 236, 223, 0.3);
   -webkit-border-radius:6px;
   -moz-border-radius:6px;
   border-radius:6px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.06);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.06);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.06);
   padding:3px;
   margin:7px;
}

.art-postcontent ul>li:before,  .art-post ul>li:before,  .art-textblock ul>li:before
{
   content:url('images/postbullets.png');
   margin-right:6px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .art-postcontent ul>li:before, .opera   .art-post ul>li:before, .opera   .art-textblock ul>li:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postcontent li, .art-post li, .art-textblock li
{
   color: #787B4C;
   margin: 5px 0 5px 13px;
}

.art-postcontent ul>li, .art-post ul>li, .art-textblock ul>li, .art-postcontent ol, .art-post ol, .art-textblock ol
{
   padding: 0;
}

.art-postcontent ul>li, .art-post ul>li, .art-textblock ul>li
{
   padding-left: 0px;
}

.art-postcontent ul>li:before,  .art-post ul>li:before,  .art-textblock ul>li:before
{
   margin-left: -11px;
}


.art-postcontent li ol, .art-post li ol, .art-textblock li ol, .art-postcontent li ul, .art-post li ul, .art-textblock li ul
{
   margin: 0.5em 0 0.5em 13px;
}

.art-postcontent li, .art-post li, .art-textblock li
{
   margin: 5px 0 5px 0;
}

.art-postcontent ol>li, .art-post ol>li, .art-textblock ol>li
{
   /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.art-postcontent ul>li, .art-post ul>li, .art-textblock ul>li
{
   /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
   overflow-y: hidden;
}

.art-page-footer, 
.art-page-footer a,
.art-page-footer a:link,
.art-page-footer a:visited,
.art-page-footer a:hover
{
   font-family: Arial;
   font-size: 10px;
   letter-spacing: normal;
   word-spacing: normal;
   font-style: normal;
   font-weight: normal;
   text-decoration: underline;
   color: #E1E2B1;
}

.art-page-footer
{
   position: relative;
   z-index: auto !important;
   padding: 1em;
   text-align: center !important;
   text-decoration: none;
   color: #D5D6BD;
}

.art-content-layout .art-content
{
   margin:0 auto;
}

h1 
{
	font-family: "Rosarivo"; 
	font-size:2.5em;
	color:#4682B4;
	margin-left:40px;
	margin-top:15px;
}

h2 
{
	font-family: "Rosarivo"; 
	font-size:2.0em;
	color:#000;
}


/*fonts voor footer*/
.normalsmall
{
    font-family: "Rosarivo"; 
    font-size: xx-small;
    color: #fff;
}

.normalsmall a {
	color: #fff;
	text-decoration: underline;
}
.normalsmall a:hover {
	color: #fff;
	text-decoration: underline;
}

.contentxt
{
	background-color:#FFFFFF;
	margin-bottom:10px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

/*content menu li      */
.menu li
{
	list-style-type:none;
}

.content ul
{
	padding-left:0px;    
}

.menulist
{
	padding-left:0px!important;    
}

.menulist li
{
	list-style-type:none;    
}

.menulist li a
{
	color:#4682B4;
	display:block;
	padding:5px 5px 8px 5px;
	border-bottom: dashed 1px #171717;	
	font-size:medium;
	font-weight:bold;
	
	background-position:right center;
	background-repeat:no-repeat;
	text-decoration:none;
	font-family: Rosarivo;
}

.menulist a:hover
{
	color:#171717;
	}

/*menulist2 li*/

.menulist2
{
	background-color:#fff;
	color:#171717;
	margin-bottom:10px;
	padding-left:0px!important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.menulist2 li
{
	list-style-type:none;
}

.menulist2 li:hover
{
	background-color:#f2f5f3;  
}

.menulist2 li a
{
	color:#4682B4;
	text-align:center;
	display:block;
	padding:10px 5px 10px 5px;
	border-bottom: dashed 1px #FFFFFF;
	font-size:medium;
	font-weight:bold;
	vertical-align:middle;     
	background-position:3px;
	background-repeat:no-repeat;
	text-decoration:none;
}

.menulist2 li a:hover
{
	color:#4C3C21;
}

.menulist2 li:first-child a:hover, .menulist li:first-child a:hover, .menulist li:first-child a, .menulist2 li:first-child a, .menulist2 li:first-child
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.menulist2 li:last-child a:hover, .menulist li:last-child a:hover, .menulist li:last-child a, .menulist2 li:last-child a, .menulist2 li:last-child
{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}


/* default elements */
* {margin: 0; padding: 0;}

.style1 {
	font-size: xx-small;
}
.style2 {
	font-size: xx-small;
	text-align: left;
}

.style3 {
	text-align: left;
}
.auto-style2 {
	text-align: justify;
}

.auto-style3 {
	text-align: center;
}

.auto-style4 {
	text-align: right;
}

body {
	background: #1477BD;
	color: #222;
	font: normal 62.5% sans-serif;
	padding: 0;
}

a {color: #fff;}
a:hover {color: #ccc;}

img {border: none; display: block; margin: auto;}
li {line-height: 1.1em;}
p {padding: 2px 10px 10px;}
small,.small {font-family: rosarivo; font-size: 1em;}

span {padding: 0}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 0px 2px;}
.left {float: left;}
.right {float: right;
		font-size:x-large;}
.center {
	text-align: center;}

.empty
{height:10px;}



/* dropdown */
.dropbtn {
	background-color: #1477BD;
	color: white;
	padding: 10px;
	font-family: Rosarivo;
	border: none;
	cursor: pointer;
	margin-left: 3px;
  }
  
  .dropbtn:hover, .dropbtn:focus {
	background-color: #1F497D;
  }
  
  #myInput {
	box-sizing: border-box;
	background-image: url('../img/searchicon.png');
	background-position: 14px 12px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 14px 20px 12px 45px;
	border: none;
	border-bottom: 1px solid #ddd;
	font-family: Rosarivo;
  }
  
  #myInput:focus {outline: 3px solid #ddd;}
  
  .dropdown {
	position:relative;
	display: inline-block;
	}
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	font-family: Rosarivo;
	font-size: 16px;
	min-width: 230px;
	overflow: auto;
	border: 1px solid #ddd;
	max-height: 350px;
	z-index: 1;
  }
  
  .dropdown-content a {
	color: black;
	padding: 8px 16px;
	text-decoration: none;
	display: block;
  }
  
  .dropdown-content a.kop {
	color: black;

  }

  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}

  button {
	background-color: #f49100;
	border: none;
	color: white;
	padding: 5px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-family: Rosarivo;
	margin: -4px 0px;
	cursor: pointer;
	transition-duration: 0.4s;
  }

  .button1 {
	background-color: white; 
	color: black; 
	border: 1px solid #f49100;
  }

  .button1:hover {
	background-color: #f49100;
	color: white;
  }

  .button2 {
	background-color: white; 
	color: black; 
	border: 1px solid #008CBA;
  }

  .button2:hover {
	background-color: #008CBA;
	color: white;
  }

  .button2:active {
	background-color: #008CBA;
	color: white;
  }