
/*>>> The menu frame ------------------------------------------------*/

.menu_title
{
	color: 			white;
	background-color:	#000060;
	text-decoration:	underline;
	font-weight:		bold;
	font-size:		110%
}

A.menu_title:link
{
	color: 			white;
	background-color:	#000060;
	text-decoration:	underline;
	font-weight:		bold;
	font-size:		110%
}


A.menu_title:active
{
	color:			white;
	text-decoration:	underline;
	font-weight:		bold;
	font-size:		110%
}

a.menu_title:hover
{
	color:			red;
	/*
	background-color:	green;
	text-decoration:	underline;
	font-weight:		bold;
	*/
	font-style:		italic;

	font-size:		110%
}

A.menu_title:visited
{
	color:			yellow;
	text-decoration:	underline;
	font-weight:		bold;
	font-size:		110%
}


.menu
{
	color: 			white;
	background-color:	#000060;
	text-decoration:	underline;
	font-weight:		bold;
	font-size:		90%
}
.menu_text
{
	color: 			white;
	background-color:	#000060;
	font-weight:		bold;
	font-size:		90%
}

A.menu_title:link
{
	color: 			white;
	background-color:	#000060;
	text-decoration:	underline;
	font-weight:		bold;
}

A.menu:link
{
	color:			white;
	text-decoration:	underline;
	font-weight:		bold;
	/*
	font-size:		80%
	*/
}

A.menu:active
{
	color:			white;
	text-decoration:	underline;
	font-weight:		bold;
}

a.menu:hover
{
	color:			red;
	/*
	background-color:	green;
	*/
	text-decoration:	underline;
	font-weight:		bold;
}

A.menu:visited
{
	color:			yellow;
	text-decoration:	underline;
	font-weight:		bold;
}

A.menu:visited:hover
{
	color:			red;
	text-decoration:	underline;
	font-weight:		bold;
}

/*<<< The menu frame ------------------------------------------------*/



/*>>> Text area -----------------------------------------------------*/


.text
{
	font-family:		Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ; 
	font-size:		80%
}

.sub_text
{
	font-family:		Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ; 
	font-size:		60%
}

a:link
{
	color:			blue;
	text-decoration:	underline;
}

a:hover
{
	color:			red;
	text-decoration:	underline;
}

a:active
{
	color:			GREEN;
	text-decoration:	underline;
}
a:visited
{
	color:			blue;
	font-weight:		bold;
}

.outtro
{
	color: 			gray;
	/*text-decoration:	normal;*/
	font-size:		70%
}

/*<<< Text area -----------------------------------------------------*/


/*>>> The item frame ------------------------------------------------*/

.item
{
	color: 			white;
	background-color:	#000060;
	font-weight:		bold;
	font-size:		100%
}

A.item:link
{
	color: 			yellow;
	background-color:	#000060;
	text-decoration:	underline;
	font-weight:		bold;
}

A.item:active
{
	color:			white;
	background-color:	#000060;
	text-decoration:	underline;
	font-weight:		bold;
}

a.item:hover
{
	color:			red;
	background-color:	#0000F0;
	text-decoration:	underline;
	font-weight:		bold;
}

A.item:visited
{
	color:			orange;
	text-decoration:	underline;
	font-weight:		bold;
}

.item_title
{
	color: 			white;
	background-color:	#000060;
	font-weight:		bold;
	font-size:		120%
}

A.item_title:link
{
	color: 			yellow;
	background-color:	#000060;
	text-decoration:	underline;
	font-weight:		bold;
}

A.item_title:active
{
	color:			white;
	background-color:	#000060;
	text-decoration:	underline;
	font-weight:		bold;
}

A.item_title:hover
{
	color:			red;
	background-color:	#0000F0;
	text-decoration:	underline;
	font-weight:		bold;
}

A.item_title:visited
{
	color:			orange;
	text-decoration:	underline;
	font-weight:		bold;
}

/*<<< The item frame ------------------------------------------------*/



/*>>> Global --------------------------------------------------------*/

img
{
	border:			none;
	/*align="right"*/
	text-align:			right;
}

img.mini_map
{
	width:			300;
	height:			300;
}

.debug
{
	color: 			green;
	font-size: 		1;
	font-family: 		monospace;	
	display:		none;			
}

.debug_footer
{
	color: 			red;
	font-size: 		100%;
	font-family: 		monospace;	
}

body
{
	color: 			#000000;
	background-color:	#F0F0F0;
	font-family:		Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ; 
	font-size:		80%
}

.footer
{
	width:			100%;
	border-style:   solid;
}

td
{
	font-size:		80%
}


a:hover
{
	color:			red;
	/*
	background-color:	#0000F0;
	*/
	text-decoration:	underline;
	font-weight:		bold;
}

/*<<< Global --------------------------------------------------------*/



/*>>> Sognetræf -----------------------------------------------------*/
tr.gul td
{
	background:rgb(255,205,50); 
	padding:1px 3px 1px 3px;
}
tr.hvid td
{
	background:rgb(255,255,255);   
	padding:0px 3px 0px 3px;
}
tr.hvidbig td
{
	background:rgb(255,255,255);   
	padding:2px;
}
tr.graa td
{
	background:#eee;  
	padding:2px;
}


/*<<< Sognetræf -----------------------------------------------------*/


/*** End of File *****************************************************/
