* {
	margin: 0;
	padding: 0;
}

body {	
	background-color: #7C7C7C;
	font-family: "verdana";
	font-size: 12px;
}

#pagewidth {
	width:800px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background-image: url(../images/bg.gif); 
	background-color: #fff;
}

h1 {
	text-align: center;
	color: #005e9d;
	margin-top: 20px;
}

#header {
	margin: 0 auto;
	width: 800px;
}

#back {
	text-align: right;
	margin-top: 10px;
}

#back a {
	color: #ff0000;
	text-decoration: none;
}

#back a:hover {
	color: #005e9d;
	text-decoration: underline;
}

#footer{
	margin-top: 20px;
	padding-top: 38px;
	display: block;
	font-family: verdana;
	font-size: 10px;
	color: #fff;
	height:66px;
	text-align: center;
	background-color: #7C7C7C;
	background-image: url(../images/footer.gif); 
	background-repeat: no-repeat;
} 


/* Bedrijf Formulier */
#form {
	margin: 0 auto;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
}

fieldset {
  	margin: 10px 0 0 0;
  	padding: 10px 10px 10px 10px;
}

legend {
	font-weight: bold;
	padding: 0 5px;
}

label {
	float: left;
	width: 300px;
	padding-left: 10px;
}

input { 
	margin-bottom: 5px;
	width: 201px;
}

select { 
	margin-bottom: 5px;
	width: 205px;
}

#submit, #clear {
	width: 80px;

}

#dag, #opgericht {
	width: 50px;
}

#month {
	width: 90px;
}

#year {
	width: 55px;
	margin-right: 2px;
}

.verplicht {
	padding: 3px 0 0 10px;
}

.txt {
	color: #FF0000;
}


#stagevergoeding_valuta {
	width: 100px;
}

#stagevergoeding {
	width: 96px;
}

/* Einde Formulier */