@media print
{
	#header {display:none}
	#mainNav {display:none}
	#breadcrumb {display:none}
	#footer {display:none}

	#col1 {display:none;}
	#col2 {display:none}

	#col3, col3_content { width: 100%; margin:0; padding: 0; border:0}

	fieldset,img{border:0 solid}

  /*** Reiter (Tabs) ***/



	.tabs ul {
	    float:left;
	    display:inline;		/* Fix fÃ¼r IE Doubled Float Margin Bug    */
	    margin:0;			/* Standard-Listendefinition zurÃ¼cksetzen */
	    padding: 0 0 0 20px;
	}

	.tabs ul li {
	    float: left;
	    display:inline;     /* Fix fÃ¼r IE Doubled Float Margin Bug    */
	    margin: 0;
	    list-style-type: none;
	}

	.tabs ul li a {
	    display:block;
	    width: auto;
	    text-decoration: none;
	}

	.tabs ul li a:hover {
	    background: #eee;
	    color: #333;
	    text-decoration: none;
	}

	/* (de) Zeichensatz auf Serifen umstellen */
	body * {font-family: "Times New Roman", Times, serif}
	code, pre { font-family:"Courier New", Courier, mono}
	body {font-size: 12pt}

	/* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
	h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

	/* (de) Auszeichnung von Abkürzungen */
	abbr[title]:after, acronym[title]:after {content: '(' attr(title) ')'}

	/* (de) Abschalten evlt. vorhandener Hintergrundgrafiken zur Linkkennzeichnung */
	#page a[href^="http:"], #page a[href^="https:"]
	{
		padding-left: 0;
		background-image: none;
	}

}