html, body {
  font-family: verdana, arial, helv, helvetica, sans-serif;
  font-size: 100.01%; color: #000;
  }
li { list-style: none; }
h1 { font-size: 1.6em; }

div.clr { clear: both; }

/* FLOATING */
.left { float: left; }
.right { float: right; }

.content-header span { font-size: 1.6em; }

.box h2,
.box p { font-size: 0.8em; }
.box .img { display: block; }

.content-header p { font-size: 0.9em; }

.text,
.editorial { font-size: 0.8em; }

.editorial ul { padding: 0 0 10px 0; }
.editorial li { 
  padding: 0 0 0 10px;
  color: #666;
  background: url(../../images/circle.gif) no-repeat 0 8px;
  }
.editorial li ul { padding: 5px 0; }
.editorial li ul li {
  background: none;
  }
.lispacer li { padding-bottom: 10px; }

.print-img-smaller { width: 25%; }

/* FORMULAR */
.formular { border: 0; }
.page .formular p { margin: 10px 0; }
.formular p label {
  line-height: 20px; vertical-align: top;
  display: block; float: left;
  width: 120px;
  }

/* MISC TABELLE */
.misctab {
	width: 100%;
	color: #666; line-height: 1.9em;
	}
.misctab td { padding: 0 5px; }
.misctab .misctabHead { background: #e2e2e2; }

/* FILTER TABELLE */
.filter {
	width: 550px; 
	color: #666; line-height: 1.9em;
	}
.filter td { padding: 0 5px; }
.filter .filterHead { background: #e2e2e2; }

.header,
.nav-sub,
.footer,
.button,
.content-header img {
	display: none;
	}

