﻿body 
{
    background-color: Black;
    margin: 0;
    font-family: Century Gothic, Arial, Helvetica, Sans-Serif;
    font-size: 62.5%;
    color: #ccc;    
}
 
a
{
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
   color: #fff;
   text-decoration: none;
}

a.selected
{
   font-weight: normal;
   text-decoration: none;
}


h1
{
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

img
{
    border: none;
}

input, textarea
{
    background-color: #000;
    font-family: Century Gothic, Arial, Helvetica, Sans-Serif;
    border: solid 1px #999;
    color: #ccc;
}

input.textbox, textarea
{
    width: 500px;
}

input.checkbox
{
    border: none;
}

input.submit
{
    background-color: #999;
    color: #000;
    margin-top: 10px;
}

#top
{
    position: relative;
    width: 100%;
    height: 100px;
    text-align: center;
    vertical-align: bottom;
}

#main
{
    position: relative;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    position: relative;
    width: 100%;
    height: 420px;
    
}


#container
{
    position: relative;
    width: 989px;
    height: 420px;
    margin: 0 auto 0 auto;
}

#menu
{
    position: relative;
    padding-top: 20px;
    width: 205px;
    font-size: 1.4em;        
}

#menu ul
{
    list-style-type:none;
    margin-left: 0;
    padding-left: 0;
}

#menu #menu3
{
    margin-top: 70px;
}

#menu #menu3 li
{
    margin-bottom: 5px;
}

#content
{
	/*border: solid 1px red;*/
    position: absolute;
	left: 0px;
	top: -20px;
	padding-top: 20px;
	margin-left: 210px;
	margin-top: 20px;
	height: 400px;
	width: 779px;
	font-size: 1.3em;
	overflow: hidden;
        
}

#content a
{
    font-weight: bold;
}

#content img.right
{
    float: right;    
    padding-left: 10px;
    margin-top: -20px;
}

#content img.rightwmargin
{
    float: right;    
    padding-left: 10px;
    margin-right: 79px;
    margin-top: -20px;
}


#content img.left
{
    float: left;    
    margin-top: -20px;
}

#content #captionedPhoto
{   
    position: relative;
    float: left;
    display: block;    
    margin-top: -20px;
    
}

#content #captionedPhoto p
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 175px;
    display: none;
    width: 690px;
    margin: 0;
    padding: 0;
    padding-left: 1.375em;
    background: url(/images/captioned-trans.png) top left repeat;
    font-size: 0.9em;
}

#content ul
{
    list-style-type:none;
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    padding-left: 0;
}

#content ul li
{
    margin-bottom: 5px;
}

span.tid
{
	display: -moz-inline-box;
	display: inline-block;
	width: 130px;
	float: left;
}

span.tidKort
{
    display: -moz-inline-box; 
    display: inline-block;
    width: 100px;
    float: left;
}

span.tekst
{
    display: table-cell;
    display: inline-block;
    width: 630px;
}

#bottom
{
    margin-top: 5px;
    position: relative;
    width: 100%;
    text-align:center;
    font-size: 1.3em;
}

#produsert
{
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 1.1em;
}

fieldset
{
    border: none;
    padding-left:  0;
    margin-left: 0;
}

fieldset label
{
    float: left;
    width: 75px;   
}

fieldset ol 
{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

fieldset li
{
    padding-bottom: 5px;
}

#thumbnails
{
    position: absolute;
    top: 0;
    right: 0;
    width: 79px;
    height: 420px;
    overflow: auto;
    scrollbar-face-color: #000;
    scrollbar-shadow-color: #666;
    scrollbar-highlight-color: #999;
    scrollbar-3dlight-color: #999;
    scrollbar-darkshadow-color: #000;
    scrollbar-track-color: #CCC;
    scrollbar-arrow-color: #CCC;
}

#thumbnails img
{
    margin: 0;
    padding: 0;
}
span.more {
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
	float: left;
}
