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

.updates_titel {
	font-size:12pt;
	color:#999900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

#updates hr {
	color: #999900;
}

.updates_datum {
	font-size:10pt;
	color:#333300;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
}

.updates_tekst {
	font-size:10pt;
	color:#000000;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
.updates_tekst a{
	font-size:10pt;
	color:#333300;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.updates_tekst a:hover{
	font-size:10pt;
	color:#333300;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.updates_tekst a:active{
	font-size:10pt;
	color:#333300;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.updates_bg_hor {
	background-repeat:repeat-x;
}
.updates_bg_ver {
	background-repeat:repeat-y;
}
