#usida_content {
  width: 710px;
  margin-left: 240px;
  margin-top: 7px;
}

#content {
  position: relative;
  top: 0;
  left: 0;
  background: #f00;
}

ul,li {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}
p,td,h1,h2,tr,li {
  margin: 0;
  padding: 0;
}
ol {
  margin-top: 0;
}

body,textarea,input {
  font: 13px arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f0f0f0;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 14px;
}
.img_right {
  float: right;
  padding-bottom: 1em;
  margin-left: 2ex;
}
.img_left {
  float: left;
  margin-right: 1ex;
}

#container {
  width: 959px;
  margin-left: auto;
  margin-right: auto;
}
#footer {
  margin-top: 1em;
  border-top: 2px solid #474747;
  text-align: center;
  font: 12px arial;
  color: #474747;
  clear: both;
}

div, img, a, td, tr {
  padding: 0;
  margin: 0;
}
td {
  vertical-align: top;
}

.meny {
  background: url("../gfx/meny_bg.png");
  margin: 2px 0 2px 0;
  padding: 0;
  height: 40px;
}
.meny ul{
  margin-left: 138px;
}
.meny ul li{
  font: 14px arial;
  display: inline;
}
.meny ul li a, .meny ul li a:visited, .meny ul li a:hover {
  color: #aaa;
}
.meny ul li a{
  float: left; text-decoration: none;
  padding: 12px 1.5ex 12px 1.5ex;
}
.meny ul li a:hover {
  background-color: #474747;
}
a.active, .meny ul li a.active:hover {
  background-color: #585858;
  border: 1px solid #777; border-width: 0 1px;
}
.lnk {
  font-size: 110%;
  color: #227;
  line-height: 130%;
  font-weight: bold;
}

.kolliform {
	width:100%;
	margin-left:300px;
	-background-color:green;
}