BODY {
	MARGIN: 0px;
	BACKGROUND-IMAGE: url(grafik/bg.png); 
	BACKGROUND-REPEAT: repeat;
	FONT-FAMILY: verdana, times new roman, arial;
	FONT-SIZE: 11px;
}

A {
	TEXT-DECORATION: none;
	COLOR: #986800;
}

A:hover {
	TEXT-DECORATION: underline;
	COLOR: #986800;
}


.tekst {
	FONT-FAMILY: verdana, times new roman, arial;
	FONT-SIZE: 11px;
}

.overskrift {
	FONT-FAMILY: verdana, times new roman, arial;
	FONT-SIZE: 16px;
	FONT-WEIGHT: bold;
}

.overskrift2 {
	COLOR: #F2F7FB;
}

.banner {
	BACKGROUND-IMAGE: url(grafik/topbanner.png);
	COLOR: #F2F7FB;
	FONT-FAMILY: verdana, times new roman, arial;
	FONT-SIZE: 12px;
	TEXT-ALIGN: left;
	WIDTH: 770px;
	HEIGHT: 155px;
}

.bannertext {
	position: absolute;
	padding-top: 10px;
	padding-left: 10px;
	COLOR: #000;
	FONT-FAMILY: verdana, times new roman, arial;
	FONT-SIZE: 12px;
	WIDTH: 140px;
}

.menu {
	BACKGROUND-IMAGE: url(grafik/menu.png);
	COLOR: #F2F7FB;
	FONT-FAMILY: verdana, times new roman, arial;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
	WIDTH: 770px;
	HEIGHT: 33px;
}

.window {
	BACKGROUND-COLOR: #EBEAD5;
	BORDER-BOTTOM: #918064 1px solid; 
	BORDER-LEFT: #918064 1px solid;
	BORDER-RIGHT: #918064 1px solid;
	WIDTH: 768px;
}


.windowtext {
	COLOR: #000000;
	FONT-FAMILY: verdana, times new roman, arial;
	FONT-SIZE: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}

.copyright {
	TEXT-ALIGN: center;
}


INPUT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
	font-size: 10px;
	BACKGROUND-COLOR: #f8f9fb;
	COLOR: Black;
	border: 1px solid #031A30;
}


.input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	BACKGROUND-COLOR: #f8f9fb;
	COLOR: Black;
	border : thin solid #031A30;
	
}

.hardware_tabel {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	border-bottom: 1px solid black;
}



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

#menuh-container
	{		
	top: auto;
	left: auto;
	}

#menuh
	{
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0;
	margin-top: 0;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	width: 120px;
	border: 0;
	border-bottom: 1px dotted #f8f9fb;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #AD956D;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #C7A977;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover
	{
	background-color: transparent;
	border: 0;
	height: 24px;
	padding:0;
	padding-top: 8px;
	margin-bottom: 8px;
	}

#menuh a.top_parent:hover {
	COLOR: Black;
}

	
#menuh a.parent, #menuh a.parent:hover
	{
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	//width:5em;	/* width of all menu boxes */
	}

#menuh ul.ramme
	{
	margin:0;
	padding:0;
	}


#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:block;
	//padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}


/* ////////////////////////////////////////////////////// */

