/* +----------------------------------------------------------------+ */
/* | HTML element styles												| */
/* +----------------------------------------------------------------+ */
body {
	background-color : #FDFAFF;
	margin : 0;
	color: #708090;
}
h1 {
	color: #6495ED;
	font-family: serif;
	font-style: italic;
	font-size: larger;
	font-variant: small-caps;
	letter-spacing: 2px;
}
p {
	font-family: Verdana, Arial, Sans-serif;
	font-size:x-small;
	vertical-align: top;
	text-align: center;
}
td {
	font-family: Verdana, Arial, Sans-serif;
	font-size:x-small;
	vertical-align: top;
}
a {
	font-weight:			bold;
	text-decoration:		;
	color:					#F08080;
}
a:hover {
	font-weight:			bold;
	text-decoration:		;
	color:					;
}
pre {
	font-size:				12px;
}
hr {
	border-style: 			solid noshade;
	size:					1px;
	color:					#666666;
	width: 					640px;
	text-align: 			center;
}
img {
	text-align: center;
	}
/* +----------------------------------------------------------------+ */
/* | FORM element styles												| */
/* +----------------------------------------------------------------+ */
.button {
	font-family:		Verdana, Arial, Sans-serif;
	font-size:			10px;
	font-weight:		bold;
	background-color:	#ffffff;
	border:				1px solid #003399;
}

select {
	font-family:		Verdana, Arial, Sans-serif;
	font-size:			10px;
}
/* +----------------------------------------------------------------+ */
/* | Classes													    | */
/* +----------------------------------------------------------------+ */
.code {
	background-color:	#eeeeff;
}
.quote {
	background-color:	#ffeeee;
}

.paginatitel {
	font-size:x-small;
	font-weight:bold;
	color: #6A5ACD;
	text-align: center;
	letter-spacing: 5px;
	text-transform: capitalize;
}
.kortingpaginatitel {
	font-size: 1.5em;
	font-weight:bold;
	color: #6A5ACD;
	text-align: center;
	letter-spacing: 5px;
	text-transform: capitalize;
}

.kop {
	font-size:x-small;
	font-weight:bold;
	color:#000000;
	width:100%;
	padding:5px;
	text-decoration:none;
}

.plain {
	padding:5px;
}

.menu {
	font-weight:			bold;
	font-size:				xx-small;
	text-decoration:		none;
	color:					#ffffff;
	background-color:		#597BD8;
	width:					100%;
}
.menu:hover {
	font-weight:			bold;
	text-decoration:		;
	color:					#597BD8;
	background-color:		#ffffff;

}
.counter {
	color: #eeeeee;
	font-size: xx-small;
	font-weight: bold;
	margin : 10 10 10 10;
	vertical-align: bottom;
	width: 90%;
}
.klikken {
	color: #9999ff;
	font-size: x-small;
	font-weight: bold;
	margin : 10 10 10 10;
	vertical-align: bottom;
	width: 100%;
}
.korting {
	border: medium double;
	border-color: #6495ED;
	font-family: Century Gothic;
	float: none;
	font-size: small;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 650px;
}
.kortingtekst {
	font-family: Century Gothic;
	font-size: .9em;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 640px;
}
.hintt {
	color: #999999;
	cursor: hand;
	font-size: 65%;
	font-weight: normal;
	text-align: center;
}


