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

.nieuwsblok	{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:19px;
	min-height:19px;
}

.nieuwsblok-body	{
	position:relative;
	z-index:1;
	padding:19px;
}

.nieuwsblok-tr, .nieuwsblok-tl, .nieuwsblok-br, .nieuwsblok-bl, .nieuwsblok-tc, .nieuwsblok-bc, .nieuwsblok-cr, .nieuwsblok-cl	{
	position:absolute;
	z-index:1;
}

.nieuwsblok-tr, .nieuwsblok-tl, .nieuwsblok-br, .nieuwsblok-bl	{
	width:20px;
	height:20px;
}

.nieuwsblok-tl	{
	top:0;
	left:0;
	clip:rect(auto, 10px, 10px, auto);
}

.nieuwsblok-tr	{
	top:0;
	right:0;
	clip:rect(auto, auto, 10px, 10px);
}

.nieuwsblok-bl	{
	bottom:0;
	left:0;
	clip:rect(10px, 10px, auto, auto);
}

.nieuwsblok-br	{
	bottom:0;
	right:0;
	clip:rect(10px, auto, auto, 10px);
}

.nieuwsblok-tc, .nieuwsblok-bc	{
	left:10px;
	right:10px;
	height:20px;
}

.nieuwsblok-tc	{
	top:0;
	clip:rect(auto, auto, 10px, auto);
}

.nieuwsblok-bc	{
	bottom:0;
	clip:rect(10px, auto, auto, auto);
}

.nieuwsblok-cr, .nieuwsblok-cl	{
	top:10px;
	bottom:10px;
	width:20px;
}

.nieuwsblok-cr	{
	right:0;
	clip:rect(auto, auto, auto, 10px);
}

.nieuwslbok-cl	{
	left:0;
	clip:rect(auto, 10px, auto, auto);
}

.nieuwsblok-cc	{
	position:absolute;
	z-index:-1;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
}