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

@import url(layout.css);
@import url(cufon.css);
@import url(tabs.css);
@import url(jquery.fancybox-1.3.0.css);
@import url(wordcloud.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;*/
}

#Archief ul {
/*	list-style-position: outside;*/
	list-style-type: none;
	color: #000;
}
#Archief li {
	margin-top: 0px;
	margin-left: 0px;
}
#Contact a:link, #Contact a:visited, #Contact a:active {
	color: #fb1b7c;
	text-decoration:none;
	font-weight:normal;
}
#Contact a:hover {
	color: #3fb1b7c;
	text-decoration:underline;
}
#Archief a:link, #Archief a:visited, #Archief a:active {
	color: #38302b;
	text-decoration:none;
	font-weight:bold;
}
#Archief a:hover {
	color: #38302b;
	text-decoration:underline;
}

/*
a:link, a:visited, a:active { 
	color:#fb1b7c;
	font-weight: normal;
	text-decoration:none;
}
a:hover {
	color:#fb1b7c;
	font-weight: normal;
	text-decoration:underline;
}*/
.Inleiding a:link, .Inleiding a:visited, .Inleiding a:active, .Tekst a:link, .Tekst a:visited, .Tekst a:active { 
	color:#fb1b7c;
	font-weight: normal;
	text-decoration:none;
}
.Inleiding a:hover, .Tekst a:hover {
	color:#fb1b7c;
	font-weight: normal;
	text-decoration:underline;
}
#tabs div a:link, #tabs div a:visited, #tabs div a:active { 
	color:#fb1b7c;
	font-weight: normal;
	text-decoration:none;
}
#tabs div a:hover {
	color:#fb1b7c;
	font-weight: normal;
	text-decoration:underline;
}
.Artikel {
	padding:16px 0px 10px 0px;	
	border-bottom:#000 dotted 1px;	
}
.ArtikelUitgebreid {
	padding:16px 0px 10px 0px;
	border-bottom:#000 dotted 1px;
}
.TitelRij {
	clear:both;
}
.Datum {
	float: left;
	clear:none;
	width:80px;
	background-color:#fb1b7c;
	margin-right:6px;
	color:#FFF;
	text-align:right;
}
.Rubriek {
	padding:0px;
	margin: 2px 0px 0px 86px;
	color:#7e7f80;
}
.Rubriek a:link, .Rubriek a:visited, .Rubriek a:active {
	color: #38302b;
	text-decoration:none;
}
.Rubriek a:hover {
	color: #38302b;
	text-decoration:underline;
}
.Titel {
	float: left;
	clear: right;
	width: 454px;
}
.Inleiding {
	margin: 2px 0px 16px 30px;
}
.Tekst {
	margin: 0px 0px 0px 30px;	
}
.ArtikelInfo {
	position:relative;
	float: right;
	clear:both;
}
.ListInfo {
	font-size:10px;
	color:#CCC
}
.leesverder a:link, .leesverder a:visited, .leesverder a:active {
	margin: 2px 0px 20px 30px;
	padding: 2px 6px 2px 6px;	
	text-decoration:none;
	background-color:#38302b;
	color: #ff01a2;	
}
.leesverder a:hover {
	text-decoration:underline;
	color: #fb1b7c;	
}
.links a:link, .links a:visited, .links a:active {
	margin-top: 2px;
	text-decoration:none;
	padding: 2px 6px 2px 6px;
	background-color:#38302b;
	color: #ff01a2;	
}
.links a:hover {
	color: #fb1b7c;
	text-decoration:underline;
}
.vorige a:link, .vorige a:visited, .vorige a:active {
	position:relative;
	float: left;
	clear:none;		
	margin-top: 20px;
	text-decoration:none;
	padding: 0px 6px 0px 6px;
	background-color:#38302b;
	color: #ff01a2;	
}
.volgende a:link, .volgende a:visited, .volgende a:active {
	position:relative;
	float: right;
	clear:right;		
	margin-top: 20px;
	text-decoration:none;
	padding: 0px 6px 0px 6px;
	background-color:#38302b;
	color: #ff01a2;	
}
.vorige a:hover, .volgende a:hover {
	color: #fb1b7c;
	text-decoration:underline;
}
#Footer a:link, #Footer a:visited, #Footer a:active {
	color: #38302b;
	text-decoration:none;
}
#Footer a:hover {
	color: #38302b;
	text-decoration:underline;
}
.comments {
	width: 510px;
	margin: 0px 0px 10px 30px;
}
.commenter {
	height:46px;
	padding: 6px 10px 0px 10px;
	background-image:url(../images/back_commenter.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:12px;
}
.commenter a:link, .commenter a:visited, .commenter a:active {
	color: #ff01a2;
	text-decoration:none;
}
.commenter a:hover {
	color: #ff01a2;
	text-decoration:underline;
}
.comment {
	margin: 0px 0px 0px 0px;
	padding: 6px 14px 16px 10px;
	background-image:url(../images/back_comment.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size: 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.comment a:link, .comment a:visited, .comment a:active {
	color: #ff01a2;
	text-decoration:underline;
}