/*	STYLESHEET FÜR DRUCKAUSGABE
	ÜBERSCHREIBT ENTSPRECHENDE ANGABEN AUS STYLE.CSS */

HTML, BODY{
	background-color: #FFF;
	overflow: hidden;
	font-size: 16px;
}

BODY{
	position: static;
	background-color: #FFF;
}
	
h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	margin-top: 20px;
}

.jbLogo{
	display: none;
}

.jbLogoAnschrift{
	display: block;
	border-left: 18px solid #FFF;
	border-right: 18px solid #FFF;
}

#jbKontakt{
	display: none;
}

#jbKontaktGross{
	display: block;
}

.mainDiv {
	height: 100%;
	width: 100%;
	border: 0px;
	padding-left: 10px;
}

.titelDivLeft {
	top: 20px;
	left: 60px;
}

.titelDivRight{
	top: 20px;
	left: 440px;
}

.redLineDiv{
	height: 100%;
}

.menuTable {
	display: none;
}

.menuCell {
/*	space between content and top*/
	height: 70px;
}

.spaceBeforeContent{
	display: none;
}

.searchCell{
	display: none;
}

.startSeitenSpacer{
	width: 15px;
}

.contentDiv {
	margin-top: 0px;
	height: 100%;
	background-color:#FFF;
}

.navTable{
	height: 100%;
}

#contentTopTD1{
	vertical-align: middle;
	height: 7%;
}

#contentTopTD2{
	vertical-align: middle;
	height: 7%;
}

#contentKopfzeileTD{
	height: 7%;
	vertical-align: top;
}

#contentHeaderTD{
	height: 3%;
	vertical-align: top;
}

#contentContentTD{
	height: 58%;
	vertical-align: top;
}

#contentFooterTD{
	height: 25%;
	vertical-align: bottom;
}

/* HIDE RIGHT COLUMN WITH LINKS ETC */
#subContentRight{
	display: none;
}

.whiteText {
	display: none;
}

h3.startseite {
	font-size: 22px;
	margin-top: 40px;
}

p.startseite {
	font-size: 18px;
}

ul.startseite {
	font-size: 18px;
}

.productTable {
	margin-left: 30px;
}

ul {
	font-size: 16px;
}

ol {
	font-size: 16px;
}

p {
	font-size: 16px;
}

.imgtext-table td {
	font-size: 16px;
}

.uebersichtTDBlind { /* Füllelement für Druck */
}

.uebersichtTable {
	height: 700px;
}

.uebersichtTD {
	font-size: 20px;
}

.uebersichtHeaderBig {
	font-size: 20px;
}
