/* Print Stylesheet */
/*Body von Beispielseite  --> ??? */
body {
background: #fff !important;
color: #000;
text-align: justify; /* Blocksatz */
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

}

#header, #navigation_top, #content_left{
	display:		none;
}

#head_image{
	display:		none;
}

.typography{
	color:			#000;
	font-family:	TimesNewRoman;
	font-size:		12pt;

}

.typography h1, 
.typography h2, 
.typography h3, 
.typography h4, 
.typography h5, 
.typography h6 {
	font-size:				12pt !important;
	font-weight:			bold;
	margin-bottom:			100px;
	color:					#000 !important;
	font-family:			TimesNewRoman !important;
}


a[href]:after {
  content:" <"attr(href)">";
  background-color: inherit;
  color: #CCC;
  font-style: italic;
  }
  
.breadcrumbs a[href]:after {
content:"" !important;
background-color: inherit;
color: #CCC;
font-style: italic;
}

.pagination a[href]:after {
content:"" !important;
background-color: inherit;
color: #CCC;
font-style: italic;
}

.basic ul li{
	list-style-type:	square;
	list-style-image:	none;

}

#print_icon{
	display:			none;
}