.competition_container {
	background-color: #ececec;
	padding: 8px;
	margin-bottom: 5px;
	position: relative;
}

.competition_topic {
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
}

#event_selector {
	background-color: #dedede;
	padding: 8px;
	margin-bottom: 5px;
	position: relative;
	width: 729px;
}

.event_link_container {
	margin: 0 0 5px 8px;
}

a.event_link:link, a.event_link:visited, a.event_link:active {
	text-decoration: none;
	font-weight: bold;
	color: #14a793;
}

a.event_link:hover {
	text-decoration: unerline;
	font-weight: bold;
	color: #17cbb3;
}

.events_container {
	float: left;
	margin-right: 10px;
	display: inline;
}

.year_topic {
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0 12px 0;
}

.chosen_event {
	color: #000;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

.table_top td {
	font-weight: bold;
	padding: 3px;
	background-color: #dedede;
}

.table_result td {
	padding: 3px;
}

a.scootergalleri:link, a.scootergalleri:visited, a.scootergalleri:active {
	text-decoration: none;
	font-weight: bold;
	color: #657786;
}

a.scootergalleri:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #657786;
}