img, form, table, td, tr, ul
{
	border: 0;
	margin: 0;
	padding: 0;
}
body#bkg {
	background: #7c7c7c;
	margin: 0;
}
body {
 margin: 10px 0 0 0;
}
input, option, li, p, div, textarea
{
	font: 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table
{
	border-collapse: collapse;
}
td.leftSide
{ 
	background: #7c7c7c url(extras/shadow_left.gif) repeat-y;
	border-right: 1px solid Black;
	width: 14px;
	height: 100%;

}
td.rightSide
{ 
	background: #7c7c7c url(extras/shadow_right.gif) repeat-y;
	border-left: 1px solid Black;
	width: 14px;
	height: 100%;
}
td
{
	vertical-align: top;
}
td#centerContainer
{	
	border-left: 1px solid #ffca00;
	border-right: 1px solid #ffca00;
}
td#centerContainerAlone
{
	border-left: 1px solid #ffca00;
}
div#positionContainer
{
	width: 861px;
	margin: 0 auto;
	background: #FFFFFF;
}

div#aboutIPO, div#descrModule
{
	font: 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;

	padding: 20px 20px 20px	20px;
	background: #f2f2f2;
	border: solid 1px #EEEEEE; 
	margin-bottom: 7px;
	margin-left: 40px;
}
/*************** TOP MENU ***********/
a.topMenyLink
{
	color: black;
	text-decoration: none;
	font-weight: none;
}

div#topMeny
{
	background-color: black;
	color: white;
	height: 39px;
	width: 831px;
	border-bottom: 1px solid #0;
	padding-bottom: 10px;
}

ul#topMenyLinks
{
	padding-top: 25px;
	margin: 0;

}
li.topMenyLinksItem, li.topMenyFlag, li.topMenyLinksItemActive
{
	display: inline;
	margin: 0;
	padding: 2px 6px 2px 6px;
	font: 9px/14px, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
li.topMenyLinksItemActive
{
/*	background: #403200; */
	font-weight: bold;
	border: 1px solid #ffca00;
}
li.topMenyFlag
{
	border: 0px;
	padding: 4px 2px 5px 0px;
}
a.topMenyLink
{
	color: white;
}
a.topMenyLink:hover 
{
	color: #ffca00; 
}
/*************** SIDE MENU ***********/
ul#sidomeny
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top: 1px;
}
li.pageMenu, li.subPageMenu
{

	font: normal 9px/9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: list-item;
	
	padding: 6px 4px 7px 0;
}
li.subPageMenu 
{
	margin-left: 10px;
	border-bottom: 1px solid #EEEEEE;
	padding-left: 2px;
}
span.sideMenuText
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
li.pageMenuActive span.sideMenuText
{
	border: 1px solid #ffca00;
	padding-left: 7px;
}
span.sideMenuImage
{
	padding-left: 8px;
	padding-right: 8px;
}
li.pageMenuActive span.sideMenuImage
{
  background: url(active_menu.gif) no-repeat center center;
}
a.sidomenyLink, a.sidomenyLinkActive
{
	color: black;
	text-decoration: none;
	font-weight: none;
}
a.sidomenyLink:hover
{
	color: #ffca00;
}
/****************************    FLASH BANNER ****************************/

div#flashBanner
{
	background-color: black;
	color: white;
	width: 831px;
	height: 327px; /* 285+42 */
}
tr.showTR{  display:table-row;}
body > html tr.showTR{  display:block;}
tr.noShowTR {	display:none;}
tr.preShowTR { display:none; }

div#flashBannerSmall
{
	background-color: black;
	color: white;
	width: 831px;
	height: 172px; /* 137+35 */
}

/********  Sidouppbyggnad  *********/
/** Indexsidan **/
div#leftMain /* Indexsidans vänstra del (Huvuddelen) */
{
	float: left;
	width: 585px; /* 596 - padding & border */
	margin-top: 15px;
	margin-bottom: 0px;
	padding:  0 14px 0 14px;
	border-right: 1px solid #ffca00;
	

}
div#rightMain /* Indexsidans högra del (nyheter mm) */
{
	float: left;
	clear: right;
	width: 215px; /* 235 - padding & border*/
	marign: 0px;
	margin-top: 13px;
	margin-bottom: 0px;
	padding-left: 11px;

}
/** Undersidor med 3 kolumner **/
div#leftColumn /* Vänsterkolumnen med sidomenyn */
{
	width: 187px; /* 205 - padding & border */
	padding: 0 6px 20px 14px;
}
div#centerColumn /* Mittenkolumnen med info */
{
	width: 369px;
	padding: 0 15px 20px 15px;
}
div#rightColumn /* Högerkolumnen med moduler */
{
	width: 187px; /* 211 - padding & border*/
	padding: 0 18px 0 11px;
}
/** Undersidor med 2 kolumner använder denna för huvudkolumnen och #leftColumn för vänsterkolumnen **/
div#centerColumnAlone
{
	width: 596px;
	padding: 0px 10px 15px 15px;
}
/** Sidfoten **/
div#foot
{
	clear: both;
	padding-top: 54px;
	padding-left: 0px;
}

/******** Moduler ********/

div.module, div.module p /* generisk wrapper till modulerna för att få till avstånden mellan dem */
{
	margin: 0 0 14px 0px;
	font-size: 10px;
	line-height: 13px;

	width: 186px
}
html>body div.module, div.module p /* mindre på firefox; */
{	
	 line-height: 11.5px;
}
div.overview {
	padding: 7px 7px 7px 7px;
	background: #f2f2f2;
	border: solid 1px #bfbfbf;
	margin-top: 7px;
}

div.news /* Wrapper till news-modulen på index-sidan */
{
	height: 196px;
	color: black;
}
div.newsitem /* till news-modulen */
{
	margin: 0 5px 8px 5px;
}
span.newsrubrik /* Till news-modulen */
{
	margin: 0;
	font: bold 10px/10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div.shiner /* Blänkarmodulen med flash i */
{
	height: 142px;
	margin: 1px 0 12px 0;
}
/** Kontaktformuläret och det avancerade lookingglasset behöver 2 nästlade div'ar pga borders **/
div#kontaktformularOutlineCenter
{
	margin: 0;
	width: 369px;
}
div#kontaktformularOutline
{
	margin: 0;
	width: 191px;
}
div#kontaktformularInside
{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #f2f2f2;
	margin-top: -3px;
	margin-bottom: 0px;
	padding: 0px 0px 20px 12px;
	background: #f2f2f2;
}
div#kontaktformularOutline img
{
	
	padding: 0px;
	margin: 0px;
	display: block;
}
div#kontaktformularOutline img.titleImg
{
	
	margin-bottom: 2px;
}
div#lookingglassResultat
{
	height: 270px;
/*	overflow: none; */
	background-color: #E6E6E6;
	white-space: nowrap;

}

div#lookingglassResultat code
{
	font-size: 11px;
	width: 800px;		
}
p.newslinkout
{
	margin: 6px 0 24px 0;
}
/***** Rubriker *****/
h1
{
	font: bold 20px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h2
{
	font: bold 12px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	padding: 0px;
	margin-bottom: -12px;
}

hr
{
	border-color: #D1D1D1;
	border-style: solid;
}
p.ingress
{
	font: bold 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
img.icon
{
	position:relative;
	top:2px;
	margin: 2px 3px 0px 0;
}
.formSubHeader
{
	font-weight: bold;
}

div#articleImage { 
	text-align:center;
	
}
div#articleImage img
{
	border: 1px solid #ffca00;
  padding: 5px;
  margin-top: 15px;
}
div#centerColumn li
{
  margin-left: 25px;
  margin-right: 25px;
}

/***** Länkstilar *****/
a, a.newslink, a.newslink:hover, .newslinklink
{
	text-decoration: none;
	color: black;
	font-weight: normal;
}
.newslinklink
{
	font-weight: bold;
}
a:hover, span.activeLink, a.linkout
{
	color: #ffca00;
}
a.intext
{
	/* color: #ffca00;*/
	text-decoration: underline
}
a.intext:hover, a.subtext:hover, .newslinklink:hover
{
	color: #ffca00;
	text-decoration: underline
}
a.subtext
{
	/* color: #ffca00;*/
	font-weight: bold;
	/* text-decoration: underline */
}

