body 

{
/*sort*/
background-color: #000;

/* font farve bleg 5% 0rangeRed #fff6f1 */
font-family: verdana,arial,sans-serif;font-size:0.8em;color: #FFF6F1}	

/*side titel OrangeRed, sort 75 % */
h1 {margin: 0px;font-size:150%; color: #C03401; text-transform: uppercase;}


/* movie taglines - OrangeRed  */
h2 {margin: 0px;font-size: 130%;color: #FF4500 ;font-weight: bold;}

/* h3, same color as h1  */
h3 {margin: 0px;font-size: 105%;color: #C03401;font-weight: bold;}

p {margin: 0px;line-height:50px;color:#993300}


/* link - white */
a:link {font-size:100%;color: white;font-weight:bold;text-decoration: none; }

/* visited link - som h2 #ffcc66*/
a:visited {font-size:100%;color: #FFA280;font-weight:bold;text-decoration: none; }

/* hover og active - grå */
a:hover {font-size:100%;color: #c0c0c0;font-weight:bold;text-decoration: none; }

a:active {font-size:100%;color: gainsboro;font-weight:bold;text-decoration: none; }

table 
    {
    table-layout: auto;
    align: left;
    text-align: top;
    }
th 
    {
    /* dark green table header */	
    background:#427204;
    }
tr.blue th 
    {
    /* dark blue table header */	
    background:#ffffff;
    }
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; 
    }


.thumb {
	BORDER-RIGHT: #C03401 1px solid; BORDER-TOP: #C03401 1px solid; 
	BORDER-LEFT: #C03401 1px solid; BORDER-BOTTOM: #C03401 1px solid
}


.floatright
{
float: right;
margin: 0 20px 10px 10px;
border: 1px solid #C03401;
padding: 2px;
}


.floatleft
{
float: left;
margin: 10px 20px 10px 2px;
border: 1px solid #C03401;
}

.navi {
text-align: left;
a:link {font-size:225%;color: white;font-weight:bold;text-decoration: none;} 
a:visited {font-size:225%;color: #bf39ba;font-weight:bold;text-decoration: none;} 
a:hover {font-size:225%;color: #c0c0c0;font-weight:bold;text-decoration: none;} 
a:active {font-size:225%;color: gainsboro;font-weight:bold;text-decoration: none; 
}

.copy {
a:link {font-size:100%;color: white;font-weight:bold;text-decoration: none;} 
a:visited {font-size:100%;color: #bf39ba;font-weight:bold;text-decoration: none;} 
a:hover {font-size:100%;color: #c0c0c0;font-weight:bold;text-decoration: none;} 
a:active {font-size:100%;color: gainsboro;font-weight:bold;text-decoration: none; 
}

ul { 
list-style-type: none;
margin-left: 2;
} 

li { 
background: left center no-repeat;
padding-left: 5px;
margin-left: 5px;
margin-bottom: 15px;
} 


.cast ul, .cast li {
margin: 5;
padding: 0;
 }

.gallery img {
 border: 1px solid black;
 }

.gallery ul, .gallery li {
 list-style-type: none;
 display: inline;
 margin: 0;
 padding: 0;
 }

.floatright
{
float: right;
margin: 0 20px 10px 10px;
border: 1px solid #802301;
padding: 2px;
}


.floatleft
{
float: left;
margin: 10px 20px 10px 2px;
border: 1px solid #666;
}


hr {
	color: #C03401;background-color: #C03401;height: 5px;border: none; width: 600px;
	}

.copyright {
	font-family: verdana,arial,sans-serif;font-size:0.6em;color: #580455;
	}
