﻿/* -------------------------------------- */
/* GLOBALA TAGGAR */
/* -------------------------------------- */
body 
{
	background-color: #1072c0;
	background-image: url(../itresurs_images/firstpage/blue_gradient_background.gif);
	background-repeat: repeat-x;
	font-size: 62.5%;
}

#pageContainer
{
	position: relative;
	top: 0px;
	width: 980px;
	border: 0;
	margin: auto;
	text-align: center;
	z-index: 100;
}

/* -------------------------------------- */
/* BILDER */
/* -------------------------------------- */
#magnolia
{
	position: fixed;
	right: 0px;
	bottom: 0px;
	background-image: url(../itresurs_images/firstpage/magnolia.gif);
	width: 471px;
	height: 334px;
}

#flygandeBi
{
	background-image: url(../itresurs_images/firstpage/flygande_bi.png);
	position: absolute;
	top: 120px;
	left: 345px;
	width: 237px;
	height: 252px;
}

#whiteLogo
{
	background-image: url(../itresurs_images/firstpage/white_logo.png);
	position: absolute;
	top: 80px;
	right: 30px;
	width: 253px;
	height: 44px;
}

/* -------------------------------------- */
/* NAVIGATION */
/* -------------------------------------- */
#nav_hyrPersonal
{
	position: absolute;
	top: 39px;
	left: 53px;
}

#nav_partnerNetwork
{
	position: absolute;
	top: 181px;
	left: 135px;
}

#nav_sokJobb
{
	position: absolute;
	top: 324px;
	left: 53px;
}

#nav_rekrytera
{
	position: absolute;
	top: 39px;
	left: 218px;
}

#nav_textnavigation
{
	position: relative;
	height: 21px;
	width: 100%;
	margin: auto;
	text-align: center;
}

/* -------------------------------------- */
/* ADRESSRAD */
/* -------------------------------------- */
#adressWrapper
{
	width: 100%; 
	position: fixed; 
	bottom: 42px;
	left: 0px;
	height: 21px;

}

#adressRad
{
	position: relative;
	height: 12px;
	width: 100%;
	margin: auto;
	text-align: center;
	overflow: hidden;

}

#adressWrapper p
{
	color: #fff;
	font-family: Verdana, Sans-Serif;
	font-size: 1.0em;
	display: block;
}

#adressWrapper a
{
	color: #fff;
	font-family: Verdana, Sans-Serif;
	font-size: 1.0em;
}

#adressWrapper a:hover
{
	color: #fc6ed4;
}