/* ******************************************************* */
/* * This site was produced by APRICORE in the year 2004 * */
/* * Phone: (+45) - 70 27 19 70                          * */
/* * http://www.apricore.com/                            * */
/* ******************************************************* */

body {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	background-color: #FFFBCC;
	scrollbar-3dlight-color: #FFCC99;
	scrollbar-arrow-color: #330000;
	scrollbar-darkshadow-color: #330000;
	scrollbar-face-color: #AFA33C;
	scrollbar-highlight-color: #FFFBCC;
	scrollbar-shadow-color: #F3C36B;
	scrollbar-track-color: #F3C86B;
}

.hovedmenupunkt {
	font-size: 16px;
	font-weight: regular;
	color: #330000;
	background: transparent;
}

.forside_rubrik {
	font-size: 34px;
	font-weight: bold;
	color: #330000;
	background: transparent;
	margin: 0px;
}

.forside_underrubrik {
	font-size: 18px;
	font-weight: regular;
	color: #330000;
	background: transparent;
	margin: 0px;
	position: relative;
	top: -6px;
}

.rubrik {
	font-size: 18px;
	margin: 0px;
	font-weight: bold;
	color: #330000;
	background: transparent;
}

.underrubrik {
	font-size: 14px;
	margin: 0px;
	padding-bottom: 12px;
	font-weight: bold;
	color: #330000;
	background: transparent;
}

.mellemrubrik {
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
	color: #330000;
	background: transparent;
}

td, p, div, .tekst {
	font-size: 11px;
	margin: 0px;
	font-weight: regular;
	color: #330000;
}

td,  p, .lilletekst {
	font-size: 10px;
	margin: 0px;
	font-weight: regular;
	color: #330000;
}

ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: regular;
	color: #330000;
	background: transparent;
	line-height: 16px;
}

fieldset {
	border: solid 1px #330000;
	padding: 8px;
}

/* Hovedmenupunkt */
a:link.hovedmenupunkt, a:visited.hovedmenupunkt, a:hover.hovedmenupunkt, a:active.hovedmenupunkt {
	text-decoration: none;
}

a {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	color: #330000;
	text-decoration: underline;	
}

a:link.tekst, a:hover.tekst, a:active.tekst, a:visited.tekst {
	color: #330000;
	text-decoration: underline;	
}

.indtastningsfelt {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 11px;
	color: #330000;
	border: 1px solid #330000;
	background-color : #DCD79A;
	scrollbar-3dlight-color: #FFCC99;
	scrollbar-arrow-color: #330000;
	scrollbar-darkshadow-color: #330000;
	scrollbar-face-color: #AFA33C;
	scrollbar-highlight-color: #FFFBCC;
	scrollbar-shadow-color: #F3C36B;
	scrollbar-track-color: #F3C86B;
}

.knap {
	background-color: #F3C36B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #330000;
	font-size: 10px;
	font-weight: regular;
	border: 2px outset;
	text-align: center;
}

.portraettekst {
	font-size: 14px;
	margin: 0px;
	font-weight: bold;
	color: #FFFBCC;
	background: transparent;
}



/* jQuery Tablesorter - custom skin */
table.tablesorter_ungelog thead tr .header {
	background-image: url(images/unsorted.gif);
	background-repeat: no-repeat;
	background-position: center 121px;	
	cursor: pointer;
}

table.tablesorter_ungelog thead tr .headerSortUp {
	background-position: center 121px;	
	background-image: url(images/up.gif);
}

table.tablesorter_ungelog thead tr .headerSortDown {
	background-position: center 121px;	
	background-image: url(images/down.gif);
}

/* jQuery Tablesorter */
table.tablesorter {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #71797D;
	font-size: 10px;
	font-weight: regular;
	border-collapse: collapse;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #E3E3E3;
	font-size: 10px;
	text-align: left;
	padding: 3px 20px 3px 3px;
	border: 1px solid transparent;
}

table.tablesorter thead tr .header {
	background-image: url(images/tablesorter.bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	padding: 3px 3px 3px 3px;
	font-size: 10px;
	color: #71797D;
	background-color: #EEEEEE;
/*	vertical-align: top;*/
	border: 1px solid transparent;
}

table.tablesorter tbody tr.odd td {
	background-color:#E3E3E3;
}

table.tablesorter tbody tr.even td {
	background-color:#EEEEEE;
}

table.tablesorter tbody tr.hot td {
	background-color:#ffff99;
}

table.tablesorter tbody tr.selected td {
	background-color:#ff9999;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(images/tablesorter.desc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(images/tablesorter.asc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	color: black;
}

/* Tooltip */
/* http://www.kriesi.at/archives/create-simple-tooltips-with-css-and-jquery */
.tooltip{
    position: absolute;
    z-index: 999;
    left: -9999px;
    top: -9999px;
    background-color: #afa33c;
    padding: 5px;
    border: 1px solid #fff;
    width: 320px;
}

.tooltip div{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
    margin: 0;
    color: #fff;
    background-color: #330000;
    padding: 7px 12px;
}

.tooltip li{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
    color: #fff;
}


