/*######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
**
**  YAML Version: 2.5
**  Dateiversion: 18.06.06
**  Datei       : print_003.css
**  Funktion    : Druck-Stylesheet - druckt die Spalte #col3
**
*/
@media print
{
	BODY *
	{
		font-size: 10pt;
		font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}
	BLOCKQUOTE
	{
		font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}
	CODE.css, CODE.xhtml, EM.file
	{
		font-family: "Courier New", Courier, mono;
	}
	H1
	{
		font-size: 16pt;
		font-weight: bold;
		background: inherit;
		margin: 0.4em 0 0.5em;
	}
	H2
	{
		font-size: 14pt;
		font-weight: bold;
		background: inherit;
		margin: 0.2em 0 0.5em;
		padding: 0.3em;
	}
	H3
	{
		font-size: 12pt;
		font-weight: bold;
		margin: 0.4em 0 0.3em;
	}
/*Vermeidung von Seitenumbr�chen direkt nach einer �berschrift*/
	H1, H2, H3
	{
		page-break-after: avoid;
/*padding-top: 20pt;*/
	}
	P
	{
		text-align: justify;
/*padding-bottom: 20pt;*/
	}
	ABBR[title]:after, ACRONYM[title]:after
	{
		content: '(' attr(title) ')';
	}
/*Sichtbare Auszeichnung der URLs von Links*/
	#col3 A[href^="http:"], #col3 A[href^="https:"], #col1 P A[href^="http:"], #col1 P A[href^="https:"], #col2 P A[href^="http:"], #col2 P A[href^="https:"]
	{
		padding-left: 0;
		background-image: none;
	}
/*
a[href]:after {
content:" <URL: "attr(href)">";
color:#444;
background-color:inherit;
font-style:italic;
}

Umformatierung der Layoutboxen*/
	BODY
	{
		margin: 0;
		padding: 0;
		background-color: transparent;
	}
	#page_margins, #page
	{
		min-width: inherit;
		margin: 0;
		padding: 0;
		border: 0;
	}
	#topnav
	{
		display: none;
	}
	#header
	{
		height: auto;
		background-image: url(../../pix/headbg.jpg);
		background-repeat: repeat-x;
		margin-bottom: 2em;
	}
	#header IMG
	{
		position: relative;
		top: 0;
		left: 0;
	}
	#breadcrumbs
	{
		background-image: none;
		background-color: transparent;
		color: #000000;
	}
	#breadcrumbs A
	{
		color: #000000;
	}
	#nav_main
	{
		display: none;
	}
	#teaser
	{
		margin: 1em 0 0;
		padding: 0;
		border: 0;
	}
	#main
	{
		margin: 0;
		padding: 0;
	}
	#bgl
	{
		background-image: none;
	}
	#bgr
	{
		background-image: none;
	}
	#col1
	{
		display: none;
	}
	#col1_content
	{
		display: none;
	}
	#col2
	{
		display: none;
	}
	#col2_content
	{
		display: none;
	}
	#col3
	{
		margin: 0;
		padding: 0;
		border: 0;
	}
	#col3_content
	{
		margin: 0;
		padding: 0;
		border: 0;
	}
	#footer
	{
		display: none;
	}
	#werbung1
	{
		display: none;
	}
	#werbung2
	{
		display: none;
	}
	.csc-caption
	{
		font-size: 8pt;
		background-color: #F8F8F8;
		padding: 2px;
	}
/*Typo3 Version 4*/
	DD.csc-textpic-caption
	{
/*font-style: italic;*/
		font-size: 8pt;
		background-color: #F8F8F8;
		padding: 4px;
	}
	.csc-header
	{
		margin-top: 1em;
	}
}
