/* print.css Stand 30.04.2005 */
/* Darstellung Drucker mit Textelementen */
/* Schriftarten siehe zusaetzlich entsprechende *.css */

/* hier alle Formatierungen, die fuer Drucker von der Bildschirmdarstellung */
/* abweichen sollen! */

body
  { margin:0 0; }

body,
.meetings
  { background-color:white; }

.headline
{
  margin-top:1px;
  margin-bottom:4px;
  text-align:center;
}

.meetingsback
  { color:white; }

.divmain,.main
  { text-align:left; width:100%; }

.navitemaktiv
  { text-decoration:underline; text-transform:uppercase; }

.navitem
  { font-weight:normal; color:silver; font-size:6pt; }

.menu
  { font-weight:normal; }

.menuaktiv
  { font-weight:bold; text-decoration:underline; text-transform:uppercase; }

.menuinaktiv
  { font-weight:normal; color:silver; }

.kopf
  { border-bottom:solid thin black; }

.contenttext
  { padding-left:0px; padding-top:4px; }

.meetings
  { border-spacing:0px; padding:1px;}

hr
{
  height:1px;
  margin-top:1px;
  margin-bottom:2px;
  padding:0px;
}

