/* BRANDING */
div#branding {
	background-color: #747474;
	background-image: url(../images/g_header_artikelen.png);
}
/* Artikelen List */

ol#artikelen_list {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
	margin-right: 40px;
}
ol#artikelen_list li span{
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	padding-left: 10px;
}
ol#artikelen_list li {
	margin-top: 10px;
	margin-bottom: 10px;
}
ol#artikelen_list li a {
	color: #333333;
	text-decoration:none;
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
}
ol#artikelen_list li a:hover {
	color:#000000;
}
ol#artikelen_list li a strong {
	color: #000000;
	font-weight: bold;
}
/* Page count List */
div#up {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 50px;
	height: 50px;
}	
div#up a{
	width: 50px;
	height: 50px;
	background-image: url(../images/direction_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;;
	display: block;
	text-indent: -9999px;
}	
div#up a:hover{
	background-position: -50px 0px;
}	
/* P */
p {
	text-align: justify;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.intro {
	color:#333333;
	font-weight: bold;
}
h5 {
	font-weight: bold;
	font-size: 13px;
	margin: 0 40px -8px 40px;
}
img {
	border: none;
	margin: 10px 40px 10px 40px;
}
p img {
	float:right;
	margin: 10px;
}
