
p { margin: 0 0 0 40px; text-indent: -32px;}
a { text-decoration: none; }
a:visited {
color: #00F;
}
a:hover{
  text-shadow: 1px 1px 10px black;
}
#tux { float: right;}

html{
  background-image: url(../poz1.jpg);
}

body {
  width:900px;
  padding:20px;
  margin:0px auto 0px;

  background-image: url(../patt.jpg);
  font-family: verdana;
}

h2 {
  margin : 16px 100px 12px ;
	color: #9D9;
	background-color: #336;color: #EEE;
	font-family : sans-serif;
	line-height: 1.6;
	text-align: center;
}
h3 {	margin: 16px 8px 8px;
	font-family: sans-serif;
	text-decoration: underline;
}
h4 {	margin: 8px 8px 0;
	color: #00F;
	text-decoration: underline;
}
p.pozn{	font: bolder italic 0.9em sans-serif;
	color: #336;
	text-align: center;
	margin-top: 2em;
}
tt {	font: bold 1em monospace;
	color: #006;
	padding: 1em;
}

.podtrzeny { text-decoration: underline; margin-right: 2em;}
.zvyraznit { background-color: #AFA;}

table {
  width:100%;
}


td {
  padding: 0 32px 0 8px;
  margin:0;
}


th {
  text-align: left;
}

div.l3float {
    float: left;
		margin: 1;
		width: 33%;
}
.cleaner { clear:both; height:1px; }

