﻿
@font-face {
  font-family: Raleway;
  src: url('../Content/Fonter/Raleway-Regular.ttf'); 
  src: local(Raleway), url("../Content/Fonter/Raleway-Regular.ttf");
}

@font-face {
    font-family: "Century Gothic";
    src: url('../Content/Fonter/GOTHIC.TTF');
    src: local(Century Gothic), url("Fonter/GOTHIC.TTF");
} 


@font-face {

  font-family: MuseoSans;
  src: url('Fonter/MuseoSans_100.ttf'); 
  src: local(Raleway), url("Fonter/MuseoSans_100.ttf");

}

@font-face {
  
  font-family: MuseoSansNormal;
  src: url('Fonter/MuseoSans_500.otf'); 
  src: local(Raleway), url("Fonter/MuseoSans_500.otf"); 

}

html, body {

    font-family: Century Gothic;
    background-color: White;
    color: black;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
    position: relative;
}


a, a:link, a:visited
{   
    text-decoration: none;
    color: #005094;    
}
a:hover
{
    color: #00c1ff;  
    text-decoration: none;
}

.ClearLine{
    clear:both;
}

.LogoTopBar {
  
    text-align: left;
    max-width: 60%;
    max-height: 200px;
    overflow: hidden;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
   
}


.TopLineBarFront {
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;  
    height: 200px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background-image: url('Images/BgBanner.jpg');    
    background-position-x: center;
}
.Menu_Normal {   
    position: relative;   
    width: 100%;
    height: 45px;  
    z-index: 5;   
    text-align:center;   
}

.MenyLine {

    left: 0;   
    background-color:transparent;
    position: relative; 
    text-align: left;
    width: 100%;   
    z-index: 5;
}

.NetmaxLogo {
    position: absolute;
    top: 7px;
    right: 15px;
}

.Framework {
    position: relative;
    top: 0px;
    width: 100%;
    padding: 0px;
    display: inline-block;
    padding-bottom: 300px;
    /*background-image: url("../RootFiles/BackgroundImage/background.jpg");*/
}

.Hovedside
{    
    top:0px;   
    text-align: left;
    position: relative;  
    background-color: White;   
    padding-bottom:50px;  
    min-height:950px; 
}
.HovedBodyContent {
    clear: both;       
}

.BoxArea {
    position: relative;      
    margin: 0 auto;
}

.BodyCenterWrapper
{
    width:100%;     
    max-width:1200px;
    position:relative;
    text-align:center;
    margin:0 auto;        
}

.Webbody {
    font-family: Raleway;
    font-variant: normal;
    color: black;
    font-size: 14px;
    width: 100%;
}

.Foot
{
    width: 100%;    
    height:320px;
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    z-index: 1;     
    background-color:#3b3b3b; 
    margin:0;   
    overflow:hidden;
}
.footInnderContent {
    position:relative;
    text-align:center;
    margin:0 auto;              
}

.FacebookField {
    clear: both;
    top: 20px;
    overflow: hidden;
    position: relative;
}



.SearchFieldMain {
    position: relative;
    top: 5px;
    min-width: 240px;
    max-width:600px;
    text-align: center;
    margin: 0 auto;
}
.SearchBtnIcon {
    position: absolute;
    right: 25%;
    top:12px;   
}


.SearchFieldWrapper {
    position: relative;
    top: 20px;
    width: 340px;
    text-align: center;
    margin: 20px auto;
}


.SearchBox {
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.SearchBtn {   
    position: absolute;
    top: 10px;
    right: 100px;
    width: 18px;
}

.CopyRightFoot {
    color:#bebebe;     
}

.Facebook
{
    position: relative;
    float: right;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}



img, .Img
{
    border: none;
}

.ImgLink:link, .ImgLink:visited, ImgLink:hover
{
    background-image: none;
    border: none;
    background-color: transparent;
}

