<style type="text/css">
<!--
P		{color: black; font-size: 11pt; font-style: normal; text-decoration: none; font-family: Arial,helvetica;}
TD		{font-family: Arial,helvetica; color: black; font-size: 11pt; font-weight: normal;}
h3		{font-family: Arial,helvetica; color: black; font-size: 12pt; font-weight: bold;}
h2		{font-family: Arial,helvetica; color: black; font-size: 14pt; font-weight: bold;}
h1		{font-family: Arial,helvetica; color: black; font-size: 18pt; font-weight: bold;}

a		{text-decoration: underline; font-size: 11pt; font-weight: normal; color: darkblue;}
a:visited	{text-decoration: underline; font-size: 11pt; font-weight: normal; color: darkred;}
a:hover	{text-decoration: underline; font-size: 11pt; font-weight: normal; color: g;}

input,textarea, select {
    color : black;
    font-style: normal;
    font-size: 11px;
    border-color : black;
    border-width : 1px;
}

/* RATINGLISTE */
a.rl:link	{text-decoration: underline; font-size: 9pt; font-weight: normal; color: darkblue;}
a.rl:active	{text-decoration: underline; font-size: 9pt; font-weight: normal; color: darkblue;}
a.rl:visited	{text-decoration: underline; font-size: 9pt; font-weight: normal; color: darkred;}
a.rl:hover	{text-decoration: underline; font-size: 9pt; font-weight: normal; color: red;}
table.rl	{border-width: 1px; border-spacing: 0px; border-style: none; border-color: silver; border-collapse: collapse;}
tr.rl:nth-child(even) {background: #FFF}
tr.rl:nth-child(odd) {background: #EEE}
td.rl		{color: black; font-size: 9pt; font-style: normal; text-decoration: none; vertical-align: middle; border-width: 1px; padding: 2px; border-style: none; border-color: silver;}
td.provisional		{color: green; font-size: 9pt; font-style: normal; text-decoration: none; vertical-align: middle; border-width: 1px; padding: 2px; border-style: none; border-color: silver;}
td.ikkemedlem	{color: silver; font-size: 9pt; font-style: normal; text-decoration: none; vertical-align: middle; border-width: 1px; padding: 2px; border-style: none; border-color: silver;}
th.rl		{color: black; font-size: 10pt; font-style: normal; text-decoration: none; vertical-align: middle; border-width: 1px; padding: 2px; border-style: solid; border-color: silver; background-color: white;}
p.rl		{color: black; font-size: 11pt; font-style: normal; text-decoration: none;}
li.rl		{color: black; font-size: 11pt; font-style: normal; text-decoration: none;}
h2.rl		{color: black; font-size: 14pt; font-style: normal; text-decoration: none;}
th span	{-ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; transform: rotate(180deg); white-space: nowrap;}

table.sortable tbody {
    counter-reset: sortabletablescope;
}
table.sortable thead tr::before {
    content: "";
    display: table-cell;
}
table.sortable tbody tr::before {
    content: counter(sortabletablescope);
    counter-increment: sortabletablescope;
    display: table-cell;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}
-->
</style>