/* Print-Styles for form-eachofus
--------------------------------------------------------------- */

body {
	font-family: "Times New Roman", Times, serif;
	line-height: 26px;
	width: 740px;
}
/* Textformat
--------------------------------------------------------------- */
#textfeld h1 {
	color: #000000;
	border-bottom: thin solid #000000;
	font-size: 18px;
	font-weight: bold;
}
#textfeld h2 {
	color: #333333;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
#textfeld p {
	color: #333333;
	font-size: 14px;
}
#textfeld a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	margin-right: 1em;
	margin-left: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
/* Hide + Seek: Display-Rules
------------------------------------------------------------------------ */
#wrap, #jack {
	visibility: hidden;	
}
#textfeld {
	visibility: visible;
}
#logo {
	visibility: visible;
	float: right;
}
