body {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form
{
	margin: 0px;
}

table
{
	border-collapse: collapse;
}

img.image
{
	border: 1px solid #0878af;
	margin-right: 2px;
}

div.clear
{
	clear: both;
}

/* ======================================= */
/* 0pmaak */
/* ======================================= */

h1
{
	font-size: 16px;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
}

h2
{
	font-size: 11px;
	margin-top: 0.4em;
	margin-bottom: 0.3em;
}

p
{
    font-size: 11px;
	margin-top: 0em;
	margin-bottom: 0.8em;
	line-height: 1.6em;
}

ul
{
	margin-top: 0em;
	margin-bottom: 0.8em;
}

li
{
	line-height: 1.6em;
}

td {
	vertical-align: top;
}

/* ======================================= */
/* Deepinfo */
/* ======================================= */

span.deepinfoInhoud 
{
    display: none;
}

/* ======================================= */
/* FeatureTable  */
/* ======================================= */

table.featureTable {
	margin: 0px 0px 1em 0px;
}

table.featureTable th {
	padding: 0px 4px 0px 4px;
	text-align: center;
}

table.featureTable td.valueCel 
{
    width: 30%;
	text-align: center;
	height: 15px;
	padding: 0px 4px 0px 4px;
}

table.featureTable td.nameCel 
{
    width: 40%;
}

td.nameCel p {
	margin: 0px;
}

td.groep
{
    padding-top: 6px;   
}

td.groep p 
{
    font-weight: bold;
    margin: 0px;
}

/* ======================================= */
/* Screenshot */
/* ======================================= */

div.screenshot {
	width: 342px;
	float: left;
	margin: 0px 20px 15px 0px;
	text-align: center;
}

img.screenshot {
	width: 340px;
	height: 230px;
}

/* ======================================= */
/* Form */
/* ======================================= */

form {
	width: 100%;
	margin: 0px;
}

div.form 
{
    background-color: #e6f1f7;
    padding: 10px;
    margin: 15px 0px 4px 0px;
}


/* stijl van de foutmelding */
div.foutmelding 
{
	display: block;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
}

/* stijl als er geen foutmelding is */
div.geenfoutmelding 
{
	padding-bottom: 2px; 
	display: none; 
}

/* stijl van de parentDiv als er geen foutmelding is */
div.inputBox
{

}

/* stijl van de parentDiv als er een foutmelding is */
div.foutmeldingInputBox
{
	background-color: #f3f8fb;
	margin-top:3px;
	margin-bottom:3px;
}

button.submit 
{
    float: right;
    margin-top: 10px;
    margin-right: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

table.form 
{
    width: 100%;
}

td.labelCel 
{
    width: 40%;
}

td.inputCel 
{
    width: 60%;
}