* {
  margin: 0;
  padding: 0;
  border: 0;
}
html;body {
 width: 100%
 height: 100%
}
a {
 font-family: sans-serif;
 font-size: 10pt;
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
}
a:link {
 font-family: sans-serif;
 font-size: 10pt;
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
}

a:visited {
 font-family: sans-serif;
 font-size: 10pt;
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
}
a:active {
 font-family: sans-serif;
 font-size: 10pt;
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
}
#bilder {
postion: relative;
height 450px;
width: 95%;
overflow: auto;
}

#picsarea {
/*	cursor:-moz-grab;  */
    cursor:url(img/grab1.cur), -moz-grab;
	white-space:nowrap;
}

#picsarea img {
/*	border-right: 1px solid #000000;*/
}