@charset 'utf-8';


/** Darstellung Druck-Ausgabe
------------------------------------------------- */
body {
	font-size: 12pt;
	line-height: 20pt;
	padding: 0;
	margin: 0;
	}


body { 	
		color: #000000 !important;
 		background: none !important;
		float: none !important;
		overflow:visible !important;
		position:static !important;
		}
		
#container {
		width: 90% !important;
		position: relative;
		border: 0;
		background-image: none;
		}
  
#jump, 
#navigation,
#themen, 
#sub-navigation, 
form, 
#igmetall, 
#footer, 
#yn-logo, 
.titelbild { 
		display: none;
		}

/* typo*/
h2 {
		border-bottom: 1px solid #999999;
		padding: 0 0 0.1em;
		font-size: 1.3em;
		}

h3, h4, h5, h6 {
		font-size: 1.1em;
		margin: 1em 0 0.2em 0;
		text-decoration: none;
		color: #999999;
		}

p {
		margin: 0.5em 0 1em 0;
		}


/* Links plus generierter content) */
.bodytext a:link, .bodytext a:visited {
		background: transparent;
		color: #520;
		text-decoration: underline;
		}

.bodytext a:link:after,
.bodytext a:visited:after,
.bodytext a:hover:after,
.bodytext a:active:after {
	content: " <" attr(href) "> ";
	color: blue;
	font-style: italic;
	font-weight: normal;
	border: none;
	padding:0;
	margin: 0;
	}
.bodytext a[href^="/"]:after {
	content: " <http://www.younite-nrw.de"attr(href)"> ";
	}
.bodytext a[href^="mailto"]:after {
	content: "";
	}

#content ul li {
		list-style-position: outside; 
		list-style: disc;
		padding-left: 0px;
		}
/* Tabellen Kopf wdh. bzw. kein Seitenumbruch */
thead {display: table-header-group;}
tr {page-break-inside: avoid;}

/* branding */
#container:before {
		content: url(../gfx/yn-logo-print.jpg);
		}
