@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: 910px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 112px;
	float: left;
	font-weight: normal;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 12em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 12em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #1c2e7d;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
body
	{
	background-image: url(../pics/bgr.gif);
	height: 100%;
	}
#bgr
	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	height: 2350px;
	width: 918px;
	border: solid;
	border-color: #666666;
	border-width: 1px;
	background-color: #ffffff;
	}
#bgr_news
	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	height: 4200px;
	width: 918px;
	border: solid;
	border-color: #666666;
	border-width: 1px;
	background-color: #ffffff;
	}

#menu
	{
	margin: auto;
	width: 100%;
	}
#banner
	{
	margin: auto;
	width: 900px;
	position: relative;
	top: 10px;
	left: 0px;
	}
#links
	{
	width: 900px;
	height: 50px;
	position: relative;
	top: 30px;
	left: 10px;
	border-bottom: dashed;
	border-bottom-color: #666666;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-bottom: 10px;
	background-color: #ffffff;
	}

#left
	{
	width: 180px;
	height: auto;
	border-right: dashed;
	border-width: 1px;
	border-color: #666666;
	padding: 5px;
	/*position: relative;
	top: 30px;
	left: 12px;*/
	float: left;
	margin-top: 30px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	line-height: 14px;
	}
#middle
	{
	width: 420px;
	height: 650px;
	/*border-right: none;
	border-width: 1px;
	border-color: #666666; */
	padding-left: 10px;
	/*position: relative;
	top: 30px;
	left: 15px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: left;
	margin-top: 40px;
	margin-left: 10px;
	background-color: #ffffff;
	line-height: 14px;
	}
#right
	{
	width: 230px;
	height: auto;
	border-left: dashed;
	border-width: 1px;
	border-color: #666666;
	background-color: #e5e5e5;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
	/*position: relative;
	top: 30px;
	left: 25px;*/
	float: right;
	margin-top: 30px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: left;
	line-height: 14px;
	}
h1
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #1c2c7d;
	}
h2
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	vertical-align: top;
	text-align: left;
	white-space: normal;
	}
h3
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	}
em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}
#fot
	{
	margin: auto;
	width: 920px;
	float: inherit;
	}
strong 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
#mattias_front
	{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	}
/*
---------------------------------

KONTAKT

---------------------------------*/	

#norge
	{
	float: right;
	width: 200px;
	height: auto;
	padding-left: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-color: #666666;	
	}
	
/*
---------------------------------

REFERENSER

---------------------------------*/

#fambost_gbg
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#jarnag_sdt
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#jonas_g
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#gunnar_n
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#hasse_j
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#sven_w
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#hakan_w
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#christer_f
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#jan_t
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#janusz_w
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
/*
---------------------------------

REFERENSPROJEKT

---------------------------------*/

#unionbrygge
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#kbab
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#skogas
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#follingebacken
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#furan
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#grona_vallen
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#s_kopman
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#jarnag
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#kaplan
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#jagargatan
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#jokelv
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#ravpass
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
img
	{
	border: none;
	}
#inv
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#femfe
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#inc
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

/*
---------------------------------

NYHETER 2005, 2006, 2007, 2008

---------------------------------*/
#fvt205
	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
#utvard
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#fvt105
	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
#knugen
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#manodo
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#p-mark
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#middle_bred
	{
	width: 620px;
	height: 650px;
	border-right: none;
	border-width: 1px;
	border-color: #666666;	
	padding-left: 10px;
	position: relative;
	top: 100px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
#freklund_award
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#brasa
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#mattspeter
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 210px;
	height: auto;
	}

/*
---------------------------------

STYRELSE

---------------------------------*/
#johan
	{
	float: right;
	margin-left: 20px;
	}
#jim
	{
	float: right;
	margin-left: 20px;
	}
#matts
	{
	float: right;
	margin-left: 20px;
	}
#peter
	{
	float: right;
	margin-left: 20px;
	}
#ulf
	{
	float: right;
	margin-left: 20px;
	}
#franck
	{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}
#erik
	{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}
	
	

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #1c2e7d;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0033CC;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0033cc;
	text-decoration: none;
}
