body
{
  background:        #D6C8AD; /* lysebrun */
  text-align:        center;  /* Af hensyn til at IE skal vise centraltekstfelt korrekt */
}
.centraltekstfelt
{
  width:             348px;
  margin:            5px auto 5px auto;   
  padding:           0px;
  border:            0px;
  text-align:        left;
}
p, td, th, li, ol, ul, blockquote, textarea, input, a, div
{
  font-family:      Verdana, Georgia, serif;
  font-size:        12px; 
  line-height:      1.35;
}

.title
{
  font-family:      Georgia, Arial, sans-serif;
  font-style:       italic;
  font-size:        1.2em;
  font-weight:      bold;
  text-align:       center;
  color:            black;
  background-image: url(./img/pletvingebanner-small.jpg);
  width:            348px;
  padding:          18px 0px 23px 0px;
  margin:           0px;
  border:           1px solid black;
}
h1, h2
{
  font-family:      Georgia, serif;
  color:            black;
}
h1
{
  font-size:        1.6em; 
}
h2
{
  font-size:        1.15em;
}    

.navmenu
{
  list-style-type:   none;
  margin:            0;
  padding:           0;
  overflow:          hidden;
  background-color:  #D6C8AD;
}
a.menupunkt, a.aktivmenupunkt
{
  display:           block;
  width:             75px;
  border:            solid 1px #D6C8AD;
  padding:           8px 5px;
  text-decoration:   none;
  text-align:        center;
  font-size:         1em;
  color:             black;
  background-color:  #EEEEDD;
}
a.aktivmenupunkt
{
  color:             black;
  background:        white;
  font-weight:       bold;
}

a.turmenupunkt, a.aktivturmenupunkt
{
  display:           block;
  width:             35px;
  border:            solid 1px #D6C8AD;
  padding:           8px 3px;
  text-decoration:   none;
  text-align:        center;
  font-size:         1em;
  color:             black;
  background-color:  #EEEEDD;
}
a.aktivturmenupunkt
{
  color:             black;
  background:        white;
  font-weight:       bold;
}
li.figur
{
  padding-bottom:    5px; 
}
li.vertical
{
  float:             left;
}
a.menupunkt:hover
{
  background-color:  black;
  color:             white;
  font-style:        italic;
}

.vspalte, .hspalte
{
  float:             none;
  width:             348px;
  margin:            0px;
  padding:           0px;
  border-left-style: none;
  text-align:        left;
}

.clearfix::after 
{
  content:           "";
  clear:             both;
  display:           table;
}

.artikel, .aktuelartikel
{
  background:        #EEEEDD;
  margin:            10px 2px;
  padding:           10px;
  border-radius:     15px;
}
.aktuelartikel
{
  background:        white;
}
.lilleartsbillede
{
  border-width:      1px;
  border-color:      black;
  width:             172px;
}

.artsbillede
{
  border-style:     groove;
  border-width:     1px;
  border-color:     black;
  border-radius:    8px; 
  width:            348px;
}
.caption
{
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-style:       italic;
  font-size:        1.3em;
  text-align:       left;
  margin-top:       5px;
  vertical-align:   top;
}
.artsfigur
{
  margin-top:       3px;
  margin-bottom:    10px;
  text-align:       left;
  vertical-align:   top;
  float:            left;
}

.turbilled
{
  float:             right;
  padding-left:      5px;
  padding-bottom:    5px;
}
.logobilled
{
  float:             left;
  padding-right:     50px;
  padding-bottom:    5px;
}
.flyvetid
{
  border-width:      1px;
  border-color:      black;
  width:             348px;
}
.imageresize
{
  width:             300px;
  object-fit:        contain;
}
.center
{
  text-align:        center;
}

.footer
{
  background-color:  #EEEEDD;
  color:             black;
  width:             328px;
  margin:            0px;
  padding:           10px;
  font-size:         0.8em;
  text-align:        center;
}
.nowraptext
{
  white-space:       nowrap;
}