@charset "utf-8";

body.gcmsBody
{
}




#gcmsCms
{
	font-size: 0.7em;
	text-align: left;
	position: relative;
	height:auto;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	line-height:1.3em;
	background-image: url(../assets/site.Bg.jpg);
	background-repeat: repeat-y;
}

#gcmsAreaTop
{
}

#gcmsAreaLeft
{
}

#gcmsAreaRight
{
}



#gcmsAreaContent .inner
{
	margin-bottom: 55px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	font-size: 1em;
	position: relative;
}


#gcmsAreaContent .inner p,
#gcmsAreaContent .inner td,
#gcmsAreaContent .inner div,
#gcmsAreaRight .blokcontainer p,
#gcmsAreaRight .blokcontainer td,
#gcmsAreaRight .blokcontainer div
{
}


#gcmsAreaContent h1 
{
	font-size: 1.3em;
	font-weight: bold;
}

h2
{
	font-size: 17px;
	font-weight: bold;
}


#gcmsAreaContent #inner a
{
	text-decoration:underline;
}

#gcmsAreaContent #inner strong
{
	font-size:1.2em;
}

.minheight
{
	float:left;
	width:1px;
	height:350px;
	margin-left:-1px;
}


/* OMRÅDER */

#gcmsAreaRight
{
}

#gcmsAreaRight .blokcontainer
{
}

#gcmsAreaBottom
{
	border-top:5px solid #e6b973;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
}

#gcmsAreaBottom,
#gcmsAreaBottom p
{
	text-align: center;
	font-size: 0.95em;
	color: #8f8f8f;
}



/* DIV */

.hlaLogo
{
	background-image: url(../assets/hla.Logo.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 50px;
	position: absolute;
	bottom: 80px;
	left: 260px;
}

.siteHeader h1,
.hlaLogo h1
{
	display:none;
}


/* FORM */

fieldset
{
	padding:0px;
	border:0px;
	clear: both;
}

fieldset .item
{
	margin-bottom:2px;
	clear:both;
	float:left;
	width:500px;
}

fieldset input
{
	border:1px solid #000;
}

fieldset input.btSend
{
	background-image:url(../assets/button.Send.gif);
	background-repeat:no-repeat;
	border:0px;
	width:65px;
	line-height:26px;
	height:26px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

fieldset input.small
{
	width:75px;
}

fieldset input.medium
{
	width:250px;
	float:right;
}

fieldset input.mediumlarge
{
	width:150px;
	float:right;
}

fieldset input.large
{
	width:400px;
	float:right;
}

fieldset label
{
	line-height:20px;
}

fieldset label.small
{
	width:60px;
	float:left;
}

fieldset label.medium
{
	width:210px;
	float:left;
}


