/********************************************
 * This print style sheet must be included
 * after the YUI style sheet grids.css,
 * grids-min.css, reset-fonts-grids.css,
 * reset-fonts-grids-min.css respectively.
 * One of the above must be loaded in any
 * case, because this style sheet just
 * overwrites styles set by one of the style
 * sheets listed above.
 *
 * The rules defined here assume that
 * div.first is the only content inside
 * div#bd that is to be printed. The web
 * developer must ensure that this is the
 * case. Thus he must set "display: none;"
 * for all content not to be printed.
 *******************************************/

/* set general page layout *****************/
@page
{
	size: auto portrait;
	margin: 2.0cm 1.5cm;
}

body
{
	color: #000000;
	background-color: transparent;
	text-align: left;
	font-family: "times new roman", times, serif;
}

.noPrint
{
	display: none;
}

/* overwrite YUI screen styles *************/
#doc,
#doc2,
#doc3,
#custom-doc,
.yui-t1,
.yui-t2,
.yui-t3,
.yui-t4,
.yui-t5,
.yui-t6,
.yui-t7
{
	width: auto;
}

#yui-main
{
	width: auto;
}

.yui-t1 #yui-main,
.yui-t2 #yui-main,
.yui-t3 #yui-main,
.yui-t4 #yui-main,
.yui-t5 #yui-main,
.yui-t6 #yui-main
{
	margin: 0;
}

.yui-t1 .yui-b,
.yui-t2 .yui-b,
.yui-t3 .yui-b,
.yui-t4 .yui-b,
.yui-t5 .yui-b,
.yui-t6 .yui-b
{
	width: auto;
}

.yui-t1 #yui-main .yui-b,
.yui-t2 #yui-main .yui-b,
.yui-t3 #yui-main .yui-b,
.yui-t4 #yui-main .yui-b,
.yui-t5 #yui-main .yui-b,
.yui-t6 #yui-main .yui-b,
.yui-t7 #yui-main .yui-b
{
	margin: 0;
}

#yui-main .yui-b
{
	width: auto;
}

.yui-gb .yui-u,
.yui-gc .yui-u,
.yui-gd .yui-u
{
	margin: 0;
	width: auto;
}

.yui-gc div.first,
.yui-gd .yui-u,
.yui-gd div.first,
.yui-ge .yui-u,
.yui-ge div.first,
.yui-gf .yui-u,
.yui-gf div.first,
.yui-ge div.first
{
	width: auto;
}

/* community specific styles --------------*/
div#ft,
div.special,
div#subnavigation,
div#supernavigation2,
div.specialhome
{
	display: none;
	width: 1px;
}

#boxHeaderPrint
{
	display: block;
	text-align: right;
	margin-bottom: 1.2em;
	overflow: hidden;
}

a:link, a:visited
{
	color: grey;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

h1
{
	font-size: 122%;
	font-weight: bold;
}

h2
{
	font-size: 114%;
	font-weight: bold;
}

h3
{
	font-size: 107%;
	font-weight: bold;
}

h4
{
	font-size: 92%;
	font-weight: bold;
}

.inlinecenter
{
	text-align: center;
	margin: 0px 0px 5px 5px;
}

.inlineright
{
	margin: 0px 0px 10px 10px;
	float: right;
	display: inline;
}

.inlineleft
{
	margin: 0px 10px 5px 0px;
	float: left;
	display: inline;
}

.trennlinie, hr
{
	height: 8px;
	background-color: #FFF;
	background-image: url(/_images/p-linie-unten.gif);
	background-repeat: repeat-x;
	margin: 1em 0 1em 0;
	clear: both;
}

div.boxDLHalf
{
	display: block;
	float: left;
	width: 16.3043em; /* 200px@12.2667px*/
	*width: 15.9114em;
	margin: 0 1.5489em 0 0; /* 0 19px 0 0@12.2667px */
	*margin: 0 1.5116em 0 0;
}
