/* CSS Document */
.tabulka{
background-color: #043F00;
}

.tabulka2{
background-color: #043F00;
scrollbar-track-color: silver;
scrollbar-face-color: blue;
scrollbar-highlight-color: yellow;
scrollbar-3dlight-color: green;
scrollbar-darkshadow-color: black;
scrollbar-shadow-color: purple;
scrollbar-arrow-color: red; 
margin-top: 0;
margin-left: 20;
margin-bottom: 0;
margin-right: 0;
}

.lista{
scrollbar-track-color: silver;
scrollbar-face-color: blue;
scrollbar-highlight-color: yellow;
scrollbar-3dlight-color: green;
scrollbar-darkshadow-color: black;
scrollbar-shadow-color: purple;
scrollbar-arrow-color: red; 
}
	
.stred{
margin-top: 2;
margin-left: 20;
margin-bottom: 15;
margin-right: 15;
color: white;
font-weight: normal;
font-size: 12px;
font-family: Geneva CE, Arial CE, sans-serif;
letter-spacing: 1px;
} 

.stredfoto{
margin-top: 0;
margin-left: 0;
margin-bottom: 0;
margin-right: 0;
font-weight: normal;
font-size: 12px;
font-family: Geneva CE, Arial CE, sans-serif;
letter-spacing: 1px;
} 

iframe{
margin-top: 2;
margin-left: 0;
margin-bottom: 0;
margin-right: 0;
background-color: #043F00;
} 

p
{
font-size: 12px;
font-weight:normal;
color: white;
font-family: Geneva CE, Arial CE, sans-serif;
letter-spacing: 1px;
}

.p
{
font-size: 12px;
font-weight:bold;
}

ul
{
list-style-type: disc;
list-style-image: url("img/linka.gif");
}
 
a
{
text-decoration: none;
font-weight:bold;
}
a:link    
{
color: white;
}
a:visited
{
color: white;
}
a:active    
{
color: white;
}
a:hover    
{ 
color: #E7CD96;
}

