/*
 * Arrangement
 */
#eventsModule {
	margin-top: 15px;
}
div.eventContents {
	padding: 0px 0px;
	margin-top: 20px;
}
div.eventImagecont {
	width: 150px;
	height: 200px;
	min-height: 200px;
	height: auto !important;
	margin-right: 10px;
	float: left;
}
div.eventImagecont img {
	display: block;
}
div.eventImagecont img.illustration {
	margin-bottom: 10px;
}

div.eventRightCol {
	display: block;
	height: 200px;
	min-height: 200px;
	height: auto !important;
	width: 500px;
	margin-left: 160px;
	overflow: hidden;
}

/*
 * Paamelding vellykket
 */
div.resv {
	margin-top: 20px;
	margin-bottom: 20px;
}

a.anchor {
	color: black;
}
h1 a.anchor {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none !important;
}
a.anchor :hover {
	text-decoration: none;
}

div.eventShortList table {
	margin-bottom: 30px;
}


