/*  ========================================================================
	StyleSheet-Bibliothek
	------------------------------------------------------------------------
	
	Autor:			3angle inter@ctive communication
	Verwendungszeck:	http://www.3angle.de
	Dokumenten HEADER:	<LINK REL="stylesheet" TYPE="text/css" HREF="hbm.css" TITLE="HBM-Medien">
	Stand:			26.05.1999
*/

	/* Textkörper ------------------------------------------------------- */

	BODY.nav {
		background-repeat:			no-repeat;
		background-attachment:			fixed;
		background-position:			0cm 0cm;
	}
	
	BODY.2 {
		background-color:			white;
		layer-background-color:			white;
		background-repeat:			no-repeat;
		background-attachment:			fixed;
		background-position:			0cm 0cm;
	}
	
	h1, h2 {
		color:					black;
		font-family:				arial,helvetica;
		font-style:				normal;
		font-variant:				normal;
		font-weight:				bold;
		text-align:				left;
		text-transform:				none;
		text-indent:				0mm;
		line-height:				100%;
/*		background-image:			none;*/
		background-repeat:			no-repeat;
		background-position:			left;
/*		background-color:			white;*/
/*		layer-background-color:			white;*/
		border-style:				none;
		border-width:				none;
	}

	h1 {
		font-size:				18pt;
	}

	h2 {
		font-size:				12pt;
	}


	/* Links ------------------------------------------------------------ */
	
	a:link {
		font-family:				arial,helvetica;
		font-style:				normal;
		text-transform:				none;
		text-indent:				0mm;
		color:					navy;
		text-decoration:			none;
	}
	
	a:visited {
		font-family:				arial,helvetica;
		font-style:				normal;
		color:					lightslategray;
		text-decoration:			none;
	}
	
	a:active {
		color: 					silver;
		text-decoration: 			none;
	}
	
	a:hover {
		color: 					black; 
		text-decoration: 			underline;
	}  
	
	/* Absätze ---------------------------------------------------------- */
	
	p {
		color:					black;
		font-family:				arial,helvetica;
		font-style:				normal;
		font-variant:				normal;
		font-weight:				normal;
		font-size: 				10pt;
		text-align:				justify;
		text-transform:				none;
		line-height:				120%;
	}

	p.sub {
		color:					white;
		font-family:				arial,helvetica;
		font-size: 				8pt;
	}

	p.links {
		color:					gray;
		font-family:				arial,helvetica;
		font-size: 				8pt;
	}

	/* Tabellen --------------------------------------------------------- */
	
	th{
		font-family:				arial,helvetica;
		font-style:				bold;
		font-size:				10pt;
		color:					black;
		background-color:			silver;
	}

	TD {
		font-family:				arial,helvetica;
		font-size:				10pt;
		color:					black;
	}
/*
	DIV:content {
		color:					"#c0c0c0";
		font-family:				arial,helvetica;
		font-style:				normal;
		font-variant:				normal;
		font-size:				10pt;
		text-transform:				none;
		text-indent:				0mm;
		line-height:				100%;
		layer-background-color:		white;
	}
*/
	
/* ENDE ================================================================= */

