@charset "UTF-8";
/* CSS Document */

#content #midden 
{
	padding-right: 7px;
	width: 610px;
	background: #ffffff url(/img/klimaat-bg-content.gif) repeat-y; 
}


#content #links
{
}



/* linker info-panel 
   ------------------------------ */
   
#content #links .infopanel
{
	width: 139px;
	margin-top: 9px;
	padding: 4px 8px 5px 8px;
	background: #ffffff;
	border-bottom: 1px #cccccc dotted; 
}
/* titel */
#content #links .infopanel h5
{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
  margin-bottom: 8px;
  padding: 0px;
  padding-bottom: 2px;
  color: #669900;
  background: #ffffff url(/img/bg-subtitel-donker.gif) repeat-x bottom; 
}
/* lijst opmaak */
#content #links .infopanel ul { margin: 0px; padding: 0px; padding-left: 15px;  }
#content #links .infopanel li 
{
  list-style-image: url(/img/arrowgrey2.gif);
  margin: 0px;
  margin-left: 0px;
  margin-bottom: 4px;
  padding-bottom: 4px;
  font-weight: bold;
}
/* link opmaak */
#content #links .infopanel a { color: #000000; text-decoration: none; }
#content #links .infopanel a:hover { color: #669900; text-decoration: underline; }



#content #links .item { text-align: center; padding-top: 6px;  }



/* Introductie foto en tekst 
   ----------------------------- */

.rubriekhead 
{ 
	clear: both;
	margin-bottom: 16px;
	background: #f0f7d9 url(/img/klimaat-bg-intro.gif) no-repeat; 
	height: 209px;
}

.rubriekhead .logo
{
	float: left;
	margin: 0px;
	padding: 0px;
}

.rubriekhead .intro
{
	margin: 0 0 0 299px;
	padding: 10px 12px 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	text-align: left;
}




/* De twee kolommen
   -------------------- */
 
.linkerkolom 
{
  float: left;
  width: 299px;
  margin: 0 12px 0 0;

}

.rechterkolom {
  float: left;
  width: 299px;
  margin: 0px;
}






/* De artikels over de campagne
   ---------------------------------- */

.artikelover
{
  margin: 0 0 12px 0;
  background: #ffffff url(/img/klimaat-bg-artikelover.gif) no-repeat;
}

.artikelover .foto
{
  float: left;
  width: 80px;
  margin: 0 8px 0 0;
  padding: 0px;
}
.artikelover .foto img { border: 0px none; }

.artikelover .tekst
{
  float: left;
  width: 199px;
  padding: 10px 12px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.artikelover .tekst a { color: #000000; text-decoration: none; }
.artikelover .tekst a:hover { color: #669900; text-decoration: underline; }





.artikellijst li { padding-bottom: 12px; }
.artikeltitel-lijst { font-size: 13px; font-weight: bold; }
