#crossjumper {
	background-image: url(../images/crossjump_frontpage.jpg);
	width: 281px;
	height: 302px;
	position: absolute;
	right: 0px;
	top: 0px;
	
}

#welcome_text {
	clear: both;
	width: 530px;
	line-height: 150%;
	margin-bottom: 20px;
}

#modelprograms {
	margin-bottom: 10px;
	clear: both;
}

.modelprogram_cross {
	width: 195px;
	height: 120px;
	float: left;
	margin-right: 6px;
	background-image: url(../images/modelprogram_cross.jpg);
	position: relative;
}

.modelprogram_motard {
	width: 195px;
	height: 120px;
	float: left;
	margin-right: 6px;
	background-image: url(../images/modelprogram_motard.jpg);
	position: relative;
}

.modelprogram_minibike {
	width: 195px;
	height: 120px;
	float: left;
	margin-right: 6px;
	background-image: url(../images/modelprogram_minibike.jpg);
	position: relative;
}

.modelprogram_streetbike {
	width: 195px;
	height: 120px;
	float: left;
	background-image: url(../images/modelprogram_streetbike.jpg);
	position: relative;
}

.modelprogram_text {
	color: #fff;
	position: absolute;
	padding: 0 8px 0 8px;
	top: 103px;
}

.latest_news_date {
	border-bottom: 1px dotted #e8e8e8;
	padding: 2px 0 2px 0;
}

.latest_news_topic {
	margin: 5px 0 4px 0;
}

.latest_news_recap {
	line-height: 150%;
	margin-bottom: 2px;
}

.latest_news_read_more {
	border-bottom: 1px dotted #e8e8e8;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

a.date_link:link, a.date_link:visited, a.date_link:active {
	color: #0f75b7;
	text-decoration: none;
	font-weight: bold;
}

a.date_link:hover {
	color: #0f75b7;
	text-decoration: underline;
	font-weight: bold;
}

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

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

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

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

#no_latest_news {
	text-align: center;
	font-style: italic;
}