* {
  font-family: Verdana;
  font-size: 11px;
}

html { height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
/*  background: #D8E8E1 url('../grafx/psbg1.gif'); */
/*  background: #AFCF7A url('../grafx/bg_fade.yellow.gif') top center repeat-y; */
  background: #E1FBD6 url('../grafx/bg_fade.gif') top center repeat-y;
}

table#container {
  margin: 0 auto;
  padding: 0;
  width: 800px;
  min-height: 100%;
  text-align: center;
  background-color: #CCFFCC; /* DCFFEC */
  border: 1px solid #33CCAA;
  border-width: 0;
  color: #666666;
}
* html table#container { height: 100%; border-width: 0 0 0 1px; }
table#container td { vertical-align: top; padding-bottom: 0; }
table#container tr#path-line td { display: none; }
table#container tr#bottom-line td {
  vertical-align: bottom;
  padding: 0 9px 9px 9px;
  letter-spacing: 1px;
}

table#mains { margin: 0; padding: 0; }
div.box {
  width: 150px;
  float: left;
  margin: 9px 0 0 8px;
  padding: 3px;
  background-color: #FFFFFF;
  border: 1px solid #33CCAA;
  text-align: left;
  color: #000000;
}
* html div.box { margin: 8px 0 0 4px; }

table#container div.empty {
  border: 1px solid #CCFFCC;
  background: transparent;
}

div#icons { padding: 0 6px 6px 0; }

div#icons a {
  display: block;
  float: left;
  margin: 6px 0 0 6px;
}
* html div#icons a { margin: 6px 3px 0 3px; }

div#ads {
  text-align: center;
  padding: 9px 3px;
}

div#content {
  width: 590px;
  margin: 9px 8px 0 9px;
  padding: 12px;
  overflow: auto;
}
* html div#content { margin: 8px 4px 0 3px; }

div#content img.left, div#content img.right {
  border: 3px double blue;
  margin: 0 12px 3px 0;
  padding: 0;
  float: left;
}
div#content img.right { float: right; }

div#menuline {
  border: 1px solid #33CCAA; 		/* FARVE TIL ALLE KANTER */
  background: #B8EECD;			/* FARVE TIL MENU OG BUND LINJERNE */
  border-width: 1px 0;
  width: 100%;
  height: 20px;
  padding: 0px;
}
#menuline a, #menuline a:link, #menuline a:visited, #menuline a:active {
  height: 16px;
  padding: 3px 9px 1px 9px;
  border: 1px solid #B8EECD;
  border-width: 0px 1px;
  color: #000000;
  float: left;
}
#menuline a:hover {
  background: url(../grafx/btn_grad.jpg) repeat-x top left; /* fixed makes it weird */
  background-color: #CCEEDD;		/* MENULINJENS HOVER FARVE */
  border-color: #66CC99;
  color: #7F7F7F;
}
#menuline a.new {
  background-color: #CCFFAA;
  border-color: #C3DBD5;
}
#menuline a.new:hover {
  background-color: #CCFFAA;
}
#menuline a.right {
  float: right !important;
}