body
{
  background:        #000000; 
  text-align:        center;    /* Af hensyn til at IE skal vise centraltekstfelt korrekt */
}
.centraltekstfelt
{
  width:             350px;
  margin:            5px auto 5px auto;   
  padding:           10px;
  border:            0px;
  background:        #778D53;
  text-align:        left;
}
p, td, th, li, ol, ul, blockquote, textarea, input, a, div, select
{
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-size:        12px; 
  line-height:      1.4;
}

h1
{
  font-family:      Georgia, Arial, sans-serif;
  font-style:       italic;
  font-size:        2.5em;
  text-align:       center;
  color:            white;
  width:            340px;
  padding:          10px 0px 0px 0px;
  margin:           5px;
}
h2
{
  font-family:      Georgia, Arial, Helvetica, sans-serif;
  color:            black;
  margin:           30px 0px 0px 0px;
}
h3
{
  font-family:      Georgia, Arial, sans-serif;
  font-style:       italic;
  font-size:        1.5em;
  text-align:       center;
  width:            340px;
  color:            white;
  padding-bottom:   10px;   
  margin:           5px;
}

.firstcol
{
  width:            185px;
}
.topfigur
{
  float:            left;
}

.billede
{
  border-style:     groove;
  border-width:     2px;
  border-color:     black;
  border-radius:    10px; 
  width:            345px;
}
.caption
{
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-style:       italic;
  font-size:        0.9em;
  text-align:       center;
  padding-bottom:   5px;
  width:            345px;
}
.figur
{
  margin-top:       5px;
  margin-left:      0px;
  margin-right:     0px;
  text-align:       center;
  vertical-align:   top;
  float:            left;
}

.indicator
{
  display:          block;
  padding:          3px;
  border-style:     groove;
  border-width:     2px;
  border-color:     black;
  border-radius:    10px;
  text-align:       center;
  font-size:        1em;
  font-style:       italic;
  width:            120px;
}
.level1
{
  background-color: #00FF00;
}
.level2
{
  background-color: #C0FF00;
}
.level3
{
  background-color: #FFFF00;
}
.level4
{
  background-color: #FFC000;
}
.level5
{
  background-color: #FF0000;
}
.level6
{
  background-color: #FF00FF;
}

table
{
  border-collapse:   collapse;
  border:            0px solid black;
}
th, td
{
  text-align:        left;
  vertical-align:    center;
  padding:           3px;
  font-size:         1em;
}

.uge
{
  display:           block;
  width:             33px;
  height:            15px;
  border-top:        solid 2px #000000;
  border-bottom:     solid 2px #000000;
  border-left:       solid 1px #000000;
  background-color:  white;
}
.startuge
{
  display:           block;
  width:             33px;
  height:            15px;
  border-top:        solid 2px #000000;
  border-bottom:     solid 2px #000000;
  border-left:       solid 2px #000000;
  background-color:  white;
}
.month
{
  display:           block;
  width:             135px;
  border-left:       solid 2px #000000;
  color:             white;
  text-align:        center;
}
.slut
{
  border-right:      solid 2px #000000;
}
.imagomax
{
  background-color:  #00FF00;
}
.imago
{
  background-color:  #00C000;
}
.dvale
{
  background-color:  #008000;
}

.menutable
{
  width:             100%;
}
.title
{
  font-size:         1.5em;
  text-align:        left;
}
.link
{
  text-align:        right;
}
.footer
{
  background-color:  #778D53;
  color:             black;
  width:             340px;
  border-style:      groove;
  border-width:      1px;
  border-radius:     5px; 
  border:            1px solid;
  margin:            0px;
  padding:           5px;
  text-align:        center;
  font-size:         0.8em;
}
.nowraptext
{
  white-space:       nowrap;
}

