/* GENERAL STYLES */
/* GENERAL STYLES */
BODY
{
	background-color:#FFF;
	font-family: Arial, Serif;
	font-size:9pt;
	margin:0px;
}

FORM, P
{
	margin:0;
	padding:0;
}

a:link, a:visited, a:hover, a:active
{
	color:#000;
	text-decoration:none;
}

/* BACKGROUND */
.topborder 
{
	overflow:hidden;
	background-image:url(/gfx/backgroundtop.jpg);
	margin:2px auto 0px auto;
	width:794px;
	height:14px;
}

.midborder 
{
	background-image:url(/gfx/backgroundmid.jpg);
	margin:0px auto 0px auto;
	width:716px;
	padding:0px 39px 0px 39px;
}

.bottomborder 
{
	overflow:hidden;
	background-image:url(/gfx/backgroundbottom.jpg);
	margin:0px auto 0px auto;
	width:794px;
	height:18px;
}

/* PAGE LAYOUT */
.functionsmenu 
{
	display: inline;
	position:relative;
	height:44px;
	top:44px;
	left:42px;
	vertical-align:top;
}

.functionsmenuimage
{
	vertical-align:middle;
}

.functionsmenuspacer
{
	padding:0 10px 0 10px;
	display:inline-block;
}

.contentleft
{
	float:left;
	border-right:2px solid black;
	width:493px;
}

.contentright
{
	float:left;
	width:215px;
}

.contenttopspacerleft 
{
	width:446px;
	height:10px;
	border-bottom:2px solid black;
	margin:0 0 0 auto;
}

.contenttopspacerright 
{
	width:66px;
	height:10px;
	border-bottom:2px solid black;
	margin:0;
}

.contentmenu 
{
	height:28px;
	padding:12px 0px 0px 20px;
	border-bottom:1px solid #888;
}

.contentmenuright
{
	height:28px;
	padding:12px 0px 0px 35px;
	border-bottom:1px solid #888;
}

.contentmain
{
	height: 286px;
	padding:12px 40px 0px 20px;
	overflow:auto;
}

.contentmainfullheight
{
	padding:12px 40px 2px 20px;
	overflow:auto;
}

.contentsplitleft 
{
	width:265px;
	float:left;
}

.contentsplitright
{
	width:228px;
	float:left;
}
.contentart
{
	margin:19px 0 0 0;
}

.contentfooter
{
	height:18px;
	padding:12px 0px 0px 20px;
	font-size:9pt;
}

.printaction 
{
	text-align:right;
	margin: 2px 50px 5px 0;
	color:#888;
}

.footertopline 
{
	width:400px;
	height:1px;
	border-top:1px solid #888;
	margin:0;
	overflow:hidden;
	clear:both;
}

.siteLogo 
{
}


/* SPECIAL TEXT CLASSES */
.headerpunchline 
{
	font-family:Serif;
	font-size:15pt;
	font-style:italic;
	margin:13px 0px 0px 18px;	
}

.searchFooter 
{
	color:Gray;
	font-family:Serif;
	font-style:italic;
	margin:0px 0px 10px 0px;	
}

/* TEXT BOXES */
.textboxinner 
{
	padding:20px 35px;
	width:120px;
}

.textbox1
{
}

.textbox1seperator 
{
	overflow:hidden;
	width:200px;
	height:1px;
	border-top:1px solid #888;
	margin-left:15px;
}

.textbox2
{
}

.textbox2seperator 
{
	overflow:hidden;
	width:100px;
	height:1px;
	border-top:1px solid #888;
	margin-left:90px;
}

.textbox2vertical 
{
	width:1px;
	height:120px;
	border-left:1px solid #888;
	margin:0px;
	float:left;
	top:-45px;
	position:relative;
}

.textbox3
{
}

.textbox3seperator 
{
	overflow:hidden;
	width:100px;
	height:1px;
	border-top:1px solid #888;
	margin-left:50px;
}


/* DROPDOWN MENU */
#sitemenu, #sitemenu ul  /* all lists */
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
} 

#sitemenu a /* all links */
{
	display: block;
	/*width: 8em;*/
}

#sitemenu a:link, a:visited, a:hover, a:active /* all links */
{
	color:#000;
	text-decoration:none;
}

#sitemenu li ul a  /* all sub links */
{
	display: block;
	width: 142px;
	padding:4px;
	/* border-bottom:1px solid #888; */
}

#sitemenu li /* all list items */
{
	float: left;
	margin-right:30px;	/* 30px højremargen på den vandrette menulinie */
	/*width: 150px; /* width needed or else Opera goes nuts */
	padding:0 0 1px 0;
}

#sitemenu li ul li /* all vertical list items */
{
	float: left;
	margin-right:0px;	/* 0px højremargen på de lodrette menusøjler */
	padding:0px;
	width: 150px; /* width needed or else Opera goes nuts */
}

#sitemenu li ul li:hover, li ul li.sfhover /* colorchange when hover on all vertical list items */
{
	background: #F8F8FC;
}

#sitemenu li ul /* second-level lists */
{
	position: absolute;
	border:1px solid #D0D0D7;
	background: #F0F0F7;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#sitemenu li ul ul /* third-and-above-level lists */
{
	/*margin: -18px 0 0 140px;*/
	/*margin: -18px 0 0 125px;*/
	margin: -23px 0 0 150px;
}

#sitemenu li:hover ul 
{
	left: auto;
}

#sitemenu li:hover ul ul, #sitemenu li.sfhover ul ul 
{
	left: -999em;
}

#sitemenu li:hover ul, #sitemenu li li:hover ul, #sitemenu li.sfhover ul, #sitemenu li li.sfhover ul /* lists nested under hovered list items */
{
	left: auto;
}

/* KONTAKTFORM */
.contactLeftCol 
{
	width:100px;
	float:left;
}

.contactLeftColText
{
	font-family:Sans-Serif;
	font-size:9pt;
	margin-bottom:2px;
}

.contactRightCol 
{
	width:300px;
	float:left;
}

.contactRightColTextbox
{
	height:100px;
	font-family:Sans-Serif;
	font-size:9pt;
	margin-bottom:2px;
}

/* LOGIN */
.loginfield
{
	font-size:8pt;
	width:100px;
}

.loginbutton
{
	font-size:8pt;
}

/* REPORTS */
.textfield
{
	font-size:9pt;
	width:130px;
}

.textarea
{
	font-size:9pt;
	width:385px;
}

.oneChar
{
	font-size:10pt;
	width:10px;
	margin-right:5px;
}

.evaluation
{
	border:1px solid #888;
	margin:10px 0px;
	padding:5px;
}

/* SALARY */
.dropdownfield
{
	width:135px;
}

.salarylisttable
{
	border:1px solid #888;
}
.salarylistheader
{
	background-color:#CCC;
}
.salaryseperator
{
	border-top:1px solid #888;
}

/* FORUM  */
.forumtext 
{
	font-size:9pt;
	width:425px;
	font-family: Arial, Serif;
}
.listseperator
{
	border-top:1px solid #888;
	margin-top:10px;
	padding-top:10px;
}
.attachicon
{
	border:none;
	margin-right:5px;
	position:relative;
	top:4px;
}


/* EDITOR PROPERTIES */
