/********************************/
/* Different Table styles start */

.Background1
{
	background-color: #897E52;
}

.Background2
{
	background-color: #CEBE7B;
}

.Background3
{
	background-color: #FFFBC6;
}


.MainTable
{
	border-color: #666666;
	border-style: solid;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0; 
}

.MainTableHeadline
{
	color: #666666	;
	font-weight: bold;	
	background-color: #CEBE7B;
	border-color: #666666;
	border-style: solid;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0; 
}

.MainTableHeadlineSumTop
{
	color: #666666	;
	font-weight: bold;	
	border-top: 1 solid #666666;
}

.MainTableHeadlineSum
{
	color: #666666	;
	font-weight: bold;	
	background-color: #CEBE7B;
	border-top: 1 solid #666666;
	border-bottom: 3 double #666666;
}

.MainTableSpace
{
	border-color: #666666;
	border-style: solid;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0; 
}

.MainTableRow1
{
	background-color: #EDEAB6;
	border-color: #666666;
	border-style: solid;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0; 
}

.MainTableRow2
{
	background-color: #FFFBC6;
	border-color: #666666;
	border-style: solid;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0; 
}

.MainTableRow1SumTop
{
	background-color: #EDEAB6;
	border-top: 1 solid #666666;
}

.MainTableRow2SumTop
{
	background-color: #FFFBC6;
	border-top: 1 solid #666666;
}

.MainTableRow1Sum
{
	background-color: #EDEAB6;
	border-top: 1 solid #666666;
	border-bottom: 3 double #666666;
}

.MainTableRow2Sum
{
	background-color: #FFFBC6;
	border-top: 1 solid #666666;
	border-bottom: 3 double #666666;
}

.MainTableSum
{
	border-top: 1 solid #666666;
	border-bottom: 3 double #666666;
}

.RBColor1
{
	background-color: #897E52;
	border-color: #ffffff;
	border-style: solid;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 1;
	border-bottom-width: 1; 
}

.TColor1
{
	background-color: #897E52;
	border-color: #ffffff;
	border-style: solid;
	border-left-width: 0;
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 0; 
}

.LRBColor2
{
	background-color: #CEBE7B;
	border-color: #ffffff;
	border-style: solid;
	border-left-width: 1;
	border-top-width: 0;
	border-right-width: 1;
	border-bottom-width: 1;
}

.RBColor2
{
	background-color: #CEBE7B;
	border-color: #ffffff;
	border-style: solid;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 1;
	border-bottom-width: 1;
}

.LRColor2
{
	background-color: #CEBE7B;
	border-color: #ffffff;
	border-style: solid;
	border-left-width: 1;
	border-top-width: 0;
	border-right-width: 1;
	border-bottom-width: 0;
}


.LRBColor3
{
	background-color: #FFFBC6;
	border-color: #ffffff;
	border-style: solid;
	border-left-width: 1;
	border-top-width: 0;
	border-right-width: 1;
	border-bottom-width: 1; 
}

.RColor3
{
	background-color: #FFFBC6;
	border-color: #ffffff;
	border-style: solid;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 1;
	border-bottom-width: 0; 
}

/* Different Table styles end */
/******************************/



/***********************/
/* Contentontent start */
body
{
	background-color: #897E52;
	font-family: Verdana, Arial;
	font-size: 11px;
}

td
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #333333;
}

a, a:link, a:active, a:visited
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #F56339;
	text-decoration: none;
	cursor: hand;
}

a:hover
{
	text-decoration: underline;
}


.content
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #333333;
}

a.content, a.content:link, a.content:active, a.content:visited, a.content:hover
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #F56339;
}

.Headline
{
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0086C5;
}

.contenttitle
{
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

a.contenttitle:link, a.contenttitle:active, a.contenttitle:visited, a.contenttitle:hover
{
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.contentsubtitle
{
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

a.contentsubtitle:link, a.contentsubtitle:active, a.contentsubtitle:visited, a.contentsubtitle:hover
{
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.minicontent
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333333;
}

a.minicontent:link, a.minicontent:active, a.minicontent:visited, a.minicontent:hover
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #F56339;
}

.lightminicontent
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #CEBE7B;
}

a.lightminicontent:link, a.lightminicontent:active, a.lightminicontent:visited
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #CEBE7B;
	text-decoration: none;
}

a.lightminicontent:hover
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #CEBE7B;
	text-decoration: underline;
}

.superminicontent
{
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #333333;
}

a.superminicontent:link, a.superminicontent:active, a.superminicontent:visited, a.superminicontent:hover
{
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #F56339;
}

/* Normal content end  */
/***********************/


/**********************/
/* Menu entries start */

.MenuItem
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

a.MenuItem, a.MenuItem:link, a.MenuItem:active, a.MenuItem:visited
{
	text-decoration: none;
}

a.MenuItem:hover
{
	text-decoration: underline;
}

.MenuItemSelected
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

a.MenuItemSelected, a.MenuItemSelected:link, a.MenuItemSelected:active, a.MenuItemSelected:visited
{
	text-decoration: none;
}

a.MenuItemSelected:hover
{
	text-decoration: underline;
}


/* Menu entries end */
/********************/


/******************/
/* Pictures start */

.UdlejningsPics
{
	border-color: #333333;
	border-style: solid;
	border-left-width: 1;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1; 
}

/* Pictures end */
/******************/

	

