BODY {
  font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
  color: #003;
  margin: 10px;
  background-color: #000033;
}

body.editor_background {
  background-color: white;
}

img {
  border: 0;
}

table {
  background-color: white;
}

#tabell_inner {
  color: #000033;
  height: 499px;
  background-color: white;
  width: 100%;
  height: 100%;
}

#tabell_inner .header table {
  width: 100%;
}

#tabell_inner .header table tr td {
  padding: 3px;
  vertical-align: middle;
  height: 152px;
}

#tabell_ytterst {
  border: thick double #990000;
  width: 930px;
  height: 100%;
}

p, div, span, td, a:active, a:visited, a:link {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

a:active, a:visited, a:link {
  font-weight: bold;
}

h1 {
  font-size: 18px;
  text-transform: uppercase;
  color: red;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

a:hover {
  color: rgb(163,45,50);
  font-weight: bold;
  text-decoration: none;
}

#page_content {
  height: 100%;
}

#page_content div.content {
  padding: 19px 10px 6px 15px;
  width: 930px;
}

.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

input.verysmalltext, select.verysmalltext, input.smallamount { width: 50px; }
input.smalltext, select.smalltext, input.amount { width: 100px; }
input.text, select, textarea { width: 200px; }
input.widetext, select.widetext, textarea.widetext { width: 300px; }
.verywidetext { width: 400px; }
.superwidetext { width: 500px; }
input.smallnumber { width: 33px; text-align: center; }

input.smallamount, input.amount { text-align: right; }

textarea.widetext, textarea.verywidetext, textarea.superwidetext {
  height: 75px;
}

textarea.longwidetext {
  width: 300px;
  height:150px;
}

div.editor form textarea {
  height: 400px;
  width: 900px;
}

td.hmenu1 {
  border: 1px solid #1A54A6;
  border-left: none;
  border-right: none;
  background-color: #1A54A6;
}

table.footer {
  border-top: 1px solid #1A54A6;
  margin-top: 4px;
}

table.footer td {
  text-align: center;
  font-size: 9px;
  letter-spacing: 1.5px;
}

.footer .copy, .footer .copy a {
  font-size: 8px;
  color: #333;
}

.bubbleInfo {
  position: relative;
}

.popup {
  position: absolute;
  border: 2px solid silver;
  padding: 10px;
  background-color: white;
  z-index: 0;
}

.popup img {
  z-index: 0;
}

#photogallery {
  position: absolute;
  z-index: 100;
}
