/* CSS Document */
/* 

STYLE SHEET FOR Intercel WEB SITE
Created by Ine Marijke Schurink imProductDesign
www.impd.nl 

 1. nieuws op homepage

*/

/* --------- 1. nieuws op homepage  --------- */
span.nieuws table {
 width: 95%;
}
span.nieuws table tr td {
 padding: 3px;
}
.nieuwstext a, .nieuwstext a:visited {
 text-decoration: none;
 color: #C03D39;
}
.nieuwstext a:link {
 text-decoration: none;
 color: #C03D39;
}
.nieuwstext a:hover {
 background-color: #ccc;
}
.nieuwstext a:visited {
 text-decoration: none;
 color: #C03D39;
}
.nieuwstitel {
 background-color: #d1d1d1;
 font-weight: bold;
}
.datum {
 font-style: italic;
 font-size: 0.9em;
 border-bottom: 1px solid #d1d1d1;
}
.nieuwstext {
 border-bottom: 1px dashed #c03d39;
}

.nieuws img {
	float: right;
	padding: 0 0 10px 10px;
}

.vacaturetext {
	border-bottom: 1px solid #d1d1d1;
	line-height: 1.5em;
	list-style-position: inside;
	list-style-image: url(../images/ster_klein.gif);
}
.vacaturetext_solliciteren {
	border-bottom: 1px dashed #c03d39;
	line-height: 1.5em;
	list-style-position: inside;
	list-style-image: url(../images/ster.gif);
}

.vacaturetext_solliciteren a {
	color: #C03D39;
	text-decoration: none;
}
<!--- los opsommen 09 01 05  ---->
.vacaturetext_solliciteren a:link {
	color: #C03D39;
	text-decoration: none;
}
.vacaturetext_solliciteren a:hover {
 background-color: #ccc;
}
.vacaturetext_solliciteren a:visited {
	color: #C03D39;
	text-decoration: none;
}
<!--- toegevoegd 09 01 05  ---->
.vacaturetext a {  
	color: #C03D39;
	text-decoration: none;
}
.vacaturetext a:link {
	color: #C03D39;
	text-decoration: none;
}
.vacaturetext a:hover {
 background-color: #ccc;
}
.vacaturetext a:visited {
	color: #C03D39;
	text-decoration: none;
}

