/*******************************************************/
/****** Coding and Design by Saskia van Doesburg *******/
/********* Copyright Gemeente Eindhoven 2009 ***********/
/*******************************************************/
/*******************************************************/
/****Dit is de css voor nieuws specifieke elementen****/
/*******************************************************/

/************************/
/****** headerbox *******/
/************************/
#headerBox {
	background-image: url(img/topboxes.gif);
}
	
/***************************/
/** middle container box ***/
/***************************/

#contentBox {
	background-image: url(img/contentbackground2.gif);
}

/***************************/
/****  kruimelpad    *******/
/***************************/
#kruimelpad li a:link {
	background-image: url(img/crumb.gif); 
}
#kruimelpad li a:hover {
	background-image: url(img/crumb.gif); 
}
#kruimelpad li a:visited {
	background-image: url(img/crumb.gif); 
}


/************************/
/********* footer *******/
/************************/
#footer {
	background-image: url(img/bottomboxes.gif);
}


/*********************************************************************************************/
/************************************** begin elementen **************************************/
/*********************************************************************************************/

h1 {
	color: #000000;
}
h2 {
	color: #333333;
	background-image: url(img/h2arrow.gif);
	letter-spacing: 2px;
}
h3 {
	color: #333333;
	font-size: 100%;	
}

a {
	color: #006699;
	text-decoration: none;
}

/************************/
/*** ankeilerelement ****/
/************************/
.ankeilertitel {
	color: #333333;
}
.leesmeer {
	background-image: url(img/leesmeer.gif); 
}
/*********************************/
/*** ankeilerelement in block ****/
/*********************************/
.ankeilertableblock .ankeilertitel{
	color: #333333;
}

/**********************************************/
/*** ankeilerelement met kop en afbeelding ****/
/**********************************************/
.ankeilertitelkopafb {
	background-color: #333333;
	color: #FFFFFF;
	background-image: url(img/header2.gif);
	padding-right: 10px;
}


/************************/
/**** medialijsten ******/
/************************/
/* met bullet */
.medialijstbullet .spacer {
	background-image: url(img/bullet.gif);
}
/* met pijl */
.mediaoverzichtmetpijl .spacer {
	background-image: url(img/arrow.gif);
}
/* in een blok */
.medialijstblock h2 {
	color: #333333;
	background-image: url(img/header2.jpg);
	padding-right: 10px;
}
.medialijstblock .spacer {
	background-image: url(img/arrowblock.gif);
}
/************************/
/**** tabelelement ******/
/************************/
.table {
	background-color: #FFFFFF;
}
.table .hoekcell{
	background-color: #CC0000;
	color: #FFFFFF;
	background-image: url(img/tableheadernieuws.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.table .headercell{
	background-color: #CC0000;
	color: #FFFFFF;
	background-image: url(img/tableheadernieuws.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.table .header {
	color: #333333;
	background-image: url (img/h2arrow.gif);
}
.table .normal {
	background-color: #f7f7f7;
}
.table .kolom1 {
	background-color: #f7f7f7;
}
/************************/
/**** opsommingen  ******/
/************************/
.opsommingbulleted li{
	list-style-image: url(img/bullet.gif);
}


/************************/
/**** poll element ******/
/************************/
.pollvraag {
	color: #333333;
}	


/************************/
/****** inzetten ********/
/************************/
.inzetdefault .header {
	background-color: #333333;
	background-image: url(img/header2.gif);
	padding-right: 10px;
}

.boxcontact .header {
	background-image: url(img/inzetheader.gif);
}
.inzetzoek {
	background-image: url(img/bgzoek.gif);
	background-repeat: repeat-x;
}

/************************/
/***downloadelement  ****/
/************************/
.downloadNW .normal {
	color: #000000; 
	text-align: left
}
.downloadNW H2 {
	font-weight: bold;
	font-size: 110%;
	background-image: url(img/downloadicon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left top;
}
.downloadNW H2.normal {
	margin-top: -28px; 
	height: 12px
}


#totalContainerBox_ie7only #middleContainerBox #contentBox #elementsContainer #contentWide .downloadNW H2.normal{
	margin-top: -34px; 
	height: 16px
}


.downloadNW H2 A {
	padding-left: 98%; 
	font-size: 50%; 
	width: 100%; 
	color:#FFFFFF;
	letter-spacing: -7px
}

#totalContainerBox_ie7only #middleContainerBox #contentBox #elementsContainer #contentWide .downloadNW H2 A {
	padding-left: 98%; 
	font-size: 50%; 
	width: 100%; 
	color:#FFFFFF;
	letter-spacing: -5px
}


.downloadNW TABLE {
	display: block; 
	margin: 2px 2px 10px 0px; 
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none
}
.downloadNW TH {
	width: 60px
}
.downloadNW .header {
	font-weight: bold; 
	font-size: 100%; 
	color: #000000; 
	text-align: left
}



