﻿body {
 background-color: White;
}


#centerpaginawrapper /*zorgt ervoor dat de hele pagina netjes gecentreerd wordt*/
{
	LEFT: 50%; 
	TOP: 50%;
	VISIBILITY: visible; 
	MARGIN-LEFT: -380px; 
	 margin-top: -240px;
	WIDTH: 760px; 
	POSITION: absolute; 
	TEXT-ALIGN: left;
	background-image: url(/i/advl-teaser.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

/* TEASER */
.teaser {
    font-size: 10px;
    line-height: 16px;
    
}

.teaser .inleiding {
    margin-left: 350px; 
    margin-top:240px;
    color: #ff0000;
    width: 380px;
}
.teaser .inleiding .kop {
     font-weight:bold;
}

.teaser .tekst{
    margin-left: 350px; 
    margin-top: 45px;
    color: #404040;
    width: 380px;
}


/* ALGEMEEN */
.clear
{clear:both;}

a , a:visited, a:hover {color: #ff0000;text-decoration: underline;}
a:focus {outline:none;}
