@charset "utf-8";
/* CSS Document */

body {
background-image: url(imges/cancaologo.jpg);
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
/* color: #989898; */
color: #000000;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 18px;
margin: 0;
padding: 0;
}

h2 {
color: #333;
font-size: 11px;
font-weight: bold;
line-height: 12px;
padding: 0;
}

.button {
font-size: 10px;
font-weight: bold;
position: absolute;
right: 50px;
top: 5px;
}
.deLijn{
border-top: #989898 dotted 1px;
margin-bottom: 10px;
}
a:link {
	color: #989898;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #989898;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #989898;
}
.imageLinks {
	margin-right: 20px;
}

.bestelbutton {
	margin: 5px 0 0 0;
}