
@charset "utf-8";
/* CSS Document */

* {
    margin:0;
    padding:0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:0.75em;
    color:#333;
    line-height:1.5em;
    text-align:center;
    background:url(../images/backgrounds/backs.gif) top repeat-x #656565;
    margin:15px 0 0 0;
    padding:0;
}

div.pageholder {
    margin:0 auto;
    width:760px;
}

div.page {
    display:inline;
    float:left;
    text-align:left;
    width:750px;
    border-left:1px solid #333;
    border-right:1px solid #333;
    background:url(../images/backgrounds/inpage.gif) repeat-y #ffffff;
}

div.header {
    float:left;
    width:750px;
    height:200px;
    background-color:#ffffff;
    z-index:1;
    lineheight:0px;
    position:relative;
}

div.logo {
    z-index:2;
    position:absolute;
}

div.navrow {
    width:750px;
    height:5px;
    float:left;
    background:url(../images/backgrounds/inpage.gif) repeat-y #ffffff;
    background:#333;
}

div.navrow ul {
    list-style-type:none;
}

div.navrow ul li {
    display:block;
    float:left;
    border-right:1px solid #fff;
    height:25px;
    line-height:25px;
    position:relative;
    padding-left:5px;
    padding-right:5px;
}

div.navrow ul li.home {
    background:url(../images/backgrounds/homeli.jpg) 0 -25px;
    padding:0;
    width:25px;
    height:25px;
}

div.navrow ul li.home:hover {
    background:url(../images/backgrounds/homeli.jpg) 0 0;
}

div.navrow ul li.home a {
    display:block;
    text-indent:-9999px;
    width:25px;
    height:25px;
}

div.navrow ul li a {
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
}

div.navrow ul li a:hover {
    color:#cccccc;
}

div.navrow ul li.over,
div.navrow ul li:hover {
background-color:#999;
}

div.navrow ul li ul {
    list-style-type:none;
    background-color:#ffffff;
    position:absolute;
    top:25px;
    left:0;
    width:150px;
    display:none;
    z-index:2;
    background-color: rgba(255, 255, 255, 0.5);
    filter:alpha(opacity=50);
}

div.navrow ul li.over ul,
div.navrow ul li:hover ul {
    display:block;
}

div.navrow ul li ul li {
    width:150px;
    float:none;
    padding:0;
    list-style-type:none;
    padding:0;
    border-style:none;
    height:auto;
    line-height:normal;
    position:relative;
}

div.navrow ul li.over ul li,
div.navrow ul li:hover ul li {
}

div.navrow ul li ul li a {
    color:#333;
    text-decoration:none;
}

div.navrow ul li ul li a:hover {
    color:#333;
}

div.contentsrowfull {
    width:1240px;
    float:left;
    background-color: #ffffff;
    margin-left: -245px;
    border: 1px solid #000000;
}

div.contentsrowfull div.contents {
    margin:10px 10px 10px 18px;;
    line-height:100%;
}

div.contentsrow {
    width:750px;
    float:left;
}


div.contentsrow div.navbar {
    width:150px;
    float:left;
}

div.contentsrow div.navbar ul {
    float:left;
    width:150px;
    margin-top:0px;
    list-style-type:none;
}

div.contentsrow div.navbar ul li {
    border-style:none;
    padding:0 0 0 13px;
    background:url(../images/backgrounds/navli.gif) 5px 8px no-repeat;
    border-bottom:1px solid #cccccc;
    background-color:#dfdfdf;
}

div.contentsrow div.navbar ul li:hover {
    background-color:#d0d0d0;
}

div.contentsrow div.navbar ul li a {
    color:#333;
    text-decoration:none;
    font-size:0.9em;
    font-weight:bold;
}

div.contentsrow div.navbar ul li a:hover {
    color:#990000;
}

div.contentsrow div.navbar div.hp_navitem {
    margin:10px 10px 0 10px;
    background-color:#dfdfdf;
}

div.contentsrow div.navbar div.hp_navitem div.inner {
    margin:5px;
    font-size:10px;
}

div.contentsrow div.navbar div.hp_navitem div.inner h2 {
    font-size:1em;
    margin:4px 0 4px 0;
}

div.contentsrow div.navbar div.hp_navitem div.inner input {
    border:1px solid #cc0000;
    font-size:1em;
    font-family: Arial, Helvetica, sans-serif;
    height:18px;
    margin-bottom:2px;
}

div.contentsrow div.navbar div.hp_navitem div.inner input[type=text] {
    width:168px;
}

div.contentsrow div.navbar div.hp_navitem div.inner input[type=submit] {
    width:170px;
}

div.contentsrow div.contentsholder {
    float:left;
    width:600px;
}

div.contentsrow div.contentsholder div.contents {
    margin:10px 10px 10px 18px;;
    line-height:130%;
}

div.footer {
    float:left;
    width:750px;
    height:40px;
    /*background:url(../images/headers/flag_bottom.gif) right no-repeat #b52727;*/
    background: #b52727;
    text-align:left;
}

div.footer .onderdeel {
    /*margin-left:155px;*/
}


/* OPMAAK */

h1 {
  font-size:14px;
  padding:0px;
  margin:0 0 0.5em 0;
  color:#B52727;
}

h2 {
  font-size:12px;
  padding:0px;
}

h3 {
  font-size:1.2em;
  padding:0px;
}

h4 {
  font-weight:normal;
  font-style:italic;
  padding:0px;
}

h5 {
  font-size:0.9em;
  padding:0px;
}

h6 {
  font-size:0.8em;
  font-weight:normal;
  font-style:italic;
  padding:0px;
}

a {
  text-decoration:none;
  color:#CC0000;
}

a:hover {
  text-decoration:underline;
  color:#990000;
}

p {
  margin:0 0 0.5em 0;
  line-height:1.3em
}

td {
  padding:0px;
}

.contents table {
  width:100%;
}

.contents th {
  font-size:11px;
  text-align:left;
  vertical-align:top;
  padding:2px 1px 2px 1px;
  background-color:#F1F1F1;
}

.contents td {
  font-size:10px;
}

A.cms { font-family: verdana, tahoma, "Times New Roman"; color:#009900;font-size:11px; font-weight:normal; text-decoration: none}
A.cms:visited { font-family: verdana, tahoma, "Times New Roman"; color:#009900;font-size:11px; font-weight:normal;text-decoration: none}
A.cms:hover { font-family: verdana, tahoma, "Times New Roman"; color:#00BB00;font-size:11px;font-weight:normal; text-decoration: none}

#jFlowSlide { 
    background:#ccc; 
    font-family: Georgia, arial, helvetica, sans-serif; 
    margin-left:0; 
    z-index:0; 
    margin-bottom:0; 
}

#myController { }
#myController span.jFlowSelected { }

.slide-wrapper { 
    padding: 0; 
    overflow: hidden;
    width: 900px;
    height: 250px;
}

#controlls {
    width: 810px;
    height: 62px;
    float: left;
    position: relative;
    margin-left: 45px;
    z-index: 1;
    margin-top: -220px;
}

.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover {  }
.jFlowPrev { 
    float:left; 
    width: 41px;
    height: 62px;
    background: url(../images/leftarrow.png) no-repeat left;
    cursor:pointer;     
}

.jFlowNext { 
    float: right; 
    width: 41px;
    height: 62px;
    background: url(../images/rightarrow.png) no-repeat right;
    cursor:pointer; 
}

  ul.nieuws {
    list-style-type:none;
    margin:8px 2px 8px 8px;
    padding:0;
  }
  ul.nieuws li {
    border:1px solid #ccc;
    padding:5px 5px 4px 5px;
    margin-bottom:10px;
    height:1%; /* Fix for MSIE peekaboo bug */
    cursor:pointer;
  }
  ul.nieuws li img {
    border: 1px solid #fff;
    float:left;
    margin-right:5px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }


.contactform {
    float:left;
    width:230px;
}

.contacttext {
    float:left;
    width:290px;
    padding-left:30px;
}

textarea, input {
    border:1px solid #BBBBBB;
    color:#333333;
    width:225px;
    margin-left:0;
    padding-left:0;
    margin-bottom:1px;
}

