/*
	Current version: 1.0
	
	Site: Future Management
	www: futuremanagement.se
	Author: Malin Klingsell, malin.klingsell@atrox.se	
	Notes:
*/


/* Styles accessed trough TinyMCE */

.Rubrik1-Startsida
{
	margin-left:33px;
}

.lediga-tjanster li a{
	text-decoration: none;
	font-weight: normal;
	font-size: .916em;
}
.lediga-tjanster h2{
	font-weight: bold;
	font-size: 1.1em !important;
}

.green
{
	display:block;
	width:123px;
	height:105px;
	background:url(../images/common/green_off.jpg) 30px 19px no-repeat;
	text-indent:-9999px;
	padding: 19px 30px 14px 30px;
}

	.green:hover
	{
		background:url(../images/common/green_on.jpg) 30px 19px no-repeat;
	}
	
.grey
{
	display:block;
	width:123px;
	height:105px;
	background:url(../images/common/grey_off.jpg) 30px 0 no-repeat;
	text-indent:-9999px;
	padding: 0 30px;
}

	.grey:hover
	{
		background:url(../images/common/grey_on.jpg) 30px 0 no-repeat; 
	}	
