/*länkborder på bilder bort i ie*/
a img {
	text-decoration: none;
	border: 0 none;
	}
h1 ,h2,h3,h4,h5,h6{
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
h1{
  font-size:100%;
}
h5{
  font-size:90%;
  font-weight:normal;
}
/* meny */
.meny{
  margin:0;
  padding:0;
  list-style:none;
}
.meny a{
  width:10em;
  text-decoration:none;
  display:block;
  padding:0.3em 1em;
  margin-bottom:0.8em;
  border-bottom:1px dotted #7f7f7f;
  border-left:1px none;
}
.meny a:link{
  font-weight:bold;
  color:#000000;
}
.meny a:visited{
  font-weight:bold;
  color:#000000;
}
.meny a:hover{
  font-weight:bold;
  background:#ffffff;
  color:#7f7f7f;
}
.meny a.current{
  font-weight:bold;
  color:#000000;
  /*border-left:1px solid #c0c0c0;*/
}
/*center*/
.center{
  width:850px;
  margin:0px auto;/* Right and left margin widths set to "auto" */
  text-align:left;/* Counteract to IE5/Win Hack */
  padding:35px;
}
body{
  margin:5px 0px;
  padding:0px;/* Need to set body margin and padding to get consistency between browsers. */
  text-align:center;/* Hack for IE5/Win */
  background:#827839;
  background-image: url(img/gradient.png);
  background-repeat: repeat-x;
  font:normal 75% Arial,Helvetica,sans-serif;
}
/*content*/
.wrapper{
  background:#ffffff;
  border: 1px solid #000000;
  color:#000000;
  /*min-height:350px;*/
  min-height:385px;
  height:auto !important;
}
/*links*/
a:link{
  color:#000000;
  text-decoration:none;
}
a:visited{
  color:#000000;
  text-decoration:none;
}
a:hover{
  color:#7f7f7f;
  text-decoration:none;
}
/*boxes*/
.header{
  /*border-bottom:1px solid #000000;*/
  padding:10px;
  height:90px;
}
.textbox{
  background:#ffffff;
  margin-right:30px;
  margin-bottom:10px;
  /*border:1px solid #000000;*/
  float:left;
}
.leftnav{
  background:#ffffff;
  width:180px;
  margin-right:10px;
  /*min-height:350px;*/
  min-height:385px;
  height:auto !important;
  padding:10px 20px;
  float:left;
}
.rightnav{
  background:#ffffff;
  width:180px;
  /*min-height:350px;*/
  min-height:385px;
  height:auto !important;
  padding:10px 20px;
  float:left;
}
.centercontent{
  background:#ffffff;
  /*border-left:1px solid #000000;
  border-right:1px solid #000000;*/
  width:365px;
  padding:10px 10px 10px 10px;
  float:left;
}
.rightcontent{
  background:#ffffff;
  /*border-left:1px solid #000000;*/
  width:595px;
  /*min-height:350px;
  height:auto !important;*/
  padding:10px 10px 10px 10px;
  float:left;
}
.textfooterleft{
  background:#ffffff;
  padding-left: 10px;
  /*border:1px solid #000000;*/
  float:left;
}
.textfooterright{
  background:#ffffff;
  padding-right: 10px;
  /*border:1px solid #000000;*/
  float:right;
}
.footer{
  clear:both;
  height:20px;
  padding:5px 5px 5px 15px;
}
