
@font-face {
    font-family: HandwrittenCustom;
    src: url('../fonts/markersd/marker_sd.eot');
    src: local('?'), 
         url('../fonts/markersd/marker_sd.ttf') format('truetype');
}

/**
 * Fonts fuer Elemente aktivieren
 */
#header h1 {
    font-family: HandwrittenCustom, Georgia, serif;
    font-size: 3em;
    line-height: 0.8em;
}

#header h2 {
    font-family: HandwrittenCustom, Georgia, serif;
    font-size: 3em;
    line-height: 0.8em;
}

.einspaltig h2,
#right .content-element h2,
#left .content-element h2 {
    font-family: HandwrittenCustom, Georgia, serif;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -1px;
}
#footer h2 {
    font-family: HandwrittenCustom, Georgia, serif;
    font-size: 2em;
    letter-spacing: -1px;
} 

#footer .first-element h2 {
    font-family: HandwrittenCustom, Georgia, serif;
    font-size: 2.4em;
} 

.news-latest-item .news-latest-date {
    font-family: HandwrittenCustom, Georgia, serif;
    font-weight: bold;
    font-size: 1.6em;
}



.news-latest-item .news-latest-date  strong{
    font-size: 2em;
}



/**
 * Drop Caps aktivieren
 * Achtung: keine Dropcaps in Hovermenu erstellen: crasht den Internet Explorer ab IE7!!
 */
h1:first-letter,
#header #title h2:first-letter,
.einspaltig h2:first-letter,
#footer h2:first-letter,
#footer .first-element .content-element h2:first-letter,
#right .content-element h2:first-letter
{
 float: left;
 display: block;
 font-size: 220%;
 line-height: 0.6em;
 margin: 0 0 0 -0.15em;
 padding: 0 0 0 0;
 font-weight: normal;
}

#right .content-element h2:first-letter {
 font-size: 190%;
}

#right .content-element h2 .news-list-date{
  color: #999999;
  font-size: 1em;
}

#right .content-element table h2:first-letter
{
  font-size: 1em;
  float: none;
  display: inline;
  line-height: 1.3em;
  font-weight: bold;
}
