@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	text-align: center;
	word-wrap: break-word;
	font-size: 0.69em;
	color: #333333;
	overflow-x: hidden;
	height: auto;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	background-color: #333333;
	color: #FFFFFF;
}
#cultuurlint {
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #999999;
}
#cultuurlint .cultuurlint_item {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-size: 11px;
	background-image: url(../images/cultuurlint_item.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	text-align: left;
}
#cultuurlint .cultuurlint_item h4{
	margin: 0px;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 18px;
	text-align: left;
}
#cultuurlint .cultuurlint_item a {
	color: #333333;
}
#cultuurlint .cultuurlint_item a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#cultuurlint .cultuurlint_item img {
	clear: both;
}

