@charset "utf-8";
body {
	background-image: url(images/Background.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	float: none;
}
.tekstpadding {
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 10px;
	
}
.font12 {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oranje {
	color: #FF6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.login {
	padding-right: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C6C6C0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C6C6C0;
}
.lijnonder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C6C6C0;
}
.scroll {
	position: relative;
}
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}
a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}
a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}
a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}

