/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	word-wrap: break-word;
	font-family:Verdana; 
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-size:12px;
	color:Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
	font-size:30px;	
    font-weight:bold;    
    color:Black;
    font-family:Verdana; 
    margin: 0 0 0 0;
}

H2  {
	font-size:20px;	
    font-weight:bold;    
    color:Black;
    font-family:Verdana; 
    margin: 0 0 0 0;
}

H3  {
	font-size:15px;	
    font-weight:bold;    
    color:Black;
    font-family:Verdana; 
    margin: 0 0 0 0;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/***************************************************/
/*          Artikkel styles                        */
/* Advis view  */
/*OpenerHeadline*/
.ArticleOpenerHeadlineAdvisView{
	color:black;
	font-family:Verdana; 
    font-size:15px;     
    text-decoration:none; 
}
/*Headline*/
.ArticleHeadlineAdvisView, .ArticleHeadlineAdvisView a:link, .ArticleHeadlineAdvisView a:visited, .ArticleHeadlineAdvisView a:active{
	color:black;
	font-family:Verdana; 
    font-size:18px; 
    font-weight:bold;
    text-decoration:none; 
}
.ArticleHeadlineAdvisView a:hover{
	color:black;
	font-family:Verdana; 
    font-size:18px; 
    font-weight:bold;
	text-decoration:underline;        
}
.ArticleHeadlineAdvisView_Advis_A, .ArticleHeadlineAdvisView_Advis_A a:link, .ArticleHeadlineAdvisView_Advis_A a:visited, .ArticleHeadlineAdvisView_Advis_A a:active{
	color:black;
	font-size:36px; 
	color:black;
	font-family:Verdana; 
    font-size:36px; 
    font-weight:bold;
	text-decoration:none;        
}
.ArticleHeadlineAdvisView_Advis_A a:hover{
	color:black;
	font-size:36px; 
	color:black;
	font-family:Verdana; 
    font-size:36px; 
    font-weight:bold;
	text-decoration:underline;        
}

/*Ingress*/
.ArticleIngressAdvisView{
	font-family:Verdana; 
    font-size:12px; 
}
/*Ingress*/
.ArticleIngressAdvisView p{
	font-family:Verdana; 
    font-size:12px; 
}
.ArticleReadMoreTokenAdvisView, .ArticleReadMoreTokenAdvisView a:link, .ArticleReadMoreTokenAdvisView a:active, .ArticleReadMoreTokenAdvisView a:visited{
	color:#0063ab;	
	font-family:Verdana; 
	font-size:11px; 	
    text-decoration:none;
}
.ArticleReadMoreTokenAdvisView a:hover{
	text-decoration:underline;
}
.ArticleImageAdvisView{
	padding-bottom: 2;	
	border: 0px none;
}

.imageAdvisC
{
	width:250px;
}
.imageAdvisA
{
	width:630px;
}
/****************************/
/* Detailed view */
/****************************/
/*Common detailed view styles*/
.ArticleDetailedView{
	color:Black;
	font-family:Verdana; 
	padding-left:5px;
}
/*Unngå at p i detaljert artikkelvisning ikke får linjeskift*/
.ArticleDetailedView p{
	margin-bottom: 7px;
}
/*Headline*/
.ArticleHeadlineDetailedView{	
	font-size:47px; 
    font-weight:bold;    
    margin-bottom:10px;    
}
.ArticleOpenerHeadlineDetailedView{		
    font-size:18px;     
    margin-top:10px;
}
/*Ingress*/
.ArticleIngressDetailedView{
	font-size:17px; 	
	padding-bottom: 5;
}
/*Byline*/
.ArticleBylineDetailedView{
	font-size:12px; 	
}
.ArticleBylineDetailedView, .ArticleBylineDetailedView a:link, .ArticleBylineDetailedView a:visited, .ArticleBylineDetailedView a:active{
	color:#0063ab;	
}
/*Text*/
.ArticleTextDetailedView{	
	font-size:12px; 	
}
/*PublicationDateTime*/
.ArticlePublicationDateDetailedView{
}
/*ArchiveDateTime*/
.ArticleArchiveDateDetailedView{
}
/*Quotation*/
.ArticleQuotationDetailedView{
}
/*Credit*/
.ArticleCreditDetailedView{
}
/*Images*/
.ArticleTopImageDetailedView{
	
}
.ArticleImagesDetailedView{
	clear:right;
	float:right;
    margin-top:10px;
    margin-left:10px;
    margin-bottom:5px;    
}
.ArticleTopImageTextDetailedView{
	font-size:10px; 	
	margin-top:5px;    
    margin-bottom:5px;    	
}
.ArticleImageTextDetailedView{
	clear:right;	
	font-size:10px; 	
	float:right;	
    margin-left:10px;
    margin-bottom:5px;    
	width:290;	
}
.ArticleTopImagePhotographerDetailedView{
	font-size:10px; 	
	margin-bottom:10px;    
}
.ArticleImagePhotographerDetailedView{
	clear:right;
	font-size:10px; 	
	float:right;		
    margin-left:10px;
    margin-bottom:10px;    
	width:290;
}
.ArticlePublicationDateTimeDetailedView{
	font-size:12px; 		
}
/*          End Artikkel styles                    */
/***************************************************/

/***************************************************/
/*          NewspaperArticleExtract styles         */
.ArticleExtract_HeadlineLinkAdvis, .ArticleExtract_HeadlineLinkAdvis a:active, .ArticleExtract_HeadlineLinkAdvis a:link, .ArticleExtract_HeadlineLinkAdvis a:visited{
	color:#0063ab;
	font-family:Verdana;	
	font-size: 12px;	
	text-decoration:none;
}
.ArticleExtract_HeadlineLinkAdvis a:hover{
	text-decoration:underline;
}
/*          End ViewNewspaperArticleExtractstyles  */
/***************************************************/


/***************************************************/
/*          New styles                             */
p{
	margin: 0;		
}
/*          End New styles                         */
/***************************************************/


/***************************************************/
/*          TipAFriend styles                      */

.TipAFriendTextBox{
	margin: 2 2 2 2;
	border: solid 1px #0063ab;
}
/*          End TipAFriend styles                  */
/***************************************************/
/***************************************************/
/*          TabbedMenu styles                      */
.tablabel{
    /*background-color:#f1f0f0;*/
    background-color:#f1f0f0;
    color:black;     
    font-weight:bold;
    font-family:Verdana;
    font-size: 12px;
    /*border: outset 2px silver;*/
    margin: 0px 5px 0px 0px;
    padding: 5px 5px 5px 5px;
}
.tablabelhover{
    background: url(/Portals/14/grafikkelementer/breadcrumb/breadcrumb_background_nyhet.gif) repeat-x;	
	height:21px;
	padding:0px 0px 0px 4px;
	font-size: 13px; 
	font-family: verdana; 
	color: #FFF; 
	font-weight: bold; 
	width:348px;
	margin-bottom: 5px;
	display:block;
	visibility:hidden;
}
html>body .tablabelhover{
    width:343px;
}
.tablabelselected{    
	background: url(/Portals/14/grafikkelementer/breadcrumb/breadcrumb_background_nyhet.gif) repeat-x;	
	height:21px;
	padding:0px 0px 0px 4px;
	font-size: 13px; 
	font-family: verdana; 
	color: #FFF; 
	font-weight: bold; 
	width:348px;
	margin-bottom: 5px;
	display:block;
	visibility:hidden;
}
html>body .tablabelselected{
    width:343px;
}
.tabcontainer{
    /*border-top: outset 3px #86a3b4;        
    margin-top: 5px;*/
}

.TabbedMenu_linkitem, .TabbedMenu_linkitem a:link, .TabbedMenu_linkitem a:visited, .TabbedMenu_linkitem a:active{
	font-size:11px;
	font-family:Verdana;		
	color:#0063ab;
	padding-bottom:2;
	
	text-decoration:none;
}
.TabbedMenu_linkitem a:hover{
	text-decoration:underline;
}
.tabbedMenuSuffixImage
{
	margin-left:20px;
}
/*          End TabbedMenu styles                  */
/***************************************************/
/***************************************************/
/*          breadcrumb styles                      */
.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active{
	color:White;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
}
a.breadcrumb:hover{
	color:White;
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
}
.breadcrumb_background{	
	color:White;
	float:left;
	text-align:left;
	width:780;	
	height:21;
}
.breadcrumb_background_72, .breadcrumb_background_118, .breadcrumb_background_81, .breadcrumb_background_93, .breadcrumb_background_117, .breadcrumb_background_157, .breadcrumb_background_198, .breadcrumb_background_205, .breadcrumb_background_208, .breadcrumb_background_209, .breadcrumb_background_210, .breadcrumb_background_211, .breadcrumb_background_212, .breadcrumb_background_213, .breadcrumb_background_214, .breadcrumb_background_215, .breadcrumb_background_216, .breadcrumb_background_103, .breadcrumb_background_217, .breadcrumb_background_218, .breadcrumb_background_83, .breadcrumb_background_220, .breadcrumb_background_158, .breadcrumb_background_224, .breadcrumb_background_225, .breadcrumb_background_247, .breadcrumb_background_317{
	background: url(grafikkelementer/breadcrumb/breadcrumb_background_nyhet.gif) repeat-x;			
}
.breadcrumb_background_74, .breadcrumb_background_82, .breadcrumb_background_96, .breadcrumb_background_97, .breadcrumb_background_169, .breadcrumb_background_137, .breadcrumb_background_188, .breadcrumb_background_189, .breadcrumb_background_190, .breadcrumb_background_191, .breadcrumb_background_192, .breadcrumb_background_193, .breadcrumb_background_194, .breadcrumb_background_195, .breadcrumb_background_196, .breadcrumb_background_197, .breadcrumb_background_166, .breadcrumb_background_165, .breadcrumb_background_271{
	background: url(grafikkelementer/breadcrumb/breadcrumb_background_sport.gif) repeat-x;		
}
.breadcrumb_background_98, .breadcrumb_background_99, .breadcrumb_background_100, .breadcrumb_background_101, .breadcrumb_background_102, .breadcrumb_background_199, .breadcrumb_background_200, .breadcrumb_background_201, .breadcrumb_background_202, .breadcrumb_background_203, .breadcrumb_background_204, .breadcrumb_background_206, .breadcrumb_background_207, .breadcrumb_background_208, .breadcrumb_background_167, .breadcrumb_background_219, .breadcrumb_background_223, .breadcrumb_background_227, .breadcrumb_background_228, .breadcrumb_background_233, .breadcrumb_background_234, .breadcrumb_background_230, .breadcrumb_background_229, .breadcrumb_background_231, .breadcrumb_background_232, .breadcrumb_background_164, .breadcrumb_background_226, .breadcrumb_background_238, .breadcrumb_background_237, .breadcrumb_background_236, .breadcrumb_background_235{
	background: url(grafikkelementer/breadcrumb/breadcrumb_background_kultur.gif) repeat-x;		
}
.breadcrumb_background_78, .breadcrumb_background_84, .breadcrumb_background_104, .breadcrumb_background_138, .breadcrumb_background_76, .breadcrumb_background_113, .breadcrumb_background_221, .breadcrumb_background_250, .breadcrumb_background_270, .breadcrumb_background_301{
	background: url(grafikkelementer/breadcrumb/breadcrumb_background_tjenester.gif) repeat-x;		
}
.breadcrumb_background_XX{/*Rubrikk har kun eksterne sider*/
	background: url(grafikkelementer/breadcrumb/breadcrumb_background_rubrikk.gif) repeat-x;		
}
.breadcrumb_background_91, .breadcrumb_background_92, .breadcrumb_background_109, .breadcrumb_background_110, .breadcrumb_background_111, .breadcrumb_background_222, .breadcrumb_background_240, .breadcrumb_background_244, .breadcrumb_background_246, .breadcrumb_background_272, .breadcrumb_background_274, .breadcrumb_background_275, .breadcrumb_background_276, .breadcrumb_background_278, .breadcrumb_background_279, .breadcrumb_background_280, .breadcrumb_background_282, .breadcrumb_background_285, .breadcrumb_background_286, .breadcrumb_background_287, .breadcrumb_background_288, .breadcrumb_background_289, .breadcrumb_background_290, .breadcrumb_background_291, .breadcrumb_background_292, .breadcrumb_background_293, .breadcrumb_background_294, .breadcrumb_background_295, .breadcrumb_background_297{
	background: url(grafikkelementer/breadcrumb/breadcrumb_background_kundeservice.gif) repeat-x;		
}
/*          End breadcrumb styles                  */
/***************************************************/

/***************************************************/
/*          link styles                            */
A:link {
	font-family:Verdana;
	font-size:11px;
	text-decoration: none;
	color:#0063ab;
	cursor:pointer;
}
A:visited{
	font-family:Verdana;
	font-size:11px;
	text-decoration: none;
	color:#0063ab;
}
A:active{
	font-family:Verdana;
	font-size:11px;
	text-decoration: none;
	color:#0063ab;
}
A:hover{
	font-family:Verdana;
	font-size:11px;
	text-decoration: underline;
	color:#0063ab;
	cursor:pointer;
}
/*          End link styles                        */
/***************************************************/


/***************************************************/
/*          Related articles styles                */
.RelatedArticlesHeader{
    clear:left;
	float:left;
	margin-top:10px;
	font-size:14px;	
	font-style: italic;
}
.RelatedArticlesLinks, .RelatedArticlesLinks a:link, .RelatedArticlesLinks a:visited, .RelatedArticlesLinks a:hover{
    font-size:12px;
	clear:left;
	float:left;
	margin-bottom:4px;
}
/***************************************************/
/*          End Related articles styles            */
/***************************************************/
/***************************************************/
/*          EndUserArchive styles                  */
.EndUserArchive{
    font-size:12px;    
    padding: 0 2 0 2;
}
a.EndUserArchiveDays, a.EndUserArchiveDays:hover, a.EndUserArchiveDays:link , a.EndUserArchiveDays:active, a.EndUserArchiveDays:visited{
    font-size:12px;    
}
.EndUserArchive_NavigatePane{
    padding-right:5px;float:left;
}
.EndUserArchive_ArticlesPane{
    float:none;
}
html>body .EndUserArchive_ArticlesPane{
    float:left;
}
/*          End EndUserArchive styles              */
/***************************************************/

.AdminCommentsTable{
    font-size:11px;
}
.CommentsTable{
    
}
.CommentTitle{
    font-size:14px;
    font-weight:bold;
}
.CommentSignature{
    font-size:14px;
    font-style:italic;
}
.CommentText{
    font-size:12px;
}
.CommentsHeading{
    margin-bottom:10px;
}
/***************************************************/
/*          Dagens Avisannonnser                   */
/***************************************************/
#fragment-1, #fragment-2 { height:530px;}
#fragment-1, #fragment-2 { height/*\**/: 560px\9; }

#fragment-5 { height:0px;}
#fragment-5 { height/*\**/: 120px\9;}

#dagensAvisAnnonserPagingNumber { font-family:Verdana; font-size:12px; font-weight:bold; color:#e20035; cursor:pointer; padding-top:20px; }

.pageNumberSelected a, .pageNumberSelected:link, a.pageNumberSelected:link { background:#e20035; margin:3px; padding:2px 4px; font-family:Verdana; font-size:12px; font-weight:bold; color:#fff; text-decoration:none; text-decoration:none; cursor:pointer; }
.pageNumberSelected a:visited, .pageNumberSelected:visited, a.pageNumberSelected:visited { font-family:Verdana; font-size:12px; font-weight:normal; color:#fff; text-decoration:none; cursor:pointer; }
.pageNumberSelected a:hover, a.pageNumberSelected:hover { font-family:Verdana; font-size:12px; font-weight:bold; color:#fff; text-decoration:none; }

.pageNumber a, .pageNumber:link, a.pageNumber:link { background:#a5a5a5; margin:3px; padding:2px 4px; font-family:Verdana; font-size:12px; font-weight:bold; color:#fff; text-decoration:none; text-decoration:none; cursor:pointer; }
.pageNumber a:visited, .pageNumber:visited, a.pageNumber:visited {  font-family:Verdana; font-size:12px; font-weight:normal; color:#fff; text-decoration:none; cursor:pointer; }
.pageNumber a:hover, a.pageNumber:hover { background:#e20035; font-family:Verdana; font-size:12px; font-weight:bold; color:#fff; text-decoration:none; }

#dagensAvisAnnonserPaging, #dagensAvisAnnonserPagingDay { position:absolute; left:0; top:60px; width:55px;}
#dagensAvisAnnonserAdvertiser, #dagensAvisAnnonserAdvertiserDay { position:relative; z-index:2; top:10px; left:35px; width:515px; }
#dagensAvisAnnonserAdvertiser, #dagensAvisAnnonserAdvertiserDay { top/*\**/:9px\9; }

.dagensAvisAnnonseKundeListing a, .dagensAvisAnnonseKundeListing:link, a.dagensAvisAnnonseKundeListing:link { font-family:Verdana; font-size:14px; font-weight:bold; color:#a5a5a5; text-decoration:none; padding-left:6px; line-height:26px; cursor:pointer; }
.dagensAvisAnnonseKundeListing a:visited, .dagensAvisAnnonseKundeListing:visited, a.dagensAvisAnnonseKundeListing:visited {  font-family:Verdana; font-size:14px; font-weight:normal; color:#a5a5a5; text-decoration:none; cursor:pointer; }
.dagensAvisAnnonseKundeListing a:hover, a.dagensAvisAnnonseKundeListing:hover { font-family:Verdana; font-size:14px; font-weight:bold; color:#e20035; text-decoration:none; }

.dagensAvisAnnonseKundeListingActive { font-family:Verdana; font-size:14px; font-weight:bold; color:#e20035; background:#e2e2e2; border-top:solid 1px #aaa; border-right:solid 1px #e2e2e2; border-bottom:solid 1px #aaa; border-left:solid 1px #aaa; padding:7px;}
.dagensAvisAnnonseKundeListingActive a, .dagensAvisAnnonseKundeListingActive:link, a.dagensAvisAnnonseKundeListingActive:link { font-family:Verdana; font-size:14px; font-weight:bold; color:#e20035; cursor:pointer; }
.dagensAvisAnnonseKundeListingActive a:visited, .dagensAvisAnnonseKundeListingActive:visited, a.dagensAvisAnnonseKundeListingActive:visited {  font-family:Verdana; font-size:14px; font-weight:bold; color:#e20035; text-decoration:none; }
.dagensAvisAnnonseKundeListingActive a:hover, a.dagensAvisAnnonseKundeListingActive:hover {  font-family:Verdana; font-size:14px; font-weight:bold; color:#e20035; text-decoration:none; }

#dagensAvisAnnonserAd, #dagensAvisAnnonserAdDay { background:#e2e2e2; position:absolute; z-index:1; top:58px; left:570px; width:300px; height:450px; padding:30px; border:solid 1px #aaa; }
.dagensAvisAnnonserAd { max-width:300px; max-height:450px; width:expression(this.width > 300 ? "300px" : true); height:expression(this.height > 450 ? "450px" : true); }

#dagensAvisannonserKategoriWrapper { padding:0; margin:0 0 15px 0; }
#dagensAvisAnnonserCategories { padding:0; margin:0; width:100%; }
#dagensAvisannonserKategoriWrapper H3 { font-family:Verdana; font-size:14px; font-weight:bold; color:#e20035; text-decoration:none; padding:0 0 5px; }
#dagensAvisannonserKategorier { width:100%; height:100px; font-weight:normal; color:#a5a5a5; text-decoration:none; }

ul.categoryListing { float:left; width:190px; list-style-type: none; }
li.dagensAvisannonserKategori, .dagensAvisannonserKategori li  { margin:2px 0; border-bottom:dotted 1px #a5a5a5; list-style:none inside none; background-image:url(/Portals/14/grafikkelementer/dagensavisannonser/bullet.png); background-repeat:no-repeat; background-position:0 5px; padding:0 0 3px 10px; }
    * html li.dagensAvisannonserKategori, .dagensAvisannonserKategori li { padding:0 0 3px 0; }
.dagensAvisannonserKategori a, .dagensAvisannonserKategori:link, a.dagensAvisannonserKategori:link { font-family:Verdana; font-size:11px; font-weight:normal; color:#a5a5a5; cursor:pointer; }
.dagensAvisannonserKategori a:visited, .dagensAvisannonserKategori:visited, a.dagensAvisannonserKategori:visited { font-family:Verdana; font-size:11px; font-weight:normal; color:#a5a5a5; text-decoration:none; }
.dagensAvisannonserKategori a:hover, a.dagensAvisannonserKategori:hover { font-family:Verdana; font-size:11px; font-weight:normal; color:#e20035; text-decoration:underline; }

.dagensAvisAnnonserClientsWrapper { font-family:Verdana; font-size:14px; font-weight:bold; color:#e20035; text-decoration:none; padding:15px 0 5px; }
.dagensAvisAnnonserClientsWrapper H3 { font-family:Verdana; font-size:14px; font-weight:bold; color:#e20035; text-decoration:none; padding:15px 0 5px; }
.dagensAvisAnnonserClients { font-family:Verdana; font-size:14px; font-weight:normal; color:#a5a5a5; text-decoration:none; }
.dagensAvisAnnonserClients a, .dagensAvisAnnonserClients:link, a.dagensAvisAnnonserClients:link { font-family:Verdana; font-size:14px; font-weight:bold; color:#a5a5a5; }
.dagensAvisAnnonserClients a:visited, .dagensAvisAnnonserClients:visited, a.dagensAvisAnnonserClients:visited { font-family:Verdana; font-size:14px; font-weight:bold; color:#a5a5a5; text-decoration:none; }
.dagensAvisAnnonserClients a:hover, a.dagensAvisAnnonserClients:hover { font-family:Verdana; font-size:14px; font-weight:bold; color:#e20035; text-decoration:underline; }
