body{
  background-color: #447799;
}

div#container{
  background-color: #447799;
  width: 960px;
  margin: 0 auto 0;
  position: relative;
  text-align: left;
}

header{
  float: left;
  width: 700px;
  height: 131px;
  background-image: url(img/head_1.jpg);
  background-repeat: no-repeat;
  position: relative;
  border-right: 6px outset #000;
  border-radius: 20px 20px 0 0;
}

aside{
  float: right;
  width: 180px;
  height: 101px;
  background-image: url(logga.gif);
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 10px 10px 10px #333;
  border-right: 4px outset #000;
  border-bottom: 4px outset #000;
  margin: auto;
  border-radius: 20px;
}

nav{
  float: left;
  width: 700px;
  height: 25px;
  border-right: 6px outset #000;
  border-bottom: 8px outset #000;
  background-image: url(meny.jpg);
  background-repeat: no-repeat;
  margin: 0 0 20px 0;
  border-radius: 0 0 20px 20px;
}

article{
  float: left;
  width: 960px;
  height: 409px;
  background-image: url('omradeskarta_1.jpg');
  position: absolut;
  z-index: -2;
  background-repeat: no-repeat;
  border-right: 6px outset #000;
  border-bottom: 8px outset #000;
  box-shadow: 10px 10px 10px #333;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  line-height: 5px;
  color: #000;
  border-radius: 20px;
}

article section{
  float: left;
  width:350px;
  margin: 160px auto auto 10px;                                                                                                                                                                                                                                                                                                                                                                        	
}

.box_right{
  float: right;
  width:350px;
  margin: 80px 20px auto auto; 
  }

.transbox
  {
  background-color:#fff;
  border:1px solid black;
  padding: 10px 10px;
  /* for IE */
  **filter:alpha(opacity=70);
  /* CSS3 standard */
  **opacity:0.7;
  **overflow: scroll;
  position: absolute;
  z-index: 0;
  border-right: 6px outset #000;
  border-bottom: 8px outset #000;
  border-radius: 20px;
  box-shadow: 10px 10px 10px #333;
  float: left;
  }

aside p
  {
  font-family: Verdana, Geneva, sans-serif;
  font-weight:bold;
  text-align: center;
  color:#ffffff;
  font-size: 14px;
  line-height: 18px;
  }
  
.transbox p, h1, h2, h3
  {
  font-family: Verdana, Geneva, sans-serif;
  font-weight:bold;
  color:#000000;
  }

#footer{
  clear: both;
  width: 960;
  height:50;
}

nav a{
  display: block;
  width: auto;
  float: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none;
  background-color: transparent;
  color: fff;
  padding: 0 10px;
}

nav a:hover, nav a:focus{
  background-color: transparent;
  color: #666666;
}

nav a:active{
  background-color: 000;
  color: #666666;
}

img_small {
    width: 50;
    height: 50;
}

image1 {
    position: absolute;
    left: 0px;
    top: 200px;
    z-index: 2;
}

h1{
  font-family: Verdana, Geneva, sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 5px;
}


p{
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

a{
  font-weight: bold;
  background-color: transparent;
  text-decoration: underline;
  color: #fff;
}

a:focus, a:active, a:hover{
  background-color: #aaddff;
}