/* Strengen i en css fil */
/* selector {property: value} */

#tekst
{
line-height:15px;
font-size:13px;
font-family: Verdana;
}

h1
{
line-height:44px;
font-size:36px;
font-family: Verdana;
}

h2
{
line-height:33px;
font-size:28px;
font-family: Verdana;
}

h3
{
line-height:22px;
font-size:20px;
font-family: Verdana;
}

h4
{
line-height:20px;
font-size:18px;
font-family: Verdana;
}

h5
{
line-height:18px;
font-size:16px;
font-family: Verdana;
}

h6
{
line-height:12px;
font-size:12px;
font-family: Verdana;
}

a:link 
{
line-height:17px;
font-size:14px;  
font-family: Verdana;
}

a:visited 
{
line-height:17px;
font-size:14px; 
font-family: Verdana;
}

a:hover 
{
line-height:17px;
font-size:14px; 
font-family: Verdana;
}

p.margin {margin: 0.4cm 0.4cm 0.4cm 0.4cm}

p.inset {border-style: inset}


table.et {
    position:relative;
    float:left;
   }

  table.to {
    position:relative;
    float:right;
}

  table.tre {
    position:relative;
    float:right;
}



/* Til punktopstilling med decimal tal kaldes med <ol class="decimal">... og så efterfølgende punkter */
ol.decimal 
{
list-style-type: decimal
}
