/* 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   { color: red; font-weight: bold; text-decoration: none; background-color: orange; outline: none medium }

a:visited   { color: yellow }

a:active  { color: green }

a:hover    { color: silver }

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  { color: black; font: 90%/130% Verdana, Arial, Helvetica, sans-serif }	