
HTML,BODY {
  margin: 0;
  padding: 0;
  height: 99%;
  border: none;
}

BODY {
  background-color: #4a4d4a;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

H1,H2,H3,H4,H5,H6 {
  margin: 0px;
  padding: 0px;
}

A IMG {  border: none;
}

TABLE.fullwidth {  width: 100%;
}

TABLE.center {
  width: 100%;
  height: 100%;
}

TABLE.main {
  height: 100%;
}

TABLE.top {
  width: 950px;
  height: 100px;
  margin: 0;
  padding: 0;
}

TABLE.top_right {
  height: 100px;
  width: 281px;
}

TABLE.right_top_all {
  height: 78px;
  width: 281px;
}

TABLE.menu {  height: 34px;
  width: 950px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}

TABLE.products {
  width: 100%;
  border: 1px solid #000000;
}

TD.center {
  width: 100%;
  height: 100%;
}

TD.top {
  height: 100px;
  width: 950px;
}

TD.top_bottom_line {
  height: 8px;
  width: 950px;
  background-image: url('/images/header_top_bar.jpg');
  background-repeat: no-repeat;
}

TD.header {
  height: 200px;
  width: 950px;
  font-size: 0;
  line-height: 0;
}

TD.bottom {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  height: 30px;
  width: 950px;
  background-image: url('/images/bottom.jpg');
  background-repeat: no-repeat;
}

TD.menu {
  height: 34px;
  width: 950px;
  background-image: url('/images/menu_fill.jpg');
  background-repeat: repeat-x;
}

TD.logo {
  height: 100px;
  width: 216px;
  background-image: url('/images/logo.jpg');
  background-repeat: no-repeat;
}

TD.top_fill {
  height: 100px;
  width: 453px;
  background-image: url('/images/top_middle.jpg');
  background-repeat: no-repeat;
}

TD.right_fill {
  height: 22px;
  width: 143px;
  background-image: url('/images/top_seek_bottom.jpg');
  background-repeat: no-repeat;
}

TD.right_top_all {
  height: 78px;
  width: 281px;
}

TD.fp_top {
  height: 38px;
  width: 398px;
  background-image: url('/images/fp_top.jpg');
  background-repeat: no-repeat;
  padding-right: 45px;
  text-align: center;
}

TD.fp_middle {
  width: 398px;
  background-image: url('/images/fp_middle.jpg');
  background-repeat: repeat-y;
  padding-left: 22px;
  padding-right: 90px;
  padding-top: 2px;
  text-align: left;
}

TD.fp_middle_strict {
  width: 398px;
  height: 140px;
  background-image: url('/images/fp_middle.jpg');
  background-repeat: repeat-y;
  padding-left: 22px;
  padding-right: 90px;
  padding-top: 2px;
  text-align: left;
}

TD.fp_bottom {
  height: 38px;
  width: 398px;
  background-image: url('/images/fp_bottom.jpg');
  background-repeat: no-repeat;
}

TD.drift {
  height: 22px;
  width: 138px;
  font-size: 0;
  line-height: 0;
}

TD.seek {
  height: 78px;
  width: 249px;
  background-image: url('/images/top_seek_field.jpg');
  background-repeat: no-repeat;
}

TD.seek_button {
  height: 24px;
  width: 32px;
  font-size: 0;
  line-height: 0;
}

TD.drift_fill {
  height: 54px;
  width: 32px;
  background-image: url('/images/drift_fill.jpg');
  background-repeat: no-repeat;
}

TD.top_right {
  height: 100px;
  width: 281px;
}

TD.main_content {
  padding: 10px;
  min-height: 470px;
  /* height: 490px; */
  width: 930px;
  background-color: #429AD6;
}

TR.highlight {  background-color: #86CCEE;
}

FONT.big {  font-size: 20px;
}

FORM {
  margin: 0;
  display: inline;
}

INPUT.seek {
  position: relative;
  top: -25px
}

INPUT, TEXTAREA {
  font-family: monospace, "Lucida Console", Courier, "Courier New";
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #575757;
  border-left: 1px solid #575757;
}

TEXTAREA.salgsbetingelser {  font-size: 12px;
}

SELECT {  font-family: monospace, "Lucida Console", Courier, "Courier New";
  font-size: 13px;
}

SPAN.error, P.error, UL.error {  color: #880000;
}

HR {  color: #000000;
  border: 1px solid #000000;
}

HR.left {  text-align: left;
  margin-left: 0px;
}

H1.fp_headline {  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

A {
  text-decoration: none;
  color: #000000;
}

A:hover {
  text-decoration: underline;
}

A.link {  text-decoration: none;
  color: #000000;
}

A:hover.link {
  text-decoration: underline;
}

