/* ***************************************************
Links
*****************************************************/

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



/* ***************************************************
MIscalleneous
*****************************************************/
body {
	background-color: #000000;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.pageTitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A49;
	font-weight: bold;
}

.pageDescription {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A49;
}

/* ***************************************************
News on the frontpage
*****************************************************/

.newsFont { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.newsFontDesc { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* ***************************************************
Items from the webpage that is emphasized
on the frontpage.
*****************************************************/

.emphasizeFont { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A49;
	font-weight: bold;
}

.emphasizeFontDesc { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A49;
}


/* ***************************************************
Dropdown menu
*****************************************************/

.clbt{
	layer-background-color: transparent;
	background-color: transparent;
	position: absolute;
	visibility: hidden;
	z-index: 300;
}

.clbs{
	layer-background-color: #CCCCCC;
	background-color: #CCCCCC;
	position: absolute;
	visibility: hidden;
	z-index: 300;
}

.clbar{
	position: absolute;
	width: 10px;
	height: 10px;
	visibility: hidden;
}

.clcmabs{
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 0;
	visibility: hidden;
}

.clcmevent{
	position: absolute;
	z-index: 300;
	width: 100%;
	height: 100%;
	clip: rect(0,100%,100%,0);
	left: 0;
	top: 0;
	visibility: hidden;
}

.clt {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	overflow: hidden;
	width: 130px;
	height: 25px;
	cursor: hand;
	background-color: transparent;
	layer-background-color: transparent;
}

.cltover {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	overflow: hidden;
	width: 130px;
	height: 25px;
	cursor: hand;
	background-color: transparent;
	layer-background-color: transparent;
}

.cls {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	position: absolute;
	overflow: hidden;
	cursor: hand;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
}

.clsover {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #669933;
	position: absolute;
	overflow: hidden;
	cursor: hand;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
}

/* ***************************************************
Horizontal menu 1
*****************************************************/
.hmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E8DF96;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

a.hmenu:link, a.hmenu:visited {
	color: #E8DF96;
	text-decoration: none;
}

a.hmenu:hover {
	color: FFFFFF;
	text-decoration: none;
}

/* ***************************************************
Search field
*****************************************************/
.searchbuttonstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	width: 24px;
	height: 16px;
	border: 1px;
	border-color: #666666;
	border-style: solid;
	background-color: #555555;
}

.searchfieldstyle {
	background-color: transparent;
	color: Black;
	border-style: solid;
	border-width: 1px;
	border-color: #F58025;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 132px;
	height: 16px;
}
