body {
  margin: 0px;
  padding: 0px;
  background-image: url(layout/bg.jpg);
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

a.alert:link, a.alert:visited, a.alert:active {
  text-decoration: underline;
  color: red;
}

a.alert:hover {
  text-decoration: none;
  color: red;
}

div.index_top {
  border: 1px solid white;
  width: 766px;
  height: 151px;
  position: absolute;
  left: 80px;
  top: 0px;
  background-image: url(layout/index_top.jpg);
}

div.meny {
  background-color: #FFFFFF;
  border: 1px solid white;
  width: 766px;
  height: 25px;
  position: absolute;
  left: 80px;
  top: 153px;
}

div.index_center {
  background-color: rgb(29,42,32);
  border: 3px solid white;
  width: 762px;
  height: 462px;
  position: absolute;
  left: 80px;
  top: 180px;
  overflow: auto;
}

div.index_center_left {
  border: 0px;
  width: 370px;
  position: absolute;
  left: 0px;
  top: 0px;
	overflow: visible;
}

div.index_center_right {
  border: 0px;
  width: 374px;
  position: absolute;
  left: 371px;
  top: 0px;
	overflow: hidden;
}
img.index_center_bakgrund {
  position: absolute;
  right: 0px;
  bottom: 0px;
	z-index: 0;
}

img.index_center_valkommen {
  position: absolute;
  left: 10px;
  top: 50px;
  z-index: 1;
}

p.index_center_text {
  color: white;
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 240px;
  z-index: 2;
  
}

p.center_text {
  color: white;
  font-size: 12px;
	margin: 4px;
}

table.stamtavla {
  font-size: 13px;
}

p.meny_text {
  color: black;
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 0px;
  margin-right: 8px;
}

p.copy {
  color: white;
  font-size: 10px;
  position: absolute;
  left: 345px;
  top: 650px;
}

p.count {
  color: white;
  font-size: 10px;
  position: absolute;
  left: 2px;
  bottom: 0px;
}

form.login {
  margin: 0px;
  padding: 0px;
  position: absolute;
	left: 850px;
	top: 10px;
}

.bakgrund_form {
	background-image: url(layout/bg.jpg);
	border: 1px dotted;
	color: white;
  font-size: 10px;
}

form.nyheter {
  margin: 3px;
  padding: 3px;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
  font-size: 13px;
	margin: 4px;
}

p.datum_tid {
  font-size: 10px;
  font-style: bold;
  color: white;
  position: absolute;
  top: 7px;
	left: 750px;
	margin: 0px;
}

p.alert {
  font-size: 20px;
  color: red;
  margin: 0px;
}

hr {
  position: absolute;
  left: 0px;
  padding: 0px;
  margin: 0px;
  border: 1px solid white;
  width: 370px;
  margin: 0px;
}

table {
  border: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: white;
  font-size: 10px;
  /*border-collapse: collapse;*/
}

img.thumb {
  border: 1px solid white;
  width: 175px;
  height: 120px;
}

img.swe_flag {
  border: 0px;
	position: absolute;
	right: 3px;
	bottom: 0px;
}

img.eng_flag {
  border: 0px;
	position: absolute;
	right: 40px;
	bottom: 0px;
}
