@charset "utf-8";
/* CSS Document */


@media print {/*START Druckformatierung*/

html, body, article {
	margin:0 !important;
	padding:0 !important;
	max-width:none;
	min-width:none;
	width:auto;
	height:auto;
	left:auto;
	right:auto;
	position:static;
	}

/* Seitenränder einstellen */	
@page {
	margin-top:1.5cm;
    margin-bottom:1.5cm;
    margin-left:1cm;
    margin-right:1cm;
	}

/* Zeilenabstand einstellen */	
* {line-height: normal !important;
	}

/* alles entfernen was nicht im Drucklayout zu sehen sein soll */
nav, footer, .bgimg, img {display:none;
	}

/* max. Bildgröße [Bilder, Grafiken] festlegen; max-width: 100% geht auf max. Blattbreite */
img {max-width:80% !important;
	}									

/* Typo und Frabe festlegen */
p, article, box, table, form, wrap, .pandir, h1, h2, h3, h4, h5, h6, t1, t2, t3, t4, t5, t6, tb1, tb2, tb3, tb4, tb5, tb6, z1, z2, L1, li  > span{
	color:#000 !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h1 {font-size:20pt;}
h2 {font-size:18pt;}
h3 {font-size:16pt;}
h4 {font-size:14pt;}

/* Textumbrüche festlegen */
h1, h2, h3, h4, h5, h6 {page-break-after:avoid;}

/* Darstellung der Links */
a:link, a:visited, a {
	background:transparent !important;								/* Hintergrundfarbe transparent */
	font-family:"DIN", Verdana, Arial, Helvetica, sans-serif;		/* serifenlose Schrift */
	color:#666666;													/* andersfarbig, etwas heller */
	font-size:16pt;	
	font-weight:normal;												/* normal */
	font-style:italic !important;									/* kursiv */
	text-decoration:underline;										/* unterstreichen */
	}

/* Hinweistext zum Schluß */
article:after {
	content:"Copyright YOUNITY-Familienstellen - alle Rechte vorbehalten. | http://www.younity-familienstellen.de";
	white-space:pre; 												/* or pre-wrap */
	display:block;
    text-align:center;												/* Hinweistext ausrichten */
	color:#111111 !important;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:14pt;													/* Schriftgröße */
	padding-top:10pt;												/* Abstand zur Trennlinie nach oben */
	border-top:1pt dashed #000000;									/* Trennlinie oben */
	margin-left:0;
	}

/* Hinweistext am Anfang */
body:before { content:""; }												/* möglicher Hinweistext auf der ersten Seite */

/*ENDE Druckformatierung*/}