/***************************************
   Stilark for www.qatanngut.dk
   Forfatter: Finn Johannessen
   Revideret: 2009-12-16
****************************************/     

 .lille {font-size: 11px; line-height: 16px;}  
 .nobr {white-space: nowrap;} 
 
 a {color: #008;}
 a:active  {position: relative; left: 1px; top: 1px;}
 a:visited {color: #907;}
 a:hover   {background-color: #FE9; text-decoration: none;}

 a.menulink:link {text-decoration: none;}
 a.menulink:active {text-decoration: none;}
 a.menulink:visited {text-decoration: none;}

 body {color: #600; background-color: #0DF; font-family: Verdana, sans-serif; font-size: 13px; line-height: 20px; margin: 0;}
 
 div.afsnit     {padding-top: 3px; padding-bottom: 2px;}      
 div.bjaelke    {font-size: 16px; margin-top: 8px; margin-bottom: 8px; background-color: #0DF;}  
 div.boks       {background-color: #0DF; padding: 8px; padding-bottom: 4px;}  
 div.fod        {height: 200px;}
 div.indhold    {font-style: italic; font-size: 13px; float: right;}
 div.opfelt     {position: absolute; left: -6px; top: -15px; font-size: 15px; width: 100%;}
 div.punkt      {font-weight: bold; margin-top: 6px;}
 div.sidetitel  {text-align: center; font-size: 24px; font-weight: bold; line-height: 32px; padding-bottom: 10px; padding-top: 0px;}
 div.super      {position: relative; left: 0; top: 0; width: 100%; height: 0px;}
 div.undertekst {padding-top: 4px; padding-left: 3px; padding-right: 3px; padding-bottom: 0; text-align: justify; font-size: 11px; font-style: italic;}
 div.undertitel {text-align: center; font-size: 16px; font-weight: bold; line-height: 22px; padding-bottom: 10px;}
 div.note       {text-align: right; font-style: italic; font-size: 11px;}
 div.sidenote   {text-align: left;  font-style: italic; font-size: 11px;}
 div.endnote    {float: right;      font-style: italic; font-size: 11px;}

 iframe.menuramme {width: 176px; height: 605px; overflow: visible; border: none;}

 img.billedrand {border: 3px solid #600; background-color: #0DF }
 img.logo {width: 150px; height: 78px; border: none;}
 img.logotrunk {width: 80px; height: 33px; border: none;}
 img.logotrunksmal {width: 62px; height: 33px; border: none;}

 ul {margin-top: 2px; margin-bottom: 2px;}   /* 22-12-2009 */
 li.space {margin-bottom: 10px;}

 table.billedholder {width: 100%; text-align: justify; background: #0DF; font-size: 13px; line-height: 20px; margin-bottom: 5px;}
 table.sideopdeling {width: 100%; height: 100%; background-color: #0DF; font-family: Verdana,sans-serif; font-size: 13px; line-height: 20px;}

 td.billedcelle {padding-left: 10px; padding-top: 10px; padding-right: 10px; padding-bottom: 5px;}
 td.indholdscelle {background-color: #0FF; padding: 16px; padding-top: 16px; width: 100%; text-align: justify;}
 td.menuspalte {width: 1px;}
 tr.tospaltet {vertical-align: top;}  
 
/******************************/   

@media screen {
 body {overflow: auto;} /* sic @media screen, ellers bliver overflow ikke printet i Firefox */
 .kunprint {display: none;}
}

@media print {
 .printikke {display: none;}     
 a:link {text-decoration: none; color: black;}
 a:active {text-decoration: none; color: black;}
 a:visited {text-decoration: none; color: black;}
 a:hover {text-decoration: none; color: black;}
 body {color: black;}
 div.bjaelke     {border-bottom: 1px solid black;}  
 div.fod {display: none;}
 div.opfelt {display: none;}
 td.menucelle {display: none;}
}

/******************************/   

/* test  
 div   {background-color: #7E7;} 
 td    {border: 1px solid red;}   
 table {border: 1px solid blue;} 
*/

