/* 
 *  StyleSheet fuer die LeanoMedia-Seiten
 *  (c) 2003,2004 LeanoMedia Informationslogistik GmbH 
 */


body	{	
	font-size:	1em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
        font-family:    Helvetica,Arial,sans-serif;
	font-size-adjust: .58;
	}	

p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	/* inherit from body */	
	}	

small	{	
	font-size:	.92em;
	}	

big	{	
	font-size:	1.17em;
	}	

pre	{	
	font-family:	'Monotype.com', Courier New, monospace;
	}	

ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	

table, tbody, tr, td	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-size-adjust:	.58;
	}	

	/* end body type */	




	/* begin header type */	/* 4 - modern sans a */
		
h1	{	
	font-size-adjust:	.48;
	font-size:	2em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: 0;
	margin-bottom: 0;
	}	

h2	{	
	font-size-adjust:	.48;
	font-size:	2em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: 0;
	margin-bottom: 0;
	}	
		
h3, h4, h5, h6	{	
	font-size-adjust:	.48;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

dt	{	
	font-size-adjust:	.48;
	font-size:	1.17em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
tfoot, thead	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-size-adjust:	.48;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-size-adjust:	.48;
	}	
		
hr	{	
	visibility:	visible;
	}	
		
	/* end header type */	




	/* begin affordances */	/* 4 - swiss a */
		
a, address, blockquote, body, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var, 
applet, big, center, dir, font, hr, menu, pre,		
abbr, acronym, bdo, button, fieldset, ins, label	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration:	none;
	border-color:	black;
	border-style:	none;
	}	
		
body	{	
	color:	black;
	background:	white;
	}	
		
em	{	
	font-style:	normal;
	font-weight:	bold;
	color:	black;
	background:	white;
	}	
		
strong	{	
	font-style:	italic;
	background:	white;
	font-weight:	bold;
	color:	black;
	}	
		
em strong, strong em	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	background:	white;
	color:	red;
	}	
		
b	{
	font-weight:	bold;
	}
	
i	{
	font-style:	italic;
	}
		
.warning	{	
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	white;
	color:	red;
	}	
		
del	{	
	text-decoration:	line-through;
	background:	#F66;
	}	
		
ins	{	
	text-decoration:	underline;
	background:	yellow;
	}	
		
var, cite, dfn, .note	{	
	font-style:	italic;
	}	
		
address	{	
	font-style:	normal;
	letter-spacing:	.1em;
	}	
		
acronym	{	
	font-variant:	small-caps;
	letter-spacing:	0.1em;
	}	
		
h1	{
	color:	#0081d5;
	background:	white;
	}

h2, h3, h4, h5, h6, dt, th, thead, tfoot	{	
	color:	black;
	background:	white;
	}	
		
hr	{	
	color:	black;
	}	
		
#colophon	{	
	display:	none;
	}	
		
col, colgroup, table, tbody, td, tr	{	
	color:	black;
	text-decoration:	none;
	border-color:	black;
	border-style:	none;
	background:	white;
	}	


a:link { 
  text-decoration: none;
  font-weight: bold;
  color: #0081d5;
  background: white; 
}

a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #0081d5;
  background: white;
}

a:active {
  text-decoration: none;
  font-weight: bold;
  color: #000080;
  background: white;
}

a:hover {
  text-decoration: none;
  color: #000080;
  background: white;
}

a.offsite {
  text-decoration: none;
  font-weight: normal;
  color: #0081d5;
  background: white;
}

td.navhead {
  color: #ffffff;
  background-color: #0081d5;
  font-weight: bold;
}

a.navhead:link,a.navhead:visited {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081d5;
  font-weight: bold;
}

a.navhead:hover,a.navhead:active {
  color: #000080;
  text-decoration: none;
  background-color: #0081d5;
  font-weight: bold;
}

td.navdata {
  color: #000000;
  background-color: #f0f0f0;
}

a.navdata:link,a.navdata:visited {
  color: #0081d5;
  text-decoration: none;
  background-color: #f0f0f0;
  font-weight: bold;
}

a.navdata:hover,a.navdata:active {
  color: #000080;
  text-decoration: none;
  background-color: #f0f0f0;
  font-weight:bold;
}

