/**
* Druckformatierungen
*
* © 12/2005 i-D internet & Design GmbH & Co. KG
* Erfurter Str. 35
* 99423 Weimar
* Deutschland
* Fon:     03643 7785 0
* Fax:     03643 7785 29
* E-Mail:  office@i-d.de
* Web:     http://www.i.d.de/
*
* @author Niels Bobogk <niels@i-d.de>
*/

.print{
  display: block !important;
}

.noPrint{
  display: none;
}

* {
	color: #000;
	background-color: #fff;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 76%;
}
h1 {
	font-size: 1.2em;
	padding-bottom: 0.2em;
	margin-bottom: 1.5em;
}
h2 {
	font-size: 1em;
	margin-bottom: 0.8em;
}
h3 {
	font-size: 0.9em;
	margin-bottom: 0.8em;
}
p, ul {
	line-height: 1.4em;
	margin-bottom: 1em;
}
ul ul {
	font-size: 1em;
}
img {
	border: none;
}

font {
	font-size: 1em;
}
#skiplinks, #header .col2, .col3, #content .col1, #footer, #navi_level_1_pointer {
	display: none;
}

/* content-Links */
a, a:link, a:visited, a:active, a:hover {
	line-height: 1.4em;
	color: #000;
}

#breadcrumbs{
  margin-top:20px;
}

#hilfsnavi,
#suche,
#drucken,
#video,
.news-single-video,
#header,
#breadcrumbs,
#navigation {
  display: none;
}

.catHeadline, #marginal {
  border-top: 1px solid #000;
  padding-top: 10px;
  margin-top: 10px;
  }

#content{
  clear: both;
}

.news-list-item{
padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
}