div.info_wrapper
{
    margin: auto 200px 60px 75px;
}

.info_wrapper h2, #page_content_editor h2
{
    border-bottom: dashed 1px #CCC !important;
    color: #262626;
    font-size: 160%;
    margin: 21px 0 20px 0;
    padding-bottom: 10px;
}

.info_wrapper dl
{
    border-bottom: dashed 1px #CCC;
    margin: 0 auto 40px auto;

}

.info_wrapper dl dt div.bullet
{
    background: transparent url(../images/blue-circle.gif) no-repeat;
    color: #FCFCFC;
    float: left;
    font-family: "lucida Grande", helvetica;
    font-size: 16px; /* no relative measure unit */
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    padding-left: 6.2px;
    width: 23px; /* minus padding */
}

.info_wrapper dl dt
{
    color: #632166;
    font-family: Helvetica;
    font-size: 20px;
    line-height: 27px;
}

.info_wrapper dl dd
{
    font-size: 90%;
    line-height: 160%; /*verbeter leesbaarheid */
    margin: 3px 200px 40px 0; /* grote margin rechts om minder woorden per lijn te krijgen */      
}

.info_wrapper p
{
    font-size: 90%;
    line-height: 160%;
    margin: 10px 150px 10px 0;
}

.info_wrapper h1
{
    margin-left: 0;
}

.info_wrapper ul
{
    padding-left: 16px;
}

.info_wrapper li
{
    line-height: 22px;
}
div#information_content dl dd
{
	margin: 3px 3px 40px 0;
}
.info_wrapper strong
{
	font-weight: bold; /*strong staat niet in alle browsers standaard bold */
}
ul#navlist li
{
	font-size: 90%;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
div.reader table {
	border-collapse: collapse;
	font-size: 12px;
	width: 400px;
}

div.reader table, div.reader th, div.reader td {
	border: 1px solid #666;
}