body 
{
  font: 95% 'PT Serif', serif, Times;
  background-color: #7b6041;     
  color: #b5aea9;
  }

a
{
  color: #7C5727;
}

#showmenubutton
{
  top: 20px;
}
/*
#title
{
  position: relative;
}

#title img
{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 247px;
  height: auto;
  padding: 5px 10px 5px 10px;
  z-index: 6;
}
*/

#title
{
  height: 125px;
}

#maintitlelogo
{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width:247px;
  z-index: 6;
  padding: 10px;
 }

#alternativetitlelogo
{
  padding: 5px 10px 5px 10px;
  width:200px;
}

#menuzonemarkingbottom
{
  background-color: #AEA48D;
}

.contentmenulevel1
{
  color: #211D1A;
  font-size: 20px;
}

.contentmenulevel1 .selected
{
  color: #7C5727;
}

.contentmenulevel1 A
{
  color: #211D1A
}

.contentmenulevel1 A:hover
{
  color: #7C5727;
}

.contentmenulevel1 li
{
  border-bottom: 1px solid #C3C2C1;
}

.contentmenulevel2 li
{
  border-bottom: none;
}

#breadcrums
{
  color: #211D1A;
}

#breadcrums A
{
  color: #211D1A;
}

#breadcrums li::before, h3 a::before, .linkopsomming li::before
{
  color: #cba57a; 
}

#content
{
  color: #211D1A;
}

h2 A:hover, h3 A:hover, ul.linkopsomming A:hover
{
  color: #7C5727;
}

.loginform
{
  border: 1px solid #C3C2C1;
}

#footer1zone
{
  background-color: #54483A;
}

#footerlogo 
{
  margin-top:42px;
}

#footerlogo img
{
  width: 150px;
}

#footermenu
{
  margin-top: 40px;
}


.footermenulevel1
{
  font-size: 14px;
  letter-spacing: 1px;

}

.footermenulevel1 .selected
{
  color: #d1ccc1;
}

.footermenulevel1 A:hover
{
  color: #d1ccc1;
}

.footermenulevel2
{
  padding: 15px 0px 0px 0px;
  margin: 0px;
  font-size: 12px;
}


#footer2zone
{
 color: white;
 background-color: #7b6041;
}


