
body 
{
/*hvid bkg*/
background-color: #ffffff;

/* font farve Dacascos sortblå #1c3b4f - nu marine 000080 */
font-family: verdana,arial,sans-serif;font-size:0.8em;color:#1c3b4f;
}

/*side titel */
h1 {margin: 0px;font-size:200%; color:"#1c3b4f";}

/* movie taglines - uden blank linie efter */
h2 {margin: 0px;font-size:130%;color:#1c3b4f;}

/* page synopsis */
h3 {margin: 0px;font-size:105%;color:#1c3b4f;}

/* kapitel overskrifter - uden blank linie efter. alm str fed */
h4 {margin: 0px;font-weight:bold;font-size:100%;color:#1c3b4f;}

/* lille billedtekst */
h5 {margin: 0px;font-size:80%;color:#000080;}

/* lys kontrast tekst - hvid */
h6 {margin: 0px;font-size:100%;color:#ff0000;}

p {margin: 0px;line-height:50px;color:#1c3b4f;}

/* active link - mørkegrønne ;font-size:100%; gammel grøn: 979907 TEXT-DECORATION: none; */
a:link {color:#00AC00; TEXT-DECORATION: none; font-weight: bold;}

/* visited link - grå */
a:visited {color:#808080;font-size:100%;}

/* hover og active - dsy - mørkgrøngul */
a:hover {color:#C5C600;font-size:100%;}
a:active {color:#C5C600;font-size:100%;}

/* image borders */
a img {border-color: #1c3b4f; 
	border-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;}

/* thumbnail borders */
.thumb {
	BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; 
	BORDER-LEFT: #808080 1px solid; BORDER-BOTTOM: #808080 1px solid
}

/* thumbnail with padded borders */ 
.padded {
	border: 1px solid #808080;
	padding: 2px;
}



/* Ruler definition, mdgrøn */
hr { height:0px; 
        border:0px; 
        border-top:1px solid #c6c600; }

table 
    {
    table-layout: auto;
    align: left;
    text-align: top;
    }
th 
    {
    /* navy table header #c80055 #000080-marine */	
    background:#1c3b4f;
    }
tr.blue th 
    {
    /* navy table header */	
    background:#c80055;
    }
td
    {
    /* background:rgb(255,153,51); */
    vertical-align:top;	
    /* background-image: url(bkg-lightblue.gif);  */ 
    }
tr.light td 
    {
    /* lysegrå #ffebf3 */
    background:#f1f1f1;
    vertical-align:top;	
    }
tr.dark td
    {
    /* mørkegrå #ffe1ee*/
    background:#e9e9e9;
    vertical-align:top;	   
    }
caption 
    {
    text-align: left;
    font-weight: bold; 
    }

.floatright
{
float: right;
margin: 0 20px 10px 10px;
border: 1px solid #808080;
}

.floatleft
{
float: left;
margin: 10px 20px 10px 10px;
border: 1px solid #;
}