/*
* {
	margin: 0;
	padding: 0;
}
*/
body {
	background: rgb(255,255,204);
	font-family: verdana, "arial", sans-serif;
	font-size: 13px;
  text-align: center;
}
img {
	border: 0;
}
a {
	color: black;
}
a:hover {
	background:rgb(228,228,228);
	color:rgb(0,102,0);
}
p {
	margin: 12px 10px 6px 10px;
}
h1 {
	font-size: 20px;
	text-align: center;
	margin: 0px 0 10px 0;
	font-weight: bold;
	padding: 3px;
	background: rgb(255,140,26);
	font-weight: bold;
	-moz-border-radius: 10px;
}
h2 {
	font-size: 16px;
	text-align: left;
	margin: 33px 0 13px 0;
	font-weight: bold;
	padding: 3px 15px;
	background: rgb(206,206,255);
	font-weight: bold;
	-moz-border-radius: 10px;
}
table {
	font-size: 13px;
}
ul {
margin-left:40px;
}
li {
margin-top:4px;
}
#vse {
	width: 770px;
	font-size: 15px;
	/*padding-top: 38px;*/
	padding-top: 1px
	
}
#menu {
	font-size: 13px;
	background: #333399;
	padding: 10px 0 10px 0;
	margin: 0;
	border: 2px solid gray;
}
#menu a {
	color: white;
	padding: 9px 8px;
	font-size: 13px;
	font-weight:normal;
}
#menu a:hover {
	background: white;
	color: black;
}
#obsah {
	text-align: left;
	padding: 20px 8px;
	border: 2px solid gray;
	border-top: 0;
	background: white;
	margin: 0 0 35px 0;
	line-height: 22px;
}
#pata {
	font-size: 11px;
	padding: 8px;
}
#pata a {
	color: black;
	font-weight: bold;
}
#pata a:hover {
	color: red;
}

#logo {
text-align:left;
margin-bottom:14px;
}

.u-fwb {
	font-weight: bold;
}

.prevodni_tabulka table {
 border-collapse:collapse;
}

.prevodni_tabulka th {
background:rgb(74,165,255);
border:1px solid gray;
padding:5px;
}

.prevodni_tabulka td {
border:1px solid gray;
padding:3px 8px;
}

.pomucka_tabulka_vertikalni table {
border-collapse:collapse;
}

.pomucka_tabulka_vertikalni td {
border:3px solid rgb(242,242,242);
color:white;
font-weight:bold;
text-align:center;
}

.pomucka_tabulka_vertikalni .barva1 {
background:rgb(204,0,0);
width:30px;
height:30px;
}

.pomucka_tabulka_vertikalni .barva2 {
background:rgb(0,0,153);
width:30px;
height:30px;
}



.pomucka_tabulka_horizontalni table {
border-collapse:collapse;
}

.pomucka_tabulka_horizontalni td {
text-align:center;
border:3px solid rgb(242,242,242);
color:white;
font-weight:bold;
}

.pomucka_tabulka_horizontalni .barva1 {
background:rgb(204,0,0);
width:30px;
height:30px;
}

.pomucka_tabulka_horizontalni .barva2 {
background:rgb(0,0,153);
width:30px;
height:30px;
}

.morse {
font-family:"courier";
font-size:16px;
font-weight:bold;
}

.field {
padding:10px;
border:1px solid gray;
background:rgb(245,245,245);
}

legend {
font-weight:bold;
}

.chyby {
color:red;
border:1px dashed red;
text-align:center;
padding:8px;
margin:4px 0;
font-weight:bold;
} 


.inp_znak {
width:60px;
text-align:center;
font-size:130%;
font-weight:bold;
}