/*///////////////////////////////////////////////////////////////////////////
	STANDARD-TAGS
///////////////////////////////////////////////////////////////////////////*/

body
{
	background:			white !important;
}

/*///////////////////////////////////////////////////////////////////////////
	KONZERNKOPFLEISTE
///////////////////////////////////////////////////////////////////////////*/
#kkl
{
	display:none;
}



/*///////////////////////////////////////////////////////////////////////////
	NAVIGATION, BILDBEREICH
///////////////////////////////////////////////////////////////////////////*/
.nav
{
	display:			none;
}


/*///////////////////////////////////////////////////////////////////////////
	ORIENTIERUNGSFELD, KEYVISUAL
///////////////////////////////////////////////////////////////////////////*/
#orivis
{
	display:			none;
}


#main
{
	width:				100%;
}



/*///////////////////////////////////////////////////////////////////////////
	MARGINAL
///////////////////////////////////////////////////////////////////////////*/

#marcon	/* umgebender Table */
{
	width:				100%;
}

#marg
{
	display:			none;
}


/*///////////////////////////////////////////////////////////////////////////
	CONTENT
///////////////////////////////////////////////////////////////////////////*/

#osl
{
	display:		none;
}

#ct
{
	display:			block;
	background:			#fff;

	font-family:		Arial, sans-serif;
	font-size:			10pt;
	font-weight:		500;
	color:				#000;

	width:				17cm;
	width:				100%;

	padding:			0px;
	margin:				0px 0px 0px 0px;
	text-align:			left;

	border:				0px solid #900;
}



#ct h1
{
	page-break-after:	avoid;
}

#ct h2
{
	page-break-after:	avoid;
}

#ct p {
	page-break-inside:	avoid !important;
}


#footer
{
	display:			none;
}


/*///////////////////////////////////////////////////////////////////////////
	PRODUKTTABELLE
///////////////////////////////////////////////////////////////////////////*/


table.produkte th, table.produkte td {
	color:			#000;
	background:		#fff;
	border:			1px solid #000;
	border-width:	0px 0px 1px 1px;
}

table.produkte th, table.produkte td {
	border-top-width:	1px;
}

table.produkte td {
	border:			0.1cm solid #000;
	border-width:	0px 0px 1px 1px;
}

table.produkte tr.head td {
	border:			1px solid #000;
	background:		#fff;
	color:			#000;
	border-width:	0px 0px 1px 1px !important;
}

table.produkte .al, table.produkte tr.head td.al {
	border-right-width:	1px !important;
}

/*///////////////////////////////////////////////////////////////////////////
	PRINT EXCLUSIVES
///////////////////////////////////////////////////////////////////////////*/

.printonly {
	display: block;
}

.printnot {
	display:	none;
}

* a, * a:link {
	text-decoration:	 underline !important;
}

#prHeader {
	font-size:			8pt;
	display:			block;
	margin-bottom: 		1cm;
}