/* 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 90%/130% verdana, arial, helvetica, sans-serif;
color:#000000;
}

a {text-decoration: none;font-weight: bold;outline: none;}

strong, b {font-weight: bold;}

hr {	color: #000; /* für ie */
	background-color: #000; /* for andere Browser */
	height: 1px;
	margin: 10px 0 10px 0;
}

#site{font: bold 90%/150% Verdana, Arial, Helvetica, sans-serif;}

#titel,
#url,
#host,
#copyright {font: normal 90%/130% Verdana, Arial, Helvetica, sans-serif;
}	
