/*

  Weyla (R)

  (c) 2007

  CSS Layout Basis

  Diese Datei enthält alle CSS-Definitionen,
  die für alle Seiten gelten sollen.

*/

/******************************************************************
  Layout: Elemente
******************************************************************/

body {
  font-family: Kelt, 'Celtic Bold', Celtic, cursive;
  font-weight: bold;
  color: #004000;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:link { color: #326E28; }
a:visited { color: #006000; }

#menu a:link { color: #005000; }
#menu a:visited { color: #004000; }

#menu2 a:link { color: #D8A850; }
#menu2 a:visited { color: #E6B45A; }

a:hover, a:focus { color: #C8A050; }
#menu a:hover, #menu a:focus { color: #006800; }
#menu2 a:hover, #menu2 a:focus { color: #F0CC60; }

a.extern:link, .extern a:link { color: #624E28; }
a.extern:visited, .extern a:visited { color: #503800; }
a.extern:hover, .extern a:hover { color: #C8A050; }
a.extern:focus, .extern a:focus { color: #C8A050; }

a:active, #menu a:active, #menu2 a:active,
a.extern:active, .extern a:active { 
}

h1 { text-align: center; font-size: 1.17em; margin: 1.33em 0em; }
h2 { font-size: 1.10em; margin: 1em 0em }
h3 { font-size: 1.08em; margin: 0.83em 1em }
h4 { font-size: 1.05em; margin: 0.6em 1.5em }
h5 { font-size: 1.02em; margin: 0.4em 2em }
h6 { font-size: 1em; margin: 0.3em 3em }

p, li { text-align: justify; }
#pergament p, p.center { text-align: center; }
table.center { margin-left: auto; margin-right: auto; }

img { 
  margin: 3px 10px;
  border: #64643C solid 1px;
}
img.noframe {
  margin: 0px;
  border: 0px;
}
img.left {
  float: left;
  margin: 3px 10px 3px 0px;
}
img.right {
  float: right;
  margin: 3px 0px 3px 10px;
}

/******************************************************************
  Layout: Seiten
******************************************************************/

body {
  background-image: url(/layout/Hintergrund2-neu-ie.jpg);
  background-position: 0px -42px;
  background-repeat: no-repeat;
  background-color: #949977;
  margin: 5px;
  border: 0px;
  padding: 0px;
}
#logo {
  display: none;
}
#logo img {
  display: none;
  margin: 0px 0px 0px 25px !important;
  border: 0px !important;
}
#menu {
  position: absolute;
  top: 109px;
  left: 0px;
  width: 110px;
  bottom: 80px;
  padding: 0px 5px;
}
X#menu > ul > li {
  text-align: center;
}
#menu2 {
  position: absolute;
  top: 71px;
  right: 0px;
  height: 20px;
}
#menu, #menu2 {
  font-size: 120%;
}
#separator {
  display: none;
}
#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 110px;
  padding: 2px 3px;
  font-family: 'Times New Roman', 'Times', 'Arial', serif;
  font-weight: normal;
  font-size: 9px;
  color: #002000;
  text-align: left;
}
#content {
  z-index: 1;
  position: absolute;
  overflow: auto;
  top: 112px;
  left: 135px;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  font-family: 'Times New Roman', 'Times', serif;
  font-weight: normal;
}
#sidebar {
  width: 15%;
  height: 100%;
  float: right;
  padding-left: 5px;
  border-left: #948C54 groove 2px;
  margin-left: 5px;
  font-size: 90%;
}
#sidebar-entry {
  border-bottom: #948C54 groove 2px;
  padding: 2ex 0ex;
  text-align: center;
}
#sidebar-entry h2, #sidebar-entry p {
  margin: 0px;
  text-align: center;
}


/******************************************************************
  Layout: Seiten: Menustile

   menu = links vertikal
   menu2 = rechts oben horizontal
******************************************************************/

.menu-active {
    font-style: italic;
}
#menu-list, #menu2-list {
  border: 0px;
  padding: 0px;
  margin: 0px;
  color: #606060;
}
#menu-list ul, #menu2-list ul {
  font-size: 84%;
}
#menu-list li
{
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 0px;
}
#menu-list li li {
  padding-top: 0px;
  padding-bottom: 0px;
}
#menu2-list li
{
  list-style-type: none;
  display: inline;
  padding-right: 20px;
}

/*****************************************************************/

#news h2 {
    font-size: 1em;
    margin: 1em 0;
    text-align: right;
}
#news hr {
    height: 1px;
}

#linklist ul {
  list-style-type: none;
  margin-left: 0em;
  padding-left: 0em;
  text-indent: 0em;
  }

/*****************************************************************/

.changed {
  background-color: yellow;
}

.passierschein {
  background-image: url(/liederbuch/pergament-mittel.png);
  width: 753px;
  padding: 25px 20px 10px 50px;
}
.passierschein th {
  font-family: kelt;
  font-weight: bold;
  font-size: 170%;
}
.passierschein .passbild {
  margin: auto 0px;
  text-align: center;
}
.passierschein .passbild img {
  border: 2px outset brown;
}