﻿body {
	margin: 0px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	margin:0;

	
    width: 100%;
    height: 100%;
    padding: 0px;
    top: 0;
    left: 0;


    background-image: url(hemsedal.jpg);
    background-size: cover;
}
.meny a{
	font-size: 14pt;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-align:center;

}
.meny td{
	text-align:center;

}
.meny td:hover{
	background-color:#EAE8E8;

}

.float
  {
 
  
	width: 49%;	
  float: left;
  }
.h1 {
	font-size: 28px;
	font-family: 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;

}

.h2 {
	font-size: 16px;
	font-family: 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
	
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;

}


div {
	font-size: 11pt;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;


}

.hidediv {
	display:none

}
.topp{
	width: 100%;
	
	top:0;

}

.maintable{
	width: 100%;
	max-width: 1000px;

}

.dog{
	width:250px;
	
	max-width:300px;
	vertical-align:top;
	float: left;
	margin-right:20px;

	display: table-cell;
}

.myform td{
	font-size: 10pt;
}

@media only screen and (max-width: 600px) {
.dog{display:none}
.logo-2 { display: block; }
.logo-1 { display: none; } 
}

@media only screen and (min-width: 600px) {
.logo-1 { display: block; }
.logo-2 { display: none; } 
}



@media screen and (max-width:770px){
.meny a{font-size: 11pt;}



body {font-weight: 400};
}


