/* Allgemeine Deklarationen ---------------------------------------------------- */
* {
  margin  : 0;
  padding : 0;
}

html {
  font-family  : Arial, Verdana, Geneva, Helvetica, sans-serif;
  color        : #333333;
}

body {
  font-size        : 16px;
  background-color : #FFFFFF;
}

/* display --------------------------------------------------------------------- */

#banner,#description,#emphases,#menu,#screen,#footer,#formular,#top,#xhtml,#noneprint,#contact,.phpmyvisites {
  display  : none;
}

/* header ---------------------------------------------------------------------- */

.googlemaps { list-style : none; text-align: center; font-size: 12px; line-height:  18px; }

#printheader {
  text-align     :  left;
  font-size      :  42px;
  line-height    :  30px;
  font-weight    :  bold;
  letter-spacing :  -1px;
}

#printheader p {
  font-size   :  28px;
  line-height : 18px;
  font-weight : normal;
  letter-spacing : -1px;
  display  : inline;
}

/* content --------------------------------------------------------------------- */

h1 {
  font-size     : 25px;
  line-height 	: 30px;
  font-weight   : bold;
  margin-top	: 40px;
  margin-bottom : 25px;
}

h5 {
  font-size		 : 18px;
  height 	 	 : 23px;
  font-weight    : bold;
  letter-spacing : -1px;
}


#content {
  margin-top   :   -10px;
  line-height  :    23px;
  font-weight  :  normal;
  text-align   : justify;
}

span {
  font-weight    : bold;
  letter-spacing : -1px;
}

/* Verweise ----------------------------------------------------------------- */

a { text-decoration: none; }

a.link:link, a.link:visited { color: #333333; }
a.link:active, a.link:hover { color: #333333; }

/* Seitenbereich ------------------------------------------------------------ */
