/* print.css */

/* Formatierungen f?r die Druckversion */

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

body{
  background: #ffffff;
  width:950px;
  text-align:left;
	font: normal 100.1%/130% Arial, Verdana, 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% Arial, Verdana, sans-serif;
		color:#000000;
}

#titel,
#url,
#host,
#copyright {
		font: normal 70%/100% Arial, Verdana, sans-serif;
		color: #000000;
}	
