/*=============================*/
/*=======  colors  ============*/
/*=============================*/
A, A:link, A:visited, A:hover {
	cursor:pointer;
}
/* original (groen): */
	A:link { color: #963; }
	A:visited { color: #600; }
	A:active { color: #889955; }
*/
/* wittmann:
	A:link { color: #DDD; }
	A:visited { color: #AAA; }
	A:active { color: #A81; }
*/
/* JUL 2002:
	A:link { color: #900; }
	A:visited { color: #600; }
	A:active { color: #FC0; }
*/
/* blaa: 
	A:link { color: #960; }
	A:visited { color: #CC0; }
	A:active { color: #CD9; }
*/
/* Wittmann: 
	A:link { color: #960; }
	A:visited { color: #CC0; }
	A:active { color: #CD9; }
*/
U {
	text-decoration : none;		/* Understreget tekst bør undgås,     */
	font-weight : bold;			/* og erstattes derfor med fed tekst. */
}
BODY, P, TD, LI, DT, DD, DL, A	{
	cursor: default;
}
BODY, P, TD, LI, DT, DD, DL, A, H1,H2,H3,H4,H5,H6,H7,H8,H9 {
/* original (groen): */
	color: #063;						/* tekstfarve			*/
	background-color : #CD9;			/* baggrundsfarve		*/
	scrollbar-face-color : #063; 		/* knapforgrund			*/
	scrollbar-shadow-color : #000; 		/* skyggekant			*/
	scrollbar-highlight-color : #396;	/* overste lyskant		*/
	scrollbar-3dlight-color : #cd9;		/* nederste lyskant		*/
	scrollbar-darkshadow-color : #030;	/* nederste skyggekant	*/
	scrollbar-track-color : #ab7; 		/* baggrund				*/
	scrollbar-arrow-color : #cd9;		/* pilesymbol			*/
}
{
/* wittmann: gul=#EC5 blaa=#348 */
	color: #EC5;						/* tekstfarve			*/
	background-color : #348;			/* baggrundsfarve		*/
	scrollbar-face-color : #EC5; 		/* knapforgrund			*/
	scrollbar-shadow-color : #960; 		/* inderste skyggekant	*/
	scrollbar-highlight-color : #FF9;	/* inderste lyskant		*/
	scrollbar-3dlight-color : #CD9;		/* yderste lyskant		*/
	scrollbar-darkshadow-color : #990;	/* yderste skyggekant	*/
	scrollbar-track-color : #000; 		/* baggrund				*/
	scrollbar-arrow-color : #000;		/* pilesymbol			*/
}
{
/* JUL 2002: */
	color: #063;						/* tekstfarve			*/
	background-color : #FFF;			/* baggrundsfarve		*/
	scrollbar-face-color : #063; 		/* knapforgrund			*/
	scrollbar-shadow-color : #000; 		/* skyggekant			*/
	scrollbar-highlight-color : #396;	/* overste lyskant		*/
	scrollbar-3dlight-color : #cd9;		/* nederste lyskant		*/
	scrollbar-darkshadow-color : #030;	/* nederste skyggekant	*/
	scrollbar-track-color : #900; 		/* baggrund				*/
	scrollbar-arrow-color : #FE0;		/* pilesymbol			*/
}
P.nyheder:first-line {
	color: #900;						/* tekstfarve			*/
}
{
/* blaa: */
	color: #04D;						/* tekstfarve			*/
	background-color : #FFF;			/* baggrundsfarve		*/
	scrollbar-face-color : #FF1; 		/* knapforgrund			*/
	scrollbar-shadow-color : #960; 		/* inderste skyggekant	*/
	scrollbar-highlight-color : #FF9;	/* inderste lyskant		*/
	scrollbar-3dlight-color : #CD9;		/* yderste lyskant		*/
	scrollbar-darkshadow-color : #990;	/* yderste skyggekant	*/
	scrollbar-track-color : #CC0; 		/* baggrund				*/
	scrollbar-arrow-color : #990;		/* pilesymbol			*/
}
/*
						Groen	JUL	wittmann
Titelbillede					icon_blank.gif
							/grafik/julelys.gif
FARVER I FORUM
Skrifttype udseende: Georgia, Times, Serif
Standard skrifttypestørrelse: 	2 (10)		2	
Overskrift skrifttypestørrelse: 3 (12)		3	
Fodnote skrifttypestørrelse: 	1 (8)		1	
Basis baggrundsfarver: 			CD9	fff	348
Standard skrifttypefarve: 			063	063	EC5
Linkfarve: 					963	900	000
Linkdekoration: 			understreg	und	und
Besøgte links farver: 			600	600	333
Besøgte links dekoration: 	understreg		und	und
Aktive links farver: 			889935	fc0	A81
Svævende links farve: 			889935	900	A81
Svævende links dekoration: 	understreg	und	und
Overskrifters baggrundsfarve: 		063	900	348
Overskriftsfarve: 				CD9	fe0	EC5
Kategori baggrundsfarve: 			CD9	fe0	ec5
Kategori skrifttypefarve: 			063	900	348
Første celle farve: 		whitesmoke	ffc	whitesmoke
Første skiftende cellefarve: 	whitesmoke	ffc	whitesmoke
Anden skiftende cellefarve: 	gainsboro	eee	gainsboro
I forum skrifttypefarve: 			063	063	348
I forum linkfarve: 			darkblue	900	ddd
Tabelkant farve: 				030	030	000
Pop-op tabel farve: 			CD9	ffc	348
Pop-op tabelkant farve: 			030	030	000
Ny skrifttypefarve:  			396	396	396
*/

/*=============================*/
/*=======  for top.htm  =======*/
/*=============================*/

#TOPBODY {
/* groen: */
	color: #CD9;
	background: #063;
}
{
/* wittmann: */
	color: #EC5;
	background: #000;
}
{
/* JUL 2002: */
	color: #FE0;
	background: #900;
}
{
/* blaa: */
	color: #FF1;
	background: #04D;
}
#TOPTITLE {
	font-size : 150%;
	font-family : serif;
}
#TOPSUBTITLE {
	font-size : 70%;
	font-family : sans-serif;
}

/*=============================*/
/*=======  for menu.htm =======*/
/*=============================*/

#TOPBODY A {
	text-decoration: underline;
	cursor: pointer;
}
#TOPBODY A, #TOPBODY A:link, #TOPBODY A:visited, #TOPBODY A:hover,
#TOPBODY BODY, #TOPBODY P, #TOPBODY TD, #TOPBODY LI, #TOPBODY DT, #TOPBODY DD, #TOPBODY DL,
#TOPBODY H1, #TOPBODY H2, #TOPBODY H3, #TOPBODY H4, #TOPBODY H5, #TOPBODY H6, #TOPBODY H7, #TOPBODY H8, #TOPBODY H9 {
/* original (groen): */
		color: #CD9;					/* tekstfarve			*/
		background-color: #063;			/* baggrundsfarve		*/
}
{
/* wittmann: */
	color: #EC5;
	background: #000;
}
{
/* JUL 2002: */
	color: #FE0;
	background: #900;
}
{
/* blaa: */
	color: #FF1;						/* tekstfarve			*/
	background-color: #04D;				/* baggrundsfarve		*/
}



/*=============================*/
/*=======  font styles  =======*/
/*=============================*/

P.nyheder:first-line {
/* original (groen): */
	color: #600;						/* tekstfarve			*/
	font-size : 70%;
	font-family : sans-serif;
}
{
/* wittmann: */
	color: #A81;						/* tekstfarve			*/
	font-size : 70%;
	font-family : sans-serif;
}
DT {
	font-weight : bold;
}
/* xDIV {
		position: relative;
		left: 18px;
} */

.small, .forfatter, .dato {
	font-size : 70%;
	font-family : sans-serif;
}
.printerknap {
	text-align : right;
}
.printervenlig {
	color: #000000;
	background-color : #FFFFFF;
}
.expand {
	font-weight: bold;
	cursor: hand;
	text-decoration: underline;
}
.DropDown {
	font-weight: bold;
}
.DropDown:hover	{
}
.expfav {
}
.expanded {
}
.collapsed {
	visibility:hidden;
	display:none;
}

   /*                                                          */
   /* Styles for the tree.                                     */
   /*                                                          */
   SPAN.TreeviewSpanArea A {
     font-size: 10pt; 
     font-family: verdana,helvetica; 
     text-decoration: none;
     color: black;}
   SPAN.TreeviewSpanArea A:hover {
     color: '#820082';}
