/* print.css*/
/* Klaus-D. Warzecha */

/* print-style for ICP2007 */

/* full page print without menu */

body, #head, #head h1{
	color:#000;
	background-color:#fff;
	font-family: sans-serif;
	width: 95%;
	}


#menu {
	display:none;
	visibility:hidden;
	}

#content{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

#content h2, h3, h4 {
	border-left:10px solid #000;;
	border-bottom:1px solid #000;
	}

img{
	float:right;
	border: 1px solid #000;
	padding: 5px;
	margin:5px;
	}
