/* /static/css/print.css
------------------------------------------------------------------------
print.css of the Sidoun Software Gmbh

print styles for the website

Author: elements.at [RG]

Version: v 1.0
------------------------------------------------------------------------*/
body {
	background: #fff;
	color: #333;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 1.1em;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

div, form, input, select, textarea, h1, h2, h3, h4, h5, p, ol, ul, li, object, embed, a {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 11px !important;
	color: #333 !important;
}

ol, ul, li {
	margin: 0px 0px 0px 0px; 
}

h2 {
	font-size: 15px !important;
	font-weight: bold !important;
	margin: 20px 0 10px 0;
}

ol, ul {
	margin-left: 20px;
}

object {
	display: block;
}

a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0;
}

#site {
	width: 770px;
}

#left {
	float: none;
}

#left h1 {
	margin: 44px 0 46px 0;
	height: 64px;
	overflow: hidden;
}

#left h1 img {
	width: 146px;
	height: 64px;
	padding: 0;
	margin: 0;
}

#left h1 a span, #header, #navigation {
	display: none;
}

#top_navigation a:link, #top_navigation a:visited, #top_navigation a:hover, #top_navigation a:active {
	background: none;
}

.itc_entry {
	margin: 15px 0 5px 0;
}


#footer {
	display: none;
}

#footer_print {
	display: block;
	clear: both;
	border-top: 1px solid #000;
	padding-top: 10px;
	margin-top: 10px;
}
