/* CSS fuer Seiten, die Tabellen enthalten und einen Hintergrund
	address		Beginn einer mailadresse	<address>helmut.kohl@01plenum.cdu.org</address>
	b		Fetter Text
	div		Fasst mehrere Absätze zu einer Einheit zusammen
	ul		Unnummerierte Liste beginnt
	ol		Nummerierte Liste beginnt
	li		Listenzeile anfangen
 	margin: 	Abstand zum Rand (z.B. der Abstand einer Tabelle zur Seitengrenze
	padding:	Innenabstand (z.B. in Tabellen) festlegen 
*/


/*   Seiteneigenschaften	*/
body    { margin-top:5px;margin-bottom:5px;margin-left:0px;margin-right:10px; }
body    { background-image: url('images/backgrounds/Bottom_texture.jpg');  	background-attachment: fixed;   background-position: -200px -100px;}


/*   Absatzeigenschaften	*/
p  		{margin-left:10px;margin-top:0px;margin-bottom:0px;margin-right:0px;}
p  		{padding-top:0px;padding-bottom:0px;padding-right:0px;}
p		{font-size:1.1em ; font-weight: bold;}
p       {word-wrap:break-all; white-space: normal;}


/* Angaben für Formulare */
input, select	{font-size:8pt;font-weight:700;}


/*   Tabelleneigenschaften  */
table	{ background-color:rgb(233,233,233); border-collapse:collapse;}
table	{ padding:3px;}
table	{ margin-left:10px; margin-bottom:10px; margin-top:10; border: 3px #555555 solid;}
table   { vertical-align:top; cellspacing:0px; table-layout:fixed;}
td      { font-family:Arial, Helvetica, sans-serif;  border: 1px #FFCC33 solid; padding: 15px} 
th      { font-family:Arial, Helvetica, sans-serif;  border: 0px #FFCC33 solid; padding: 15px}} 
tr      { font-family:Arial, Helvetica, sans-serif;  border: 0px #FFCC33 solid} 


td,th,tr	{ vertical-align: top;}




/* font-family = Schriftart fuer Textelemente */
body,p,ul,ol,li,p,address,blockquote,nobr,b,i	
		{font-family:Arial,Helvetica,sans-serif;}

/* font-family = Schriftart fuer Ueberschriften */
h1,h2,h3,h4,h5	{font-family:"Times New Roman", Times, serif;}


/* Eigenschaften 1. Ueberschrift */
h1 		{font-size: 24pt; color: #800040; margin-left: 0px; margin-bottom: 5px;}

/* Eigenschaften 2. Ueberschrift */
h2,h2.sh2 	{font-size: 20pt; color: #800040; margin-left: 5px; margin-bottom: 4px;}

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
h3,h3.xmp,h3.xpl,h3.inf,h3.tip 	
		{font-size: 18pt; color: #800040; margin-left: 10px; margin-bottom: 2px;}

/* Zwischenueberschriften an manchen Stellen */
h4 		{font-size: 14pt; color: #800040; margin-left: 20px; margin-bottom: 1px;}



ul,ol  {list-style-type: none; line-height: 1.7em; margin-top:0px; margin-bottom:0px;}


li	{list-style-type: none; }


a:link 		{color:#006600;text-decoration:none;}
a:visited 	{color:#3333CC;text-decoration:none;}
a:active 	{color:#000099;text-decoration:none;}

/*  strong wird umdefiniert, damit netscape auch in den Tabellen den Text fett darstellt    */
strong      {font-weight: 700}

