@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	overflow: auto;
	margin: 0 auto;
	padding: 0;
	}
	
p{
	margin-left: 8px;
	font-size:12px;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	}
	
a{
	font-weight: bold;
	color: #ED1E79;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	}
	
li{
	margin-left: 8px;
	font-size:12px;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	margin-left: 20px;
}
	
#kale_link {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
	
#container{
	
 	margin-top: 20px;
	margin-left: 20px;
	width: 725px;
	height: 100%;
	text-align: center;
	}
	
#logo{
	float: left;
	height: 170px;
	}
	
div.fulltext{
	clear: both;
	float: left;
	width: 535px;
	padding-top: 15px;
	}
	
div.artikel{
	clear: both;
	float: left;
	width: 535px;
	padding-top: 15px;
	}

div.afbeelding{

	float: left;
	width: 90px;
	}
	
div.contenttext{
	float: right;
	width: 445px;
	height: inherit;
	}
	
.roze{
	color: #ED1E79;
	}
.style1 {
	font-size: 10px;
	}