.vestiging_content p {
   margin-bottom:20px;
}
.vestiging_content h1{
   color:#000;
}
.vestiging_content .subject{
   font-size:14px;
   margin:0px;
   font-weight:bold;
   text-decoration:none;
}
.vestiging_content .title{
   font-size:14px;
   text-decoration:none;
   font-weight:bold;
}
.content_paragraph{
   margin-top:8px;
   margin-bottom:8px;
}
.content_blok{
   background:#bebebe url(../gfx/news_bg.gif) repeat-x !important;
   width:370px;
   border:1px solid #989898;
   padding:5px;
   margin:5px;
}
.read-more{
   font-size:12px;
}

.button{
   background:#c0c0c0;
   float:left;
   margin-right:10px;
   margin-bottom:10px;
}
.button a{
   text-decoration:none;
   font-weight:bold;
   background:url(../gfx/button_bg.gif) repeat-x !important;
   padding:5px;
   border: 1px solid #989898;
   display:block;
}
.button a:hover {
   color:#ff0000;
}

table.timetable {
   width:200px;
   margin-bottom:1em;
   color:#333;
}
.timetable td {
   border-top:1px dotted #999;
}
.timetable  td.pt_withday {
   border-top:1px solid black;
}
.timetable td.pt_dayname {
   font-weight:bold;
}

.map {
   margin-top: 30px;
}
.map div#map_canvas {
   width: 600px;
   height: 500px;
}

/* VESTIGING SEARCH */
form.vest_search {
   width:202px;
   height:302px;
   border-right:1px solid #c00;
   margin-right:15px;
   padding-right:15px;
   float:left;
}
/* Exception styles for the special layout of this form. */
form.vest_search label,
form.vest_search input,
form.vest_search select {
   float:none;
   display:block;
}
form.vest_search input {
   margin-top:5px;
}
form.vest_search select {
   margin-top:5px;
   width:200px;
}
form.vest_search input.checkradio {
   margin-top:3px;
}

form.vest_search label.checkradio {
   padding:0;
}
form.vest_search input.submitbutton {
   font-size:16px;
   margin:10px auto 0 auto;
}

.vf_location,
.vf_name {
   border-top:1px solid #c00;
   padding-top:10px;
   margin-top:10px;
}

.vest_results {
   margin-top:2em;
}
.vest_item {
   margin:1em 0;
}
.vest_noresults {
   font-style:italic;
   padding-left:20px;
   margin-top:1em;
}
.vest_minimap {
   float:left;
   width:380px;
   height:300px;
   border:1px solid #e57f7f;
   position:relative;
   overflow:hidden;
}
.vest_minimap #map_canvas {
   width: 100%;
   height: 100%;
}