/*Cascading Style Sheet für die Echosuite-Produkt-Seite*/
/*erstellt von Martin Komischke*/

p, p1, h1, h2, h3	{ color: #000000; font-family: Tahoma, Arial }
h1, h2, h3	{ font-weight: bolder; }
p		{ font-size: 8pt; padding: 5px; }
p1		{ font-size: 8pt; padding: 1px; }
h1		 { font-size: 14pt; margin: 2px; padding: 2px }
h2		{ font-size: 30pt; color: #000099; text-shadow: #000000; }
h3		{ font-size: 20pt; color: #000099; text-shadow: #000000; }
body		{ background-color: #ffffff; margin: 0pt}
a:link		{ color: #0000bb; text-decoration: underline; }
a:hover		{ color: #0000bb; background-color: #bbbbff; }
a:active	{ color: #0000ff; text-decoration: underline; }
a:visited	{ color: #0000bb; text-decoration: underline; }
table		 { background-color: #ffffff; margin: 2px; padding: 2px; border: none #0000ff; table-layout: fixed }
#links		 { background-color: #eeeeee; border: none #0000ff }
#main		{ background-color: #ffffff; border-color: #0000ff; border-width: 1pt;}

/*Ende CSS*/