/* ====== Textauszeichnungen ====== */
h1 { /* Titel Startseite */
  font-family: Georgia, Times, serif;
  font-size:   24pt;
  font-weight: normal;
  line-height: 18pt;
  color:      #2B3880;
  margin:      0px 0px 10px 0px;
}

h2 { /* Titel Länderstartseite */
  font-family: Georgia, Times, serif;
  font-size:   15pt;
  font-weight: normal;
  line-height: 15pt;
  color:      #2B3880;
  margin:      0px 0px 10px 0px;
}

h3 { /* Untertitel Startseite */
  font-family: Georgia, Times, serif;
  font-size:   14pt;
  font-weight: normal;
  line-height: 16pt;
  color:      #2B3880;
  margin:      10px 0px 10px 0px;
}

h4 { /* Absatzüberschrift Startseite  */
  font-family: Georgia, Times, serif;
  font-size:   12pt;
  font-weight: normal;
  line-height: 12pt;
  color:      #2B3880;
  margin:      6px 0px 6px 0px;
}

p.fliesstext {
  margin:       6px 0px 6px 0px;
}

.subhead {
  font-size:          9pt;
  line-height:        11pt;
  color:            #2B3880;
  font-weight:       bold;
}

.buchtitel {
  font-weight:	     bold;
  font-size:         9pt;
  line-height:       11.5pt;
  margin:      12px 0px 0px 0px;
}

.buchinfo {
  font-size:         8pt;
  line-height:       11.5pt;
  margin:      0px 0px 0px 0px;
}

.buchpreis {
  font-weight:	     bold;
  font-size:         9pt;
}

li.permanent, li.laender {
  text-decoration: none;
  list-style:      none;
  display:         inline;
  color:           #ffffff;
  margin:          0px;
  border:          0px;
}
  
/* ====== Statische Links in der Navigationsleiste ====== */
a.permanent {
  font-family:     Verdana, Tahoma, Arial, sans-serif;
  text-decoration: none;
  margin:          0px;
  border:          0px;
  padding-bottom:  4px;
}
  
a.permanent:link {
  color: #ffffff;
  border-bottom: 0px;
}
  
a.permanent:visited {
  color: #dee8f2;
  border-bottom: 0px;
}

a.permanent:hover {
  color: #ffffff;
  border-bottom: 5px solid #417bba;
}
  
a.permanent:active {
  color: #ff6600;
  border-bottom: 5px solid #ff6600;
}
    
  
  /* ====== Länderspezifische Links in der Navigationsleiste ====== */
a.laender {
  font-family:     Verdana, Arial, sans-serif;
  text-decoration: none;
  margin:          0px;
  border-bottom:   0px;
  padding-bottom:  5px;
}

a.laender:link {
  color: #ffffff;
  border-bottom: 0px;
}

a.laender:visited {
  color: #dee8f2;
  border-bottom: 0px;
}

a.laender:hover {
  color: #ffffff;
  border-bottom: 3px solid #ff6600;
}


/* ====== Fliesstext-Links ====== */
a:link {
  color: #003582;
  text-decoration: none;
  border-bottom: 1px solid #d0dfee;
}

a:visited {
  color: #a3b7cd;
  text-decoration: none;
  border-bottom: 1px dashed #d0dfee;
}

a:hover {
  color: #ff6600;
  text-decoration: none;
  border-bottom: 1px solid #ff6600;
}

a:active {
  color: #ff6600;
  text-decoration: none;
}

/* expermiente, aussortiertes 
p:first-line { font-weight:bold }
p:first-letter { font-size:300%; color:red }
td.Preis:before { content:"Preis: "; }
td.Preis:after  { content:",- EUR"; }
td.Produkt:before { content:url(list_style_image.gif)" "; }
td.Produkt:after  { content:" "attr(title); }