﻿*
{
    padding: 0px;    
    margin: 0px;
}

body 
{
	text-align: center;
	font: 0.8em Arial;
	background: #e9e6e7;
}

h1 
{
    color: #dbb330;
    font-size: 1.3em;
    font-weight: bold;
}  

#pg
{
	margin: 0px auto;
	width: 842px;
}

.bold
{
    font-weight: bold;
}

.firstRow
{
    width: 150px;
}
a
{
    color: #000000;    
}

a:hover
{
    color: #555555;
    text-decoration: none;
}

#pg div.top
{
    float:left;
    width: 842px;
    height: 81px;
}

#pg div.image
{
    float:left;
    width: 842px; 
	background: url(images/bg.jpg) repeat-y;        
}

.pnlReglement
{
    width: 50px;
    float:left;
}

#pg div.image img
{
    padding: 30px 0px;
}

#pg div.content
{
    float:left;
    width: 842px;
	background: url(images/bg.jpg) repeat-y; 
	padding: 30px 80px 25px 80px; 
	text-align: left;  
}

#pg div.content ul
{
    padding: 0px;
    margin: 0px;
    list-style-image: url(images/pijltje.gif);
}

.secondRow
{
    width: 400px;
}

#pg div.content ul li
{
    padding-bottom: 20px;
    padding-left: 8px;
}

#pg div.content ul li b
{
    line-height: 1.5em;
}

.formTextbox
{
    border: solid 1px #d9d9d9;
    padding: 3px;
    margin: 3px;
    width: 180px;
}

.checkBox
{
    line-height: 1.5em;
}

#pg div.content .textLeft
{
    float:left;
    width: 600px;
}



#pg div.bottom
{
    float:left;
    width: 842px;
    height: 45px;
    background: url(images/bottom.jpg) no-repeat;
    padding: 4px 0 40px 0;
}

input
{
    margin-right: 3px;
}

div.pnlForm table
{
    width: 500px;
}

.question 
{ 
    width: 43px;
    height: 5px;
    margin-right: 2px;
    background: #d7d6d1;
    float: left;
}

.question-active
{
    width: 43px;
    height: 5px;
    margin-right: 2px;
    background: #dbb330; 
    float: left;
}

.lblFixed
{
    width: 100px;
    float:left;
}


/** footer **/

#pg div.bottom
{
    float:left;
    width: 842px;
    height: 45px;
    background: url(images/bottom.jpg) no-repeat;
    padding: 8px 0 40px 0;
    text-align: center;
    color: #999999;
}

#pg div.bottom span
{
    float: left;
    padding: 0 0 0 137px;
}

#pg div.bottom ul
{
    float:left;
    padding: 0 0 0 30px;
}

#pg div.bottom ul li
{
    list-style: none;
    display: inline;
    padding: 0px 3px;
}

#pg div.bottom ul li a
{
    color: #999999;
    text-decoration: none;
}

#pg div.bottom ul li a:hover
{
    text-decoration: underline;
}
