﻿#gegevens input {
    float:left;
    margin-bottom:8px;
    margin-right:15px;
    width:211px;
}
#gegevens .geslacht input {
    float:left;
    margin:0 5px 0 0;
    width:13px;
}
#gegevens .geslacht label {
    margin-right:5px;
}
#gegevens label {
    float:left;
	height:26px;
	line-height:26px;
    width:100px;
}
#gegevens .onderwerp label, #gegevens .vraag label
{
    float:none;
	font-family:Trebuchet,Arial,Helvetica,Sans-Serif;
        }
#gegevens .onderwerp input, #gegevens .vraag textarea
{
    display:block;
    float:none;
    width:224px;
    }
#gegevens .vraag label
{
    }
#gegevens .inschrijven{
    width:100%;
    }
#gegevens .inschrijven input
{
    width:14px;
    }
#gegevens .inschrijven label
{
	height:20px;
	line-height:12px;
    margin-top:7px;
    width:307px;
    }
.linkerkolom
{
    float:left;
    width:355px;
    }
.rechterkolom
{
    float:left;
    width:352px;
    }
.geslacht
{
    height:25px;
    }
.hidden{
	display:none;
	}
.onderwerp{
	clear:left;
	float:left;
}
.actiebanner, .news {
	display: none;
}
.submitbutton{
margin-top:20px;
}
.submitbutton input
{
    background-color:transparent;
    background-image:url(/images/Verstuur.gif);
    background-position:0 0;
    border:none;
    cursor:pointer;
    height:25px;
    margin-left:100px;
    text-align:left;
    text-transform:uppercase;
    width:221px;
    }
.submitbutton input:hover
{
    background-image:url(/images/Verstuur.gif);
    background-position:0 -25px;
    }