html,
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	height: 100%;
	color: #cacaca;
}

body
{
	background: #000000;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.preamble
{
	font-style: italic;
	font-weight: bold;
	margin-bottom: 2em;
}

.hyperlink-image-no-float
{
        clear:  both;
        margin-bottom:  10px;
}

.hyperlink-image-float-left
{
        float:          left;
        margin-right:   10px;
        margin-bottom:  10px;
}

.hyperlink-image-float-right
{
        float:          right;
        margin-left:    10px;
	margin-bottom:  10px;
}

.hyperlink-caption
{
        font-size: 80%;
	font-style: italic;
}

hr,
.hr {
	clear: both;

	height: 1px;
	width: 100%;

	color: #656565;
	background-color: #656565;
	border: 0;

	margin: 10px 0 10px 0;
	padding: 0;
}

h1
{
	margin:	0 0 1em 0;
	padding: 0;
	font-size: 1.35em;
	font-weight: bold;
	color: #ffffff;
}

h2
{
	margin:	0 0 3px 0;
	font-size: 1.12em;
	color: #ffffff;
}

h3
{
	margin: 0 0 0 0;
	color: #ffffff;
	font-size: 1em;
}

a:link,
a:hover,
a:visited
{
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

#nav_edit h3 {
    font-size: 14px;
    margin: 3px 0 5px 6px;
	color: #000000;
}
#nav_edit a,
#nav_edit_2 a {
    display: block;
    font-weight: normal;
    text-decoration: none;
    padding: 1px 4px;
    border: 1px solid transparent;
    color: #000000;
    margin: 0 0 2px 0;
}
#nav_edit a:hover,
#nav_edit_2 a:hover {
    background-color: #efeffa;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}
#nav_edit,
#nav_edit_2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 160px;
    border: 1px solid rgb(174, 174, 174);
    background-color: rgb(250, 250, 250);
    background-color: rgba(250, 250, 250, 0.9);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 10px;
    margin: 5px 10px;
    padding: 5px;
    font-size: 13px;
    overflow: hidden;
    z-index: 100;
}
#nav_edit_2 {
    width: 45px;
}

#page
{
	width: 988px;
	margin: 0 auto;
	background-color: #333333;
	height: 100%;
	background-image: url('/images/layout/bg.gif');
}

#page_bg
{
	background-image: url('/images/layout/bg.gif');
}

#logo
{
	background-color: #191919;
	border-bottom: 1px solid #333333;
/*	padding: 17px 20px 18px 20px; */
/*	padding: 17px 0 18px 0; */
}

#content_container
{
}

#content ul,
#content ol
{
	list-style-position: outside;
	padding: 0 0 0 1.6em;
	margin: 0;
}

#left_container
{
	width: 199px;
	float: left;
}
#left_container_margin
{
	margin: 15px 14px 0 15px;
}

#right_container
{
	width: 789px;
	float: right;
	overflow: hidden;
}
.right_container_margin_framsida {
	/* Leaves 789px usable */
}
.right_container_margin,
.right_container_margin_edit
{
	/* Leaves 731px usable */
	padding: 19px 29px 29px 29px;
}
.right_container_margin_edit
{
	background-color: #ffffff;
	color: #000000;
}
.right_container_margin_edit h1,
.right_container_margin_edit h2,
.right_container_margin_edit h3 {
	color: #000000;
}
.right_container_margin_edit a:link,
.right_container_margin_edit a:visited,
.right_container_margin_edit a:hover {
	color: #000000;
}


#content,
#content_edit
{
	min-height: 450px;
}

.push {
	/* Usable width = 199 - 14 - 15 - 1 - 1 - 10 - 10 == 148px */
	width: 148px;
	overflow: hidden;
	border: 1px solid #656565;
	padding: 10px;
	margin: 5px 0 5px 0;
	font-size: 0.8em;
}
.push a {
	
}
.push h1 {
	color: #ffffff;
	font-size: 1.3em;
	margin: 0 0 0.3em 0;
}
.push img {
	display: block;
	border: none;
}

#footer,
#footer_edit,
#footer_framsida {
	padding-top: 40px;
	clear: both;
	color: #656565;
}
#footer a,
#footer_edit a,
#footer_framsida a {
	color: #656565;
}
#footer_framsida {
	margin-left: 29px;
}
#nav_1
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

#nav_1 ul {
	margin: 0;
	padding: 0;
}

#nav_1 li {
	text-align: left;
	list-style: none;
}

#nav_1 a.level_1_unselected,
#nav_1 a.level_2_unselected,
#nav_1 a.level_3_unselected
{
	color: #cacaca;
}
#nav_1 a.level_1_selected,
#nav_1 a.level_2_selected,
#nav_1 a.level_3_selected
{
	color: #ffffff;
}

#nav_1 li.level_1_unselected,
#nav_1 li.level_1_selected
{
	margin-left: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#nav_1 li.level_2_unselected,
#nav_1 li.level_2_selected {
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-left: 2px;
	padding-left: 13px;
	margin-bottom: 12px;
}

#nav_1 li.level_2_unselected {
	background-image: url('/images/layout/dot3x3_gray.gif');
	margin-left: 5px;
	padding-left: 10px;
}
#nav_1 li.level_2_selected {
	background-image: url('/images/layout/dot.png');
}

#nav_1 li.level_3_unselected,
#nav_1 li.level_3_selected {
	margin-left: 23px;
	margin-bottom: 12px;
}

.framsida_topp_bild {
	width: 789px;
	margin-bottom: 10px;
}
.framsida_smaa_bilder {
	text-align: center;
}

.framsida_smaa_bilder img {
	border: none;
}
.framsida_smaa_bilder .liten_bild {
	display: inline;
	margin: 0px 5px 0px 5px;
}
.framsida_smaa_bilder .liten_bild:first-child {
	margin: 0px 5px 0px 0px;
}
.framsida_smaa_bilder .liten_bild:last-child {
	margin: 0px 0px 0px 5px;
}

.bild_navigering {
}

.bild_navigering a {
	font-size: 1.2em;
	text-decoration: none;
}

.bild_navigering img {
	border: none;
}

.bild_navigering .bild_navigering_bild {
	overflow: hidden;
	float: left;
}

.bild_navigering .bild_navigering_rubrik {
	text-align: center;
	position: relative;
	top: -2.5em;
}

.produkt_info {
	/* Usable width = 199 - 14 - 15 - 1 - 1 - 20 == 148px */
	width: 148px;
	float: right;
	overflow: hidden;
	border: 1px solid #656565;
	padding: 10px;
	margin: 0 0 20px 20px;
	font-size: 0.8em;
	min-height: 300px;
	background-color: #2a2a2a;
}
.produkt_info a {
	
}
.produkt_info h1 {
	color: #ffffff;
	font-size: 1.3em;
	margin: 0 0 0.3em 0;
}
.produkt_info img {
	display: block;
	border: none;
}

div.viewport {
    position: absolute;
    overflow: hidden;
    z-index: 0;
}

div#viewport_1 {
    z-index: 1;
}

div.vp_img img {
}

div.vp_text {
        position: relative;
        top: -120px;
        min-height: 60px;
        width: 410px;
        overflow: hidden;
        padding: 4px 0px 0 21px;
        background-image: url('/images/layout/0000004b.png');

        color: #ffffff;
	font-weight: bold;
        font-size: 16px;
        line-height: 25px;
}
div.vp_text a:link,
div.vp_text a:hover,
div.vp_text a:visited {
	
}
div.vp_text h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}
div#viewport_nav {
        position: absolute;
        z-index: 10;
	width: 771px;
	margin-right: 18px;
	top: 87px;
        text-align: right;
}
