/* <LINK REL=StyleSheet HREF="Layout.css" type=text/css> */
@import url(../stylist.css);

/**
 * general Appearance Layout
 */
h1, h2, h3, h4 {  /** Captions */
	/* auto underline Headings */
	text-decoration: underline;
}

table caption {		/* Captions contexted in Tables */
	font-weight: bold;
	text-decoration: underline;
}

blockquote {  /** Quotations */
	font-style: italic;
}


/**
 * Layout for Additional Format Information.
 * Visual Marks
 */

img.vMark {	/* Images for visual Marks */
	color: white;
	background-color: white;
	vertical-align: bottom;

/* gibt Fehler:
	float: left;
	width: 16px;
	height: 16px;
*/

/*	padding: 0em 0em 0em 0em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0;

	float: left;
	clear: left;

	width: 16px;
	height: 16px;
*/
}