html { 
  margin:0;
  padding:0; 
}

body ,td {
  background:url(/bilder/gold_back.jpg);
  font-family:Sans-Serif;
  margin:0;
  padding:0; 
}

/* buecher details in ver_kat */
div.details {
  font-size:94%;
  margin-bottom:15px; 
}

img {
  border:none; 
  padding-left: 0px;
}

img#logo {
  padding-left: 4px;
}

/* on startpage */
img.bild {
  float:right;
}

strong, b {
  background-color:transparent;
  color:#222222;
}

a,  a:visited {
  background-color:transparent;
  color:#0059a5;
  font-weight:bold;
  text-decoration:none; 
} 

a:hover,  a:active {
  background:url(/bilder/silber_back.jpg);
  color:#0059a5;
  text-decoration:none; 
}

h3 { 
  font-family: "palladius", "Palatino Linotype",  "Sans-Serif";
  font-size: 134%; 
}

/* copyright .... */
#fussmenu a#narrenschiff, #fussmenu a#narrenschiff:visited, #fussmenu a#narrenschiff:hover, #fussmenu a#narrenschiff:active {
  background:none;
  color:#000000;
  text-decoration:none;
}

#fussmenu a:link, #fussmenu a:visited {
  background-color:transparent;
  color:#0059a5;
  font-weight:normal;
}

#fussmenu a:hover ,#fussmenu a:active {
  background-color:#dee3de;
  color:#0059a5;
}

a.picnohigh:link, a.picnohigh:visited, a.picnohigh:active, a.picnohigh:hover {
  background: transparent; 
  padding: 0px 0px 2px 0.8em;
  margin: 0px;
}

/* ==========  LAYOUT  ============= */

/* menu */

#menu {
  position: fixed;
  left:24px;
  top:8px;
  padding: 0px;
  margin: 0px;
}

#menu ul {
  background:url(/bilder/gold_back.jpg); 
  list-style-type:none;
  margin:0;
  padding:0; 
}

#menu ul a, #menu ul a:link,  #menu ul a:visited {
  background:url(/bilder/silber_back.jpg);
  border-bottom:1px solid #6e7376;
  border-left:1px solid #c1ac95;
  border-right:1px solid #6e7376;
  border-top:1px solid #c1ac95;

  display: block;
  overflow: hidden;

  margin:6px 0 6px 0;
  padding:1px 3px 1px 4px;
}

#menu ul a:hover, #menu ul a:active {
  border-bottom:1px solid #c1ac95;
  border-left:1px solid #6e7376;
  border-right:1px solid #c1ac95;
  border-top:1px solid #6e7376;
}

/* inhalt */

#inhalt {
  position: absolute;
  left:14em;
  top:16px;
  padding: 0px 1em 10px 0em;
  margin: 0px;
  text-align:left;
  width:auto;
}

#fussmenu {
  font-size:92%;
  margin:10px;
  padding:2em 0px 0px 0px;
  text-align:center;
}
