/* CSS Document */
		a:link {text-decoration: underline;}
		a:visited {text-decoration: underline;}
		a:active {text-decoration: underline;}
		a:hover {text-decoration: underline;}
		
		.footer A:link {text-decoration: none}
		.footer A:visited {text-decoration: none}
		.footer A:active {text-decoration: none}
		.footer A:hover {text-decoration: underline;}
		
body
		{
		padding: 0px;
		margin: 0px;	
		background-color: #f5d2ff;
		}
		
img
		{
		border: 0px solid black;
		}

* 	{
 	 box-sizing: border-box;
 	 -moz-box-sizing: border-box;
		}

p		{
		margin: 0px;
		padding: 0px;
		}

hr
		{
		color: #48015c;
		background-color: #48015c;

		}

.line hr {
		height: 20px;
}
		
.main
		{
		width: 100%;
		text-align: center;
		}

		
.line
		{
		position: absolute;
		left: 0px;
		top: 160px;
		width: 100%;
		z-index: 0;		
		}
		
.website
		{
		position: relative;		
		width: 720px;
		height: 400px;
		z-index: 10;
		/* centreren Mozilla */
    margin: 0px auto;
		}
		
.header
		{
		text-align: right;
		width: 720px;
		height: 100px;
		z-index: 12;
		background-color: #00FFFF;		
		}
		
.mirjamjanssen
		{
		text-align:right;
		font-size: 60px;
		color: #48015c;
		font-family:  Helvetica, Arial, sans-serif;
		}
		
.tekstenonderzoek
		{
		position: relative;
		top: -14px;
		text-align:right;
		font-size: 24px;
		color: #48015c;
		font-family:  Helvetica, Arial, sans-serif;
		z-index: 14;
		}

.title
		{
		padding: 10px;
		text-align: left;
		font-family:  Helvetica, Arial, sans-serif;
		color: #48015c;
		}
		
.content
		{
		text-align: left;
		width: 720px;
		font-family:  Helvetica, Arial, sans-serif;
		font-size: 13px;
		padding: 10px;
		color: #000000;
		}

.footer
		{
		padding-top: 10px;
		text-align: center;
		font-size: 12px;
		color: #48015c;
		font-family:  Helvetica, Arial, sans-serif;
		}
		
.bcontent
		{
		border: 1px solid #48015c;
		}
