/**
* $Date$
* $Author$
* $Revision$
**/


html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	line-height: 20px;
	background: #FFFFFF;
}


#startwrapper
{
	width: 980px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 0;
	background: #f3fafd url(../images/common/top_moln.jpg) no-repeat;
	background-position: center top;
	min-height: 100%;
	position: relative;
}
#content
{
	padding-bottom: 150px; /* Height of the footer */
}
#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 120px;
	height: 30px; /* Height of the footer */
	background: #fff url(../images/common/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom; /*width: 1080px;*/
	text-align: center;
	color: #fff;
}

#footer a
{
	color: #ffffff;
}

#footer a:hover
{
	text-decoration: underline;
}

ul#tools
{
	margin: 10px 15px 0 0;
	padding: 0;
	list-style: none;
	height: 30px;
}
ul#tools li
{
	float: left;
	_width: 1%;
}
ul#tools li a
{
	text-decoration: none;
	margin-right: 5px;
	font-size: 9px;
	padding-top: 4px;
	display: block;
}


#maplinks
{
	overflow: hidden;
}

#maplinks .textkiruna
{
	position: absolute;
	left: 320px;
	top: 275px;
	color: Gray;
	font-size: 12px;
}


#maplinks .imgkiruna
{
	position: absolute;
	left: 299px;
	top: 277px;
}

#maplinks .textmalmberget
{
	position: absolute;
	left: 230px;
	top: 305px;
	color: Gray;
	font-size: 12px;
}

#maplinks .imgmalmberget
{
	position: absolute;
	left: 303px;
	top: 307px;
}




img
{
	display: block;
}

a
{
	text-decoration: none;
}

a img, fieldset, table
{
	border: 0;
}

fieldset, div, body
{
	margin: 0;
	padding: 0;
}

p
{
	margin-top: 0;
}

th, td
{
	vertical-align: top;
	text-align: left;
}

/* STYLES */



#infobox
{
	height: 680px;
	width: 370px;
	background: Transparent url(../images/common/infobox.gif) no-repeat;
}

#infobox .text
{
	padding: 0px 15px 0 30px;
	font-size: 12px;
	color: #656565;
	background-color: #fff;
	padding-top: 10px;
	margin-top: 0px;
	margin-left: 11px;
	margin-right: 3px;
	padding-bottom: 5px;
}

#cities a
{
	color: #686868;
	padding: 0 15px 0 10px;
	background: url(../images/common/arrow_grey.png) no-repeat right center;
	font-size: 20px;
	font-weight: 500;
}




h1#logo, h1#logo a
{
	width: 521px;
	height: 189px;
}

h1#logo
{
	margin: 0;
	padding: 0;
	background: url(../images/common/logo_framtid.gif) no-repeat;
}

h1#logo a
{
	display: block;
}

h1#logo a span
{
	display: none;
}


/* Common */
.float-right
{
	float: right;
}
.float-left
{
	float: left;
}

.clr
{
	clear: both;
}


