

body {
font-family: sans-serif;
}

body {
font-family: 'News Gothic MT W01','News Gothic W01', sans-serif,  Arial;
background-color: #ffffff !important;
color: #686868;
}
strong {
font-family:'News Gothic MT W01 Bold', 'News Gothic W01 Bold', sans-serif,  Arial;
font-weight: normal;
}
em {
font-family:'NewsGothicMTW01-Italic', 'NewsGothicBTW01-Italic', sans-serif,  Arial;
font-style: normal;
}
strong em, em strong {
font-family:'NewsGothicMTW01-BoldIta', 'NewsGothicBTW01-Italic', sans-serif,  Arial;
font-weight: normal;
font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
font-family:'News Gothic MT W01 Bold', 'News Gothic W01 Bold', sans-serif,  Arial;
font-weight: normal;
}
h1{
font-size: 34px;
line-height: 36px;
margin: 16px 0;
}
h2{
font-size: 30px;
line-height: 32px;
margin: 10px 0;
}
h3{
font-size: 24px;
line-height: 30px;
margin: 8px 0;
}
h4{
font-size: 18px;
line-height: 22px;
margin: 2px 0;
}

p, a, li {
font-size: 17px;
line-height: 26px;
font-family: 'News Gothic MT W01','News Gothic W01', Arial;
}
.container {
max-width: 850px;
margin: 0 auto;
padding-left: 0;
padding-right: 0;
overflow: hidden;
}

.page {
margin-top: 1px;
position: relative;
top: 0;
left: 0;
height: 1000px;
width: 1000px;
}

#main-page {
background-image: url('images/fold.jpg');
background-repeat: no-repeat;
background-size: cover;
background-color: #eee;
background-position: center center;
}

#main-page #menu {
position: absolute;
width: 460px;
height: 320px;
top: 40%;
left: 38%;
}
#main-page #menu a {
width: 200px;
height: 100px;
line-height: 100px;
display: inline-block;
/* background-color: #92c949; */
background-color: transparent;
background-image: url('images/button_bg.png');
background-repeat: repeat;
color: #fff;
font-weight: bold;
text-align: center;
cursor: pointer;
border: 1px solid #81C525;
border-radius: 2px;
font-size: 19px;
}
#main-page #menu a:hover {
/* background-color: #9DD355; */
background-color: #92c949;
}
#main-page #menu a#videoButton {
float: left;
}
#main-page #menu a#evaluationButton {
float: right;
}
@media screen and (max-width: 1500px) {
	#main-page #menu {
	left: 34%;
	}
}
@media screen and (max-width: 1200px) {
	#main-page #menu {
	left: 30%;
	}
}
@media screen and (max-width: 1000px) {
	#main-page #menu {
	left: 26%;
	}
}
@media screen and (max-width: 800px) {
	#main-page #menu {
	left: 18%;
	}
}
@media screen and (max-width: 600px) {
	#main-page #menu {
	left: 16%;
	width: 360px
	}
	#main-page #menu a {
	width: 140px;
	height: 65px;
	line-height: 65px;	
	font-size: 17px;
	}
}
@media screen and (max-width: 400px) {
	#main-page #menu {
	width: 98%;
	left: 0;
	padding: 1%;
	}
}

#main-page #tagline {
position: absolute;
bottom: 0;
left: 0;
height: 100px;
background-image: url('images/img_bottom.png');
background-repeat: repeat-x;
width: 100%;
}
#main-page #tagline .container {
background-image: url('images/sigill-fold.png');
background-repeat: no-repeat;
background-position: right center;
height: 100px;
}

#main-page #tagline .container p {
position: absolute;
bottom: 0;
height: 56px;
line-height: 56px;
color: #fff;
margin: 0 40px;
font-size: 20px;
}


/* HEADER */ 
#main-header {
top: 0;
padding: 0;
width: 100%;
z-index: 9999;
margin-bottom: 0;
background: #f1f7eb;
height: 89px;

/* RANDOM?? */
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
-webkit-transition: top 0.4s ease-out;
-moz-transition: top 0.4s ease-out;
transition: top 0.4s ease-out;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
-ms-transform: translateZ(0px);
-o-transform: translateZ(0px);
transform: translateZ(0px);
overflow: hidden;
}


#main-header  #logo {
float: left;
height: 89px;
display: inline-block;
}
#main-header  #logo img {
margin-top: 24px;
}
#main-header  #main-nav {
display: inline-block;
height: 89px;
float: right;
}

#main-header  #main-nav #menu-huvudmeny {
margin-top: 54px;
}

#main-header #main-nav #menu-huvudmeny li{
display: inline-block;
}
#main-header #main-nav #menu-huvudmeny li.current-menu-item,
#main-header #main-nav #menu-huvudmeny li:hover{
border-bottom: 2px solid #92c949;
}

#main-header #main-nav #menu-huvudmeny li a{
color: #92c949;
font-family:'News Gothic MT W01 Bold', 'News Gothic W01 Bold';
text-decoration: none;
font-size: 12px;
padding: 0 6px;
}
#main-header #main-nav #menu-huvudmeny li a:hover{
cursor: pointer;
}
#main-header #main-nav #menu-huvudmeny li#menu-item-279 a{
color: #92c949;
}
#main-header #main-nav #menu-huvudmeny li#menu-item-279.current-menu-item,
#main-header #main-nav #menu-huvudmeny li#menu-item-279:hover{
border-bottom: 2px solid #92c949;
}
