/*

  2003-05-15:
    - .concert .subtitel (mv)

  2003-05-07:
    - hide a.zolder (mv)

  2003-04-04:
    - .concert refers to a table, not a p or div (low)
  
  2003-04-03:
    - added .concertlistheader (mv)

  2003-04-02:
    - created (mv)

*/

h1.p_title { /*display:none;*/ }
body { margin-bottom: 0px;}
#readpage .pagetext { margin:0px; padding: 0px; }

.concertrightcol {
  background-color:white;
  width:250px;
  margin: 0px;
  border-left: 2px dotted #000;
  vertical-align: top;
}

.concertrightcol .entry a {
font-size:14px;
}

.concert {
  margin: 0px;
}

.concertlistheader, .concert .datum, .concert .titel, .concert .subtitel {
  font-family:'arial narrow', arial, sans-serif;
  font-size:28px;
  font-weight:bold;
}

.concertlistheader {
  padding:10px 0px 5px 10px;
}

.concert .datum {
  background-color:white;
  text-align:center;
  height:50px;
}


.concert .titel, .concert .subtitel {
  padding-left:10px;
  letter-spacing:1.5;
}
.concert .subtitel { font-size:18px;}


.concert .foto {
  /*background-color:#666;*/
  vertical-align: top;
}

.concert .beschrijving {
  height:200px;
  background-color:#FF9900;
  vertical-align:top;
  width: 100%;
  padding:10px;
  font-size:13px;
}

.concert .beschrijving a:hover {
  color:white;
}

.concert .prijs {
  color:white;
  font-size:13px;
  font-weight:bold;
  padding: 10px;
}

.beschrijving a.zolder { color:black; font-size:12px; margin-top:10px; font-weight:normal; }
.concertrightcol a.zolder { display:none; }  

