body  {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 8pt;
	margin: 20px;
}

p  {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 8pt;
}

h1  {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}

h2  {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11pt;
}

h3  {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}	 

a  {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 8pt;	
	color : #000099;
}

a:hover  {
	font-size : 8pt;
	color : #990000;
	text-decoration : underline;
}

.Anavi  {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 8pt;
	color : #ffffff;
	text-decoration : none;
}	 

.Anavi:hover  {
	font-size : 8pt;
	color : #ffffff;
	text-decoration : underline;
}	 

table  {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 8pt;
}

td  {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 8pt;
}

strong  {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;	
}

textarea {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 8pt;
}

.smalltext  {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;		
}

.text7pt {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : normal;
	color : #000000;
}


.border_left  {
	border-width : 1px;
	border-color : #999999;
	border-style : solid;
	border-bottom-width : 0px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 1px;
}

.border_right  {
	border-width : 1px;
	border-color : #999999;
	border-style : solid;
	border-bottom-width : 0px;
	border-top-width : 0px;
	border-right-width : 1px;
	border-left-width : 0px;
}

.border_top  {
	border-width : 1px;
	border-color : #999999;
	border-style : solid;
	border-bottom-width : 0px;
	border-top-width : 1px;
	border-right-width : 0px;
	border-left-width : 0px;
}

.border_top_left  {
	border-width : 1px;
	border-color : #999999;
	border-style : solid;
	border-bottom-width : 0px;
	border-top-width : 1px;
	border-right-width : 0px;
	border-left-width : 1px;
}

.border_top_right {
	border-width : 1px;
	border-color : #999999;
	border-style : solid;
	border-bottom-width : 0px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-left-width : 0px;
}


.logoheader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #AAB4DC;
} 

.kundeinfo {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
} 

.fakturainfo {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}   
   
/* rebuilding design */
.tablemain {
	
	table-layout:fixed; 
/*	width:1205px;*/
	border-collapse:collapse;
	padding: 2px; 
	margin: 0px; 
	
}

.tableheader {	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;

	background-color:#669999;
	color:#ffffff;
	
	font-weight : bold;
	text-overflow:ellipsis;
	 
	overflow:hidden; 
	white-space:nowrap;
	padding: 4px;
	cursor:pointer;
}

.tableheader_text {	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;

	color:#ffffff;
	
	font-weight : bold;
	text-overflow:ellipsis;
	 
	overflow:hidden; 
	white-space:nowrap;
	cursor:pointer;
}

.tableheader:hover {	
	
	background-color:#77bbbb;
	cursor:pointer;
}

.tableheader_inactive {	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	background-color:#669999;
	color:#ffffff;
	
	font-weight : bold;
	text-overflow:ellipsis;
	 
	overflow:hidden; 
	white-space:nowrap;
	padding: 4px;
	
}

.tabledata {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	height:20px; 
	
	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap;
	
	padding: 2px;
	text-decoration:none;
	color:#000000;
}



.tableline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0px;
	height:1px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #cccccc;
}

.div_button {
	border: 1px solid #dddddd; 
	background-color: #efefef;
	padding: 4px 8px;
	margin: 0;
	z-index:1000;
	border-radius:2px; 	/* runde hjørner */
	cursor:pointer;	
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
	text-align:center;
}

.div_button_inline {
	border: 1px solid #cccccc; 
	background-color: #ffffff;
	padding: 4px 8px;
	margin: 0;
	z-index:1000;
	border-radius:2px; 	/* runde hjørner */
	cursor:pointer;	
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
	text-align:center;
}

.div_button:hover {
	border: 1px solid #cccccc;
	background-color: #dedede	;	
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 3px 0px;
}
