/* Strengen i en css fil */
/* selector {property: value} */

body{
/* Bare lidt stil til at pynte på tingende */
font:normal 13px  Verdana, Arial, Helvetica,'times new roman', sans-serif;}

div.kategori_et{}
div.kategori_to{
/* Laver et indryk på 10 px */
position:relative; left:10px;}
div.kategori_tre{
/* Laver et indryk på 25 px */
position:relative; left:35px;}

/* Alle 'vis'-links */
table.show{
visibility:visible; display:block;
cursor:default;}
/* Alle 'skjul'-links */
table.hide{
visibility:hidden; display:none;
cursor:default;}

/* DIV-boksen rundt om alle kategorier på niveau 1 */
div.cat_1{
visibility:hidden; display:none;}
/* DIV-boksen rundt om alle kategorier på niveau 2 */
div.cat_2{
visibility:hidden; display:none;}

#tekst
{
line-height:15px;
font-size:13px;
font-family:'times new roman';
color:000000
}

h1
{
line-height:44px;
font-size:36px;
font-family:'times new roman';
color:FFFF00
}

h2
{
line-height:33px;
font-size:28px;
font-family:'times new roman';
color:000000
}

h3
{
line-height:22px;
font-size:20px;
font-family:'times new roman';
color:000000
}

h4
{
line-height:20px;
font-size:18px;
font-family:'times new roman';
color:000000
}

h5
{
line-height:18px;
font-size:16px;
font-family:'times new roman';
color:000000
}

h6
{
line-height:12px;
font-size:12px;
font-family:'times new roman';
}

a:link 
{
color: FFFFFF; 
}

a:visited 
{
color: FFFFFF; 
}

a:hover 
{ 
color: 80FFFF; 
}

p.margin {margin: 0.4cm 0.4cm 0.4cm 0.4cm}

p.inset {border-style: inset}




/* Til punktopstilling med decimal tal kaldes med <ol class="decimal">... og så efterfølgende punkter */
ol.decimal 
{
list-style-type: decimal
}
