* {
  margin : 0;
  padding : 0;
  font-family : sans-serif;
  font-size : 1em;
}

body {
  background-color : #eeeeee;
}

a {
  font-size : 1em;
}

img {
  border-width : 0;
}

h1 {
  font-size : 1.3em;
}

h2 {
  font-size : 1em;
}

p {
  font-size : 0.875em;
}

h1 {
  margin-top : 25px;
  margin-left : 90px;
  margin-bottom : 10px;
}

h2.formhead {
  margin-top : 20px;
}

div.houder {
  width : 960px;
  margin : auto;
  margin-bottom : 20px;
  background-color : #ffffff;
  box-shadow : 0 0 24px #888 ;
  border-radius : 10px;
}

div.header {
  clear : both;
  height : 100px;
  border-width : 0 0 3px;
  border-color : #660000;
  border-style : solid;
  background-image : url('/img/headback.png');
}

div.headimg {
  float : left;
  height : 100px;
}

div.logout {
  float : right;
  margin-top : 10px;
  margin-right : 10px;
  text-decoration : none;
  color : #ffffff;
}

div.logout a {
  color : #ffffff;
}

div.menu {
  clear : right;
  float : right;
  margin-right : 10px;
  margin-top : 28px;
  border-width : 0;
  border-color : white #660000 white white;
  border-style : solid;
  overflow : visible;
}

div.menu li {
  list-style-type : none;
  line-height : 1.3em;
  display : inline;
  padding-left : 5px;
  padding-right : 3px;
  border-width : 0 0 0 2px;
  border-color : #000000;
  border-style : solid;
}

div.menu a:link {
  text-decoration : none;
  color : #ffffff;
}

div.menu a:visited {
  text-decoration : none;
  color : #ffffff;
}

div.menu a:hover {
  text-decoration : underline;
  color : #660000;
}

div.scripts {
  float : left;
  width : 190px;
  min-height : 490px;
  margin-left : 10px;
  margin-top : 10px;
  border-width : 0 3px 0 0;
  border-color : white #660000 white white;
  border-style : solid;
  overflow : visible;
}

div.scripts li {
  width : 180px;
  list-style-type : none;
  line-height : 1.3em;
  font-weight : bold;
  font-size:0.9em;
}

div.scripts a:link {
  text-decoration : none;
  color : #000000;
}

div.scripts a:visited {
  text-decoration : none;
  color : #000000;
}

div.scripts a:hover {
  text-decoration : underline;
  color : #660000;
}

ul.pagelist li {
  margin-left : 10px;
  font-weight : normal;
}

div.main {
  float : left;
  width : 710px;
  min-height : 400px;
  margin-top : 10px;
  margin-left : 20px;
}

div.mainsmall {
  width : 405px;
}

div.main p {
  margin-top : 3px;
}

li.littlepage {
  list-style-type : none;
  float : left;
  width : 200px;
  height : 120px;
  margin-left : 0;
  margin-right : 8px;
  margin-top : 10px;
  margin-bottom : 0;
  border-width : 1px 1px 4px 2px;
  border-style : solid;
  background-color : #eeeeff;
  border-radius : 5px;
}

.lpold {
  border-color : #dddddd #dddddd #cc0000 #000000;
}

.lpnow {
  border-color : #dddddd #dddddd #00cc00 #000000;
}

.lpnew {
  border-color : #dddddd #dddddd #0000cc #000000;
}

div.pagethumb {
  float : right;
  width : 320px;
  height : 180px;
  margin-left : 0;
  margin-right : 2px;
  margin-top : 10px;
  margin-bottom : 0;
  border-width : 2px;
  border-color : #dddddd #dddddd #dddddd #dddddd;
  border-style : solid;
  background-color : #eeeeff;
}

div.mainhead {
  float : left;
  width : 700px;
  height : 70px;
  margin-left : 0;
  margin-right : 8px;
  margin-top : 10px;
  margin-bottom : 0;
  border-width : 2px;
  border-color : #dddddd #dddddd #dddddd #dddddd;
  border-style : solid;
  background-color : #eeeeff;
  border-radius : 5px;
}

div.mainhead img {
  float : left;
  margin-left : 10px;
}

div.bericht {
  float : left;
  width : 700px;
  height : 55px;
  margin-left : 0;
  margin-right : 8px;
  margin-top : 10px;
  margin-bottom : 0;
  border-width : 2px;
  border-color : #dddddd #dddddd #dddddd #dddddd;
  border-style : solid;
  background-color : #eeeeff;
  background-image : url('/img/Basic_set_Png/info_48.png');
  background-repeat : no-repeat;
  background-position : 10px 2px;
  border-radius : 5px;
}

div.bericht p {
  color : #000000;
  font-weight : bold;
  margin-top : 20px;
  margin-left : 90px;
  margin-bottom : 10px;
}

div.foutje {
  float : left;
  width : 700px;
  height : 55px;
  margin-left : 0;
  margin-right : 8px;
  margin-top : 10px;
  margin-bottom : 0;
  border-width : 2px;
  border-color : #ffdddd #ffdddd #ffdddd #ffdddd;
  border-style : solid;
  background-color : #eeeeff;
  background-image : url('/img/Basic_set_Png/warning_48.png');
  background-repeat : no-repeat;
  background-position : 10px 2px;
  border-radius : 5px;
}

div.foutje p {
  color : #ff4444;
  font-weight : bold;
  margin-top : 20px;
  margin-left : 90px;
  margin-bottom : 10px;
}

li.littlepage:hover {
  background-color : #ddddee;
}

li.littlepage img {
  float : left;
  width : 160px;
  height : 90px;
  border-width : 1px;
  border-color : #eeeeee;
  border-style : solid;
}

div.lpitem {
  float : left;
  width : 30px;
  height : 23px;
  margin-left : 8px;
  margin-right : 0;
  margin-top : 0;
  margin-bottom : 0;
}

li.littlepage img.lpimage {
  float : left;
  width : 16px;
  height : 16px;
  border-width : 0;
  border-color : black;
  border-style : solid;
}

div.lptitle p {
  margin-left : 5px;
  margin-top : 95px;
  overflow:hidden; 
  white-space:nowrap; 
  text-overflow:ellipsis; 
}

.clearit {
  clear : both;
}

div.blok {
  float : left;
  width : 320px;
  margin-top : 10px;
  padding-top : 5px;
  border-width : 3px 0 0;
  border-color : #660000;
  border-style : solid;
}

div.blok p img {
  border : 0;
}

div.nieuws {
  width : 960px;
}

div.nieuws p {
  margin-left : 10px;
  font-weight : normal;
  font-family : sans-serif;
/*  font-size : 1.1em; */
/*  color : #660000; */
}

div.nieuwsitem img {
  margin-top: 10px;
  margin-left: 15px;
  width: 220px;
  border: 1px solid #660000;
}

div.nieuwsitem {
  float: left;
  width : 230px;
}

div.nieuwsitem p {
  font-weight : normal;
  font-family : sans-serif;
  font-size : 0.75em;
  font-style : italic;
  text-align: right;
  width: 220px;
}

div.helpdesk {
  float: left;
  margin-left: 15px;
  margin-bottom: 10px;
  width : 200px;
}

div.helpdesk img {
  width: 170px;
}

div.footer {
  clear : both;
}

div.files table {
  border : 0 solid black;
  width : 690px;
}

th {
  font-weight : bold;
  color : #000000;
  background : #d3dce3;
}

td a:link {
  text-decoration : none;
  color : #000001;
}

td a:visited {
  text-decoration : none;
  color : #000001;
}

td a:hover {
  text-decoration : none;
  color : #000000;
}

div.files tr:hover {
  background : #eeeeee;
}

table tr.odd th, .odd {
  background : #e5e5e5;
}

table tr.even th, .even {
  background : #d5d5d5;
}

.button {
  border : 1px;
  border-color : #bbbbbb;
  border-style : solid;
  background : #ddddee;
  border-radius : 4px;
  font-family : sans-serif;
  font-size : 1em;
  padding : 2px;
  margin-right : 5px;
}

.button:hover {
  background : #eeeeff;
  border-color : #dddddd;
}

label {
  border : 1px;
  border-color : #222222;
  border-style : none;
  background : #ffffff;
  font-family : sans-serif;
  font-size : 0.875em;
  margin-right : 10px;
}

input.text, input.effect, select.text {
  border : 1px;
  border-color : #222222;
  border-style : none;
  background : #ddddee;
  font-family : sans-serif;
  font-size : 1em;
  padding : 2px;
  width : 250px;
}

textarea {
  width: 250px;
}

input.text:hover, input.effect:hover, input.filename:hover {
  background : #eeeeff;
}

input.breed {
  width : 500px;
}

input.textnum {
  width : 30px;
}

input.textdate {
  width : 120px;
}

input.color {
  border : 1px;
  border-color : #ddddee;
  border-style : solid;
  font-family : sans-serif;
  font-size : 1em;
  padding : 2px;
  width : 84px;
}

input.filename {
  border : 1px;
  border-color : #ddddee;
  border-style : none;
  background : #ddddee;
  font-family : sans-serif;
  font-size : 1em;
  padding : 2px;
  width : 250px;
}

div.fixed {
  position : fixed;
}

.msel {
  position : fixed;
  z-index : 3;
  clear : both;
  left : 100px;
  top : 40px;
  border : 5px solid;
  border-color : #dddddd;
  background : #ffffff;
  width : 800px;
  height : 620px;
  overflow : auto;
  padding : 5px;
}

.boom {
  position : static;
  float : left;
  width : 500px;
  height : 600px;
  overflow : auto;
}

.mselimg {
  position : static;
  width : 250px;
  border : 2px solid;
  border-color : #660000;
}

.mimgdiv {
  position : static;
  float : left;
  width : 250px;
}

.mbutdiv {
  position : static;
  float : left;
  padding : 3px;
}

#wherh .ui-selecting {
  background : #11ee11;
}

#wherh .ui-selected {
  background : #00ff00;
  color : white;
}

#wherh {
  list-style-type : none;
  margin : 0;
  padding : 0;
}

#wherh li {
  background : #ff0000;
  margin-right : 2px;
  margin-bottom : 2px;
  height : 19px;
  width : 9px;
  float : left;
}

#dagen {
  list-style-type : none;
  margin : 0;
  padding : 0;
}

#dagen li {
  background : #ddddee;
  margin-right : 2px;
  margin-bottom : 2px;
  margin-left : 10px;
  height : 19px;
  width : 24px;
}

#uren {
  list-style-type : none;
  margin : 0;
  padding : 0;
}

#uren li {
  background : #ddddee;
  margin-right : 1px;
  margin-bottom : 2px;
  height : 19px;
  width : 21px;
  float : left;
  text-align : center;
}

.floatdiv {
  float : left;
}

.wherhtd {
  width: 570px;
}

ul.fontselector, ul.divselector {
  background: white;
  border: 1px solid #ccc;
  border-top: 0;
  font-size: 14px;
  float: left; 
  list-style: none;
  margin: 0;
  padding:0;
  line-height: 1.2;
  z-index:    10;
  position:   absolute;
}
ul.divselector {
  font-size: 16px;
}
ul.fontselector li, ul.divselector li {
  margin:   0;
  padding:  0;
  list-style: none;
}
ul.fontselector a, ul.divselector a {
  display:    block;
  padding:    3px;
  color:      black;
  text-decoration: none;
}
ul.fontselector a:hover, ul.divselector a:hover {
  background: #ddd;
  cursor:     pointer;
}

.right {
  text-align : right;
}

.center {
  text-align : center;
}

.phover {
  border : 2px;
  border-color : #660000;
  border-style : solid;
}

#imgsel {
  height: 360px;
}

#theimage {
  height: 100%;
}

.crop { 
  overflow:hidden; 
  white-space:nowrap; 
  text-overflow:ellipsis; 
  width:150px;
  float:left;
}

.crop2 {
  float: left;
}

.mik {
//  width: 170px;
  clear: both;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: sans-serif;
}
#cssmenu > ul > li {
  float: left;
  border-width : 0px 0px 0px 2px;
  border-color : #000000;
  border-style : solid;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 7px;
  font-size: 14px;
//  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
//  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #660000;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  background: #ffffff;
  border-width : 1px 3px 0px 3px;
  border-color : #660000;
  border-style : solid;
}
 #cssmenu ul ul li:first-child > a,
 #cssmenu ul ul li.first-item > a {
  border-width : 3px 3px 0px 3px;
  border-color : #660000;
  border-style : solid;
 }
 #cssmenu ul ul li:last-child > a,
 #cssmenu ul ul li.last-item > a {
  border-width : 1px 3px 3px 3px;
  border-color : #660000;
  border-style : solid;
 }
 #cssmenu ul ul li:only-child > a,
 #cssmenu ul ul li.only-item > a {
  border-width : 3px 3px 3px 3px;
  border-color : #660000;
  border-style : solid;
 }
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #660000;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

@font-face {
    font-family: Qhytsdakx;
    src: url('/css/Qhytsdakx.woff') format('woff'),
         url('/css/qhyts___.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Spinnaker;
    src: url('/css/Spinnaker.woff') format('woff'),
         url('/css/Spinnaker-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Bog Standard";
    src: url('/css/BogStandard.woff') format('woff'),
         url('/css/BOGSTAND.TTF') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Baroque Script';
    src: url('/css/BaroqueScript.woff') format('woff'),
         url('/css/BaroqueScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Accidental Presidency";
    src: url('/css/AccidentalPresidency.woff') format('woff'),
         url('/css/AccidentalPresidency.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('/css/SourceSansPro-Regular.woff') format('woff'),
         url('/css/SourceSansPro-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('/css/Montserrat-Light.woff') format('woff'),
         url('/css/Montserrat-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

.progress {
  height: 1.5em;
  width: 100%;
  background-color: #ddddee;
  position: relative;
}
.progress:before {
  content: attr(data-label);
  font-size: 0.8em;
  position: absolute;
  text-align: center;
  top: 5px;
  left: 0;
  right: 0;
}
.progress .value {
  background-color: #7cc4ff;
  display: inline-block;
  height: 100%;
}
