
body {
font-family: "Verdana CE", "Helvetica CE", Arial, sans-serif;
font-size: small;
color: black;
margin: 0;
padding: 0;
text-align: left;
background-color: white; 
}

b { font-style: normal; font-weight: bold }
i  { font-style: italic; font-weight: normal }
p { padding: 0; padding-top: 4pt; margin: 0 }

h1, h2, h3, h4 { color: #263F9B; background-color : transparent;  
margin: 0.7em 0 0.3em 0;
padding-top: 0.8em}

h1 { font-size: 130%; margin-top: 0.1em }
h2 { font-size: 120% }
h3 { font-size: 110%; color: #4A60B3 }
h4 { font-size: 90%  }

a  { text-decoration: underline; color: #008000 }
a.vetsi {color: #3366CC;}
a:hover  { text-decoration: none;  }

.button {
	background-image: url('najdi.png');
	background-position: bottom;
	background-repeat: repeat-x;
   color: white;
	text-align: center;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 0px;
	vertical-align : baseline;
	width: 120px;
	height: 24px
}

form {margin:0; float: none; clear:none; display:inline;}

input, textarea { background : white; border: 1px solid #999999; margin-bottom: 5px }

img { border: none }
hr, .hide,  { display: none }


.center { text-align: center }
.small {
	font-size : xx-small; color: #3366CC;
}

.vetsi {font-size:120%;}

#vysledky {
	background-color : #E0E0E0;
	border-top: 1px solid #263F9B;
	margin-top: 8px;
	text-align: right;
	padding-right: 8px;
	padding-top: 3px;
	height: 20px
}

.res {
	position: absolute;
	top: 60px;
	left: 8px;
	color: #263F9B;
	font-weight : bold;
}

#seznam {
	padding: 8px;
	width: 70%
}

