﻿/**
 * ! Print CSS !
 * 
 * Kijken of deze nu goed voor de profile werkt ook.. effe checken
 *
**/



/************
* Reset all elements (misschien helemaal niet nodig)
************/
* {
  margin:0px;
  padding:0px;
}


/************
* HTML Elements
************/
body {
  font-family:Arial, Sans-Serif;
  font-size:13px;
  line-height:18px;
}
a {
  color:#00e;
}
img {
  border:none;
}
p {
  margin:12px 0px;
}

/************
* Hidden Elements
************/
.page .pageHeader,
.page .pageFooter,
.page .content .contentHeader,
.page .content .contentFooter,
.page .content .columns .columnLeft,


/* uitzoeken */
.blockTitle,
.blockFooter,
.reactie,
.react,

.google-ads-and-ilocal
{
  display:none;
}


/************
* BuurtMessage
************/
.page .content .columns .columnRight .block .columns .columnLeft {
  display:block;
  margin-right:240px; 
}


/************
* Google Map container
************/
.block .columns .columnRight {
  position:absolute;
  top:0px;
  right:0px;
  
}

/************
* BuurtMessage Headers
************/
.title {
  font-size:24px;
  font-weight:bold;
  margin-bottom:16px;
}