@media screen, print {

		div[class="formular"] > ol {
			list-style-type:	decimal;
			list-style-position:	inside;
			padding:		0;
			height:			2em;
			margin:			0;
			}

		div[class="formular"] > h3[class="abgeschlossen"] {
			font-size:		1em;
			font-weight:		normal;
			text-align:		center;
			padding:		0;
			padding-top:		0.25em;
			height:			2em;
			margin:			0;
			}

		div[class="formular"] > ol > li {
			float:			left;
			height:			100%;
			padding-top:		0.25em;
			text-align:		center;
			}

		div[class="formular"] > ol > li > a {
			text-decoration:	none;
			}

		div[class="formular"] > ol > li[class="aktuell"] > span > span[class="position"] {
			display:		none;
			}


		div[class="formular"] > h2,
		div[class="formular"] > h3[class="inBearbeitung"] {
			display:		none;
			}
		form[class="formular"] {
			clear: 			both;
		}

		form[class="formular"] > fieldset {
			margin-top:		0.5em;
			margin-bottom:		0.5em;
			padding-top:		0.25em;
			padding-bottom:		0.25em;
			border-width:		0;
			max-width:		100%;
		}

		form[class="formular"] > fieldset > div {
			clear: both;
		}

		form[class="formular"] > fieldset > div,
		form[class="formular"] > fieldset > p {
			margin-top:		0;
			margin-bottom:		0;
			padding-top:		0.25em;
			padding-bottom:		0.25em;
			}

		form[class="formular"] > fieldset > p[class="hinweis"] {
			font-size:		0.8em;
			}

		div[class="formular"] > div > div > p[class="eingerueckt"] {
			color:			red;
			padding-left:		1.5em;
			}


		form[class="formular"] > fieldset > div[class~="textzeile"] > label,
		form[class="formular"] > fieldset > div[class~="textfeld"] > label {
			display:		block;
			float:			left;
			width: 			8em;
			}

		form[class="formular"] > fieldset > legend {
			font-weight:		bold;
			padding-left:		0.5em;
			padding-right:		0.5em;
			padding-top:		0.25em;
			}


		form[class="formular"] > div > fieldset > div> div > input,
		form[class="formular"] > div > fieldset > div[class="zahlungsmethode"] > div > input,
		form[class="formular"] > div > div[class="beleg"] > div > input {
			margin-left:		1em;
			width:			1.5em;
			}
		form[class="formular"] > div > fieldset[class="zahlungsform"] > ul {
			margin-top:		0;
			padding-top:		0;
			margin-bottom:		0;
			padding-bottom:		0;
			list-style-type:	none;
			margin-left:		1em;
			padding-left:		0;
			}

		form[class="formular"] > fieldset > div[class~="textzeile"] > input {
			border:			0;
			border-left-style: 	dotted;
			border-left-width:	0.1em;
			border-bottom-style: 	dotted;
			border-bottom-width:	0.1em;
		/*	margin-bottom:		0.1em;
		*/	width:			30em;
			max-width:		100%;
			}

		form[class="formular"] > fieldset > div[class~="einfachauswahl_knoepfe"] > div > input:focus+label,
		form[class="formular"] > fieldset > div[class~="einfachauswahl_knoepfe"] > div > input:hover+label,
		form[class="formular"] > fieldset > div[class~="einfachauswahl_knoepfe"] > div > label:focus,
		form[class="formular"] > fieldset > div[class~="einfachauswahl_knoepfe"] > div > label:hover,
		form[class="formular"] > fieldset > div[class~="janein_haekchen"] > input:focus+label,
		form[class="formular"] > fieldset > div[class~="janein_haekchen"] > input:hover+label,
		form[class="formular"] > fieldset > div[class~="janein_haekchen"] > label:focus,
		form[class="formular"] > fieldset > div[class~="janein_haekchen"] > label:hover,
		form[class="formular"] > fieldset > div[class~="textzeile"] > input:focus,
		form[class="formular"] > fieldset > div[class~="textzeile"] > input:hover {
			border-bottom-style: 	solid;
			border-bottom-width:	0.1em;
			margin-bottom:		0;
		}

		form[class="formular"] > fieldset > div > textarea {
			border:			0;
			border-left-style: 	dotted;
			border-left-width:	0.1em;
			border-bottom-style: 	dotted;
			border-bottom-width:	0.1em;
		/*	margin-bottom:		0.1em; */
			font-family:		sans-serif;
		}

		form[class="formular"] > fieldset > div > textarea:focus,
		form[class="formular"] > fieldset > div > textarea:hover {
			border-bottom-style: 	solid;
			border-bottom-width:	0.1em;
		/*	margin-bottom:		0;  */
		}

	/* Justierung der Aktionsknöpfe */

		form[class="formular"] > div[class~="aktionen"] {
			text-align:		center;
		}

		form[class="formular"] > div > input[name="zurueck"] {
			float:			left;
			}

		form[class="formular"] > div > input[name="vor"],
		form[class="formular"] > div > input[name="versenden"] {
			float:			right;
			}


}