/**
 * Style sheet druckausgabe
 */
body
{
	background-color:#ffffff;
	font-family:Arial, sansserif;
	font-size:12px;
	color:#666666;
	line-height:20px;
}

#drucklogo
{
	width:150px;
	height:80px;
	left:0px;
	top:0px;
	position:absolute;
}

.drucken
{
	display:none;
}

#druckadresse
{
	width:200px;
	height:80px;
	right:0px;
	top:0px;
	position:absolute;
	text-align:right;
	font-family:Arial, sansserif;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color:#666666;
	line-height:15px;
}

.ce_text
{
	margin-bottom:30px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight:bold;
	font-size:12px;
}

#left
{
	display:none;
}

#main
{
	top:110px;
	position:absolute;
}

#header .mod_navigation
{
	display:none;
}

#header .mod_customnav
{
	display:none;
}

#header .ce_image
{
	display:none;
}

#header .mod_changelanguage
{
	display:none;
}

#main img
{
	border:0px solid;
}

#footer
{
	display:none;
}

table
{
	width:100%;
	display:block;
	margin-top:5px;
	margin-bottom:30px;
}

