/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.highresolution.info/webdesign/yaml/) #
** ######################################################################################################
** 
**  YAML Version: 2.1
**  Dateiversion: 15.01.06
**  Datei       : print_010.css
**  Funktion    : Druck-Stylesheet - druckt die mittlere Spalte
**
*/
@media print {
	body * {
		font-size: 12pt;
		font-family: "Times New Roman", Times, serif;
	}
	blockquote.hint {
		font-family: "Times New Roman", Times, serif;
	}
	blockquote.css,blockquote.xhtml,blockquote.file {
		font-family: "Courier New", Courier, mono;
	}
	h1 {
		font-size: 16pt;
		font-weight: bold;
		color: #336699;
		background: inherit;
		margin: 0.4em 0 0.5em 0;
	}
	h2 {
		font-size: 14pt;
		font-weight: bold;
		color: #666;
		background: inherit;
		margin: 0.2em 0 0.5em 0;
		padding: 0.3em;
	}
	h3 {
		font-size: 12pt;
		font-weight: bold;
		margin: 0.4em 0 0.3em 0;
	}
	/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
	h1,h2,h3 {
		page-break-after: avoid;
	}
	abbr [title]:after,acronym [title]:after {
		content: '(' attr(title) ')';
	}
	#hr_teaser {
		display: block;
		float: none;
		border: 1px solid black;
		margin: 0px;
		padding: 0px;
	}
	/* 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;
	}
	/* Umformatierung der Layoutboxen */
	body {
		margin: 0;
		padding: 0;
	}
	#page_margins,#page {
		min-width: inherit;
		margin: 0;
		padding: 0;
		border: 0;
	}
	#top {
		height: auto;
	}
	#top img {
		display: none; margin : 0;
		padding: 0;;
		margin: 0;
	}
	#main {
		margin: 0;
		padding: 0;
	}
	#col1 {
		display: block;
		float: none;
		margin-bottom: 12pt;
		padding: 0;
		border: 0;
		padding-bottom: 12px;
		border-bottom: 1px solid black;
		width: 100%;
		clear: both;
	}
	#col2 {
		display: block;
		float: none;
		margin-bottom: 12pt;
		padding: 0;
		border: 0;
		padding-bottom: 12px;
		border-bottom: 1px solid black;
		width: 100%;
		clear: both;
	}
	#col3 {
		display: block;
		float: none;
		margin-bottom: 12pt;
		padding: 0;
		border: 0;
		padding-bottom: 12px;
		border-bottom: 1px solid black;
		width: 100%;
		left: 0px;
		clear: both;
	}
	#top_menu {
		display: none
	}
	;
	#top {
		display: none
	}
	;
	#footer {
		display: none;
	}
}