/* Body */

BODY {
	background-color: #CFDCF3;
	background-image:  url(afbeeldingen/backgroundlogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	color: #000066;
	font-size:12px;
	font-family: Verdana, Times New Roman, Tahoma, Rockwell;
	font-weight: 400;
}

/* Titels */

.pollepeltitels {
	font-size: large;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	color: #FCE901;
	background-color: #8280B7;
	text-align: center;
	}

/* Ondertitels */

.pollepelondertitels {
	font-size: medium;
	line-height: normal;
	font-weight: bold;
	color: #000066;
}

/* achtergrond tabelhoofd */

.pollepeltabelhoofd {
	font-size: medium;
	font-style: normal;
	color: #FCE901;
	background-color: #8280B7;
	text-align: center;
}

/* lijn rond tabel */

.pollepelrondtabel{

	border: 1px solid #000066;
}

.pollepeltabelrand {
	border-color:#000066;
}

/* Links */

a:link {
	color: #FF6600;
}
a:visited {
	color: #FF3300;
}
a:hover {
	color: #FF9900;
}
.benadrukt {
	color: #F00;
	font-weight: bold;
}
