/* hauptmenue */
 nav.navigation {
  background:#ACD2CB;
  background: -moz-linear-gradient( #ACD2CB,#EFEFEF,#ACD2CB );
  background: -o-linear-gradient( #ACD2CB,#EFEFEF,#ACD2CB);
  background: -ms-linear-gradient( #ACD2CB,#EFEFEF,#ACD2CB);
  background: -webkit-linear-gradient( #ACD2CB,#EFEFEF,#ACD2CB);
        text-align: center;
        color: white;
        font-family: Sintony;
        font-weight:bold;
        list-style: none;

}
nav.navigation a
{      text-decoration: none;
        color: white;
        margin:0 0.1em 0 0.1em;
        float:left;text-align:left;
}
div.seite { background-color:#9191FF;  font-size:0.95em;margin: 0 0 0 0em; }

 .hover-ncp {
  float:left;
  position: relative;
  padding:0.2em 0.5em 0.2em 0.5em;
  margin:0.5em 0.5em 0.6em 0;
  border-radius:0 0.5em 0.5em 0;
}
.hover-ncp-content {
  display: none;
  padding: 0.5em;
  position: absolute;
  height:auto;
  left: 1em;
  text-align: left;
  background: #FFFFFF; border:1px solid #BA8325; color:#000000;
  z-index:1;
  font-size:0.9em;
}
span.seite-ncp {padding:0.2em;float:left;margin:0.05em 0.2em 0.05em 0;width:15em;}

.hover-ncp:hover .hover-ncp-content {
  display: block;
}
a.ncp
 {
  color: black; text-decoration: none; cursor:pointer;
 }
a.ncp:hover
 {
  text-decoration: underline;
 }
a.ncp:visited
 {
  color:#0000FF;
 }
/* Gästebuch, kontakt, sitemap   */
a.gks
 {
  color: #0000FF; text-decoration: none; cursor:pointer;
 }
a.gks:hover
 {
  text-decoration: underline;
 }

a.gks:visited
 {
  color:#0000FF;
 }

h3.balken
 { color: #0000CC;
font-size: 1.4em;font-variant:small-caps;text-align:left;float:left; margin:0.35em 0 0 0;width:43em;overflow:hidden;white-space:nowrap; }