BODY {font-family: Tahoma,Arial CE,Courier New CE,sans-serif;font-size: 11px; margin-top: 2}
H1 {font-family: Arial CE,Courier New CE,sans-serif;font-size: 22px;color: red}
H2 {font-family: Arial CE,Courier New CE,sans-serif;font-size: 19px;color: navy;align: left}
H3 {font-family: Arial CE,Courier New CE,sans-serif;font-size: 15px;color: red}
H4 {font-family: Arial CE,Courier New CE,sans-serif;font-size: 17px;color: red}


input{background-color: #FFFFFF; font: 8pt Arial; border: 1px solid black; padding: 1px;}
select{background-color: #FFFFFF; font: 8pt Arial; border: 1px solid black; padding: 1px;}
submit{background-color: #FFFFFF; font: 8pt Arial; border: 1px solid black; padding: 1px;}

input:onmouseover {background-color: #808080;}


#s_ramem{border-width: 1;border-style: solid;border-color: black}
#bez_ramu{border-width: 0;border-style: none}
#cerna {background-color: #000000;}
#cervena {background-color: #FF0000;}
#modra {background-color: #AACCFF;}
#seda {background-color: #C0C0C0;}
#sedac {border-radius: 5px 5px 5px;border: 1px solid black; box-shadow: 5px 5px 1px gray;width:}



A:link {color:#002091;text-decoration:none}
A:visited {color:#0002091 ;text-decoration:none}
A:active {color:gold;text-decoration:none}
A:hover {color:#002099;text-decoration:underline}


TABLE .blue {background: #8080FF;}
TABLE#MAINCONTENT {
  max-width:1000px;
}
TH {font-family: Arial CE,Courier New CE,sans-serif;font-size: 13px;background-color: black;color: white;background: #8080FF url(http://leiko.powernet.cz/cnc10/media/titlebar.png) repeat-x center left;}
TD {font-family: Arial CE,Courier New CE,sans-serif;font-size: 12px;background-color: black;color: black;background: white;}

TH A:link {color:white;text-decoration:none}
TH A:visited {color:white ;text-decoration:none}
TH A:active {color:red;text-decoration:none}
TH A:hover {color:gold;text-decoration:underline}

TH .squad A {color:green;text-decoration:none}

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.headerbar{
font: bold 14px Arial;
color: white;
background: black url(../media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
font-family: Tahoma, sans-serif;
font-size: 13px;
}

.arrowlistmenu ul li a{
color: black;
background: url(../media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 22px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: black;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: gold;
background-color: #0000FF;
}

#dhtmltooltip {
  position: absolute;
  width: 250px;
  border: 1px solid black;
  padding: 2px;
  background-color: white;
  visibility: hidden;
  z-index: 100;
}