@charset "UTF-8";


/* ----------------------------------------------- START NORMALISEREN --------------------------------------------------------------- */
/* Normaliseren margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin : 0;
padding : 0;
}

/* Normaliseren font-size voor headers */
h1, h2, h3, h4, h5, h6 {
font-size : 100%;
}

/* Verwijderen list-style van lijsten */
ol, ul {
list-style : none;
}

/* font-style en font-weight op normaliseren */
address, caption, cite, code, dfn, em, strong, th, var {
font-style : normal;
font-weight : normal;
}

table {
border-collapse : collapse;
border-spacing: 0;
}

/* verwijderen randen van fieldset en img */
fieldset, img {
border : 0;
}

/* links aligneren caption en th */
caption, th {
text-align: left;
}

/* verwijderen van aanhalingstekens in q */
q:before, q:after {
content : '';
}

a
{
  outline: none;
}
/* ----------------------------------------------- EINDE NORMALISEREN --------------------------------------------------------------- */



body {
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	background-color: #e6d2c1;
}

p {
	line-height: 14px;
	margin-bottom: 13px;
}

h1 {
	font-size: 13px;
	color: #9d3d4e;
	line-height: 14px;
	margin-bottom: 13px;
}


a:link, a:visited {
	color: #671B26;
	font-weight: bold;
}

a:hover
 {
	color: #AB171E;
	font-weight: bold;
}

img:active {
	border: none;
}



/* ----------------------------------------------- DIVS --------------------------------------------------------------- */


#wrapper {
	display:table;
	margin: 0 auto;
	width:1000px;
}

#affiche {
	z-index:1;
	clear:both;
	width:100%;
	height: 850px;
	background-image: url(../images/afbeelding.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}

#downloads {
	clear:both;
	padding:13px 20px 3px 20px;
	background-color: #f1e5da;
	border: 1px solid #dbc3b6;
}




/* ----------------------------------------------- CLASSES --------------------------------------------------------------- */

.paars-onderlijnt {
	color: #4b3e8b;
	text-decoration: underline;
}

.niet-onderlijnt {
	text-decoration: none;
}

