* {
 padding:0;
 margin:0;
}
h1, h2, h3, h4 {
	color: #202020;
	font-family: Arial;
	font-weight: bold;
	line-height: 130%;
	margin: 0pt 0pt 5px;
}
h1 {
	font-size: 26px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
p {
	margin: 0pt 0pt 10px;
}
a img {
  border:0;
}
.running_text {
  font-family:verdana;
  line-height:130%;
}

body {
  text-align:center;
	background-color: #fff;
	font-family: Verdana;
	font-size: 11px;
}

#container {
  text-align:left;
  margin: 0 auto;
  width:620px;
  margin-top:0px;   
  border-left:1px solid #777;
  border-bottom:1px solid #777;
  margin-bottom:5px;
}
#container_shadow {
  position:absolute;
  z-index:-1;
  top:0;
  width:620px;
  height:0px;
  opacity: 0.7; filter: alpha(opacity=70);
  background:black;
}

#page {
  padding:4px 10px 10px 10px;
  background:#fff;
  width:600px;
  /*float: left;*/
}

#ekoskanemenu {
  padding:4px 0 4px 0;
  background:#335C1A;  
}

#ekoskanemenu a {
  color:black;
  padding: 4px 15px 4px 15px;
  font-size: 13px;
  color:white;
}
#ekoskanemenu a.selected {
  text-decoration:none;
  background: #96BE0E;
  padding: 4px 14px 4px 14px;
  border-right:1px solid white; border-left:1px solid white;
}

#ekoskanemenu a:hover {
  text-decoration:none;
  background: #96BE0E;
  padding: 6px 14px 6px 14px;
  border-right:1px solid white; border-left:1px solid white;
}
  
#header {
  background:#fff;
  height: 190px;
  margin-bottom: 5px;
  background: url('/bilder/banner2.JPG') no-repeat;
}
#footer {
  border-top: 5px solid #335C1A;
  clear:both;
}
#kolumner {
  padding:17px 0 0 0;
  margin-bottom:10px;
}
.column {
  float:left;
  border-right: 1px solid #cccccc;
  padding-right:10px;
  margin-right:10px;
}
.final_column {
  float:left;
}
.column_final_section, .column_section {
  margin-bottom:5px;
  padding-bottom:5px;
} 
.column_section {
  border-bottom:1px solid #ccc;
}

a:link {
	color: #B21611;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}
a:visited {
	color: #B21611;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #B21611;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #B21611;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.text_link {
  margin-top:5px;
}
