body         { font-size: 10pt; color: #000000; font-family: Verdana; background-color: #81d4a0; margin: 0 }
a:link       { text-decoration: none; color: #000000 }
a:visited    { text-decoration: none; color: #000000 }
a:hover      { text-decoration: underline; color: #81d4a0 }
a:active     { text-decoration: none; color: #000000 }
p            { margin-top: 10; margin-bottom: 10; text-align:justify }
td           { font-size: 10pt; }
h1           { margin-top: 15; font-size: 16pt; color: #81d4a0; font-weight: bold; text-align:center }
h2           { margin: 0; font-size: 12pt; font-weight: bold; text-align: left; color: #ffffff }
h3           { font-size: 12pt; font-weight: bold; text-align:center; }
a:link.stopka, a:visited.stopka {
	text-decoration: none;
	color:#ffffff;
}
a:hover.stopka {
	text-decoration: underline;
	color:#ffffff;
}
ul           { text-align: left }
#main {
	max-width: 990px;
	margin: 0 auto;
}
#tresc {
	max-width: 500px;
	padding: 5px 20px;
	background-color:#fff;
}
#st {
	color: #FFFFFF; 
	font-size:9px;
	text-align:center;
	padding: 20px;
	margin: 0 auto;
	max-width:950px;
	clear:both;
}
img { border: 0 }
.mov:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}