/*
========================================================
BASE
========================================================
*/

#bodyborderlv1 {
	background-image:		url(../images/background-bodyborderlv1.png) !important;
}

#bodyborderlv2 {
	background-image:		url(../images/background-bodyborderlv2.jpg) !important;
}

/*
========================================================
CONTENT
========================================================
*/

#teaser {
	padding:				30px 0 0 0;
	height:					360px;
}

/*
========================================================
CONTENTSECTION
========================================================
*/
#contentsection {
	background-image: 		url(../images/background-home-content.png);
	background-repeat: 		repeat-x;
	background-position: 	left 390px;
}

/*
========================================================
CONTENT
========================================================
*/

#content {
	padding:				10px 40px 0 40px;
	min-height:				275px;
	height:					auto !important;
	height:					275px;
}

/*
========================================================
JUMPER
========================================================
*/

.jumper {
	padding:				10px 0 0 0;
}

.jumper .jumplink_1,
.jumper .jumplink_2,
.jumper .jumplink_3 {
	width:					261px;
	cursor:					pointer;
}

.jumper .jumplink_1 {
	margin-right:			60px;
}


.jumper a {
	display:				inline;
	padding:				0 15px 0 0;
	color:					#383b3f;
	text-decoration:		none;
	font-size:				15px !important;
	font-family:			HelveticaLTStdBold, Arial, Helvetica, sans-serif;
	background-image: 		url(../images/jumper-icon.gif);
	background-repeat: 		no-repeat;
	background-position: 	right 5px;
}

.jumper p {
	margin:					0;
}

.jumper .img {
	display:				block;
	margin-bottom:			12px;
	height:					117px;
	background-image: 		url(../images/home-jumpers.png);
	background-repeat: 		no-repeat;
}

.jumper .jumplink_1 .img {
	background-position: 	left top;
}

.jumper .jumplink_2 .img {
	background-position: 	-261px top;
}

.jumper .jumplink_3 .img {
	background-position: 	-522px top;
}

.jumper .jumplink_1:hover .img {
	background-position: 	left bottom;
}

.jumper .jumplink_2:hover .img {
	background-position: 	-261px bottom;
}

.jumper .jumplink_3:hover .img {
	background-position: 	-522px bottom;
}
