h1 ,h2,h3,h4,h5,h6{
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

h1,h2{
  font-size: 100%;
}

/*menu*/
.menu{
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.menu ul{
  margin: 0;
  padding: 0;
}

.menu ul li{
  display: inline;
}

.menu ul li a{
  float: left;
  color: #737680;
  padding: 5px 11px;
}

.menu ul li a:visited{
  color: #737680;
}

.menu ul li a:hover, .menu ul li .selected{
  color: #000 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  }
  
/*center*/
body {
  margin: 5px 0;
  padding: 0;/* Need to set body margin and padding to get consistency between browsers. */
  text-align: center;/* Hack for IE5/Win */
  background-color: #405080;
  background-image: url(bilder/bkg.jpg);
  background-repeat: repeat-x;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

.center {
  width: 850px;
  margin: 0px auto;/* Right and left margin widths set to "auto" */
  text-align: left;/* Counteract to IE5/Win Hack */
  padding: 15px;
}

/*shadow*/
.blur{
  background: #000;/*shadow color*/
  color: inherit;
  margin-left: 4px;
  margin-top: 4px;
}

.shadow, .content{
  position: relative;
  bottom: 2px;
  right: 2px;
}

.shadow{
  background: #000;/*shadow color*/
  color: inherit;
}

/*content*/
.content{
  background: #fff;
  color: #000;
  border: 1px solid #000;
  min-height:400px;
  height:auto !important;
  height:400px;
  font-size: 10pt;
}

a:link{
  color: #737680;
  text-decoration: none;
  padding: 5px 21px;
}

a:visited{
  color: #737680;
  text-decoration: none;
}

a:hover{
  color: #000;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*boxes*/
.header {
/* border-bottom: 1px solid #000;*/
  height: 80px;
  padding: 10px 0 0 0;
  }

.logo {
  width: 380px; height: 45px;
/*  border-bottom: 1px solid #000;*/
  padding: 8px 20px 0 10px;
  float: left;
  }

.topnav {
  width: 380px;
  height: 45px;
/*  border-bottom: 1px solid #000;*/
  padding: 27px 20px 0px 20px;
  float: right;
}
  
.box {
  width: 790px;
  min-height:400px;
  height:auto !important;
  height:400px;
/* border: 1px solid #000;*/
  padding: 20px 30px 20px 30px;
}

.box2 {
  background: #737CA3;
  margin: 0px auto;/* Right and left margin widths set to "auto" */
  text-align: left;/* Counteract to IE5/Win Hack */
  width: 730px;
  min-height:400px;
  height:auto !important;
  height:400px;
/* border: 1px solid #000;*/
  padding: 20px 30px 20px 30px;
}

.leftnav {
  background: #fff;
  width: 230px;
  margin-right: 40px;
  margin-bottom: 10px;
  min-height:300px;
  height:auto !important;
  height:300px;
  padding: 10px 0px;
  float: left;
}

.rightnav {
  background: #fff;
 /* border-left: 1px solid #737CA3;*/
  width: 165px;
  min-height:400px;
  margin-left: 10px;
  height:auto !important;
  height:400px;
  padding: 10px 20px;
  float: right;
}

.pris {
  background: #CFD4E6;
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  min-height:300px;
  height:auto !important;
  height:300px;
  padding: 10px 20px;
  float: left;
}

.sajter {
  background: #737CA3;
  width: 120px;
  margin-right: 10px;
  min-height:300px;
  height:auto !important;
  height:300px;
  padding: 10px 20px;
  float: left;
}

.contentright {
  width: 380px;
  min-height:400px;
  height:auto !important;
  height:400px;
/* border-left: 1px solid #000;*/
  padding: 10px 20px 10px 20px;
  float: right;
}

.contentleft {
  width: 380px;
  min-height:400px;
  height:auto !important;
  height:400px;
/*  border-right: 1px solid #000;*/
  padding: 10px 20px 10px 20px;
  float: left;
}

.scrollbox {
  padding: 10px 20px 0px 0px;
  height: 400px;
  width: 550px;
/*  border: 1px solid #000;*/
  overflow: auto;
  float: left;
}

.footer{
  clear: both;
/*  border-top: 1px solid #000;*/
  height: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 8pt;
}