/*                                                              */
/* print.css :: Ake Johansson 2004-03-31 :: Uppsala universitet */
/*                                                              */
/*                                                              */
body {
   background: white;
   background-image: none;
   font-size: 12pt;
   }
.leftcolumn {
   display: none;
   }
   
.sidhuvud {
	border-bottom: 1px solid #990000;
	padding-bottom: 10px;
   }

.knapprad {
   display: none;
   }

.maincontent {
   background: white;
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   padding-top: 1em;
   }
   
.aktuellt {
   background: white;
   padding: 0;
   border: 0;
   float: none;
   color: black;
   margin: 0 5%;
   border-bottom: 1px solid #990000;
}

.sidfot {
   background: white;
   width: auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   border-top: 1px solid #990000;
}

a:link, a:visited {
   color: #000;
   background: transparent;
   text-decoration: underline;
   }
.maincontent a:link:after, #maincontent a:visited:after {
   content: " [" attr(href)"] ";
   font-size: 90%;
   color:#666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #000;
}
h2 {
	font-size: 18pt;
	font-family:Arial, Helvetica, sans-serif; 
	color: #000; 
	font-weight: bold
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000;
}

h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000;
}
dt, .boxhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	font-weight:bold;
}
p, ul, ol, dd, td, div {
	color : black;
	font-family : Times, Serif;
	font-size : 12pt;
	}
.normal {
	color : black;
	font-family : Times, Serif;
}

.sidfot {
	color : black;
	font-family : Verdana, arial, Sans-serif;
	font-size: 10pt;
}

img	{
	display: block;
	border: 0;
}
