/* CSS Document */
/* Dit StyleSheet hoort bij BrunoenKo.nl*/
/* Gemaakt door Josepha.nl */


/* alg - body */

body {
	background-color: #ffffff;
} 



/* de koppen */
H1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FF7900;
	text-align: center;
}

H2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FF7900;
	text-align: center;
}

H3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FF7900;
	text-align: center;
}

H4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF7900;
	text-align: center;
}

H5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF7900;
	text-align: center;
}

H6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF7900;
	text-align: center;
}

/* alinea's */
p {
	color: #75819B;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 180%;
	text-align: left;
}

/* hyperlinks */

a:link {
	color: #FF7900;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

a:visited {
	color: #75819B;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

a:active {
	color: #75819B;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

a:hover {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

/* lijsten */

ul, ol, li {
	color: #75819B;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
}

.zonder {
		list-style-type: none;
}

/* tabellen */


td, tr {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	border: 0px solid #000066;
}

/* speciale items (Classes, ID's etc.) */

strong {
	font-weight: bold
}

.midden {
text-align: center
}


.copy {
	font-family: Verdana, Arial, sans-serif;
	font-size: 60%;
	text-align: center;
	font-style: italic;
	color: #000066;
}

.rechts {
	text-align: right;
}

.cursief {
	font-style: italic;
}

.klein {
	font-size: xx-small;
}

.grijs {
	color: #75819B;
}

.oranje {
	color: #FF7900;
}