/*
26.11.2005, HaPo:	Allgemeine Definition der Zeichensatzgröße für einzelne Tags hinzugefügt,
					weil der IE6 die Deklaration im "body"-Tag nicht auszuwerten scheint.
*/

/* ALLGEMEIN */
body {background-color:rgb(255,245,210);
	 color:rgb(0,0,0); font-family:'Times New Roman',Arial; font-size:10pt; line-height:2.8ex;
	 /* word-spacing:0.04em; letter-spacing:0.02em;*/ text-shadow:rgb(255,0,0); text-align:center; }
h1,h2,h3,h4,h5,h5,ol,p,table,ul {font-size:10pt}

/* LINKS */
a:link {color:rgb(0,100,230); line-height:2.8ex; }
a:visited {color:rgb(100,70,70); line-height:2.8ex; }
a:active {color:rgb(0,170,40); }
a:hover {color:rgb(0,170,40); }


/* ÜBERSCHRIFTEN */
h1 {text-align:center; color:rgb(0,0,0); font-size:300%; margin-top:1ex; line-height:2.8ex; margin-bottom:2ex;}
h2 { color:rgb(0,0,0); font-size:250%; margin-top:2ex; line-height:2.8ex; margin-bottom:2ex;}
h3 { color:rgb(0,0,0); font-size:207%; margin-top:2ex; line-height:2.8ex; margin-bottom:2ex;}
h4 { color:rgb(0,0,0); font-size:173%; margin-top:2ex; line-height:2.8ex; margin-bottom:2ex;}
h5 { color:rgb(0,0,0); font-size:144%; margin-top:1ex; line-height:2.8ex; margin-bottom:1ex;}
h6 { color:rgb(0,0,0); font-size:120%; margin-top:0.5ex; line-height:2.8ex; margin-bottom:0.5ex;}


/*Absätze usw */
p {margin-top:1.5ex; margin-bottom:1ex;}
p#cent {margin-top:1.5ex; margin-bottom:1ex; text-align:center; }
p#just {margin-top:1.5ex; margin-bottom:1ex; text-align:justify; }
p.1 {margin-top:1.0ex; margin-bottom:1.0ex;}


/* Bilder, Grafiken */
img {margin-top:1ex; margin-bottom:1ex; }


/* Tabellen */
table {table-layout:fixed; empty-cells:show;
	  margin-top:1ex; margin-bottom:1ex; 
	  border-style:none; border-color:rgb(0,0,0); border-width:0.25em;
	  }
table#cent {table-layout:fixed; empty-cells:show; 
	  	   margin-top:2ex; margin-bottom:1ex;
		   width:46%; margin-left:27%; margin-right:27%;
	  	   border-style:none; border-color:rgb(0,0,0); border-width:0.25em;
	  	   text-align:center; }
table#cent2 {table-layout:fixed; empty-cells:show;  
	  	   margin-top:2ex; margin-bottom:1ex;
		   width:70%; margin-left:15%; margin-right:15%;
	  	   border-style:none; border-color:rgb(0,0,0); border-width:0.25em;
	  	   text-align:center; }
table#cent3 {table-layout:fixed; empty-cells:show; 
	  	   margin-top:2ex; margin-bottom:1ex;
		   width:56%; margin-left:22%; margin-right:22%;
	  	   border-style:none; border-color:rgb(0,0,0); border-width:0.25em;
	  	   text-align:center; }
table#cent4 {table-layout:fixed; empty-cells:show; 
	  	   margin-top:2ex; margin-bottom:1ex;
		   width:80%; margin-left:10%; margin-right:10%;
	  	   border-style:none; border-color:rgb(0,0,0); border-width:0.25em;
	  	   text-align:center; }
table#just {table-layout:fixed; empty-cells:show;
	  	   margin-top:2ex; margin-bottom:1ex;
		   width:46%; margin-left:27%; margin-right:27%;
	  	   border-style:none; border-color:rgb(0,0,0); border-width:0.25em;
	  	   text-align:justify; }
table#just2 {table-layout:fixed; empty-cells:show; 
	  	   margin-top:2ex; margin-bottom:1ex;
		   width:64%; margin-left:17%; margin-right:17%; 
	  	   border-style:none; border-color:rgb(0,0,0); border-width:0.25em;
	  	   text-align:justify; }
table#just3 {table-layout:fixed; empty-cells:show; 
	  	   margin-top:2ex; margin-bottom:1ex;
		   width:80%; margin-left:10%; margin-right:10%; 
	  	   border-style:none; border-color:rgb(0,0,0); border-width:0.25em;
	  	   text-align:justify; }

		   

