body {
  font-size: 62.5%;
  background-color: #006291;
  margin: 0;
  font-family: 'Cabin Condensed';
  font-weight: 400;
  color: #006291;
}

div#ram {
  width: 790px;
  height: 670px;
  margin-left: 15px;
  margin-top: 6px;
  background-color: #fbe6a0;
  border-radius: 16px;
  box-shadow: 4px 4px 5px #333;
}

h1 {
  position: absolute;
  font-family: "lithos_pro_lightbold";
  font-size: 30pt;
  color: #d45c2a;
  word-spacing: 84px;
  left: 122px;
  top: 20px;
  text-shadow: 1px 1px 1px #000, 3px 3px 5px blue;
  z-index: 1;
}  
h2 {
    font-family: "lithos_pro_lightbold";
    font-size: 30pt;
    color: #d45c2a;
    position: absolute;
  
     -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    text-shadow: 1px 1px 1px #000, 3px 3px 5px blue;
    z-index: 1;
} 

canvas {
	position: absolute;
	left: 256px;
	top: 10px;
  z-index: 0;
} 
img#logo2 {
  position: absolute;
  left: 250px;
  top: 8px;
} 

img#thord {
  position: absolute;
  left: 450px;
  top: 145px;
  z-index: 1;
  border-radius: 9px;
  box-shadow: 1px 1px 2px #333;
} 

div#deklaration {
  font-size: 2.2em ;
  line-height: 1.4em;
  position: absolute;
  left: 80px;
  top: 150px;
  width: 300px;
  text-align: left;
}

div#rad2 {margin-left: 0.3em;}
div#rad3 {margin-left: 0.9em;}
div#rad4 {margin-left: 2.2em;}

div#inriktning {
  font-size: 2.2em ;
  line-height: 1.4em;
  position: absolute;
  top: 306px; 
  left: 110px;
  text-align: center;
}

a {
  text-decoration: none;
  color: #d45c2a;
}

ul#meny {
  font-size: 2em ;
  position: absolute;
  left: 28px;
  top: 586px;
  list-style: none;
  /*
  background-color: #ECD995;
  border-radius: 9px;
  border-right: 1px solid #C4B57B;
  border-bottom: 1px solid #C4B57B;
  */
}  
ul#meny li {
  display: block;
  float: left;
  margin-right: 20px;
  width: 120px;
  text-align: center;

 /*
  background-color: green;
  padding: 3px;
  border-radius: 9px;
   
  border-right: 1px solid #C4B57B;
  border-bottom: 1px solid #C4B57B;
  box-shadow: 1px 1px 1px #777;
  */
  
}

div#text1 {
  position: absolute;
  left: 125px;
  top: 140px;
  width: 270px;
  font-size: 1.8em;
  font-weight: 500;
}

div#text2 {
  position: absolute;
  left: 456px;
  top: 140px;
  width: 270px;
  font-size: 1.8em;
  font-weight: 500;
}

img#bild {
  position: absolute;
  left: 450px;
  top: 140px;
  z-index: 1;
  border-radius: 9px;
  box-shadow: 1px 1px 2px #333;
}
img#bear {
  position: absolute;
  left: 60px;
  top: 444px;
  z-index: 1;
}
