body	{
	font-family: Verdana,sans-serif;
	color: #444444;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #352B00;
	height: 100%;
	font-size: 11px;
	}
.text,p,td	{
	font-size: 11px;
	line-height: 20px;
	color: #444444;
	font-family: Verdana, sans-serif;
	font-style: normal;
	}

/******* A&D OLDSTYLES *******/
a.underoverskrift, .underoverskrift
	{
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	}
.indextext
	{
	font-size: 11px;
	}
table a	{
	font-size: 11px;
	}
hr	{
	background-color: #eeeeee;
	color: #eeeeee;
	border: none;
	height: 1px;
	}
.menuskrift
	{
	font-size: 13px;
	font-weight: bold;
	}
.info	{
	line-height: 14px;
	}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #777777;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold Verdana,Arial,sans-serif;
 font-size: 17px;
 color: #005FA9;
 margin: 0px;
 padding: 0px 0px 10px 0px;
}
h2{
 font: bold Verdana,Arial,sans-serif;
 font-size: 15px;
 color: #005FA9;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#topmenu
	{
	text-align: right;
	padding-right: 94px;
	padding-bottom: 5px;
	text-transform: lowercase;
	}
#topmenu a
	{
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 20px;
	color: #b09b9d;

	}
#topmenu a.isActive
	{
	color: #00a1e1;
	}
#leftmenu
	{
	padding: 0px 0px 50px 0px;
	}

#menu1	{
	width: 207px;
	padding-top: 10px;
	text-transform: lowercase;
	line-height: 14px;
	}
#menu1 a
	{
	border: 1px solid #e7e7e7;
	margin: 0px 3px 0px 3px;
	color: #666666;
	font-weight: bold;
	display: block;
	padding-left:35px;
	padding-top:4px;
	padding-bottom: 4px;
	}
#menu1 a.isActive, #menu2 a.isActive
	{
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	}

#menu2	{
	text-transform: lowercase;
	padding-top: 10px;
	width: 207px;
	line-height: 14px;
	}
#menu2 a
	{
	border: 1px solid #e7e7e7;
	margin: 0px 3px 0px 3px;
	color: #666666;
	font-weight: normal;
	display: block;
	padding-left:55px;
	padding-right: 5px;
	padding-top:4px;
	padding-bottom: 4px;
	}

#content{
	padding: 30px 95px 20px 35px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	margin-left: 35px;
	margin-top: 5px;
	display: block;
	font-family: Verdana,sans-serif;
	font-size: 10px;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #aaAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************* Navigation menu.js ***************/
.nav-item:hover{
	cursor: pointer !important;
}
