/*
 * @title print.css
 * @description Stylesheet form media type print
 * @author Markus Prokscha <markus.prokscha@go-community.de> BLACKBIT interactive GmbH <info@go-community.de>
 * @copyright BLACKBIT interactive GmbH 2007
 * @date 2007-11-26
 */

#headImage
{
	display: none;
}

#headServiceContainer
{
	display: none;
}

#horizontalNavigation
{
	display: none;
}

#navigationContainer
{
	display: none;
}

#footerVerlaufContainer
{
	display: none;
}

#footerText
{
	display: none;
}

#footerText_print
{

	margin-top: 3em;
}

div.buttonBar
{
	display: none;
}

div.productButtonBar
{
	display: none;
}

body
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 13px;
	widows: 5;
}



div#bd
{
}

div#bd.page
{
}

div.spacer
{
	height: 1.9230em;
	display: block;
	clear: both;
}

h1
{
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 0.6em;
}

h2
{
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 0.6em;
}

h3
{
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 0.6em;
}

h4
{
	font-size: 110%;
	font-weight: normal;
	padding-bottom: 0.6em;
}

h5
{
	font-size: 105%;
	font-weight: bold;
	padding-bottom: 0.6em;
}

table.indexTable td
{
	padding-right: 0.3076em; /* 4px */
	padding-bottom: 0.6em;
	font-size: 95%;
}


.productTable
{
	width: 100%;
	margin-right: 2em;
}

.productTable tr
{
	background-color: transparent;
}

.productTable tr.alternate
{
	background-color: #d8f4ce; /* lindgruen */
}

.productTable th
{
	padding-top: 1em;
	padding-right: 0.6em;
	padding-bottom: 0.2em;
}

.productTable th.right
{
	padding-top: 1em;
	padding-right: 0.6em;
	padding-bottom: 0.2em;
	text-align: right;
}

.productTable td
{
	paddin-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.6em;
}

.productTable td.firstCell
{
	color: #FF6600;
	font-size: 1em;
	font-weight: bold;
}

td.productTableDivisor
{
	height: 0.2307em; /* 3px */
	padding-top: 0.0769em; /* 1px */
	padding-right: 0;
	padding-bottom: 0.0769em; /* 1px */
}

.productTable hr
{
	height: 0.0769em; /* 1px */
	border-top-color: #8D8D8D;
	border-top-style: solid;
	border-top-width: 0.0769em; /* 1px */
	border-bottom-width: 0;
}

.productImage
{
	width: 45.4615em;
	*width: 44.3659em;
	height: 12.9230em;
	*height: 12.6116em;
	border-color: #D8D8D8;
	border-style: solid;
	border-width: 0.0769em; /* 1px */
}

.productFactSheet
{
	margin-right: 2em;
}

.productFactSheet tr
{
	background-color: transparent;
}

.productFactSheet tr.alternate
{
	background-color: #d8f4ce; /* lindgruen */
}
.productFactSheet th
{
	padding-right: 0.6em;
	padding-bottom: 1em;
	padding-top: 2.4em;
	border-bottom-color: #8D8D8D;
	border-bottom-style: solid;
	border-bottom-width: 0.0769em;
	text-align: left;
}

.productFactSheet td
{
	font-size: 0.95em;
	padding-top: 0.6em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-right: 0.6em;
	padding-left: 0.6em;
}

.productFactSheet td.firstCell
{
	font-weight: bold;
}

td.productFactSheetDivisor
{
	padding-right: 0.6em;
	padding-bottom: 0.6em;	
	border-bottom-color: #8D8D8D;
	border-bottom-style: solid;
	border-bottom-width: 0.0769em;
}

.productFactSheet hr
{
	height: 0.0769em; /* 1px */
	border-top-color: #8D8D8D;
	border-top-style: solid;
	border-top-width: 0.0769em; /* 1px */
	border-bottom-width: 0;
}

.productFactSheet a, a:link, a:active, a:hover
{
	*font-size: 0.95em; /* ?muss man alles verstehen was einen wiederfaehrt? */
}


.reference
{
	font-size: 0.95em;
	padding-top: 2em;
	padding-left: 3em;
}

.reference p
{
	margin-bottom: 0.95em;
}

a, a:link
{
	color: #ff6600;
	font-size: inherit;
	letter-spacing: normal;
	font-weight: normal;
	text-decoration: none;
}

img
{
	border: 0;
}	

