﻿@media print
{
	.printHide
	{
		display: none; /* bei druckvorschau == druck unsichtbar */
	}
}
@media screen
{
	.printHide
	{
		display: block; /* in druckfenster sichtbar */
	}
}
html, body
{
	font-family: arial, verdana, helvetica, sans-serif;
}
#pageWrapper
{
	width: 630px;
}
#leftColumn, #rightColumn, #contentColumn, #SOWrap
{
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}
html>body #SOWrap
{
	width: auto;	/* help Opera out */
}
#rightColumn, #leftColumn, .hnav, #footer, #ConsoleContainer, #middleColumn #header, #middleColumn .breadcrumb
{
	display: none;	/* hide the left and right columns as well as the
			   horizontal navigation element(s). also hide any
			   designated elements that should not be pritned */
}
#outerColumnContainer, #innerColumnContainer, #pageWrapper
{
	border-width: 0;	/* hide various borders, including those used
				   to create the backgrounds for the left and
				   right columns */
}
a, a:link, a:visited
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* we're printing, so there's no need to
				   differentiate links from regular text. so
				   remove any formatting the links get. */
}
.printvisible
{
	display: block; /* makes elements visible for print */
}
#middleColumn .printheader img.channelimage
{
	float: left;
}
#middleColumn .printheader
{
    float: left;
    width: 100%;
	border-bottom: 2px solid;
}
#middleColumn .printheader-noborder
{
    border-bottom: 0;    
}
#middleColumn .printheader-wrapper
{
    margin: 0 30px 0 9px; 
}
#middleColumn .printheader-rightcol
{
    float: right;
    height: 100px;
    width: 391px;
}
#middleColumn .printheader-rightcol img
{
    cursor: pointer;
    float: right;
}
#middleColumn .printheader .identifier
{
    float: right;
    position: relative;
    top: 55px;
}
/******************************************************************************/
