/* CSS Document for print */
body { /*Standard Textformatierung*/
 height: 100%; 
 background-color:#ffffff;
 margin:0px;
 font-family:verdana, arial, sans-serif;
 font-size:10px;
 color:#000000;
 font-weight:normal;
 line-height:150%;
}

td{
 font-size: 11px;
}
h1{
 font-size: 12px;
 font-weight: bold;
}
.wSize12{
 font-size: 12px;
 font-weight: bold;
}
.blockTop {
 display:none;
}
.blockLeft {
 display:none;
}
.blockContent { /*Inhaltsbereich*/
  padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 10px;
	margin-top: 0px;
	background-color: #ffffff;
}
.blockRight {
 display:none;
}
/*################################ Für den WYSIWYG Editor ################################*/
td.BorderRight{
 border-right: 1px solid #dde6eb;
 }
 td.BorderUnderlineRight{
 border-right: 1px solid #7D7F81;
 border-bottom: 1px solid #7D7F81;
 }
td.BorderUnderline{
 border-bottom: 1px solid #7D7F81;
 height: 1px;
 }
