.webfx-menu {
	position:			absolute;
	z-index:			100;
	visibility:			hidden;
	width:				200px;
	border:				1px solid black;
	padding:			1px;
	background:			#FFF0F5;
	filter:				progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=4) alpha(Opacity=90);
	-moz-opacity:		0.9;
}


.webfx-menu-empty {
	display:			block;
	border:				1px solid white;
	padding:			2px 5px 2px 5px;
	font-size:			11px;
	font-family:		Tahoma, Verdan, Helvetica, Sans-Serfif;
	color:				black;
}

.webfx-menu a {
	display:			block;
	width:				expression(constExpression(ieBox ? "100%": "auto"));	/* should be ignored by mz and op */
	height:				expression(constExpression("1px"));
	overflow:			visible;

	padding:			2px 0px 2px 5px;
	
	font-size:			11px;
	font-family:		Tahoma, Verdan, Helvetica, Sans-Serfif;
	text-decoration:	none;
	vertical-align:		center;
	
	color:				black;
	border:				1px solid white;
	text-decoration:	none;

}	

.webfx-menu a:visited,
.webfx-menu a:visited:hover {
	color:	black;
}

.webfx-menu a:hover {
	/* color:			black; */
	/* background:		#ffeedd;	eller rgb(234,242,255); */
	/* border:			1px solid #ff8800;	eller	rgb(120,172,255); */
	
	background-color:	Highlight;
	color:				HighlightText;
	text-decoration:	none;

}

.webfx-menu a .arrow {
	float:			right;
	border:			0px none;
	width:			3px;
	margin-right:	3px;
	margin-top:		4px
}

/* separtor */
.webfx-menu div {
	height:			0;
	height:			expression(constExpression(ieBox ? "2px" : "0"));
	width:			200px;
	border-top:		1px solid rgb(120,172,255);
	border-bottom:	1px solid rgb(234,242,255);
	overflow:		hidden;
	margin:			2px 0px 2px 0px;
	font-size:		0mm;
}

/* her instilles hovedmenu */
/* ----------------------- */
.webfx-menu-bar {
	background: #244A9F; /*#373061; #3399CC;	 rgb(120,172,255); rgb(255,128,0);*/
	font-family:	Verdana, Helvetica, Sans-Serif;
	font-size: xx-small;
    font-weight:bold;
	COLOR: white;

	/* IE5.0 has the wierdest box model for inline elements */
	padding:		expression(constExpression(ie50 ? "0px" : "3px"));
}


/* her du  */
.webfx-menu-bar a,
.webfx-menu-bar a:visited {
	border-right:	1px solid white; /*rgb(120,172,255); rgb(255,128,0);*/

	padding:	1px 5px 1px 6px;
	COLOR: white;
	text-decoration:	none;

	/* IE5.0 Does not paint borders and padding on inline elements without a height/width */
	height:		expression(constExpression(ie50 ? "17px" : "auto"));

	font-family:	Verdana, Helvetica, Sans-Serif;
	font-size: xx-small;
    font-weight:bold;
	COLOR: white;

}

.webfx-menu-bar a:hover {
	COLOR: white;
	/* background:		rgb(120,172,255); */
	/* background: #F9A13A; */
	background: tomato;

	/* her stilles højde for popup -menu. (x,x,højde,x) */	
	padding:		1px 5px 0px 5px;
	border-left:	1px solid #F9A13A;
	border-right:	1px solid white;
	border-top:		1px solid white;
	border-bottom:	1px solid #F9A13A;
	
	font-family:	Verdana, Helvetica, Sans-Serif;
	font-size: xx-small;
    font-weight:bold;
	COLOR: white;
	text-decoration:	none;

}

.webfx-menu-bar a .arrow {
	border:			0px none;
	float:			none
}


/* der klikkes på øverste menu... */
.webfx-menu-bar a:active, .webfx-menu-bar a:focus {
	-moz-outline:	none;
	outline:		none;
	/*
		ie does not support outline but ie55 can hide the outline using
		a proprietary property on HTMLElement. Did I say that IE sucks at CSS?
	*/
	ie-dummy:		expression(this.hideFocus=true);

	padding:		1px 5px 0px 5px;
	
	border-left:	1px solid rgb(0,66,174);
	border-right:	1px solid rgb(234,242,255);
	border-top:		1px solid rgb(0,66,174);
	border-bottom:	1px solid rgb(234,242,255);
		
	font-size: xx-small;

}





A {
	color: darkblue;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: underline;
}

A:visited {color: purple; }

/* A:hover, A:active {color: red;  TEXT-DECORATION: underline overline;} */ 
A:hover, A:active {
color: red;
TEXT-DECORATION: underline;
}


.lillevers, .lillevers a {
font-family: Verdana; 
font-size: xx-small;
text-transform : uppercase;
}

.smalltxt, .smalltxt a, .smalltxt a:visited {
font-family: Verdana; 
font-size: xx-small;
}

p, table {
    /* COLOR: #000000; */
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
}


body {
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
	margin: 0px;
	/* background-image: url('images/formobject_bggrad.gif'); */
	/* background-repeat: repeat-x; */
}

.txt {
	width: 600px;
}


.header {
	/* margin-left: 2px; */
	font-style: italic;
	font-family: arial black;
	font-size: 27px;
	font-weight: bold;
}


.button {
font-family:Verdana, Arial;
font-size: xx-small;
font-weight:bold;
color:white;
background:#006699;
/* background:#9faccb; */
cursor:hand;
}

hr {
	color: #0099CC;
	height : 1px;
	margin: 0px 0px;
}


.dropdown {
font-family: Verdana;
font-size: xx-small;
background-color: #02329A;
color: #FFFFFF;
font-weight: bold;
/* border-style: solid; */
/* text-transform : uppercase; */
}


H2.overskrift, H3, H1 {
    COLOR: black;
    FONT-FAMILY:	Arial, Sans-serif;
    FONT-SIZE:		13pt;
    FONT-WEIGHT:	bold;
	margin-left:	0px;
	margin-right:	0px;
	margin-top:		25px;
	margin-bottom:	10px;
}		



/* lodret txt */
#leftabout {
	position:		absolute;
	font: x-small;
	FONT-FAMILY:	Verdana, Arial, Helvetica, Sans-serif;
	top:			100px;
	left:			15px;
	width:			10px;
	writing-mode:	tb-rl;
	filter:			flipH() flipV() alpha(opacity=50);
}

#leftabout a {
	font: x-small;
	FONT-FAMILY:	Verdana, Arial, Helvetica, Sans-serif;
	TEXT-DECORATION: underline;
}

#leftabout a:hover {
    TEXT-DECORATION: underline overline;
}

select, input {
	font-family: Verdana,Arial;
	font-size: xx-small;
}

.dato, .dato a, .dato a:visited {
font-size:xx-small;
color:#666666;
/* color: white; */
margin-bottom.
}

li.nyheder, li.nyheder a, li.nyheder a:visited {
	margin-top:10px;
	font-size: 8pt;
}

.fadeborder {
	FILTER: Alpha(Opacity=0, finishX=100, finishopacity=100, style=1);
	/* BACKGROUND-COLOR: #F5F4EB; */
	BACKGROUND-COLOR: #244A9F;
	height : 6px;
	margin : 0;
}
