/* Allgemeine Deklarationen ---------------------------------------------------- */
* {
  margin  : 0;
  padding : 0;
}

html {
  font-family  : Arial, Verdana, Geneva, Helvetica, sans-serif;
  color        : #333333;
}

body {
  font-size        : 17px;
  line-height      : 22px;
  background-color : #FFFFFF;
}

/* display --------------------------------------------------------------------- */

#stadt,#koellner,#menue,#banner,#rightcontent,#formular,#top,#footer,form,img,.phpmyvisites {
  display  : none;
}

/* header ---------------------------------------------------------------------- */

#header {
  text-align :  left;
}

#printheader {
  font-size    : 40px;
  line-height  : 40px;
}

#printheader ul,li {
  display  : inline;
}

#printheader p {
  font-size  :  20px;
  line-height : 18px;
  display  : inline;
}

/* content --------------------------------------------------------------------- */

#content {
  padding-left 	   :   0px;
  margin-left  	   :   0px;
  font-weight  	   : normal;
  text-align   	   : justify;
  page-break-after : avoid;
}

#leftcontent h1 {
  font-size      : 23px;
  line-height    : 24px;
  font-weight    : bold;
  margin-bottom  :  5px;
  margin-top	 : 30px;
}

#leftcontent h2 {
  font-size      : 17px;
  font-weight    : bold;
  text-align 	 : left;
  margin-top     : 18px;
  margin-bottom  :  5px;
  margin-left    :  0px;
}

#leftcontent p { display: inline; font-weight: normal; }

/* Verweise ----------------------------------------------------------------- */

a { text-decoration: none; }

a.link:link, a.link:visited { color: #333333; }
a.link:active, a.link:hover { color: #333333; }

/* Seitenbereich ------------------------------------------------------------ */
