/* Styles Leerlingen */
body
{
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font: Arial;
	color: White;
}

#banner
{
	height: 75px;
	font-family: Arial;
	color: #32619E;
	text-transform: uppercase;
	padding-top: 15px;
	text-align: center;
}

#banner span.bannerTextSmall
{
	font-weight: bold;
	font-size: 14px;
    letter-spacing: 1;
}

#banner span.bannerTextLargeBold
{
	font-weight: bold;
	font-size: 47px;
}

#banner span.bannerTextLargeRegular
{
	font-size: 47px;
}

#category
{
	width: 990px;
	text-align: center;
	height: 20px;
	margin: 0 auto 0 auto;
}

#category div
{
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 320px;
	height: 20px;
	padding-top: 3px;
}

/* Ster vacatures */
#sterVacature
{
	position: relative;
	top: 330px;
	left: -60px;
}

#sterOpendagen
{
	display: inline;
	position: relative;
	top: 330px;
	left: -60px;
}

/* Open dagen  */
#messageWindowOpendagen
{
	display: none;
	/* background-color: #33cc33;
	border: solid 4px Purple; */
	width: 300px;
	height: 300px;
	margin-left: 340px;
	margin-top: 50px;
	padding: 15px 15px 15px 15px;
	position: absolute;
	z-index: 10;
	color: White;
}
.messageTitle
{
	font-size: 18px;
	font-weight: bold;
	color: white;
}

#messageWindowOpendagen td
{
	color: White;
	font-size: 10px;
}

#messageWindowOpendagen a:link, #messageWindowOpendagen a:visited
{
	color: white;
	font-size: 10px;
	text-decoration: underline;
}

/* Message Window */
#messageWindow
{
	display: inline;
	/* background-color: #33cc33;
	border: solid 4px Purple; */
	width: 100px;
	height: 30px;
	margin-left: 855px;
	margin-top: 500px;
	padding: 15px 15px 15px 15px;
	position: absolute;
	z-index: 10;
	color: White;
}
.messageTitle
{
	font-size: 18px;
	font-weight: bold;
	color: white;
}

#messageWindow td
{
	color: White;
}

#messageWindow a:link, #messageWindow a:visited
{
	color: blue;
	font-size: 12px;
}

