* {
 padding: 0;
 margin: 0;
 font-family: 'garamond', Times, serif;
}

body {
 background-color: #eeeedd;
 color:navy;
 font: garamond, helvetica, sans-serif;
}

div#links a:hover img {position: absolute;
    top: 190px; left: 55px; height: 50px; width: 50px;}

div#links a span {display: none;}

div#links a:hover span {display: block;
   position: absolute; top: 200px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;}


a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}



#wrapper {
 padding: 20px;
 max-width: 1024px;
}

#kopf {
 font-size: 200%;
 font-weight: bolder;
 text-align: center;
 margin: 20px 0;
 padding-top: 20px;
 height: 60px;
 color: navy;
 background-color: #dddddd;
 border-bottom: solid 1px grey;
}

#kopf img {
 display: inline;
 position: absolute;
 left: 10px;
 top: 10px;
 margin: 10px;
}

#hauptnav {
 font-family: Arial, sans-serif;
 background-color: #eeeedd;
 text-align: right;
 margin: 0;
 padding: 0 0 5px 0;
}

#hauptnav ul {
}

#hauptnav li {
 list-style-type: none;
 display: inline;
}

#hauptnav a {
 text-decoration: none;
}

#hauptnav a,
#hauptnav a:visited {
 border: #eeeedd solid 1px;
 padding: 3px 2px;
 color: navy;
 font-weight: bolder;
 border-bottom: none;
}

#aktiv a,
#aktiv a:visited {
 color: black;
 border-bottom: none;
 padding-bottom: 3px;
}

#hauptnav a:hover {
 background-color: #dddddd;
 border-bottom: none;
 padding-bottom: 3px;
}


#hauptnav ul {
}

#hauptnav a:link span, #hauptnav a:visited span {
    display: none;
}

#hauptnav a:hover span, #hauptnav a:focus span {
    color: #000;
    font-size: 0.8;
    font-weight: normal;
    text-align: left;
    padding: 2px 5px 2px 10px;
    border: none;
    margin: 0;
    width: 200px;
    height: 80px;
    display: block;
    position: absolute;
    top: 120px;
    left: 5px;
}

#inhaltsbereich {
}

#inhalt {
 background-color: white;
 color: navy;
 margin-left: 140px;
 min-height: 400px;
/*
 background-color: #eeeedd;
 padding: 10px;
 border-left: grey solid 1px;
*/}


#inhalt img {
 float: right;
 padding: 10px;
}

#inhalt .nofloat {
 float: none;
 padding: 10px;
}

#inhalt p {
 background-color: white;
 padding-top: 1em;
/*
 padding-left: 105px;
*/
}

#inhalt p:first-letter {
  font-size: 100%;
}

#inhalt ul {
  padding-left: 20px;
}

#inhalt h3,h2 {
 padding-top: 1em;
}

#inhalt h1 {
 font-size:160%;
}

#inhalt h2 {
 font-size:140%;
}

#inhalt h3 {
 font-size:120%;
}

.subnav {
 float: left;
 width: 140px;
 height: 100%;
 font-size: 80%;
 line-height: 90%;
/*
 border-top: grey solid 1px;
*/
}

.subnav li {
 list-style-type: none;
 width: 140px;
 border: none;
}

.subnav li.top {
  height: 4em;
}

.subnav li span.link {
 display: block;
 height: 2em;
}

.subnav li span.topspacer {
  display: block;
  height: 10px;
}

.subnav li span.bottomspacer {
  display: block;
  height: 10px;
/*
border-bottom: grey solid 1px;
*/
}

.subnav a {
 vertical-align: middle;
 width: 100%;
 padding: 3px 2px;
 text-decoration: none;
 color: navy;
}

.subnav a:hover {
 color: black;
 background-color: #dddddd;
}

#aktivsub .link{
  background-color:white;
}

#aktivsub .bottomspacer{
/*
 border-right: #eeeeee solid 1px;
*/
 background-image:url(bottomspacer.png);
 background-repeat: repeat-x;
 background-position:top right;
}

#aktivsub .topspacer{
/*
 border-right: #eeeeee solid 1px;
*/
 background-image:url(topspacer.png);
 background-repeat: repeat-x;
 background-position:top right;
}


.rosenkranzCtx {
  color: blue;
}


table {
 table-layout:fixed;
 margin-top:1em;
 border: 1px solid grey;
 width: 80%;
 border-collapse: collapse;
 empty-cells: show;
}

td {
  border: none;
}

tr.bg td {
  background-color:#eeeeff;
}
