@import url("style.css");

.noPrint { 
display: none; 
}
.doPrint {
display: block;
}
.text_main {
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
.text_main_small {
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}
.text_main_h1 {
	color:#000000;
}
.text_main_kursiv {
	color:#000000;
}
table {
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	background-color: #FFFFFF;
	color: #000000;
}
td {
	width: auto;
}
.medarbejder {
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: underline;
}
a:link.medarbejder {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: underline;
}
a:visited.medarbejder {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: underline;
}
a:hover.medarbejder {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: underline;
}
hr {
	color: #000000;
}


