﻿body 
{
    background-color: #FFFFFF;
    color: #004000;
    font-family: Arial, Verdana;
    font-size: 12px;
}
h1
{
	font-size:50px;
	letter-spacing: 15px;
	color: #206020;
}
.kop
{
	font-size: 14px;
	font-weight: bold;
}
.invoer
{
	background-color: #EEFFEE;
	border-color: #99AA99;
	border-style: dashed;
	border-width: 1px;
	width: 190px;
}
.button
{
    background-color:#CCFFCC;
    color: #004000;
    padding: 3px;
    text-decoration: none;
    display:block;
    border-bottom: solid 1px #AAAAAA;
    border-right: solid 1px #AAAAAA;
    border-top: solid 1px #EEEEEE;
    border-left: solid 1px #EEEEEE;
}
.accordionPane
{
    background-color:#EEEEEE;
    color:#004000;
    border: solid 1px #CCCCCC;
    margin-bottom:5px;
    overflow: visible;
    
}
.accordionHeader
{
    background-color: #408040;
    color:#FFFFFF;
    border-bottom: solid 1px #004000;
    border-right: solid 1px #004000;
    border-top: solid 1px #CCFFCC;
    border-left: solid 1px #CCFFCC;
    font-weight: bold;
    font-size: 13px;
    padding: 7px;
    margin-top:7px;
    text-decoration: none;
}
