@charset "utf-8";
/* CSS Document */

@import url(layout.css);
@import url(form.css);

* { padding: 0; margin: 0;}

p {
	margin-bottom: 16px;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	color: #000;
}
li {
	margin-top: 0px;
	margin-left: 12px;
	/*margin-left: -24px;*/
}

/* LINK UL */
ul.link {
	list-style-type: none;
	margin: 0px 0px 0px -12px;
	padding: 0px 0px 0px 0px;
	color: #000;	
}
li.link {
	background-image:url(../images/stippels.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding: 0px 0px 0px 0px;
}
.link a:link, .link a:visited, .link a:active {
	color: #2c9d25;
	font-weight:bold;
}
/* LINK UL */

/* NAV */
#Nav ul {
    margin: 0; 
	padding: 0;
	float: left;
}
#Nav ul li{
	display: inline;
}
#Nav li a:link, #Nav li a:visited, #Nav li a:active {
	color: #000;
	font-weight: normal;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	margin-right: 14px;
}
#Nav li a:hover {
	color:#666666;
	font-weight: normal;
	text-decoration:none;
}
#Nav li a.active {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}
/* NAV */

/* HOMENIEUWS UL*/
#HomeNieuws ul {
	list-style-type: none;
	margin: 0px 0px 0px -12px;
	padding: 0px 0px 0px 0px;
	color: #000;	
}
#HomeNieuws li {
	padding: 0px 0px 0px 0px;
}

/* HOMENIEUWS UL*/
a:link, a:visited, a:active {
	color: #666666;
	text-decoration:none;
}
a:hover {	
	color: #666666;
	text-decoration:underline;
}

h1 {
	color:#525252;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:14px;
	margin-bottom: 10px;	
}

h1 a:link, h1 a:visited, h1 a:active {
	color:#525252;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
	margin-bottom: 10px;
}
h1 a:hover {
	color: #000;
	text-decoration:none;
}

.artikelinfo {
	font-weight:normal;
	color: #7d7c7e;
	margin-bottom: 14px;
}
.ListInfo {
	font-size:11px; 
	color:#6dccc4;
}
.Quote {
	position: relative;
	float:left;
	clear: both;
	width: 200px;
	height: 64px;
	padding: 12px;
	font-size:14px;
	color:#666666;
	line-height: 1.5;
}
.PeoplePic {
	position: relative;
	float:left;	
	margin: 20px 0px 0px 30px;
	border: none;
}
.Inleiding, .Tekst {
	margin-bottom: 14px;
	text-align:justify;
	color:#000;	
}
.Inleiding a:link, .Inleiding a:visited, .Inleiding a:active, .Tekst a:link, .Tekst a:visited, .Tekst a:active {
	color: #666666;
	text-decoration:underline;
}
.Inleiding a:hover, .Tekst a:hover {	
	color: #666666;
	text-decoration:underline;
}

.LeesVerder {
	margin: 0px 0px 20px 0px;	
}
.LeesVerder a:link, .LeesVerder a:visited, .LeesVerder a:active {
	color: #666666;
	text-decoration:none;
	padding: 2px 16px 0px 0px;
	background-image:url(../images/pijltje.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.LeesVerder a:hover {
	color: #2c9d25;
	text-decoration:underline;
}
.LeesMeer {
	margin: 0px 0px 0px 0px;	
}
.LeesMeer a:link, .LeesMeer a:visited, .LeesMeer a:active {
	color: #666666;
	text-decoration:none;
	padding: 2px 16px 0px 0px;
	background-image:url(../images/pijltje.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.LeesMeer a:hover {
	color: #666666;
	text-decoration:underline;
}
.Devider {
	/*background-image:url(../images/stippels.gif);
	background-repeat:repeat-x;*/
	float: left;
	clear: both;
	width: 465px;
	height:10px;
	padding: 0px 0px 0px 0px;
}
#vorige {
	position:relative;
	width:170px;
	text-align:left;
	float: left;
	clear:none;	
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 0px 18px;
	background-image:url(../images/pijltje2.gif);
	background-repeat:no-repeat;
	background-position:left;	
}
#volgende {
	position:relative;
	width:170px;
	text-align:right;
	float: right;
	clear:right;
	margin: 0px 0px 10px 0px;
	padding: 3px 18px 0px 0px;	
	background-image:url(../images/pijltje.gif);
	background-repeat:no-repeat;
	background-position:right;	
}
.afbeelding {
	border: none;
	margin: 6px 0px 0px 10px;
	padding: 4px;
	border: #a8a8a8 1px solid;
	overflow:hidden;
	float: right;	
}
.comments {
	width: 465px;
	margin: 0px 0px 10px 0px;
}
.commenter {
	height:24px;
	padding: 6px 10px 0px 30px;
	background-image:url(../images/back_commenter.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:11px;
}
.commenter a:link, .commenter a:visited, .commenter a:active {
	color: #2c9d25;
	text-decoration:none;
}
.commenter a:hover {
	color: #2c9d25;
	text-decoration:underline;
}
.comment {
	margin: 0px 0px 0px 0px;
	padding: 6px 14px 14px 10px;
	/*background-image:url(../images/back_comment.gif);
	background-repeat:no-repeat;
	background-position:bottom;*/
	background-color:#f8f0a3;
	font-size: 11px;
}
.comment a:link, .comment a:visited, .comment a:active {
	color: #2c9d25;
	text-decoration:underline;
}

