/*
Stylesheet für die Jungliberale Aktion (JuliA) ASZ                  ##########
--T--H-----H--O--M--E--P--A--G--E--S----S--Z--B-/--E--R--Z--           ##
Stand: 2008                                                            #######
Autor: Tobias Hertig                                                   ##   ##
Media: print
____________________________________________________________ */
   
/* =====================================
                   1
   ===================================== */
   
body {
  font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
  font-size: normal; /* Schriftgröße */
}
h2 { 
  font-size: 180%; 
  font-family: Cambria, Georgia, "Times New Roman", Helvetica, sans-serif;
  padding-bottom: 5px;
  border-bottom: 4px solid #214b83;

}
h3 {
  font-size: 150%;
  font-family: Cambria, Georgia, "Times New Roman", Helvetica, sans-serif;
}
h4 {
  font-size: 110%; 
  font-family: Cambria, Georgia, "Times New Roman", Helvetica, sans-serif;
  padding-bottom: 3px;
  border-bottom: 2px solid #8c8c8c;
  padding-left: 3px;
  border-left: 2px solid #8c8c8c;
  background-color: #f2f2f2;
  margin-bottom: 3px;
}
h5 {
  font-size: 70%;
  font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: 2px; /* Abstand zwischgen den Buchstaben */
  color: #214b83;
  padding-left: 3px;
  border-left: 2px solid #8c8c8c;
  background-color: #f2f2f2;
}

.skiplink,
#navibereich,
#links,
#rechts,
#navib,
#festlinks,
h5,
h7 {
  display: none;
}
a {
  color: black;
  text-decoration: none;
}
a[href]:after {
  content:"  [Adresse: "attr(href) "] "; /* [URL] nach dem Linktext */
}
   