b.big {
 font-size:22;
}
b.small {
 font-size:20;
}
a.link {
 text-decoration:none;
 color:gray;
}
a.odkaz {
 color:black;
}
li.link {
	color:tomato;
}
li.disabled {
	color:tomato;
}
td.menu {
 padding:10 0 10 0;
	background:rgb(248,248,255);
}
table.menu {
	border:none;
	font-size:12;
	width:205;
}
td.head {
	padding:0;
	spacing:0;
	border:none;
 background:rgb(248,248,255);
}
td.banner {
	padding:0;
	spacing:0;
}
table {
	border:2 solid orange;
	background:rgb(248,248,255);
}
td.obsah {
 padding:20 0 0 10;
	background:rgb(248,248,255);
}
fieldset.nadpis {
	font-size:15;
	letter-spacing:5;
 width:494;
 padding:3 7;
 background: url(img/nadpis.jpg);
	border:3 double orange;
}
fieldset.odstavec {
	width:494;
	border-left:1 solid orange;
	border-right:1 solid orange;
	border-bottom:1 solid orange;
	border-top:none;
	padding:10;
	text-align:justify;
}
img.nahoru{
	float:right;
}
img.screenshot {
	border:1 solid black;
}
table.noneformat {
	border:none;
}
input.text {
	width:250;
 background:rgb(248,248,255);
 border:1 solid orange;
}
textarea {
 background:rgb(248,248,255);
 border-left:1 solid orange;
 border-right:none;
 border-top:1 solid orange;
 border-bottom:1 solid orange;
 scrollbar-3dlight-color:black;
 scrollbar-arrow-color:orange;
 scrollbar-darkshadow-color:black;
 scrollbar-face-color:rgb(248,248,255);
 scrollbar-highlight-color:orange;
 scrollbar-shadow-color:orange;
 scrollbar-track-color:papayawhip;
}
input.button {
	width:100;
	border:2 solid white;
	background:rgb(255,184,149);
}
img.help {
	float:right;
}
div.float {
	float:right;
}
.foto {
 background-color: rgb(224,224,224);
 vertical-align: center;
 text-align: center;
 border:1px silver solid;
 width:155px;
 height:119px;
 float:left;
 margin:2px;

 element {
  background-color: expression(
    this.onmouseover = function() { this.className += ' hover'; },
    this.onmouseout = function() { this.className = this.className.replace(' hover', ''); }
  );
}
}

.foto:hover, .foto.hover {
 background:rgb(208,208,208);
 border:1px gray solid;

}

.foto img {
 margin:3px;
 padding:0px;
}
