/*-------------------------------------------------------------*/
/* MJK Automation A/S menu stylesheet, CSS Levels 1           	*/
/* Copyright 2004 by TekstCenter                              	*/
/* 																				*/
/* Seneste rettelse 25. januar 2004			      					*/
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* Standard afsnitsformater                                   	*/
/*-------------------------------------------------------------*/

BODY {
 scrollbar-face-color:#00754E; 
 scrollbar-highlight-color:#FFFFFF; 
 scrollbar-3dlight-color:#C0C0C0;  
 scrollbar-darkshadow-color:#000000; 
 scrollbar-shadow-color:#808080;  
 scrollbar-arrow-color:#FFFFFF;  
 scrollbar-track-color:#E0E0E0;  
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: black; 
   font-style: normal; 
   font-size: 11px; 
   line-height: 150%; 
}

/* Standard afsnits-skrifttype i alle afsnit */
P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

P.bodytext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 3px;
}

/* Overskrift størrelse 1 */
H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant : small-caps;
	font-size: 24px;
	margin-right : 5px;
	font-weight : lighter;
}

/* Overskrift størrelse 2 */
H2 { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*margin-top: 10px;*/
}

/* Overskrift størrelse 3 */
H3 { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 0.5em;
	border-bottom: thin dotted #00754E;
}

/* Tilføjelse, sætter bundmargin */
P, H1, H2 { 
	margin: 0px 0px 0px 0px;
}

/* U-ordnede lister */
ul, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* Links inde i tekst */
a:link {
 font-weight: normal;
 color: #00754E;   
 text-decoration: underline;
}

a:visited {
 font-weight: normal;
 color: #00754E;
 text-decoration: underline;
}

a:hover {
 font-weight: normal;
 color: #00754E;
 text-decoration: underline;
}

TEXTAREA {
FONT-FAMILY: Arial, Helvetica, sans-serif; 
color: #555555; 
FONT-WEIGHT: normal; 
FONT-SIZE: 12px; 
BORDER-RIGHT: #759214 1px solid; 
BORDER-TOP: #759214 1px solid; 
BORDER-LEFT: #759214 1px solid; 
TEXT-INDENT: 0px; 
BORDER-BOTTOM: #759214 1px solid
}

INPUT {
FONT-FAMILY: Arial, Helvetica, sans-serif; 
color: #555555; 
FONT-WEIGHT: normal; 
FONT-SIZE: 12px; 
BORDER-TOP-WIDTH: 1px; 
BORDER-LEFT-WIDTH: 1px; 
BORDER-LEFT-COLOR: #759214;
BORDER-RIGHT-WIDTH: 1px; 
BORDER-RIGHT-COLOR: #759214;
BORDER-BOTTOM-WIDTH: 1px; 
BORDER-BOTTOM-COLOR: #759214;
BORDER-TOP-COLOR: #759214; 
TEXT-INDENT: 0px; 
BACKGROUND-COLOR: #FFFFFF; 
}

/*-------------------------------------------------------------*/
/* Typograferer adressecellen i bunden af siden			         */
/*-------------------------------------------------------------*/
TD#address P{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*-------------------------------------------------------------*/
/* Typograferer adressecellen i bunden af nl-siden			         */
/*-------------------------------------------------------------*/
TD#address-nl P{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

/*-------------------------------------------------------------*/
/* Typograferer adressecellen i bunden af usa-siden			         */
/*-------------------------------------------------------------*/
TD#address-us P{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/*-------------------------------------------------------------*/
/* Generelle egenskaber for menucellen 'rightnav' 					*/
/* Sætter tekstfarve, størrelse og afstand fra toppen          */
/*-------------------------------------------------------------*/
TD#rightnav {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 100px;
	text-align : left;
   font-size: 11px;
   color: White;
	background-image: url(logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
}   

/*-------------------------------------------------------------*/
/* Typograferer menuen, alle menuer, ikke valgte punkter       */
/*-------------------------------------------------------------*/
TD#rightnav A {
	color: White;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* Typograferer menuen, alle niveauer, mus over punkt 			*/
/*-------------------------------------------------------------*/
TD#rightnav A:hover {
	color: #B8F3B9;
}

/*-------------------------------------------------------------*/
/* Typograferer menuen, niveau 1, ikke valgt punkt					*/
/*-------------------------------------------------------------*/
.rightnav_L1 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-size: 11px;
	margin-bottom: 4px;
}

/*-------------------------------------------------------------*/
/* Typograferer menuen, niveau 1, valgt punkt	 					*/
/*-------------------------------------------------------------*/
.rightnav_L1_act {
   font-weight: bold;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-size: 11px;
	margin-bottom: 4px;
}

/*-------------------------------------------------------------*/
/* Typograferer menuen, niveau 2, ikke valgt punkt					*/
/*-------------------------------------------------------------*/
.rightnav_L2 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-size: 11px;
	margin-bottom: 4px;
   margin-left: 7px;
}

/*-------------------------------------------------------------*/
/* Typograferer menuen, niveau 2, valgt punkt	 					*/
/*-------------------------------------------------------------*/
.rightnav_L2_act {
   font-weight: bold;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-size: 11px;
	margin-bottom: 4px;
   margin-left: 7px;
}

/*-------------------------------------------------------------*/
/* Typograferer menuen, niveau 3, ikke valgt punkt					*/
/*-------------------------------------------------------------*/
.rightnav_L3 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-size: 11px;
	margin-bottom: 4px;
   margin-left: 14px;
}

/*-------------------------------------------------------------*/
/* Typograferer menuen, niveau 3, valgt punkt	 					*/
/*-------------------------------------------------------------*/
.rightnav_L3_act {
   font-weight: bold;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-size: 11px;
	margin-bottom: 4px;
   margin-left: 14px;
}

/*-------------------------------------------------------------*/
/* Typograferer menuen, niveau 4, ikke valgt punkt					*/
/*-------------------------------------------------------------*/
.rightnav_L4 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-size: 11px;
	margin-bottom: 4px;
   margin-left: 21px;
}

/*-------------------------------------------------------------*/
/* Typograferer menuen, niveau 4, valgt punkt	 					*/
/*-------------------------------------------------------------*/
.rightnav_L4_act {
   font-weight: bold;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-size: 11px;
	margin-bottom: 4px;
   margin-left: 21px;
}

/*-------------------------------------------------------------*/
/* Typograferer menuen, niveau 5, ikke valgt punkt					*/
/*-------------------------------------------------------------*/
.rightnav_L5 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-size: 11px;
	margin-bottom: 4px;
   margin-left: 28px;
}

/*-------------------------------------------------------------*/
/* Typograferer menuen, niveau 5, valgt punkt	 					*/
/*-------------------------------------------------------------*/
.rightnav_L5_act {
   font-weight: bold;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-size: 11px;
	margin-bottom: 4px;
   margin-left: 28px;
}


.rightnavspc {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	padding: 2px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* OK HERTIL */

/*------------------------------------------------------------*/
/* Bundlinien på siden                                        */
/*------------------------------------------------------------*/

/* Linien over teksten i bundlinien */
TD#footer {
	border-top: dotted 1px #669999;
}

/* Afsnitstekst i bundlinien */
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Hovedfeltet til sideindhold */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;
	width: 830px;
}




/* Tabeller på standardsider */
.contenttable p {
	background: #8FBC8F;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	color: Black;
	}

TD#newsCell DIV {
	width: 95%;
}

/*-------------------------------------------------------------*/
/* NEWS - TEASER PÅ STARTSIDEN                                 */
/*-------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* Typografere den statiske overskrift i det farvede felt     */
/*------------------------------------------------------------*/
.newsHeaderTeaser {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom : 5px;
	font-size: 24px;
	font-weight: bold;
	background-color : #00754E;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*------------------------------------------------------------*/
/* Typograferer nyhedens navn 						           		*/
/*------------------------------------------------------------*/
.newsTitleTeaser {
   padding-top: 5px;
	padding-bottom: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : Black;
	font-weight : bold;
}

/*------------------------------------------------------------*/
/* Typograferer nyhedens navn 		           */
/*------------------------------------------------------------*/
.newsTitleTeaser A {
	color : #00754E;
}

/*------------------------------------------------------------*/
/* Typograferer nyhedens manchet                   */
/*------------------------------------------------------------*/
.newsSubHeaderTeaser {
	padding-left: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style : italic;
}

/*------------------------------------------------------------*/
/* Typograferer nyhedens manchet-link [mere]                  */
/*------------------------------------------------------------*/
.newsSubHeaderTeaser A {
	color : #00754E;
}

/*------------------------------------------------------------*/
/* Typograferer nyhedens dato 		                                */
/*------------------------------------------------------------*/
.newsDateTeaser {
	padding-left: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : Silver; 
	background-color : Gray;
}

/*------------------------------------------------------------*/
/* Typograferer feltet med linken til nyhedsrakivet           */
/*------------------------------------------------------------*/
.newsArchiveTeaser {
	padding-left: 5px;
	padding-bottom: 3px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #00754e;
	background-color : Silver;
}

/*------------------------------------------------------------*/
/* Typograferer linken til nyhedsrakivet           */
/*------------------------------------------------------------*/
.newsArchiveTeaser A {
	padding-left: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : underline;
	color : #00754e;
	background-color : Silver;
}

/*------------------------------------------------------------*/
/* Nyhedshistoriens kategori, bruges ikke pt 	              */
/*------------------------------------------------------------*/
.newsCategoryTeaser {
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	margin-bottom : 5px;
}

/*------------------------------------------------------------*/
/* Billedtekst til nyhedshistorien 							        */
/*------------------------------------------------------------*/
.newsImageTeaser {
	font-size: 10px;
}







/*------------------------------------------------------------*/
/* Typograferer overskriften på nyhadsarkiv-siden					*/
/*------------------------------------------------------------*/
.newsArchiveHeader {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom : 5px;
	font-size: 24px;
	font-weight: bold;
	background-color : #00754E;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*------------------------------------------------------------*/
/* Typograferer menuen på nyhedsarkiv-siden */
/*------------------------------------------------------------*/
.newsArchiveMenu {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom : 5px;
	font-size: 12px;
	font-weight: bold;
	background-color : gray;
	color : silver;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*------------------------------------------------------------*/
/* Menuen i nyhedsarkivet */
/*------------------------------------------------------------*/
.newsArchiveMenu A{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom : 5px;
	font-size: 12px;
	font-weight: bold;
	background-color : gray;
	color : silver;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}




/*-------------------------------------------------------------*/
/* NEWS - SINGLE DISPLAY PÅ NYHEDSVISNINGSSIDE                  */
/*-------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* Nyhedshistoriens navn eller titel 						        */
/*------------------------------------------------------------*/
.newsTitleSingle {
   padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color : Black;
	font-weight : bold;
}

/*------------------------------------------------------------*/
/* Nyhedeshistoriens manchet                                  */
/*------------------------------------------------------------*/
.newsSubHeaderSingle {
	padding-left: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style : italic;
}

/*------------------------------------------------------------*/
/* Nyhedshistoriens dato		                                */
/*------------------------------------------------------------*/
.newsDateSingle {
	padding-left: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : Silver; 
	background-color : Gray;
}

/*------------------------------------------------------------*/
/* Nyhedshistoriens kategori, bruges ikke pt 	              */
/*------------------------------------------------------------*/
.newsCategorySingle {
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	margin-bottom : 5px;
}

/*------------------------------------------------------------*/
/* Billedformattering til nyhedshistorien 				        */
/*------------------------------------------------------------*/
.newsImageSingle {
	font-size: 12px;
	background-color : Green;
	color : Red;
	border : thin Gray;
}

/*------------------------------------------------------------*/
/* Nyhedshistoriens forfatter	tekst 'Af' og link   	        */
/*------------------------------------------------------------*/
.newsAuthorSingle {
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	margin-bottom : 5px;
	color : Black;
}

.newsAuthorSingle A{
	color : #00754E;
}

/*------------------------------------------------------------*/
/* Link, 'Tilbage til...'									  	        */
/*------------------------------------------------------------*/
.newsLinksSingle A{
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color : #00754E;
}


/*------------------------------------------------------------*/
/* Nyhedshistoriens brødtekst 							  	        */
/*------------------------------------------------------------*/
TR#newsCellSingle P{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	padding-left: 5px;
	padding-bottom: 8px;
}




/*-------------------------------------------------------------*/
/* NEWS - ARCHIVE DISPLAY PÅ ARKIVVISNINGSSIDE                  */
/*-------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* Nyhedshistoriens navn eller titel 						        */
/*------------------------------------------------------------*/
.newsTitleArchive {
   padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : Black;
	font-weight : bold;
}

.newsTitleArchive A{
	text-decoration : underline;
	color : #00754E;
}

/*------------------------------------------------------------*/
/* Nyhedeshistoriens manchet                                  */
/*------------------------------------------------------------*/
.newsSubHeaderArchive {
	padding-left: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style : italic;
}

/*------------------------------------------------------------*/
/* Nyhedshistoriens dato		                                */
/*------------------------------------------------------------*/
.newsDateArchive {
	padding-left: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : Silver; 
	background-color : gray;
}

/*------------------------------------------------------------*/
/* Nyhedshistoriens kategori, bruges ikke pt 	              */
/*------------------------------------------------------------*/
.newsCategoryArchive {
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	margin-bottom : 5px;
}

/*------------------------------------------------------------*/
/* Billedformattering til nyhedshistorien 				        */
/*------------------------------------------------------------*/
.newsImageArchive {
	font-size: 12px;
	background-color : Green;
	color : Red;
	border : thin Gray;
}

/*------------------------------------------------------------*/
/* Nyhedshistoriens forfatter	tekst 'Af' og link   	        */
/*------------------------------------------------------------*/
.newsAuthorArchive {
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	margin-bottom : 5px;
	color : Black;
}

.newsAuthorArchive A{
	color : #00754E;
}

/*------------------------------------------------------------*/
/* Link, 'Tilbage til...'									  	        */
/*------------------------------------------------------------*/
.newsLinksArchive A{
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color : #00754E;
}


/*------------------------------------------------------------*/
/* Nyhedshistoriens brødtekst 							  	        */
/*------------------------------------------------------------*/
TR#newsCellArchive P{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	padding-left: 5px;
	padding-bottom: 8px;
}







/* Download siden */
.dnloadCategory {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : Black;
	font-variant : small-caps;
}

/* Navnet over download-link'et */
.dnloadFileTitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}

/* Filnavnet i parantes */
.dnloadFileName {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Black;
	padding-left : 24px;
}

/* Filstørrelsen */
.dnloadFileSize {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Black;
	padding-left : 24px;
}

/* Beskrivelsen */
.dnloadFileDesc {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
	font-style : italic;
}

/* KURSUSKALENDER */

/* OVERSKRIFT  */
.advCalender H1 {
	font-size: 12px;
	background-color: #E6E6FA;
	text-align: center;
	color : Navy;
}
/* DATOEN */
.advCalenderDate P {
     font-size: 10px; 
	 background-color: #eeeeee; 
	 margin-top: 10px;
}

/* TITEL */
.advCalenderItem P {
	font-weight : bolder;
	height : 10px;
	color : Navy;
}

/* LINK */
.advCalendeLink A {
     text-decoration: none; 
	color: Navy;
}

.advCalendeLink A:hover{
	 text-decoration: underline; 
}

/* Søg-knappen */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
  width:100px; 
 } 
.
tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
  width:150px; 
 }
  
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw {
   font-weight:bold;
   font-style:italic; 
 } 

/* 'Søger efter' - området */ 
.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top:10px;
	margin-bottom:5px;
} 

.tx-indexedsearch P.tx-indexedsearch-noresults {
   text-align:center; 
   font-weight:bold; 
} 

/* Titellinie med link og procent */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
	background-color :#eeeeee;
} 

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P {
font-weight:bold;
} 

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent {
font-weight:normal;
 } 

 /*  Tekst i sammendrag */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P {
	font-style:italic;
} 

/* Markering af søgeord i sammendrag */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { 
  color:red; 
} 

/* Fakta-felt i bund af søgeoplysninger*/
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 
  background:#eeeeff; 
} 

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top:20px;
	margin-bottom:5px;
} 

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { 
    margin-top:0px; 
    margin-bottom:0px; 
} 

/* Toplinie i søgeresultat */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { 
background:#cccccc; 
} 

/* Linien med antal fundne sider */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	vertical-align:absmiddle;
}

.tx-indexedsearch .tx-indexedsearch-browsebox-SCell  A{
	background-color : Gray;
}

/* Bruges til NF Download */
.tx-nfdownloads-pi1 A{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	text-decoration : underline;
	color : #00754E;
}

.tx-nfdownloads P.bodytext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Mailform Formattting */
.mailform {
 font-family : Verdana, sans-serif;
 font-size : 11px;
 color : #003366;
 font-weight : normal;
}
.mailformrequired {
 font-family : Verdana, sans-serif;
 font-size : 11px;
 color : #003366;
 font-weight : bolder;
}
.mailformcomment {
 font-family : Verdana, sans-serif;
 font-size : 11px;
 color : #CC0000;
 font-weight : bolder;
}
.mailformradio {
 font-family : Verdana, sans-serif;
 font-size : 10px;
 color : #003366;
 font-weight : normal;
}
 
 
.filelinks {
 font-family : Verdana, sans-serif;
 font-size : 12px;
 color : #000000;
}
.filelinkssize {
 font-family : Verdana, sans-serif;
 font-size : 12px;
 color : #000000;
}


/* KURSUSKALENDER */

.tx-julleevents-pi1-listrowField-title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 24px;
	margin-right : 5px;
	margin-bottom : 5px;
	color: #00754e;	
	background-color: Silver;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.tx-julleevents-pi1-listrowField-title A {
	color: #00754e;	
	text-decoration: underline;	
}
/*-------------------------------------------------------------*/
/* Typograferer overskriften på kursussiden							*/
/*-------------------------------------------------------------*/
.tx-julleevents-pi1-singleViewField-title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant : small-caps;
	font-size: 16px;
	margin-right : 5px;
	margin-bottom: 10px;
}

.tx-julleevents-pi1-singleView-Menu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 24px;
	margin-right : 5px;
	margin-bottom : 24px;
	color: #00754e;	
	background-color: Silver;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.tx-julleevents-pi1-singleView-Menu A {
	color: #00754e;	
	text-decoration: underline;
}


/*-------------------------------------------------------------*/
/* FREQUENTLY ASKED QUESTIONS												*/
/*-------------------------------------------------------------*/

/* Typograferer spørgsmålet i FAQ-plugin */
.faqtitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	padding-bottom: 2px;
}

/* Typograferer spørgsmålet som link */
.faqtitle A{
	color: #00754e;
	text-decoration: underline;
}

/* Typograferer feltet MANCHET i FAQ-plugin */
.faqsubheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: italic;
}

/* Typograferer indholdet i svaret på FAQ-visning siden */
.faqcontent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

/* Typograferer linken 'Tilbage' på FAQ-visning siden */
.faqback {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #00754e;   
	text-decoration: underline;	
}

/*-------------------------------------------------------------*/
/* NYHEDSBREVSTILMELDING													*/
/*-------------------------------------------------------------*/


DIV.tx-danewslettersubscription-pi1 {

}

DIV.tx-danewslettersubscription-pi1 P.tx-danewslettersubscription-pi1-premsg {

}

DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow {

}

DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow TABLE {

}


DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow TABLE TR.tx-danewslettersubscription-pi1-listrow-header {
}

/*-------------------------------------------------------------*/
/* Typograferer nyhedsbrevskategoriens overskrift		         */
/*-------------------------------------------------------------*/
DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow TABLE TR.tx-danewslettersubscription-pi1-listrow-header TD P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00754e;
	background-color: Silver;
}

DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow TABLE TR.tx-danewslettersubscription-pi1-listrow-header TD P INPUT {

}

DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow TABLE TR {

}

DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow TABLE TR.tx-danewslettersubscription-pi1-listrow-header TD {
}

DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow TABLE TR TD.tx-danewslettersubscription-pi1-descr {

}

DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow TABLE TR TD.tx-danewslettersubscription-pi1-descr P {

}

DIV.tx-danewslettersubscription-pi1 TABLE {

}

DIV.tx-danewslettersubscription-pi1 TABLE TR.tx-danewslettersubscription-pi1-form-row {

}

DIV.tx-danewslettersubscription-pi1 TABLE TR.tx-danewslettersubscription-pi1-form-row TD {

}

DIV.tx-danewslettersubscription-pi1 TABLE TR.tx-danewslettersubscription-pi1-form-row TD P INPUT {

}

DIV.tx-danewslettersubscription-pi1 TABLE TR.tx-danewslettersubscription-pi1-form-row TD P SELECT {

}

DIV.tx-danewslettersubscription-pi1 TABLE TR.tx-danewslettersubscription-pi1-form-row TD P {

}

DIV.tx-danewslettersubscription-pi1 TABLE TR.tx-danewslettersubscription-pi1-form-row TD.tx-danewslettersubscription-pi1-form-header P {

}

DIV.tx-danewslettersubscription-pi1 TABLE TR.tx-danewslettersubscription-pi1-form-row TD.tx-danewslettersubscription-pi1-form-header {

}

DIV.tx-danewslettersubscription-pi1 TABLE TR.tx-danewslettersubscription-pi1-form-row TD P TEXTAREA {

}

/*-------------------------------------------------------------*/
/* Typograferer tekst i inputboks og på knapper			         */
/*-------------------------------------------------------------*/
DIV.tx-danewslettersubscription-pi1 INPUT {
}

/*-------------------------------------------------------------*/
/* Typograferer instruktionstekst, 'Indtast din e-mail...'     */
/*-------------------------------------------------------------*/
.tx-danewslettersubscription-pi1-mustlogin {
	color: red;
	margin-bottom: 12px;
}


/*------------------------------------------------------------*/
/* Typograferer webshoppen                                    */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* Typograferer varekategoriens tekst                         */
/* 'Varer/Lovbøger'														  */
/*------------------------------------------------------------*/
.productsCategoryHeader {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 2px;
	font-weight: bold;
	color : Black; 	
}

/*------------------------------------------------------------*/
/* Typograferer links på varesider                            */
/*------------------------------------------------------------*/
.productsLink a:link,
.productsLink a:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: normal;
	color: #00754E;	
	background: transparent;		
	text-decoration: none;
}

.productsLink a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00754E;	
	background: transparent;		
	font-size: 12px;
	text-decoration: underline;	
}

/*------------------------------------------------------------*/
/* Typograferer vareoverskriftens tekst                       */
/* 'Varebetegnelse', 'Antal'											  */
/*------------------------------------------------------------*/
.productsProductsHeader {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	color : Silver; 
	background-color : #00754E;
}

/*------------------------------------------------------------*/
/* Typograferer varebeskrivelsens tekst                       */
/*------------------------------------------------------------*/
.productsNote {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444; 
	font-style: normal; 
}

/*------------------------------------------------------------*/
/* Typograferer varenavnet over billedet                      */
/*------------------------------------------------------------*/
.productsTitleHeader a:link,
.productsTitleHeader a:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	color : #00754E; 
	background-color : Silver;
	display: block;
}

.productsTitleHeader a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	color : #00754E; 
	background-color : Silver;
	display: block;
	text-decoration: underline;	
}

/*------------------------------------------------------------*/
/* Typograferer vareprisen med moms                           */
/*------------------------------------------------------------*/
.productsPriceTax {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00754E; 
	font-weight: bold;	
}

/*------------------------------------------------------------*/
/* Typograferer vareprisen uden moms                          */
/*------------------------------------------------------------*/
.productsPriceNoTax {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray; 
	font-weight: normal; 	
}

/*------------------------------------------------------------*/
/* Typograferer navn- og adresseoplysningerne                 */
/*------------------------------------------------------------*/
.productsAddress {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444; 
	font-weight: bold; 
}