@charset "utf-8";
/* CSS Document */

/* styling voor de hele site */
body {
	font-family: 'Muli', sans-serif;
    background-color: #d4bbba;
}

img {
    margin-right:40px;
    margin-bottom:20px;
}

.navigatie ul li a {
	text-decoration:none;
	color:white;
    font-size:20px;
    font-weight: none;
}

header h2 {
    text-align: center;
    color: #862030;
	font-size:20px;
	font-weight:bold;
}

.wrap {
	width:960px;
	margin:auto;
}


/* styling voor de classes */

.navigatie {
    color:blue;
    text-align: center;
}

div .michtekst img {
    margin-top:20px;
    margin-left:150px;
}

/* styling voor de elementen */
h2 {
	text-align:center;
}

h3 {
	text-align:center;
    font-size:17px;
    color:white;
}

li {
	display:inline;
	padding-right:15px;
}
ul a {
	text-decoration:none;
	color:white;
}

.navigatie ul li a {
	text-decoration:none;
	color:white;
    font-size:20px;
    font-weight: none;
}

ul li a:hover {
	color:#862030;
}

.tekst  {
	background-image:url(http://www.herinnerhof.nl/images/achtergrond-web.jpg);
	margin-top:25px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding:35px;
	border-style:double;
	border-width:10px;
	color:white;
	font-size:20px;
	font-weight:none;
	height:615px;
	font-family: 'Muli', sans-serif;
}

.tekst a {
    color:white;
}

