* {
	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;
} 

/* Stagiaire Formulier */
#form_stagiaire {
	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: 325px;
	padding-left: 10px;
}

input { 
	margin-bottom: 5px;
	width: 201px;
}

select { 
	margin-bottom: 5px;
	width: 205px;
}

#submit, #clear {
	width: 80px;

}

#selectbox, #selectbox2, #selectbox3, #selectbox4, #selectbox5,
#selectboxb, #selectbox2b, #selectbox3b, #selectbox4b, #selectbox5b,
#selectboxc, #selectbox2c, #selectbox3c, #selectbox4c, #selectbox5c
 {
	width: 50px;
}

#month, #month2, #month3, #month4, #month5,
#monthb, #month2b, #month3b, #month4b, #month5b,
#monthc, #month2c, #month3c, #month4c, #month5c
 {
	width: 90px;
}

#year, #year2, #year3, #year4, #year5,
#yearb, #year2b, #year3b, #year4b, #year5b,
#yearc, #year2c, #year3c, #year4c, #year5c {
	width: 55px;
	margin-right: 2px;
}

.verplicht {
	padding: 3px 0 0 10px;
}

.txt {
	color: #FF0000;
}

/* Einde Formulier */