body 
{
/* hvid */
background-color: #e0c080;

/* font farve mørkeblå font-weight:bold; */
font-family: verdana,arial,sans-serif;font-size:0.8em;color:#000000;
}

/*side titel */
h1 {margin: 0px;font-size:200%; color:#6a0000;}

/* movie taglines - uden blank linie efter */
h2 {margin: 0px;font-size:130%;color:#000066;font-weight:bold;}

/* page synopsis */
h3 {margin: 0px;font-size:105%;font-weight:bold;color:#000066;}

/* kapitel overskrifter - uden blank linie efter. alm str fed */
h4 {margin: 0px;font-weight:bold;font-size:100%;color:#663300;}

/* rød fremhævning af ord */
h5 {margin: 0px;font-size:100%;color:red;}

/* rød fremhævning af ord */
h6 {margin: 0px;font-size:100%;color:green;}

/*
p {margin: 0px;line-height:50px;color:#993300}
*/

p {margin: 0px;color:#000066}

/* link - mørkerød m rød understregning */
a:link {color:#611F2D;
	font-size:100%;
	font-weight:bold;
	text-decoration: none;

}

/* visited link - lidt lysere rød */
a:visited {color:#8F3C50;
	font-size:100%;
	font-weight:bold;
	text-decoration: none;

}

/* hover og active - sødsuppe */
a:hover {color:#D86762;font-size:100%;}

a:active {color:#D86762;font-size:100%;}

/* image link borders background blue, #4C517B 
a img {border-color: #4C517B; 
	border-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;} 
*/

.thumb {border-color: #000066; 
	border-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;	
}

.thumb2 {
	BORDER-RIGHT: #4C517B 1px solid; BORDER-TOP: #4C517B 1px solid; 
	BORDER-LEFT: #4C517B 1px solid; BORDER-BOTTOM: #4C517B 1px solid
}

/* Ruler definition, mørkerød som links */
hr { height:1px; 
        border:0px; 
        border-top:1px solid #611F2D; }

.nb

table 
    {
    table-layout: auto;
    align: center;
    text-align: top;
    }
th 
    {
    background: #e0c080;
    font-weight: bold;color: #ffffff;
    text-align: left;	
    }
td
    {
    background: #efdfbe;
    vertical-align:top;	   
    }
tr.light td 
    {
    background:rgb(250,250,250);
    vertical-align:top;	
    }
tr.dark td
    {
    background:rgb(245,245,245);
    vertical-align:top;	   
    }
tr.bottom td
    {
    background:rgb(144,144,185);
    vertical-align:top;
	float: left;	   
    }
caption 
    {
    text-align: left;
    font-weight: bold;color: #ffffff;
	font-size:105%; 
    }

hr {
	color:#6a0000;background-color:#6a0000;height:2px;border:none;
	}

/*
col
    {
    text-align:left;
    vertical-align:top;	
    width:15%;
    }
colgroup
    {
    text-align:left;
    vertical-align:top;	
    width:15%;
    }
*/


/* galleri ul li first version 
.gallery { list-style-type: none; }
.gallery li { float: left} */

.gallery ul, .gallery li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	}


*/

hr {
	color:#6a0000;background-color:#6a0000;height:2px;border:none;
	}
