h1 {color: #F0F0F0;}

body {
  background-image: url(/upl/2.png);
  background-repeat:no-repeat;
  background-position:top center;
  background-attachment:fixed;
  background-size: cover;

}

nav#mainmenu ul#navigation {
 font-size: 18px; }


table#f2_contactinfo {padding:25px; width:100%;}


input[type="submit"], input[type="button"], a.button {
  background-color: #Fff;
  color: #0047a3;
  border: 1px solid #555555;
  border-radius: 7px;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 20px;
  margin: 10px 5px;
  cursor: pointer;
  width: auto;
  max-width: 610px;
  text-align: center;
  overflow: hidden;
  transition: background-color 100ms ease-out 0ms;
  display:inline-block;
  text-decoration:none;
  white-space: normal;
}


/* :hover : layout knop indien we met de muis over de knop gaan
   :active : layout knop indien deze actief is */

input[type="submit"]:hover, input[type="button"]:hover, a.button:hover {
  background-color:#fff;
  color:#FADF51;
}
input[type="submit"]:active, input[type="button"]:active, a.button:active {
  background-color:#fff;
  color:#FADF51;
  box-shadow:0 2px 1px rgba(0,0,0,0.2) inset;
}

table#f2table0 { margin-left: 20px; }
table#f2table1 { margin-left: 20px; }
table#f2table2 { margin-left: 20px; }
table#f2table3 { margin-left: 20px; }
table#f2table4 { margin-left: 20px; }
table#f2table5 { margin-left: 20px; }
table#f2table6 { margin-left: 20px; }
table#f2table7 { margin-left: 20px;margin-top: -15px; }
table#f2table8 { margin-left: 20px; }
table#f2table9 { margin-left: 20px; }
table#f2table2 { margin-top: 20px; }

body.page82 div#wrapper section table#moduletable-0 tbody tr#module-row-1 td#module-82-1 div.row div.col-3-4 span.descr ul li { margin-left: 30px; }

/* Welcome to the custom CSS page */

/* To use the CSS rules below instead of the default rules, please remove the forward slash and asterisk before the rule and the asterisk and forward slash after the rule */

/* SIMPLE RULES

 the color of titles, either use a color name or color code */

h1, h2, h3, h4, h5, h6 { color: white !important; background-color: #A4A4A4 !important; border-radius: 5px ;  border-style: solid ; border-color: white ; border-width: 1px }

/* text color */

body { color: black !important; font-size: 15px }

/* the background image, change the number and extension of the image to use a different background */

/*body { background-image: url(/upl/2.jpg) !important; }*/

/* the content background-color */

/*div#wrapper { background-color: white !important; }*/
div#wrapper { background-color: #F2F2F2 !important; }

/* menu backgound color */

nav#mainmenu { background-color: #0058A8 !important; }

/* menu color and font size */

/* nav#mainmenu ul#navigation { color: red !important; font-size: 18px !important; } */

/* COMPLEX RULES

 button style and anchor style (with class button) */

/*input[type="submit"], input[type="button"], a.button {
  background-color: #FFF !important;
  color: #0047a3 !important;
  border: 1px solid #555555 !important;
  border-radius: 7px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 5px 20px !important;
  margin: 10px 5px !important;
  cursor: pointer !important;
  width: auto !important;
  max-width: 610px !important;
  text-align: center !important;
  overflow: hidden !important;
  transition: background-color 100ms ease-out 0ms !important;
  display:inline-block !important;
  text-decoration:none !important;
  white-space: normal !important;
}*/

/* button action style and anchor action style (with class button)
 :hover : special effect when hovering the button with the mouse cursor
 :active : special effect when clicking or pressing the button */

/*input[type="submit"]:hover, input[type="button"]:hover, a.button:hover {
  background-color:#fff !important;
  color:#FADF51 !important;
}
input[type="submit"]:active, input[type="button"]:active, a.button:active {
  background-color:#fff !important;
  color:#FADF51 !important;
  box-shadow:0 2px 1px rgba(0,0,0,0.2) inset !important;
}*/

/* text field, password field and dropdown box style */

/*input[type="text"], input[type="password"], select{
  height: 25px !important;
  padding: 2px 7px !important;
  border: 1px solid #AAA !important;
  border-radius: 7px !important;
  font-size: 14px !important;
  margin: 5px !important;
  background-color: #EEE !important;
}*/


/* text and password field focus effect */

/*input[type="text"]:focus, input[type="password"]:focus {
  outline:none !important;
  box-shadow:inset 0px 0px 2px 2px #6C6C6C !important;
}*/


li.programma {list-style: square; font-size: 12pt; border-bottom: 1px solid #A3AEF7; padding: 10px 0px 10px 0px;}