﻿/**** GENERELT ****/

html 
{
    height:100%;
}

body 
{
    font-family: Verdana, Arial, Tahoma, "Century Gothic", "Trebuchet MS";
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
    line-height:16px;
    color:#222;
    background-color:#FFF;
    height:100%;
    margin:0px;
    padding:0px;
}

/**** TEKST ****/

p 
{   
    padding:0px;  
    margin:0px;   
}

.pp_headl
{   
	font-family: "Helvetica Neue", Arial;
    font-size:30px; 
    line-height:22px; 
    font-weight:bold;
    text-transform:uppercase;
    color:#000;   
    letter-spacing:-1px;
}

.pp_headl_small
{   
	font-family: "Helvetica Neue", Arial;
    font-size:28px; 
    line-height:22px; 
    font-weight:bold;
    text-transform:uppercase;
    color:#000;   
    letter-spacing:-1px;
}

.pp_headl_sub
{   
	font-family: "Helvetica Neue", Arial;
    font-size:20px; 
    font-weight:bold;
    color:#000;   
    letter-spacing:-1px;
}

.pp_headl_sub_small
{   
	font-family: "Helvetica Neue", Arial;
    font-size:13px; 
    font-weight:bold;
    color:#000;   
    letter-spacing:-1px;
}

.pp_body
{   

}


/* Overskrifter */

h1
{
    font-size:24px; 
    font-weight:bold; 
    line-height:44px;
    padding:0px 0px 10px 0px;  
    margin:0px; 
    height:50px;  
    color:#146295;  
}

h2
{
    line-height:20px;
    font-size:16px;
    font-weight:normal;
    margin:0px 0px 10px 0px;
    padding:0px; 
}

h3
{
    line-height:22px;
    font-size:13px;
    font-style:normal;
    margin:0px 0px 10px 0px;
    padding:0px; 
}

/**** LINKS ****/

a
{
    text-decoration:none;
    color:#222;
}

a:hover
{
    text-decoration:none;
    color:#666;
}

a.linksAppClass {
    color:#3AC6F0;
}

a.linksAppClass:hover {
    color:#666;
}

a.FAQ
{
    text-decoration:none;
    color:#666;
}

a.FAQ:hover
{
    text-decoration:none;
    color:#3AC6F0;
}

a.FAQenabled
{
    text-decoration:none;
    color:#3AC6F0;
}

a.FAQenabled:hover
{
    text-decoration:none;
    color:#666;
}

.NoUnderline 
{
    text-decoration:none;
    color: White;
}

/**** FORMS ****/



/**** VALIDERING ****/

.DivValidationError 
{
    border: 1px solid red;
    background-color:#ffdada;
    padding:6px;
    margin-bottom:15px;
}

.SpanValidationError
{
    color:red;
}

.DivValidationSuccess
{
    border: 1px solid green;
    background-color:#ddffe0;
    padding:6px;
    margin-bottom:15px;
}

.SpanValidationSuccess
{
    color:green;
} 

/**** ANDET ****/

.TextBox
{
    border:solid 1px #808080; 
    background-color:#F2F2F2;
}

.Step1Delete {
    padding-left:5px;
    color:White;    
}

.Step1Delete:hover {
    color:#666;    
}

.Step1Update {
    color:White;    
}

.Step1Update:hover {
    color:#666;
}


.Step1Total {
    padding-right:5px;
}

.menu
{
    line-height:20px;
}

.LanguageChosen
{
    width:25px;height:20px;border-bottom:3px solid #555;
}

.LanguageNotChosen
{
    width:25px;height:20px;padding-bottom:2px;
}

.ProductsShowListViewUl 
{
    margin: 0px; 
    padding: 0px;
}

.ProductsShowListViewLi
{
    display:inline;
    float:left;
    margin-right:15px;
    width:220px;
}

.CustomerMenu {
    line-height:20px;
    padding-top:0px;
    color:#FFFFFF;
}

.CustomerMenu:hover {
    color:#CCC;
}
.dynamicmenugeneral {
    padding:2px;
    border:1px solid #AAA;
}

.dynamicmenu {
    padding:2px;
    border:1px solid #FFF;
}

.dynamicmenu:hover {
    border:1px solid #AAA;
    background-color:#EEE;
}

.PartnersShowListViewUl 
{
    margin: 0px; 
    padding: 0px;
}

.PartnersShowListViewLi
{
    display:inline;
    float:left;
    width:350px;
    margin-right:2px;
    margin-bottom:2px;
}


.submenu_on {
    display:block;
    border:solid 1px #DDD;
    background:#666;
    color:White;
    padding:6px 11px 6px 11px;
    text-decoration:none;
    font-weight:bold;
}

.submenu_on:hover {
    color:White;
}

.submenu_off {
    display:block;
    border:solid 1px #DDD;
    background:#FCFCFC;
    color:#666;
    padding:6px 11px 6px 11px;
    text-decoration:none;
    font-weight:bold;
}

/* TWITTER (.twtr-hd) 
.twtr-ft{display: none;} // Skjuler footer 
.twtr-hd{padding:0;margin:0;height:15px;}
.twtr-img{margin-left:2px;}
.funb_twit_headline{padding-bottom:3px;border-bottom: 1px solid white;width:125px;display:block;}

.twtr-container-box 
{
    background-color:white;
    padding:3px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width:340px;
    -moz-box-shadow: 2px 2px 2px #555;
    -webkit-box-shadow: 2px 2px 2px #555;
    box-shadow: 2px 2px 2px #555;
}
*/

/* FONT IMPORT */
@font-face {
    font-family: "Aller";
    src: url(Scripts/Aller/Aller_Rg.ttf);
}


/* MouseOver effekt - Produktsiden og Home siden */
div.fadehover
{
    position: relative;
    margin-top:5px;
}
        
img.img_back
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
        
img.img_over
{
    position: absolute;
    left: 0;
    top: 0;
}
        
table.products_top_content
{
    position: relative;
    z-index: 20;
    height:170px;
}       
        
table.products_bottom_content
{
    position: relative;
    z-index: 20;
    height:85px;
    width:350px;            
}   
        
a.tstcls
{
    position: absolute;
    z-index: 30;
    height:250px;
    width:350px; 
    /*border:1px solid black;*/
}  


/* MouseOver effekt - Event siden */
div.fadehoverevtshw
{
    position: relative;
    right:0;
}

div.evtshw
{
    position: absolute;
    z-index: 30;
    height:350px;
    width:110px; 
    /*border:1px solid black;*/
}

div.evtshw_back
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
        
div.evtshw_over
{
    position: absolute;
    left: 0;
    top: 0;
}
