/* Import standard text formatting */
@IMPORT url(basic.css);

/* --- Page Layout Styles --- */

/* HTML */
BODY
{
	background-color: #D5EBF1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* DIV id */

#page
{
	width: 750px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	float:left;
}

#pagewrapper
{
	width:750px;
	background-image:url(/sitesdata/abicon/bg_left.gif);
	background-repeat:repeat-y;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	
	clear: both;
	float:left;
}

#content
{
	width: 600px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;

	text-align: left;
		
	clear: both;
	float: right;
	display: inline;
}



#header
{
	width: 750px;
	height: 100px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

#topwrapper
{

	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

#footer
{
	width: 750px;
	height: 40px;
	background-image:url(/sitesdata/abicon/btm.gif);
	background-repeat: no-repeat;
	border: 0px 0px 0px 0px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	clear: both;
	float: left;
}
#footercontent
{
	width: 100%;
	
	margin: 5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	
	text-align: center;
	color: #666699;
	
	clear: both;
	float: left;
}

#breadcrumbbar
{
	width: 350px;
	height: 25px;
	
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border: 0px 0px 0px 0px;

	color: #666666;
	
	overflow: hidden; 
}

#topmenu
{

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	
	float: right;
	display: block;
}

#leftmenu
{
	width: 130px;
	
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	
}

#submenu
{
	width: 110px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	
	text-align: left;
	
	float: right;
	clear: both;
}

#iconbar
{	
	margin: 0px 0px 0px 10px;
	padding:5px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	text-align: left;
	
	float: left;
	display: block;
	
}

#newslistheading
{
	width: 100%;
	height:43px;
	border:0px;
	
}

#news
{
	width: 100%;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	text-align: left;
	
	display: inline;
	float: right;
}

#highlightslistheading
{
	width: 100%;
	height:32px;
	
	margin: 0px 0px 5px 0px;

	background-repeat:repeat-x;
	border:0;	
}

#highlights
{
	width: 100%;

	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 0;
	text-align: left;
	
	display: inline;
	float: right;
}

/* Class */

.contentwrapper
{
	width: 100%;
	background-image:url(/sitesdata/abicon/installator.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
		
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
		
	clear: both;	
}

.contentwrappernoright
{
	width: 100%;
	background-image:url(/sitesdata/abicon/installator.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;

			
	clear: both;	
}

.leftcolumn
{
	width: 130px;

	margin: 10px 0px 0px 0px;
	padding: 0px 0px 150px 0px;
	border: 0px 0px 0px 0px;
	
	text-align: left;
	float: left;
}


.maincolumn
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	width: 600px;
	text-align: left;
	
	float: left;
	display: inline;
}
.maincolumnnoright
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	width: 600px;
	
	text-align: left;
	
	float: left;
	display: inline;
}


.rightcolumn
{
	width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:0px;
	text-align: left;
	
	clear: both;
	display: inline;
	float: right;
}

.menuitemselected
{
	width: 120px;
	height: 20px;
	
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 20px;
	border: 0px 0px 0px 0px;
	border-bottom: solid 1px #FFFFFF;
	text-align: left;
	float: right;
}

.menuitem
{
	width: 120px;
	height: 20px;
	
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 20px;
	border: 0px 0px 0px 0px;
	border-bottom: solid 1px #FFFFFF;	
	text-align: left;
	float: right;
}
.submenuitem
{
	width: 110px;
		
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	
	text-align: left;
	float: right;
}

.newslistheadingtext
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	vertical-align:bottom;
	border: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 16pt;
	color: #FF0000;
}

.newsitem
{
	width: 100%;
	
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
		
	text-align:left;
	float: left;
	clear:both;
}

.newsitemthumb
{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border: 0px 2px 0px 2px;
	display: inline;	
	float: right;
}
.newsitemtitle
{
	width: 100%;
	
	font-family: Arial, Verdana;
	font-size: 11pt;
	color: #666699;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	
	text-align: left;
	float:left;
	
}

.newsitemdate
{
	width: 100%;
	
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: #666666;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	
	text-align: left;
	float:right;
	
}
.newsiteminfo
{	
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #333333;
}
.newsitemreadmore
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #336699;
}

.highlightslistheadingtext
{
	margin: 0px 0px 0px 0px;
	vertical-align:bottom;
	font-family: Arial, Verdana;
	font-size: 16pt;
	color: #666699;
}

.highlightsitem
{
	width: 100%;
	
	border: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
		
	text-align:left;
	float: left;
	clear:both;
}

.highlightsitemthumb
{
		
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	display: inline;	
	float: right;
}
.highlightsitemtitle
{
	width: 100%;
	
	font-family: Arial, Verdana;
	font-size: 11pt;
	color: #000;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	
	text-align: left;
	float:left;
	
}

.highlightsiteminfo
{	
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #333333;
}
.highlightsitemreadmore
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #336699;
}

.newsarchiveitem
{
	width: 360px;
	
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
		
	text-align:left;
	float: left;
	clear:both;
}

.newsarchiveitemtitle
{
	float:left;
}
.newsarchiveitemdate
{
	float:left;
	padding-right: 10px;
}

.highlightsarchiveitem
{
	width: 350px;
	
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
		
	text-align:left;
	float: left;
	clear:both;
}

.highlightsarchiveitemtitle
{
	float:left;
}
.highlightsarchiveitemdate
{
	float:left;
	padding-right: 10px;
}

/*
Til dropdownmeny
*/
.TopGroup
{
	border: none;
	height:21px;
	border: 0px 0px 0px 0px;
	
}

.TopItem
{
	font-family: arial,verdana,helvetica;
	font-size: 9pt;
	cursor: hand;
	color:#999999;
	font-weight: bold;
	padding-top:8px;
	padding-bottom:5px;
	padding-left:16px;
	padding-right: 0px;
	border-right: 1px solid #FFFFFF;	
}

.TopItemHover
{
	font-family: arial,verdana,helvetica;
	font-size: 9pt;
	cursor: hand;
	color:#000000;
	font-weight: bold;
	padding-top:8px;
	padding-bottom:5px;
	padding-left:16px;
	padding-right: 0px;
	border-right: 1px solid #FFFFFF;	
}


.TopItemActive
{
	font-family: arial,verdana,helvetica;
	font-size: 9pt;
	cursor: hand;
	color:#000000;
	font-weight: bold;
	padding-top:8px;
	padding-bottom:5px;
	padding-left:16px;
	padding-right: 0px;	
	border-right: 1px solid #FFFFFF;
}

.Group
{	
	width:150px;
	cursor: hand;
	background-color: #FFFFFF;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom:solid 1px #000;
	border-right:solid 1px #000;
}

.Item
{
	font-family: arial,verdana,helvetica;
	font-size: 10pt;
	cursor: hand;
	font-weight:normal;
	color:#999999;
	vertical-align:top;
	padding: 0px 10px 10px 10px;
}

.ItemVisited
{
	font-family: arial,verdana,helvetica;
	font-size: 10pt;
	cursor: hand;
	color:#999999;
	font-weight:normal;
	border:solid 1px black;
	vertical-align:top;
	padding: 0px 10px 10px 10px;
}


.ItemLink
{
	font-family: arial,verdana,helvetica;
	font-size: 10pt;
	cursor: hand;
	color:#999999;
	font-weight:normal;
	border:solid 1px black;
	vertical-align:top;
	padding: 0px 10px 10px 10px;
}

.ItemHover
{
	font-family: arial,verdana,helvetica;
	font-size: 10pt;
	cursor: hand;
	font-weight:normal;
	color: #000000;
	vertical-align:top;
	padding: 0px 10px 0px 10px;
}

.ItemActive
{
	font-family: arial,verdana,helvetica;
	font-size: 10pt;
	cursor: hand;
	color:#000;
	font-weight:normal;
	border:solid 1px black;
	vertical-align:top;
	padding: 0px 10px 10px 10px;
}

/*
Slutt dropdown
*/

/* --- End of Page Layout Styles --- */

/* --- SitecoreXpress classes --- */

#STANDARD_TYPE2_threecolumns0_MMS_WebEngine_ContactForm2_btnSend
{
	border: solid 1px black;
	background-color:#cccccc;
	height:20px;
	width:100px;
	color:#000000;
}
#STANDARD_TYPE2_threecolumns0_MSS_WebEngine_Login2_btnLogin
{
	border: solid 1px black;
	background-color:#cccccc;
	height:20px;
	width:100px;
	color:#000000;
}
.loginbtn
{
	border: solid 1px black;
	background-color:#cccccc;
	height:20px;
	width:100px;
	color:#000000;
}

.navButtons
{
	float:left;
}
.navLine
{
	visibility:hidden;
}
/* --- End of SitecoreXpress classes --- */

/* For print*/
@media print
{
	BODY
	{
		background-color: #ffffff;
	}
	
	#header
	{
		display:none;
	}
	
	#breadcrumbbar
	{
		display:none;
	}
	
	#leftcolumn
	{
		display:none;
	}
	
	#rightcolumn
	{
		display:none;
	}
	#topwrapper
	{
		display:none;
	}
	
	#footer
	{
		display:none;
	}
	#page
	{
		margin: 0px 0px 0px 0px;
		float:left;
	}

	#content
	{
		width: 550px;
		float: left;
	}
}

