/* =General
-----------------------------------------------------------------------------*/

body, html {
  height: 100%;
  background: url("../gfx/back_body.gif") repeat-y;
  margin: 0px;
}

body {
  margin: 0px;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

img { border: 0px; float:right; }

hr {
  clear:both;
  height: 1px;
  background-color: #ccc;
  color: #ccc;
  border: none;
  padding: 0;
  margin: 0;
}

/* =Layout
-----------------------------------------------------------------------------*/
.container {
  width: 995px;
}

.header {

}

.menu {
display:none;
}

.leftcol {
display:none;
}

/* =Content
-----------------------------------------------------------------------------*/

.content {
  width: 800px;
  height: 300px;
  padding: 15px 25px 50px 25px;
  float: left;
}

/* =Typography
-----------------------------------------------------------------------------*/

.content a { 
  color: #E60000;
  text-decoration: none;
  border-bottom: 1px solid #B7B7B7;
}

.content a:hover { 
  border-bottom: 1px solid #e60000;
}

.content h1 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: -0.7em;
}

.content h2 {
  font-size: 20px;
  margin-top: 1.2em;
  margin-bottom: -10px !important;
  margin-bottom: -17px;
}

.content h3 {
  margin-bottom: -1.2em !important;
  margin-bottom: -1.7em;
  padding-bottom: 0;
  font-style: italic;
  font-size: 12px; 
}

.content p {
  line-height: 1.35em;
}

.ul_publicaties {
  list-style:none;
  margin-left: -2.8em !important;
  margin-left: 0em;
  margin-top: 1.8em;
}

.ul_publicaties a {
  margin-left: 10px;
  float:left;
}

.ul_publicaties img {
  margin-bottom: 10px;
  float:left;
}

.ul_publicaties li {
  clear:both;
}

.content ul li {
  line-height: 20px;
}

.vestiging {
  color: #555;
}

/* =Breadcrumbs
-----------------------------------------------------------------------------*/

.breadcrums {
display:none;
}

.breadcrums a {
  border-bottom: 0! important;
  height: 29px;
  line-height: 29px;
  padding-left: 25px;
  color: #e60000;
  text-decoration: none;
}

/* =MainMenu
-----------------------------------------------------------------------------*/

.menu ul {
  padding: 0px;
  margin: 0;
  list-style: none;
  color: #e60000;
  background: #fff;
}

.menu ul a {
  color: #e60000;
  text-decoration: none;
}

.menu ul a:hover {
  color: #000;
  text-decoration: none;
}

.menu ul li .selected {
  color: #000;
}

.nav {
  margin-bottom: 1px;
}

.ul_menu {
  float: left;
  width: 100px;
}

.ul_submenu {
  padding-bottom: 10px !important;
}

.ul_submenu li {
  text-align: left;
  margin-left: 9px;
}

.menu_img {
  float:left;
  padding-left: 1px;
}


/* =Subnav
-----------------------------------------------------------------------------*/

.subnav {
display:none;
}


/* =Bedrijfsonderdeelmenu
-----------------------------------------------------------------------------*/

.menuwrap {
display:none;
}



/* =Nieuwsbericht
-----------------------------------------------------------------------------*/

.item_h1 {
  font-size: 20px !important;
  padding-bottom: 5px;  
}

.item_lead {
  font-weight: bold;
}

.item_image {
  margin: 0;
}

/* =Nieuwsblokje rechts
-----------------------------------------------------------------------------*/

.rightul {
display:none;
}


.backbutton {
  display:none;

}

.print {
  display:none;
}




