/* NEWSCONTROL CSS STYLES */

.newscontainer
{
    margin-left: 40px;
}

.newscontainer hr 
{
    height: 1px;
    border-top: 1px solid #D3D3D3;
    margin-bottom: 5px;
    margin-right: 20px;
}

.newssummary 
{
    margin-bottom: 5px;
}

/* Titel boven alle newsitems (niet van niewsitems zelf) */
.newscontainer h3 
{
    font-size: 12px;
    font-weight: 700;
}

.contentSpanLeftCenter {
}

/* De nieuwsitems */

.newsitem 
{
}

.newstitle 
{
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Datum van het bericht */
.newsdate {
}

/* Foto boven het bericht (als die geactiveerd is) */
.newsitemfoto {
}

/* De foto zelf */
.newsitemfoto img {
}

/* Titel van het niewsitem */
.newsitem h4 {
}

/* paragraph text van het nieuwsitem */
.newsitem p {
}

/* De "lees meer" link */

.newsmeer 
{
    margin-bottom: 5px;
}

.newsmeer a:link, .newsfull a:link
{
    color: #4899bc;
}

.newsmeer a:visited, .newsfull a:visited 
{
    color: #4899bc;
}

.newsmeer a:hover, .newsfull a:hover 
{
    color: #bfbcad;
}

.newsmeer a:active, .newsfull a:active 
{
    color: #bfbcad;
}

.activearticle
{
	width: 710px;
	background-color:#efefef;
	border-top:solid 1px #d3d3d3;
}
	.article
{
	width:710px;
	margin-bottom: 5px;
	border-top:solid 1px #d3d3d3;
}

.newsbody
{
	margin: 5px;
	}




