body,
html
{
  background-image: url('/images/wallpaper.gif');
  background-color: #50341f;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  height: 100%;
}

#container a:link,
#container a:visited
{
  text-decoration: none;
}

#container a:hover,
#container a:visited:hover
{
  text-decoration: underline;
}

#branding,
#navigation
{
  width: 234px;
}

#branding a img
{
  border: none;
}

#branding div.grouplogo
{
  text-align: center;
  padding-top: 20px;
}

#content
{
  background-color: #ede9c1;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 234px;
  right: 46px;
  overflow: auto;
  overflow-x: hidden;
}

#content-text
{
  background-image: url('/images/grid-lines.gif');
  background-repeat: repeat-x;
  background-position: top left;
  position: relative;
  padding: 0 25px 0 75px;
  min-height: 100%;
  overflow: hidden;
  z-index: 5;
}

* html #content-text
{
  height: 100%;
}

#content-text div.content-wrapper
{
  max-width: 40em;
  padding-bottom: 5em;
}

#siteinfo
{
  background-image: url('/images/grid-lines.gif');
  background-repeat: repeat-x;
  background-position: bottom left;
  height: 34px;
  margin-top: -34px;
  line-height: 34px;
  padding: 0 25px 0 75px;
  z-index: 100;
  position: absolute;
  width: 40%;
}

body.frontpage #content-text,
body.frontpage #content-text div.slogan
{
  background: none;
}

#navigation ul
{
  padding: 0;
  margin: 0;
  list-style: none;
/*
  list-style-image: url('navi-circle.gif');
*/
  text-align: center;
}

#navigation ul li
{
  padding: 1em 0 0;
  font-weight: bold;
}

#navigation ul li.untranslated a
{
  border-style: dashed;
  border-width: 1px;
  border-color: red;
}

#navigation ul li a
{
/*
  background-image: url('navi-circle.gif');
  background-repeat: no-repeat;
  background-position: right center;
/* */
  color: #f88c43;
  padding: 0 0.5em;
}

#navigation ul ul li
{
  padding-top: 0;
}

#navigation ul ul li a
{
  font-weight: normal;
}

#content-text h1
{
  color: #c46016;
}

#content-text div.slogan
{
  background-image: url('/images/slogan.gif');
  background-repeat: no-repeat;
  background-position: top right;
  height: 75px;
}

#siteinfo a
{
  color: #000000;
}

#site_languages
{
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

#site_languages li
{
  display: inline;
  font-weight: bold;
  padding: 0 1em 0 0;
}

#siteinfo span.login
{
  display: block;
  float: right;
  font-size: 60%;
}

#vcard
{
  display: none;
}