/* 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 --------------------------------------------------------------------- */

#menu,#login,#start,#quickbar,#top,#footer,form,#phpmyvisites,.info {
  display  : none;
}

/* header ---------------------------------------------------------------------- */

#header {
  text-align :  left;
}

#printheader {
  font-size  :  40px;
  line-height : 42px;
}

#printheader ul,li {
  display  : inline;
}

#printheader p {
  font-size  :  20px;
  line-height : 22px;
  display  : inline;
}

/* content --------------------------------------------------------------------- */

#content {
  padding-left 	   :   0px;
  margin-left  	   :   0px;
  font-weight  	   : normal;
  text-align   	   : justify;
  page-break-after : avoid;
}

#content h1 {
  font-size      : 21px;
  line-height    : 24px;
  font-weight    : bold;
  margin-bottom  :  5px;
  margin-top	 : 40px;
}

#content h2 {
  font-size      : 18px;
  line-height    : 24px;
  font-weight    : bold;
  margin-bottom  :  0px;
  margin-top	 :  0px;
}

#content dl,dd {
  font-weight    : bold;
  text-align 	 : left;
  margin-top     :  18px;
  margin-bottom  : -20px;
  margin-left    :  0px;
}

/* Verweise ----------------------------------------------------------------- */

a { text-decoration: none; }

a.link:link, a.link:visited { color: #333333; font-size: 17px; }
a.link:active, a.link:hover { color: #333333; font-size: 17px; }

/* Seitenbereich ------------------------------------------------------------ */