	body {
 		padding:0;
 		margin:0;
		font-family:tahoma,helvetica,sans-serif;font-size:8pt;color:#333;
	}

	@page {
       size:landscape;
       margin-top:1.3cm;
       margin-bottom:2cm;
       margin-left:2cm;
       margin-right:2cm	
	}

	#body {
		margin:0;
		padding:0px;
	}

	#left {
        float:left;
		width:0px;
        clear:both;
		display: inline;
	}

	#right {
        margin-left:0px;
	}

	#noprint, .noprint {
    	display:none;
	}

	#footer, .dotted {
    	display:none;
	}

	A,A:visited,A:link,A:hover {
    	text-decoration:none;
	}

	table.tabelle {
        border: 1px solid #000000;
		padding:0;
        width:80%;
        margin-left:2cm;
        margin-top:2cm;
	}

	.tabelle td {
        padding:0;
		color: #404040;
	}

    img {
        display:none;
	}

	.tabelle th {
		text-decoration:underline;
        border: 1px dotted #404040;
		font-weight:bold;
        padding:10px;
        background-color: #666666;
	}

 	.tabelle td.black {
        border-bottom: 1px solid #404040;
 	}


 	.tabelle td.grau {
        border-right: 1px solid #404040;
		font-weight:bold;
 	}

 	.tabelle td.blau {
        border-right: 1px solid #404040;
		font-weight:bold;
 	}
