/* print.css */

/* Formatierungen für die Druckversion */

html,body{
  margin:10px;
  padding:0;
  border:0;
}

body{
  background: #ffffff;
  width:600px;
  text-align:left;
	font: normal 100.1%/130% verdana, arial, helvetica, sans-serif;
	color:#000000;
}

a {
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

strong, b {
	font-weight: bold;
}

hr {
	color: #ccc; /* für ie */
	background-color: #ccc; /* for andere Browser */
	height: 1px;
	margin: 10px 0 10px 0;
}

#site{
		font: bold 100%/150% Verdana, Arial, Helvetica, sans-serif;
}

#titel,
#url,
#host,
#copyright {
		font: normal 90%/130% Verdana, Arial, Helvetica, sans-serif;
		clear: both;
}	

#copyright {
		border-top: 1px solid #ccc;
		padding-top: 3px;
}

.news-single-item .news-single-timedata {
	font-size: 80%;
	float: right;
	clear: both;
}

.news-single-item .news-single-category {
	float: right;
	font-size: 80%;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid black;
}

.news-single-item .bodytext {
	float: left;
	clear: both;

}

.news-single-item h2 {
	clear: both;
	float: left;
}


