/* DATEI: format.css */

body { margin-top:10px;
       margin-bottom:10px;
       margin-left:10px;
	   background-image:url(images/tlo.jpg);
       background-repeat:repeat;
	   background-attachment:fixed; }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

body.index { background-image:url(images/szatan.jpg);
             background-attachment:fixed; }

#tlo { position : absolute; left:2; top:150; }

#licznik { position : absolute; left:105; top:360; }

#przeglad { position : absolute; left:134; top:280; }

p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Times New Roman,Arial;
       font-size:14pt;
	   text-align:left;
	   color:#4B6432;
       /* line-height:14pt; */
       font-weight:300;
       letter-spacing:0.1mm;
       word-spacing:0.4mm; }

/* font-family = Schriftart fuer Textelemente */
/* Times New Roman,Arial = Times New Roman und Arial, Wert aenderbar */


h1 { font-family:Times New Roman,Arial;
     font-size:20pt;
	 text-align:center;
	 /* color:black; */
	 font-style:normal; } /* Titel */

/* font-size = Schriftgroesse */
/* 24pt = 24 Punkt, Wert aenderbar */

.green { color:green; }

h2  { font-size:16pt;
      font-style:normal;
      font-family:Times New Roman,Arial;
	  color:#4B6432;
	  /* font-variant:small-caps; */
      font-weight:300;
	  letter-spacing:0.3mm;
	  word-spacing:0.8mm;
	  /* margin-left:25px; */ }
/* Kapitel */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */

h3 { font-family:Times New Roman,Arial;
     font-size:16pt;
	 color:#4B6432;
     font-weight:300;
	 /* text-align:center; */
	 /* letter-spacing:0.2mm; */
	 /* word-spacing:0.6mm;*/ }
/* Bild Unterschrift */

.yellow { color:yellow; }

h4 { font-family:Times New Roman,Arial;
     font-size:12pt;
	 color:black;
     font-weight:600;
	 text-align:left;
	 /* letter-spacing:0.2mm; */
	 /* word-spacing:0.6mm; */ }

/* Linksbindig */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

h5 { font-family:Times New Roman,Arial;
     font-weight:300;
	 font-size:7pt;
	 color:#4B6432;
	 text-align:right; }
/* Letzte Änderungen */

h6 { font-family:Times New Roman,Arial;
     font-weight:300;
	 font-size:8pt;
	 color:#4B6432;
	 text-align:left; }
/* Letzte Webmaster */


td,th,tr { vertical-align:middle;
           high:30%;
		   border-style:solid;
		   border-width:thin;
		   border-color:#4B6432; }
.b_none  { border-style:none; }
		   
td.3mm { padding-bottom:3mm; }

td.5mm { padding-bottom:5mm; }

td.7mm { padding-bottom:7mm; }

td.9mm { padding-bottom:9mm; }

th.groove { border-style:groove; }

td.groove { border-style:groove; }

td.zweispaltig { column-span:2 }

table.blind { width:100%;
		      border-style:none; }
/* Blindetabelle */

table { width:75mm;
        border-style:solid;
		border-width:thin;
		border-color:#4B6432; }
		
table.txt { width:145mm;
            border-style:none;
	    	border-width:thin;
			margin-left:15px; }
			
table.podpis { width:145mm;
            border-style:none;
	    	border-width:thin;
			margin-left:40px; }
			
/* Tabelle */

a:link { color:#000000; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:active { color:#AA5522; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */
