  /* OVERALL */
html {
  background-color : #FFF;
  font-family : "Helvetica Neue Condensed", "Helvetica", "Arial";
}

body {
  margin : 2px;
  text-align : center;
}

a:visited {
  color : blue;
}

img {
  border : 2px solid black;
}

div#content {
  width : 767px;
  margin-left : auto;
  margin-right : auto;
}


/* MENU */
div#menu {
  text-align : center;
  height : 24px;
  margin-top : 2px;
  padding-top : 1px;
}

span.menuitem {
  padding : 3px 13px 3px 13px;
  margin : 0px 4px 0px 4px;
  border : 1px solid black;
  white-space : nowrap;
  font-size : 12px;
  background-color : #FAF9F7;
}

span.menuitem a {
  color : #F13A7A;
  text-decoration : none;
}

span.menuitem a:hover {
  color : black;
  text-decoration : underline;
}


/* TOP */
div#top {
  margin-bottom : 5px;
  margin-top : 4px;
}

div#top h1 {
  font-size : 48px;
  margin : 0;
}

div#top p {
  margin : 0;
}


/* MIDDLE */
div#middle {
  background-color : #FAF9F7;
  padding : 8px 30px 8px 30px;
  border : 1px solid #CCC;
  border : 1px solid black;
  text-align : left;
  font-size : 14px;
}

h2, h3 {
  text-align : center;
}
h2 {
  margin-bottom : 0.5em;
  font-size : 20px;
}
h3 {
  margin-top : 0;
  font-size : 14px;
}
h4 {
  margin-top : 2em;
}
input {
  font-size : 12px;
}
textarea {
  font-style : oblique;
  font-size : 12px;
}

.words {
  font-style : italic;
  font-weight : bold;
  padding : 10px;
}

table.vintabel {
  border-collapse : collapse;
  width : 100%;
  margin-left : auto;
  margin-right : auto;
}
table.vintabel td {
  border : 1px solid #999;
  padding : 2px 8px 2px 8px;
  white-space : nowrap;
}

table.oversigtstabel {
  width : 100%;
  margin-left : auto;
  margin-right : auto;
}
table.oversigtstabel td {
  vertical-align : top;
  border : 1px solid #999;
  padding : 2px 8px 2px 8px;
  white-space : nowrap;
}

td#img {
  border : 1px solid #999;
  padding : 0;
  width : 1%;
  height : 64px;
  white-space : normal;
  font-size : 9px;
  text-align : center;
}
td#img img {
  padding : 0;
}

td#beskrivelse {
  font-size : 12px;
  font-style : oblique;
  white-space : normal;
}
td#kurv {
  border : none;
  padding : 0;
  width : 1%;
  white-space : normal;
  font-size : 8px;
  text-align : center;
}

table.redigertabel {
  border : 1px solid #999;
}


/* BOTTOM */
div#bottom {
  font-size : 12px;
  letter-spacing : 1px;
}