@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #282828;
	background-color: #FFFFFF;

}
h1 {
	color: #3399FF;
	font-weight: normal;
	font-size: 150%;
	margin-bottom: 11px;
}
h2 {
	font-size: 115%;
	font-weight: bold;
	color: #3399FF;
	margin-bottom: 11px;
}
h3 {
	font-size: 110%;
	color: #3399FF;
	margin-bottom: 11px;
}
h4 {
	color: #3399FF;
	margin-bottom: 11px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}


pre {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 18px;
	background-image: url(img/meer.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	margin: 0px;
}
ul {
	list-style-position: outside;
	list-style-type: none;
	padding-left: 22px;
	margin: 0px;
}
li {


}

a:link {
	color: #282828;
	text-decoration: none;
}
a:visited {
	color: #282828;
	text-decoration: none;
}
a:hover {
	color: #FF3500;
	text-decoration: none;
}
a:active {
	color: #FF3500;
	text-decoration: none;
}

.white {
	color: #FFFFFF;
	text-decoration: none;
}
a.white {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:link, a.white:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover, a.white:active{
	color: #FF3500;
	text-decoration: none;
}

.orange {
	color: #FF9248;
}

.darkgrey {
	color: #2D2F39;
}
.yellow {
	color: #FEE867;
}
.darkblue {
	color: #3366CC;
}

.lightblue {
	color: #8ec1ff;
}

a.lightblue {
	color: #8ec1ff;
}

a.lightblue:link, a.lightblue:visited{
	color: #8ec1ff;
	text-decoration: none;
}

a.lightblue:hover, a.lightblue:active{
	color: #FF3500;
	text-decoration: none;
}

.vacature {
	margin-left: 122px;
}
.title {
	font-size: 11px;
	color: #3399FF;
	font-weight: normal;
}
.in {
	list-style-image: url(img/list.gif);
	list-style-position: inside;
	font-size: 90%;
	color: #666666;
	line-height: 17px;
}

