/*Content*/
.AllContainer 
{
    color:#666666;
    }

.kortetekst 
{
    font-size:1.2em;
    }
.langetekst 
{
    font-size:1.2em;
    }

/*Nieuws*/
.news{
    display:block;
	float:left;
	margin-top:20px;
    }
.Bericht{
	clear: both;
    float: left;
	width:650px;
	}
.Bericht h2 
{
    font-size:1.6em;
    }
.startdatum 
{
    margin-top:3px;
    margin-bottom:20px;
    }
.Bericht .addthis{
	border-top: 1px solid;
    margin-top: 20px;
    padding-top: 10px;
	}
.Bericht .addthis .deel{
	display: block;
    margin-bottom: 5px;
	}
.news a 
{
    clear:both;
    color:#727272;
    display:block;
	padding-left: 18px;
	background-image: url("/images/bolletje.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 8px;
	vertical-align: top;
	padding-right: 26px;
    }
.news a:hover 
{
    color:#336DAC;
}
