/*html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll-y;
}*/
html {overflow-y: scroll;} 

body {
  margin: 0;
  text-align: center;
  background-color: #ffffff;
}

#kapitaler {
 	font-family: Impact, Arial;
	font-size: 22pt;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #383838;
}

#mycontainer {
  width: 813px; 
  text-align: left;
  margin: 10px auto;
  border: 0px solid #bbb;
}

#myheader {
  height: 39px;
  background-image: url(top.png);
}

#myfooter {
  height: 54px;
  background-image: url(bottom.png);
}

#mycontent {
	width: 721px;
	text-align: left;
	border: 0px;
	background-color: white;
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 6px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
}

#mypage {
	font-size: 10px; /* 62.5%;Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	width: 691px;
	text-align: left;
	border: 0px;
	background-color: white;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 5px;
	margin-bottom: 0px;
}

#left1 {
  width: 33px;
  height: 136px;
  background-image: url(leftstatic.png);
}

.left2 {
  width: 33px;
  background-image: url(leftrepeat.png);
  background-repeat: repeat-y;
}

#left3 {
  width: 33px;
  height: 283px;
  background-image: url(leftstatic2.png);
}

#right1 {
  width: 45px;
  height: 178px;
  background-image: url(rightstatic1b.png);
}

.right2 {
  width: 45px;
  background-image: url(rightrepeat.png);
  background-repeat: repeat-y;
}

#right3 {
  width: 45px;
  height: 116px;
  background-image: url(rightstatic2.png);
}
 
/* Sideramme slut */

/* Menulir */

#linktable {
}

#linktable img {
	height: 50px;
	width: 45px;
}

#linktable a img {
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 0px solid;
	border-bottom: 6px solid black;
}

#linktable a:hover img{
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 0px solid;
	border-bottom: 6px solid yellow;
}

#linktable a {
  text-decoration: none;
  border: none;
}

#test {
}

#test img {
	height: 50px;
	width: 45px;
}

#test a img {
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 0px solid;
	border-bottom: 6px solid black;
}

#test a:hover img{
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 0px solid;
	border-bottom: 6px solid green;
}

#test a {
  text-decoration: none;
  border: none;
}

.menutop {
  border-bottom: 6px solid black;
}
