/*                                                               */
/* print.css :: Ake Johansson 2004-03-31 :: Uppsala universitet  */
/* mdprint.css :: Mats Dahllof 2004-11-11 :: Uppsala universitet */
/*                                                               */
body {
   background: white;
   background-image: none;
   font-size: 11pt; /* md */
   }
#leftcolumn {
   display: none;
   }
#knapp {
   display: none;
   }
#rightcolumn {
   background: white;
   width: auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   padding-top: 1em;
   /* border-top: 1px solid #990000; md: bort */
   }
#maincontent {
   background: white;
   width: auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   padding-top: 1em;
   /* border-top: 1px solid #990000; md: bort */
   }

#footer {
   background: white;
   width: auto;
   float: none !important;
   color: black;
   font-size: 8pt;   /* md */
   background: transparent none;
   border-top: 1px solid #000000;
}
a:link, a:visited {
   color: #000;
   text-decoration: none;
   background: transparent;
   }                                  /* main content not printed md */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
}
h2 {
	font-size: 12pt;
	font-family:Arial, Helvetica, sans-serif; 
	color: #000; 
	font-weight: bold
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000; 
	font-weight: bold
}

h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
}
dt, .boxhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	font-weight:bold;
}
b {
	font-weight:bold;
}
p, ul, ol, dd, td, div {
	color : black;
	font-family : Times, Serif;
	line-height: 1.0;
	font-size : 11pt;
	}

table.sched {                                         
	color : black;
	font-size : 1.0em;
	line-height: 1.0; 
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
}

td.sched {      
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000; 
	color : black;
	font-size : 1em;
	line-height: 1.0;    /* Mats D. */
}

.normal {
	color : black;
	font-family : Times, Serif;
}

.smulrad {
	color : black;
	font-family : Verdana, arial, Sans-serif;
	font-size: 0.5em; 
}

.sidfot {                     /* md */
	color : black;
	font-size: 8pt; 
}

.ruta { 
	border: 1px #000 solid; background-color: #CCC; 
	color : black;
	font-family : Times, Serif;
	padding: 10px;
}
.vitruta { 
	border: 1px #000 solid; background-color: #FFF; 
	padding: 10px;
	color : black;
	font-family : Times, Serif;

}
.luftruta { 
	border: 1px #000 solid; background-color: #CCC; 
	padding: 10px;
	color : black;
	font-family : Times, Serif;
}
.hide	{
	display: none;
}
.ahem	{
	display: none;
}
img	{
	display: block;
	border: 0;
}