div#seminars {
	text-align:left;
}

div#seminars ul {
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
}

div.seminar_info {
	float:left;
	width:350px;
}

p.seminar_datum {
   font-style:italic;
}

div.seminar_close {
   border-bottom:1px solid #D35F16;
   margin-bottom:15px;
}

div.seminar_attachments {
	float:left;
	width:280px;
	margin-left:20px;
}

div.seminar_archief {
   display:none;
   border-bottom:1px solid #D35F16;
   margin-bottom:15px;
}

div.seminar_attachments img.icon {
	border-width:0px;
	position:relative;
	top:3px;
	width:16px;
	height:16px;
	padding-right:7px;
}

div.seminar_clear {
	clear:both;
}