body{
background-color: #835732;
background-image: url('images/background.jpg');
background-repeat: repeat-x;
font-family: arial;
font-size: 14px;
color: #666666;
}


#container{
margin-left: 250px;
height: 850px;
}

#main{
margin: 0;
padding: 0;
width: 460px;
height: 400px;
position: absolute;
left: 430px;
top: 240px;
overflow: auto;
}

#header{
position: absolute;
top: 90px;
left: 45px;

}



input{color: black; background-color: #F0F0F0 ; border: 1px solid #999999;}
label{
display: block;
width: 150px;
float: left;
margin: 2px 4px 6px 4px;
text-align: right;
}

textarea{color: black; background-color: #F0F0F0 ; border: 1px solid #999999;}

br{clear: left;}

a{text-decoration: none; color: #666666; border-bottom: 1px dashed #666666;}
a:visited{text-decoration: none; color: #666666; border-bottom: 1px dashed #666666;}
a:hover{text-decoration: none; border-bottom: 1px solid #666666;}

a.noborder, img.noborder{text-decoration: none; border: none;}

li{padding-top: 5px;}

.smalltext{font-size: 10px;}

h1{font-size: 20px;}

.nummering{
padding-left: 10px;
font-size: 15px;
text-decoration: none;
font-weight: normal;
}

p{
margin :0;
padding: 0;
margin-top: 4px;
margin-left: 5px;
margin-bottom: 10px;
}

.title{
border-bottom: 1px dashed #666666;
}

.specialtext{color: orange; font-size: 16px; font-style: italic; text-align: center;}

