 /**
  * print layout
  */
* {
	background-color: #ffffff !important;
	color:#000;
	text-align:left;
}
body {
	font-family: serif !important;
	font-size: 11pt;
}
body, #Site, #ContentFrame, #Content {
	width: 100%  !important;
	margin: 0 !important;
	padding: 0 !important;
}
img {
	border:1px solid #ccc;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 13pt;
}
td {
 border:1px dotted #999;
}
/*****************************
 *ELEMENTE AUSBLENDEN 
 *****************************/
#Navigation{
	display: none;
}
#Footer {
clear:both;
}




