  @media screen, print {
body
{
	margin: 1em;
	padding: 0;
	font-family: 'Trebuchet MS', Helvtica, Verdana, sans-serif;
	font-size: 60%;
	background-color: #cccccc;
	color: #000000;
}
p
{
	color: #000000;
	font-size: 80%;
	font-family: 'Trebuchet MS', Helvtica, Verdana, sans-serif;

}

td p
{
	font-size: 100%;
}



td.tableindent
{
	padding-left: 2em;
}

h1, h2, h3, h4, h5, h6, h7
{
color: teal;
background-color: #ffffff;
margin-top: 1em;
margin-bottom: 1em;

}

dt, dd
{
font-size: 80%;
 }

h1
{
	font-size: 150%;

}
h2
{
	font-size: 100%;

}
td h2
{
	font-size: 160%;
}

a:link
{
text-decoration: none;
color: #0000c0;
}

a:visited
{
color: teal;
text-decoration: none;
}

a:active
{
text-decoration: underline;
}

a:hover
{
text-decoration: underline;
}

#pdf a:active
{
background-color: #43a3d2;
color: white;
font-weight: bold;
text-decoration: none;
}

#pdf a:hover
{
background-color: #43a3d2;
color: white;
font-weight: bold;
text-decoration: none;
}



#maincontent li
{
font-size: 100%;
}

#maincontent td
{
font-size: 80%;
}

#infoboks
{
width: 220px;
}

#infoboks p
{
background-color: #ffffff;
margin-top: 0;
margin-bottom: 0;
}

#infoboks td
{
font-size: 100%;
padding-left: 5px; 
padding-right: 5px;
}

#infoboks th
{
font-size: 80%;
text-align: left;
padding-left: 5px; 
padding-right: 5px;
}

#infoboks li
{
font-size: 100%;
}

.kalender
{
background-color=#E4E4E4;
}


@media print {
    .noprint { display: none !important;
     }
     }
