@charset "UTF-8";
/* CSS Document */

body 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: bold;
//background-color: #99CCFF;
scrollbar-face-color: #FFFFCC;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #C0C0C0;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #646464;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #99CCFF;
}

h3{
	margin:0;
	padding: 5px 0px 5px;
	text-align: center; 
    color: black; 
	font-family:'Courier New', Courier, mono; 
	font-size:large; 
}

.TAGElementa 
{
font-family:'Courier New', Courier, mono;
font-size: small;
color: black;
text-decoration: none;
background-color: white;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;

}

ul 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
color: #000000;
background-color: white;
border: 1px dotted #CCCCCC;

}

li 
{
list-style-image: url(gfx/arrow1.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.napis 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
color: grey;
font-weight:normal;
text-align:center;
}

.rezultat
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
color: #CC0000;
background-color: #FFFFCC;
}

.menu 
{
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
font-size: x-small;
}

a
{
color: grey;
text-decoration: none;
font-weight: normal;
font-size: x-small;
}

a:hover
{
background-color: #FFFFFF;
font-weight: bold;
color: black;
}

input 
{
color: #000000;
background-color: #99CCFF;
font-size: xx-small;
border: 1px solid #000000;
font-weight: bold;
}

hr
{
border: 6px solid white;
}

select 
{
font-size: xx-small;
color: #000000;
font-weight: bold;
background-color: #FFFFFF;
}

.oznaka
{
font-size: xx-small;
color: black;
font-weight: bold;
}
table 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
border: thin dotted #FFFFFF;
background-color: white;
}
th
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: none;
background-color: #000000;
color: #FFFFFF;
}
td 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
color: #000000;
font-weight: bold;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: dashed;
border-left-style: none;
border-top-color: #99CCFF;
border-right-color: #99CCFF;
border-bottom-color: #99CCFF;
border-left-color: #99CCFF;
text-align:left;
}

option { 
text-align:center;
}


