* { outline: 0; }
html, body {
	font-family: trebuchet ms; 
	font-size: 9pt;
	background-color:#F0F0F0;
	margin:0 auto;
	line-height:17px; 
	height:100%;
	text-align:center; /*   CENTRERING */
}

/*h1	{padding:0px;margin:10px 0px 10px 0px;font-size:16pt;}*/
h1	{padding:0px;margin:5px 0px 5px 0px;font-size:12pt;}
h2	{padding:0px;margin:5px 0px 5px 0px;font-size:14pt;}
h3	{padding:0px;margin:5px 0px 5px 0px;font-size:12pt;}
a	{text-decoration:none;}
p	{margin:10px 0px 10px 0px;}
img	{border:none;}


/* -------- LAYOUT-DIVAR ------------ */
#container{
	margin:0 auto;  /*     CENTRERING */
	text-align:center;
	width:840px;
	background: #FFF url(/bilder/bg_container.gif) repeat-y;
}   
#top 
{
	text-align:right;
	padding-right: 20px;
	height:70px;
	background: #F0F0F0 url(/bilder/bg_top.gif) no-repeat bottom right;
}
#mid
{
	text-align:left;
	margin:0 auto;
	width:740px;
	height:70px;
	background: url(/bilder/bg_mid.gif) no-repeat top right;
}
#bildspel
{
	height:250px;
}
#main
{
	margin:0 auto;
	border:solid 1px #CCC;
	width:740px;
	background: url(/bilder/bg_main.gif) repeat-y left;
}
#mainLeft
{
	text-align:left;
	float:left;
	width:180px;
	line-height:14px;
}
#mainRight
{
	text-align:left;
	float:right;
	width:180px;
	line-height:14px;
}
#mainLeft .content, #mainRight .content	{margin:0px 0px 0px 14px;width:150px;font-size:8pt;}
#mainLeft .shadow,  #mainRight .shadow	{margin-top:2px;font-size: 1px;line-height:1px;height:10px;width:179px;background: url(/bilder/shadow.gif) repeat-x;}

#mainMid
{	cursor: default;
	min-width:320px;
	text-align:left;
	margin:0 auto;
	width:320px;
}
#mainMid a 
{
	color:#EC2B26;
	text-decoration:none;
}
.cleaner 
{
	font-size: 1px;
	line-height:1px;
	margin-top:-2px;
	height:2px;
	width:500px;
	clear:both;
}

#bottom{
	cursor: default;
	margin:0 auto; /*     CENTRERING */
	text-align:left;
	width:820px;
	height: 70px; 
	background: #F0F0F0 url(/bilder/bg_bottom.gif) no-repeat top ;
}

#bottom .avgrans
{
	margin:0px 8px 0px 8px;
	color:#ACAFA3;
}

.linje150
{
	margin:5px 0px 5px 0px;
}
.datum
{
	color:#777777;
	font-size:10px;
}
.menuTbl
{
	margin:0 auto;
	_text-align:center;
	width:750px;
	height:70px;

}
    .menuTbl td
    {
        	
        	width:150px;
    }
.subMenuTbl
{
	width:180px;
	margin:10px 0px 0px 0px;
}
.subMenuTbl td
{
	padding-left:20px;
	height:20px;
}
.textruta
{
	background: #F6F6F6;
	width:200px;
	margin-bottom:5px;
	border:none;
	border-bottom:dotted 1px #656565;
}
.textruta50
{
	background: #F6F6F6;
	width:50px;
	margin-bottom:5px;
	border:none;
	border-bottom:dotted 1px #656565;
}
.textruta140
{
	background: #F6F6F6;
	width:140px;
	margin-bottom:5px;
	border:none;
	border-bottom:dotted 1px #656565;
}

/*För partners-sidan*/
.partnerUL {
	list-style:none;
	margin:0;
	padding:0;
}
.partnerLI {
	padding:3px 2px 1px 10px;
}
.partnerULUL {
	list-style:none;
	margin:0;
	padding:0;
}
.partnerLILI {
	padding:4px 2px 0px 18px;
}

/* -------------- // ----------------- */

/*CSS för utskrift*/
@media print{
   body *{visibility: hidden;}
   body {background-color: white;}
   #mainMid *{ visibility: visible;}
}