body a:link, body a:visited {
text-decoration: none;
}

body a:link:after, body a:visited:after {
/* content:" <"attr(href)">"; */
color:#006633;
font-style:italic;
size:80%;
}

/* Bereiche werden ausgeblendet*/
.kein_druck { display: none; }

/*Logo für den Druck einblenden*/
.logo_druck { margin-bottom: 35px; }

/*Einstellung für die Seite beim Druck*/
@page {
       size:portrait;
       margin-top:1.7cm;
       margin-bottom:1.4cm;
       margin-left:2cm;
       margin-right:2cm;
}

/*Inhaltsbereich für Druck optimiert*/
body	{
        	background-color: #FFFFFF;
        	font-family: LMU CompatilFact, Arial, Helvetica, "Sans Serif";
        	font-size: 12pt;
        	/*color: #333333;*/
	}

h1 { font-size: 16pt; }
h2 { font-size: 15pt; }
h3 { font-size: 14pt; }
h4 { font-size: 13pt; }
h5 { font-size: 12pt; }
h6 { font-size: 12pt; font-style: italic;}

table {
	margin-top:8px;
        	margin-bottom:12px;
        	font-size: 12pt;
        	width:100%;
        	border-collapse:collapse;
	}

caption {
        	font-weight:bold;
        	padding: 3px;
        	caption-side: top;
         font-weight:bold;
        	}

th {
        	font-weight:bold;
        	padding: 3px;
       	border: 1px solid #A09F9F;
         background-color: #E9E8E8;
        	}

td {
	vertical-align: top;
   	padding: 3px;
        	border: 1px solid #A09F9F;
        	}

/*Footereinstellungen*/
.fusszeile_druck	{
	clear: both;
	width: 17,5cm;
        	height: 18px;
        	margin: auto;
         color: #666666;
         font-size:14px;
         text-align: left;
         }
