body {
margin:0
}

* a {
color: blue
}

* a:visited {
color: blue
}

.pozadi {
background-color: #91DC91
}

.pozadi1 {
background-color: #eeeeee
}

.pozadi2 {
background-color: #cccccc
}
		
#menu_hlavni {
height: 89px;
background-color: white;
padding: 8px;
position: absolute;
right: 0%;
top: 0%;
width: auto;
text-align: center;
}

#odkaz_js {
cursor: Pointer;
color: blue;
text-decoration: underline;
}

.sekce {
cursor: Pointer;
color: blue;
}

.kategorie {
position: relative;
left: 10px;
font-size: small;
}

#vysledky img {
cursor: Pointer
}

#vysledky table {
border: 1px solid black;
border-collapse: collapse
}

#vysledky th {
text-align: left
}

#vysledky td {
margin-left: 2px;
margin-right: 2px;
}

#gps_point th {
text-align: left
}

