a  {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  cursor: auto; 
  }

a:link {
  font-weight: bold;
  cursor: pointer; 
}
a:hover {
  text-decoration: underline ;
  cursor: pointer; 
}

a:visited,a:active {
  color: #003366;
  font-weight: bold;
  cursor: pointer; 
}

div.titelbild a:hover  {
  text-decoration: none;
  border: 0 transparent;
  cursor: pointer; }

a img { border:0 transparent;
}

p.child a.aktiv { color: #0066ff;
  font-weight: bold;
  text-decoration: none ;
}

p.parent a.aktiv,p.parent_closed a.aktiv {
    color: #0066ff;
  font-weight: bold;
  text-decoration: none ;
}

/*Listnavi top und bot */
div#ListNavigationTop a:link,div#ListNavigationTop a:visited,div#ListNavigationTop a:active {
  color: #003366;
  text-decoration: none;
}

div#ListNavigationBot a:link,div#ListNavigationBot a:visited,div#ListNavigationBot a:active {
  color: #003366;
  text-decoration: none;
}

div#ListNavigationTop a.aktiv,div#ListNavigationBot a.aktiv {
  color: #0066ff;
  border-bottom: 1px solid #000;
}

/*Content*/
/*mehr-Link*/
 a.more {
  color: #036;
  font-weight: bold;
  text-decoration: none; }

 a:hover.more {
  text-decoration: underline; 
 }

 .buch a {
text-decoration: none;
 }
.buchtexte .buch a {
font-style: normal;
text-decoration: none;
 }
 .buch a:hover {
     text-decoration: underline;
 }
/*Titel-Link*/
div.texte h1 a,div.texte .buch a {
  color: #c00;
  font-weight: bold; }

div.texte h1 a:hover {
  text-decoration: underline;
}


.extern_link a  { 
    color: maroon;
    text-decoration: none;
    background-color: transparent;
    background-image: url("extern.gif");
    background-repeat: no-repeat;
    background-position: right 0;
    cursor: pointer;
    display: inline;
    padding-right: 18px
}

.extern_link a:hover {
  text-decoration: underline;
}

.extern_mail a {
    color: maroon;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    display: inline;
    padding-right: 18px
}

.extern_mail a:hover  {
  text-decoration: underline;
}
