/* 	Dieses StyleSheet stammt ursprźnglich von Johannes Koch (Stand 28.11.2000):	http://pixels.pixelpark.com/~koch/css/lynx.css 	Einige Sachen hab ich schon geŠndert                                     *//* 80 Zeichen breit ^= 46em *//*html	{		background: #000;		color: #FFF;		}*/body	{        color: #000;        background: none #fff;        width: 44em;        border: thin solid #f00;        padding-left: 1.65em;	/* auch Tochterelemente von body haben Abstand        					 		   alle anderen Linkseinzuege angepasst */        font-family: monospace;}body:before {					/* noch eine Spaeschen */		display: block;		margin-bottom: 2em;		text-align: right;		content: "displayed with Lynx.css (sorry, no pages)";		}address, blockquote, div, dl, fieldset, form, hr, noscript, ol, p, table, ul {        margin: 0 3.3em 1em 0;}a, abbr, acronym, address, applet, area, b, bdo, big, blockquote, body, button, caption, center, cite, code, dd, del, dfn, dir, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, i, img, input, ins, kbd, legend, li, map, menu, noframes, noscript, object, ol, optgroup, option, p, pre, q, s, samp, select, small, span, strike, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, u, ul, var {        font-size: 1em;        font-family: monospace;		}address { 		margin-left: .55em;        margin-right: .55em;		}blockquote {  		margin-left: 1.1em;        margin-right: .55em;		}h1, h2, h3, h4, h5, h6 {        margin-top: 0;        margin-bottom: 1em;		}h1, h2, h3, h4, h5, h6, b, strong, th {        font-weight: normal;		}h1 		{        text-align: center;/*      margin-left: auto;        margin-right: auto;*/		}h2 		{        margin-left: -1.65em;		}h3 		{        margin-left: -0.55em;		}h4 		{        margin-left: .55em;		}h5 		{        margin-left: 1.85em;		}h6 		{        margin-left: 2.75em;		}ol, ul	{								/* zusammengefasst */        padding-left: 2.75em;        margin-top: 0;					/* ergŠnzt */        margin-bottom: 1em;		}		li ol, li ul	{		margin-bottom: 0;		}		ul		{		list-style-type: none;		}		ul li:before	{		content: "+ ";		}		ul ol li:before	{						/* fuer die Vererbung noetig, noch unvollstaendig */		content: "";		}		dd 		{        margin-left: 3.85em;		}b, cite, em, i, strong {				/* s, strike rausgenommen */        font-weight: normal;        text-decoration: underline;		}		s, strike	{		font-weight: normal;		text-decoration: none;		}address, cite, dfn, em, i, var {        font-style: normal;		}sub, sup {        vertical-align: baseline;		}/*sub:before {		content: "[";		}		sub:after {		content: "]";		}		*/a:link, a:visited, a:active {        color: #000;        background: none #fff;        font-weight: bold;        text-decoration: none;		}a:focus {        color: #fff;        background: none #000;		}img 	{        visibility: hidden;        width: 0px;  /* mieser Trick, damit Bilder keinen Platz verbrauchen */        height: 0px;		}img:before {        visibility: visible;        content: attr(alt);		}ins, del {        text-decoration: none;		}		/* neu 2000-11-29 nach http://www.trill-home.com/lynx/author_tips.html#markup_char */						ins:before {		content: "[INS:";		margin-right: .55em;		text-decoration: underline;		}	ins:after {		content: ":INS]";		margin-left: .55em;		text-decoration: underline;		}			del:before, s:before, strike:before {		content: "[DEL:";		margin-right: .55em;		text-decoration: underline;		}			del:after, s:after, strike:after {		content: ":DEL]";		margin-left: .55em;		text-decoration: underline;		}		hr		{		visibility: hidden;		width: 0px;		text-align: right;		}		hr:before	{		visibility: visible;        content: "  _________________________________________________________________";		}							/* Ende neu */			/* ganz anderer Versuch fuer Tabellentable, td, th {        border: none;		}td, th {        margin: 0;        padding: 0 .275em 0 .275em;		}*/table	{		display: block;		margin-top: 1em;		margin-bottom: 1em;		}		caption	{		display: block;		font-weight: normal;		text-align: left;		margin-bottom: 1em;		}caption:before {		content: "CAPTION:";		margin-right: .55em;		text-decoration: underline;		}tr		{		display: block;		font-weight: normal;		text-align: left;		}td, th	{		display: inline;		font-weight: normal;		text-align: left;		}hr {        width: 41em;		}fieldset {        border: none;        padding: 0;		}input[type=text], input[type=password] {        border: none;        border-bottom: thin solid #000;		}		input[type=text]:focus, input[type=password]:focus {        border-bottom: thin dashed #000;		}/*textarea {        border: none;		}               */