/*
 http://www.finn-j.dk/...
 Dato: 2007-
*/

body                {background-color: #9CF; color: #35B;}     

a:link              {color: #43B; text-decoration: none;}
a:active            {color: #43B; text-decoration: none;}
a:visited           {color: #43B; text-decoration: none;}
a:hover             {color: #43B; text-decoration: none;}          

a.navlink:link,     
a.navlink:active,    
a.navlink:visited,  
a.navlink:hover     {color: #080; text-decoration: none;}          
a.navlink:hover     {color: #808; }          

div.banner          {background-color: #36C;} 
div.indledning      {text-align: justify; font-size: 15px; font-weight: normal; margin-top: 15px; margin-bottom: 10px; margin-left: 4%; margin-right: 4%; line-height: 18px;}
div.billedmenu      {margin-top: 12px; text-align: center;}     
div.fodnote         {text-align: center; padding-top: 20px;}
div.preload         {display: none;}  
div.bund            {height: 0px;}      
div.kapitel         {position: absolute; right: 10px; top: 10px; font-size: 13px; font-weight: bold;}   /* line-height aht. IE ? */
div.navpad          {top: 0; line-height: 24px;} /* line-height aht. IE ? */      
div.note            {text-align: right; font-style: italic; font-size: 11px; padding-top: 4px; padding-bottom: 3px;}
div.sidenote        {text-align: left;  font-style: italic; font-size: 11px; padding-top: 4px;}
div.endnote         {float: right;      font-style: italic; font-size: 11px;}
div.ramme           {position: relative; left: 0px; top: 0px; width: 950px; height: 560px;}
div.div_abs         {position: absolute; text-align: justify;}
div.div_h1          {margin-left:  4px;}
div.div_h2          {margin-left:  4px;}
div.div_h3          {margin-left:  4px;}
div.div_h4          {margin-left:  4px;}
div.div_o1          {margin-bottom: 4px; text-align: justify; padding-left: 8px; padding-right: 8px;}
div.div_o2          {margin-bottom: 4px; text-align: justify; padding-left: 8px; padding-right: 8px;}
div.div_o3          {margin-bottom: 4px; text-align: justify; padding-left: 8px; padding-right: 8px;}
div.div_o4          {margin-bottom: 4px; text-align: justify; padding-left: 8px; padding-right: 8px;}
div.div_u1          {text-align: justify; padding-left: 8px; padding-right: 8px;}   /* 8px som img.billede border */
div.div_u2          {text-align: justify; padding-left: 8px; padding-right: 8px;}
div.div_u3          {text-align: justify; padding-left: 8px; padding-right: 8px;}
div.div_u4          {text-align: justify; padding-left: 8px; padding-right: 8px;}
div.div_v1          {margin-right: 4px;}
div.div_v2          {margin-right: 4px;}
div.div_v3          {margin-right: 4px;}
div.div_v4          {margin-right: 4px;}
div.div_b           {text-align: justify; margin-left: 20px; margin-right: 20px;}
div.div_m           {text-align: center;  margin-left: 20px; margin-right: 20px;}

img.billede         {border-left: 1px solid #000; border-top: 1px solid #000; border-right: 2px solid #000; border-bottom: 2px solid #000;}
img.delim2          {display: none;} 
img.klikbillede     {width: 115px; height: 100px; border: 4px solid #FEE;}
img.thumb           {border: 1px solid #000; vertical-align: middle; margin-top: 4px;} 
img.inv             {width: 60px; height: 0; visibility: hidden; margin-top: 0; margin-bottom: 0;}     /* OBS: efter thumb */

table.rubrikmenu    {width: 100%;} 
table.t_billedfelt1 {font-size: 13px;}
table.t_billedfelt2 {font-size: 13px;}
table.t_billedfelt3 {font-size: 13px;}
table.t_billedfelt4 {font-size: 13px;}
table.t_side        {font-size: 13px; width: 100%; height: 99%; max-width: 1100px; max-height: 720px; min-width: 770px; min-height: 560px;} 

tr.tr_billede       {vertical-align: bottom;}
tr.tr_fodnote       {height: 1px;}
tr.tr_frise         {vertical-align: top;}
tr.tr_overskrift    {text-align: center; height: 1px; vertical-align: middle;}
tr.tr_tom_a {}
tr.tr_tom_b         {height: 1px;}
tr.tr_tom_c         {height: 1px;}  
tr.tr_tom_d {}

td.td_billede       {width: 1px; height: 1px;}  /* sic 1px, 1% giver problemer i IE */
td.td_h1 {}
td.td_h2 {}
td.td_img           {text-align: center;}       /* aht. billedets placering midt i felt af overstørrelse */
td.td_tom_h         {width: 25%;}                /* do */
td.td_tom_m         {width: 25%;}                /* do */
td.td_tom_v         {width: 25%;}                /* for lige store mellemrum i IE */
td.td_v1 {}
td.td_v2 {}

@media print{
 body                {color: #000; background: none;}
 table               {color: #000;}  /* aht. Firefox */
 
 a:link              {color: #000;}
 a:active            {color: #000;}
 a:visited           {color: #000;}
 a:hover             {color: #000;}          
 
 img.billede         {border-left: 1px solid #000; border-top: 1px solid #000; border-right: 2px solid #000; border-bottom: 2px solid #000;}
 img.klikbillede     {width: 115px; height: 100px; border-left: 1px solid #000; border-top: 1px solid #000; border-right: 2px solid #000; border-bottom: 2px solid #000;}
 img.thumb           {border: 1px solid #000;} 
}

/* test 

div                 {background: lightgray;}
table               {border: 1px solid blue;}
td                  {border: 1px solid yellow;}
                 
*/
