@charset "utf-8";
/* www.wasserfitness.be: Druck Css */

/*	Klassenformatierung ausschlaggebend für den Druck	*/
.keindruck, .info	{	display:none;
				}
				.navhorizont{	display:none;
				}
/*ID für keine Druckränder auf Papier*/
  div#Seite {
					margin: 0;
					padding:0;
					width:100%;
			   	}
/*	Schriftfarbe, Zeilenabstand, Rechter Abstand zum Blattrand, 
	Serifenschrift, Grösse, Blatthintergrund	*/
body, html, p, form, a, div, content, table, div#Seite 	{	color: black;
															background: transparent;
															margin-right:1em;
															line-height: 1.5em;
															font-family:"Times New Roman", Times, serif;
															font-size: 11pt;
}
div#Inhalt h1 p	{
	widows:4; /*	4 Zeilen nach	*/
	margin-bottom:80pt;
	orphans:2;	/*	Kein Schusterjunge > 2 Zeilen */
}
div#Inhalt h4 {
	page-break-after:avoid; /*	kein Zeilenumbruch nach h4*/
}


#content h1 	{ 	margin-left:0px;
					margin-top:360pt;
					font-size: 15pt;
}

/*	Keine Linien	*/						
#page 			{	BORDER-RIGHT: none;
					BORDER-LEFT: none;
				}
/*	Container mit Logo und Navigation	*/
#header			{	display:none;
				}
span	{	display:none;
				}
/*	Container mit Fussleiste	*/
#Fusszeile		{	display:none;
				}
/* Generelle Link-Stile für Hover-links  */
a, a:link, a:visited, a:hover, a:active	{	
	color: #000000;
	background: transparent;
	text-decoration:none;
	font-weight:bold;
}
a:link, a:visited, a:active, a:hover	{
	color: #000000;
	background: transparent;
	text-decoration:none;
	font-weight:bold;
	}
/*	Bilder nur in s/w
__________________________________ */
img			{			background-color:#666666;}

#url 			{	display:inline;
					font-size:0.8em;
				}
#navhorizont {	display:none;
}
#linke-spalte {	display:none;
}
span	{	display:none;
}
legend, fieldset	{	border:none;
}
legend 
{	display:none;
}

/*	Formularfeld ohne Kasten ohne Kommentarfeld (textarea)	*/
input, select {
	border-top:0px;
	border-right:0;
	border-left:0;
	border-bottom:1px solid #ccc;
	}

#url 			{	display:inline;
					font-size:0.8em;
				}