/*----------------------
BASE
------------------------*/
body,td,th,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d1d2d4;
	line-height: 15px;
}
body {
	background-color: #5a5b5d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-base-color: #3A3C3D;
	scrollbar-arrow-color: #d1d2d4;
	scrollbar-3dlight-color: #5a5b5d;
	scrollbar-highlight-color: #5a5b5d;
	scrollbar-track-color: #404142;
}
a:link,a:visited,a:hover,a:active  {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:link,a.menu:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.menu:hover,a.menu:active  {
	color: #d1d2d4;
	text-decoration: none;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}
.rubrik1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.rubrik2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}
.brodtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d1d2d4;
	line-height: 15px;
}
hr {
	width: 96%;
	height: 1px;
	size: 1px;
}
.avdelare {
	color: #5a5b5d;
}
/*----------------------
CONTAINER POSITIONING
------------------------*/
#siteContainer {
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 800px;
	height: 589px;
	margin-top: -294px;
	margin-left: -400px;
}
#siteHeader {
	position:absolute;
	left: 0px; 
	top: 0px;
	width: 800px;
	height: 55px;
	background:url(/corp/gfx/bg_header_800x55.gif);
}
#siteMainMenu {
	position:absolute;
	left: 25px; 
	bottom: 8px;
	width: 665px;
	font-size: 10px;
	color:#FFFFFF;
}
#siteContent {
	position:absolute;
	left: 0px; 
	top: 55px;
	width: 800px;
	height: 498px;
}
#siteFooter {
	position:absolute;
	left: 0px; 
	bottom: 0px;
	width: 800px;
	height: 36px;
	background:url(/corp/gfx/bg_footer_800x36.gif);
}
#siteFooterText {
	position:absolute;
	left: 50px; 
	bottom: 12px;
	width: 645px;
	color: #999999;
}

/*----------------------
SPOT POSITIONING
------------------------*/
#spotPopUp {
	position: absolute;
	left: 328px; 
	top: 30px;
	width: 500px;
	height: 408px;
	background:url(/corp/gfx/bg_popup_500x408.gif);
	z-index: 1;
}
#spotPopUpHeader {
	position: absolute;
	left: 20px; 
	top: 0px;
	width: 465px;
	height: 28px;
	z-index: inherit;
}
table.spotPopUpHeader {
	width: 465px;
}
td.spotPopUpHeader {
	height: 28px;
	vertical-align: bottom;
}
#spotPopUpContent {
	position: absolute;
	left: 0px; 
	top: 44px;
	width: 500px;
	height: 335px;
	z-index: inherit;
}
#spotPopUpContentNewsfeed {
	position: absolute;
	margin-left:10px;
	left: 0px; 
	top: 44px;
	width: 490px;
	height: 335px;
	z-index: inherit;
}
table.spotPopUpContent {
	width: 500px;
	height: 335px;
	background-color: #404041;
}
td.spotPopUpContent {
	height: 335px;
	text-align:left;
	vertical-align:top;
}
table.spotPopUpContentNews {
	width: 460px;
	background-color: #404041;
}
td.spotPopUpContentNews {
	text-align:left;
	vertical-align:top;
}
#spotPopUpContentScroll {
	width: 225px;
	height: 330px;
	padding-top: 5px;
	padding-right: 20px;
	overflow: auto;
}
#spotPopUpContentScrollWide {
	width: 460px;
	height: 330px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
	overflow: auto;
}

/*----------------------
MENU
------------------------*/
/* tabellen som huvudmenyn ligger i */
table.menu {
	/*width: 500px;*/
}

/* tabellcellen som innehåller huvudmenylänken */
td.menu {
	text-align: left;
}

/* submenyblocket */
#dropmenudiv{
	position: absolute;
	z-index: 100;
	margin-top: 5px;	/* margin-top/left positionerar submenyn under huvudmenylänken */
	margin-left: -6px;
	width: 133px;
}

/* submenyraden */
#dropmenudiv a{
	width: 100%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #5a5b5d;
	background-color: #404041;
	padding: 1px;
	text-indent: 6px;
}
#dropmenudiv a:hover{ 
	background-color: #404041;
}

/* submenylänktext */
a.umenu:link,a.umenu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.umenu:hover,a.umenu:active  {
	color: #d1d2d4;
	text-decoration: none;
}
a.menu {
	font-weight: bold;
}