#intern-top{
	background-image: url(../img/topimage-autumn.png);
}


.intern{
	position: relative;
	background-color: #E13005;
	border-bottom:5px solid #AE2504;
}
.intern:active{
	position: relative;
	top:1px;
	background-color: #E13005;
	border-bottom:5px solid #AE2504;
}
.intern:hover{
	background-color: #CF2C05;
	border-bottom:5px solid #AE2504;
	//transition:all 0.2s linear;
}