﻿
/*  Formatering af brødtekst */
.Normal     { font-family: Arial; font-size: 10px }

/*  Formatering af faq-headlines */
.faq         { font-size: 12 px; font-family: Verdana; color: #0000FF; font-weight: bold; margin-left:-1; margin-bottom:12 }

/*  Formatering af sideoverskrift */
.sideoverskrift { font-family: Verdana; font-size: 13pt; color: #0000FF; font-weight: bold; letter-spacing:2pt; margin-right:0; margin-bottom:18 }

/*  Formatering af links */            
a:hover     { font-family: Arial; text-decoration: none; color: #0000FF}

/*  Formatering af header-links på forside */
a:link.type1 { font-family: Verdana; font-size: 10px; text-decoration:none; color:#000000 }
a:visited.type1 { font-family: Verdana; font-size: 10px; text-decoration:none; color:#000000 }
a:active.type1 { font-family: Verdana; font-size: 10px; text-decoration:none; color:#000000 }
a:hover.type1 { font-family: Verdana; font-size: 10px; text-decoration:none; color:#0000FF }

/*  Formatering af header-links på info-side */
a:link.type2 { font-family: Verdana; font-size: 10px; text-decoration:underline; color:#000000 }
a:visited.type2 { font-family: Verdana; font-size: 10px; text-decoration:underline; color:#000000 }
a:active.type2 { font-family: Verdana; font-size: 10px; text-decoration:underline; color:#000000 }
a:hover.type2 { font-family: Verdana; font-size: 10px; text-decoration:none; color:#0000FF }

/*  Formatering af røde links */
a:link.type5    {color:#FF0000; text-decoration:none; font-family:Verdana; font-weight:bold; font-size:10 px}
a:visited.type5 {color:#FF0000; text-decoration:none; font-family:Verdana; font-weight:bold; font-size:10 px}
a:active.type5  {color:#FF0000; text-decoration:none; font-family:Verdana; font-weight:bold; font-size:10 px}
a:hover.type5   {color:#FF0000; text-decoration:none underline; font-family:Verdana; font-weight:bold; font-size:10 px}

/*  Formatering af "læs mere..." links */
a:link.type6    {color:#000000; text-decoration:none; font-family:Arial; font-weight:none}
a:visited.type6 {color:#000000; text-decoration:none; font-family:Arial; font-weight:none; font-size:12 px}
a:active.type6  {color:#000000; text-decoration:none; font-family:Arial; font-weight:none; font-size:12 px}
a:hover.type6   {color:#0000FF; text-decoration:none; font-family:Arial; font-weight:none; font-size:12 px}

/*  Formatering af BODY */
body        {margin-left: 30; margin-top: 30; background-color="#B5D8DD";
             vlink="#000000"; link="#000000"; alink="#000000"; scrollbar-face-color: #B5D8DD;  }
             
h1           { font-family: Arial }
h2           { font-family: Arial }            
h3           { font-family: Arial }             
h4           {
	font-family: Arial;
}
h5           {
	font-family: Arial;
}
h6           { font-family: Arial }
