/* $Id: print.css,v 1.11 2006-01-30 13:51:29 martini Exp $ */

html, body {
	background-color: white;
}

h1, h2, p, dd, dt, li, th, td, code, blockquote {
	color: black;
}

a {
	color: black;
	text-decoration: underline;
}

dl.linklist dt {
	clear: left;
	margin-top: 0.5em;
}

*.floatpic {
	float: left;
	border: none;
	margin: 0.2em 0.5em 0.2em 0;
}

em.they {
        font-weight: bold;
        font-variant: small-caps;
        font-style: normal;
}

div#mainnavi, div#navi {
	display: none;
}

*.screenonly {
	display: none;
}

*.printonly {
}

#footersep {
	clear: both;
}

#footer {
	text-align: center;
	font-size: x-small;
	margin: 0;
}

#visitor {
	display: none;
}

#logobox {
	border: 0 none;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100px;
}

#logoimgprint {
	border: 0 none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 400px;
	height: 100px;
}

#logoimgscreen {
	display: none;
}

