/* Basis
-------------------------------------------------- */
body {
	font-family:  'Verdana','Open Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: black;
	
/* Achtergrond kleurverloop */
	background: #822076; /* Old browsers */
	background: -moz-linear-gradient(top,  #822076 0%, #aa2382 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#822076), color-stop(100%,#aa2382)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #822076 0%,#aa2382 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #822076 0%,#aa2382 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #822076 0%,#aa2382 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #822076 0%,#aa2382 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#822076', endColorstr='#aa2382',GradientType=0 ); /* IE6-9 */	
	
	/* Google font fix */
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
	font-smooth:always !important;
}

::selection {
	color: #fff; /* Safari */
	background: #76156b; /* Safari */
}

::-moz-selection {
	color: #fff; /* Firefox */
	background: #76156b; /* Firefox */
}

/* Koppen */
p {
	color: black;
}
	
h1 {
	font-size: 32px;
	line-height: 34px;
}

h2 {
	font-size: 26px;
	line-height: 30px;
}

h3 {
	font-size: 22px;
	line-height: 26px;

}
	
h4 {
	font-size: 18px;
	line-height: 22px;
}
	
h5 {
	font-size: 14px;
	line-height: 18px;
}
	
h6 {
	font-size: 12px;
	line-height: 16px;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Parisienne', cursive;
	color: #76156b;
	font-weight: normal;
	text-align: center;
}
	
a { 
	text-decoration: none;
	color: black;
}

p a {
	font-weight: bold;
}
	
a:hover {
	color: #76156b;
	text-decoration: underline;
}
	
a:link, a:active, a:visited { 
		
}

/* inhoud */

.container {
	background-color: white;
	position: relative;
	margin-top: 50px;
	margin-bottom: 100px;
	padding-bottom: 30px;
	
/* Schaduw */
	-moz-box-shadow: 3px 3px 14px #000; /* Firefox/Mozilla */  
	-webkit-box-shadow: 3px 3px 14px #000; /*Safari/Chrome */  
	box-shadow: 3px 3px 14px #000; /* Opera & hoe het zou moeten */  
	/* Voor IE 8 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color='#000000')";  
	/* Voor IE 5.5 - 7 */  
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color='#000000');
}

.text {
	padding: 40px 100px 20px 100px;
}

.hond {
	position: absolute;
	margin-top: 610px;
	margin-left: 650px;
}
