/*
generic print-stylesheet
*/

* {
	position: static;
}
body {
	font: normal 11pt Georgia, "Times New Roman", serif;
	color: #000;
}

a, a:link, a:visited, a:active {
	color: #D48D0D;
}

#mainNav, #subNav, .rcBox, #banner, #bannerRight, #headerLinks {
	display: none;
}

body, #page-top, #frame-outer, #footer {
	background: none;
}

body {
	margin: 0.5cm 0.5cm 0.5cm 1cm;
}

#frame-outer, #frame-inner, #content {
	width: auto;
}
#content { padding: 0 !important; }


#header {
	background: #FFF url(../images/layout/inplenion_logo_print.gif) no-repeat 0 0;
}

.tblContentBox td {
	border: 1px solid #666;
}

ul {
	list-style-type: disc;
	margin-left: 10px; padding-left: 8px;
}
ul li {
	background: none;
	margin: 0; padding: 0;
}

#footer, #footer div { width: auto; margin: 0; padding: 0; position: static; }
#footer a { display: none; }
#footer span {
	font-family: Georgia, "Times New Roman", serif;
	color: #333333;
}


