html {
  overflow-y: auto;
  overflow-x: hidden;
  }

body {
  background: #0B8D3F;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 8pt;
  letter-spacing: 0pt;
  line-height: 12pt;
  color: #5AE86E;
  margin-right: 15px;
  }

a:link {
  color: #EF9AB8;
  font-weight: normal;
  text-decoration: underline;
  }
a:visited {
  color: #5AE86E;
  font-weight: normal;
  text-decoration: underline;
  }
a:active {
  color: #F6C5D6;
  font-weight: normal;
  text-decoration: underline;
  }
a:hover {
  color: #F6C5D6;
  font-weight: normal;
  text-decoration: underline;
  }

h1 { 	/* heading: title */
  font-family: garamond, trebuchet ms,times new roman,serif;
  font-weight: normal; 
  font-size: 36pt;
  line-height: 36pt;
  letter-spacing: 1pt;
  text-transform: lowercase;
  color: #80EE26;
  direction: rtl;
  margin: 0;
  }
h2 {	/* heading: paragraph */
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: bold; 
  font-size: 10pt;
  line-height: 10pt;
  letter-spacing: 1pt;
  color: #80EE26;
  margin: 0;
  }
h3 {	/* sub-header: paragraph */
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 7pt;
  color: #80EE26;
  letter-spacing: 1pt;
  font-weight: normal; 
  text-transform: uppercase;
  }
h4 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 7pt;
  color: #3AC44E;
  letter-spacing: 1pt;
  font-weight: normal; 
  text-transform: uppercase;
  }

p {
  color: #5AE86E;
  }

em {
  font-style: normal;
  letter-spacing: 1px;
  color: #80EE26;
  }
strong {
  font-weight: normal;
  letter-spacing: 1px;
  color: #80EE26;
  text-transform: uppercase;
  }
big {
  font-family: serif;
  font-weight: normal; 
  font-size: 26pt;
  line-height: 26pt;
  color: #80EE26;
  }
small {
  font-size: 7pt;
  }
blockquote {
  font-style: italic;
  color: #5CE147;
  }
pre {
  color: #5CE147;
  }
div.hr {
  height: 15px;
  }
div.hr hr {
  display: none;
  }
div.hr-small {
  height: 15px;
  background: url(hr-small.gif) no-repeat scroll center;
  }
div.hr-small hr {
  display: none;
  }

table,tr,td {
  border-style: none;
  }

div.tab {
  margin-left: 20px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  }
div.right {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 20px;
  }
img {
  border: none;
  }

.border {
  padding: 5px;
  margin: 10px;
  border: 1px dotted #80EE26;
  }
.no_border {
  border-style: none;
  }

ul.x {
  list-style-image: url("x.gif");
  }
ul.plus {
  list-style-image: url("plus.gif");
  }
ul.minus {
  list-style-image: url("minus.gif");
  }
ul.pil {
  list-style-image: url("pil.gif");
  }
ul.hjerta {
  list-style-image: url("heart.gif");
  }
li {
  color: #5CE147;
  }

dl dt {
  font-family: verdana,arial, helvetica, sans-serif;
  color: #80EE26;
  letter-spacing: 3px;
  font-weight: normal; 
  text-transform: uppercase;
  margin-left: 10px;
  }
dl a:hover {
  background-color: transparent;
  }
dl dd {
  font-family: verdana,arial, helvetica, sans-serif;
  font-size: 8pt;
  color: #5AE86E;
  margin-bottom: 10px;
  }

.photo {
  margin-bottom: 3px;
  border: none;
  }

.clear {
  clear: both;
  }

.tmb a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 0;
  border-style: none;
  background-color: #5AE86E;
  }
.tmb li {
  float: left;
  list-style: none;
  margin-bottom: 5px;
  margin-left: -10px;
  margin-right: 15px;
  }
.tmb ul {
  padding: 0;
  margin: 0;
  }
.tmb a:visited {
  background-color: #5AE86E;
  }
.tmb a:hover {
  background-color: #80EE26;
  }

.art {
  border: 10px solid #fff;
  }

.date {
  text-align: right;
  font-style: italic;
  color: #3AC44E;
  font-size: 7pt;
  }

.dbok_date {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 7pt;
  color: #3AC44E;
  letter-spacing: 1pt;
  font-weight: normal; 
  text-transform: uppercase;
  }

#rewind a { 
  display: block; 
  width: 46px;
  height: 5px;
  overflow: hidden;
  background: url("rewind.gif") 0 0 no-repeat;
  padding: 0;
  margin: 0;
  border: 0;
  border-style: none;
  }

#rewind a:hover { 
  background-position: 0 -5px;
  }

/* ========== PLAY NAVIGATION MENU ========== */

div#play {
  height: 5px;
  width: 320px;
  margin: 0;
  padding: 0;
  border-style: none;
  }
div#play ul#play-menu {
  position: relative;
  width: 320px;
  height: 5px;
  top: 0;
  background: transparent url("play.gif") 0 0 no-repeat;
  margin: 0;
  padding: 0px;
  z-index: 200;
  }
div#play ul#play-menu li {
  position: absolute;
  top: 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  }
ul#play-menu li, ul#play-menu a {
  height: 5px;
  display: block;
  }
div#play ul#play-menu li a {
  text-indent: -9999px;
  text-decoration: none;
  }

/* play links */
li#play-first {left: 0px; width: 40px;}
li#play-rew {left: 60px; width: 28px;}
li#play-list {left: 123px; width: 77px;}
li#play-fwd {left: 236px; width: 28px;}
li#play-last {left: 284px; width: 36px;}

/* play links (hover & selected) */
li#play-first a:hover {background: transparent url(play.gif) 0px -5px no-repeat;}
li#play-rew a:hover {background: transparent url(play.gif) -60px -5px no-repeat;}
li#play-list a:hover {background: transparent url(play.gif) -123px -5px no-repeat;}
li#play-fwd a:hover {background: transparent url(play.gif) -236px -5px no-repeat;}
li#play-last a:hover {background: transparent url(play.gif) -284px -5px no-repeat;}

/* ========== END PLAY NAVIGATION MENU ========== */