/*news select*/

#newsselector {
  display: block;
  background: url(../images/newsselector/bg-newsselector.png) no-repeat;
  width: 662px;
  height: 80px;
  padding: 8px 0 0 0;
  margin-top: 8px;
 }
 
#newsselector p {
  margin: 0 0 0 15px;
 }
 
#newsselector p.bottom {
 
  margin: 15px 0 0 15px ;

  float: left;
}
#newsselector p.bottomright {
  float: right;
  text-align:right;
  margin: 15px -120px 0 0;
}
#newsselector p.bottomright a {
  text-decoration:none;
  color: #4c4c4c;
}

#newsselector p.bottom a {
  text-align:right;
}
  
#newsselector form {
  float:right;
  margin: -17px 30px 15px 0;
}
  
#tagcloud {
   background: url(../images/newsselector/bg-toggle.png) bottom left no-repeat;
   width:662px;
   margin: -20px 0 0 0;
  padding: 10px 18px 10px 8px;
 }

#tagcloud p a span{
 text-decoration: none;
 color: #4c4c4c;
}

#tagcloud p {
   text-align:  center;
   color: #4c4c4c;
   line-height: 25px;
   width: 600px;
   margin: 15px 0 0 25px
}

/*
#tagcloud p span.level1 {
  font-size: 110%
}

#tagcloud p span.level2 {
  font-size: 125%
}

#tagcloud p span.level3 {
  font-size: 140%
}
#tagcloud p span.level4 {
  font-size: 200%
}
*/

#tagcloud .size9 {
	color: #000;
	font-size: 26px;
}
#tagcloud .size8 {
	color: #111;
	font-size: 24px;
}
#tagcloud .size7 {
	color: #222;
	font-size: 22px;
}
#tagcloud .size6 {
	color: #333;
	font-size: 20px;
}
#tagcloud .size5 {
	color: #444;
	font-size: 18px;
}
#tagcloud .size4 {
	color: #555;
	font-size: 16px;
}
#tagcloud .size3 {
	color: #666;
	font-size: 14px;
}
#tagcloud .size2 {
	color: #777;
	font-size: 12px;
}
#tagcloud .size1 {
	color: #888;
	font-size: 8px;
}
#tagcloud .size0 {
	color: #999;
	font-size: 6px;
}

/*end news select*/

/*acties select*/

#actieselector {
  display: block;
  background: url(../images/actieselector/bg-actieselector.png) no-repeat;
  width: 662px;
  height: 45px;
  padding: 8px 0 0 0;
  margin-top: 7px;
 }
 
 #paging {
  text-align:center;
  padding: 5px;
 }
 #paging a {
  margin:7px;
  color:#4160cc;
 }
  #paging a.current {
  margin:7px;
  color:#4160cc;
  font-weight:bold;
  font-size:13px;
  text-decoration:none;
 }
 #actieselector p {
  margin: 5px 0 0 15px;
 }
 
 #actieselector form {
  float:right;
  margin: -17px 30px 15px 0;
}
 


.contentbuttons a.news { background: url(../images/contentbuttons/icon-news.gif) no-repeat top center; width: 100%; height: 25px; display: block; margin: 0 auto; }
.contentbuttons a.news:hover { background: url(../images/contentbuttons/icon-news-hover.gif) no-repeat top center;}
.contentbuttons .btn.hover a.news { background: url(../images/contentbuttons/icon-news-hover.gif) no-repeat top center; }