body {
text-align: center;
margin: auto;
color: #000000;
font-family: verdana, tahoma, sans-serif;
font-size: 12px;
background-image: url("images/bck-web.jpg");
background-repeat:repeat-x;

}

.page {
margin: auto;
padding-top:10px;
padding-left:10px;
padding-right:10px;
width: 750px;
_width: 770px;
background-image: url("images/bg01.gif");
background-image: url("images/bck.gif");
}

.hidden {clear:both;height:0px;width:100%;visibility:hidden;}

img {border:none;}

.left {
float: left;
text-align: left;
width: 400px;
}

.right {
float: right;
text-align: right;
width: 330px;
}

.reference-box {
float: left;
text-align: center;
width: 180px;
margin:5px;
height:35px;
}

.reference-lcd {
background-image: url("images/bck-reference.png");
float: left;
text-align: center;
width: 194px;
height:137px;
_height:147px;
padding-top:10px;
}

.text {
padding: 5px;
margin-bottom: 20px;
text-align: justify;
background-color: #60E1FD;
_width: 400px;
border: 1px solid black;
border-top: none;
height:auto;
}

.textup {
padding-top: 2px;
text-align: left;
color: white;
font-size: 14px;
font-weight: bold;
width: 400px;
background-image: url("images/lefttext.gif");
_height: 20px;
}

.text1 {
padding: 5px;
margin-bottom: 20px;
text-align: left;
background-color: #60E1FD;
_width: 330px;
border: 1px solid black;
border-top: none;
}

.floatright {float:right;}
.floatleft {float:left;}

.textup1 {
padding-top: 2px;
text-align: left;
color: white;
font-size: 14px;
font-weight: bold;
width: 330px;
background-image: url("images/righttext.gif");
_height: 20px;
}

.paticka {
clear:both;
padding: 5px;
margin:auto;
text-align: center;
background-color: #60E1FD;
width: 760px;
_width: 770px;
border: 1px solid black;
height:auto;
}

table {font-size: 12px;}

h1 {
margin:0px;
margin:auto;
text-align: center;
font-size: 17px;
color: white;
background-color: blue;
padding: 3px;
border: 1px solid black;
width:762px;
_width:770px;
}

h2 {
text-align: center;
font-size: 14px;
font-weight: bold;
color: #FE6700;
}

/* vzhled odkaz? */
a:link {
        FONT-WEIGHT: bold;
        color: gray;
        text-decoration: none;
        background-color : transparent;
}

a:visited {
        FONT-WEIGHT: bold;
        color: gray;
        background-color : transparent;
        text-decoration: none;
}

a:active {
        FONT-WEIGHT: bold;
        color: gray;
        background-color : transparent;
        text-decoration: none;
}

a:hover {
        FONT-WEIGHT: bold;
        color: black;
        background-color : transparent;
        text-decoration: none;
}

a span { 
display: block; 
position: absolute; 
visibility: hidden; 
text-align:center;
background-color:white;
width:150px;
height:150px;
padding:5px;
border: 1px solid black;
opacity: 0.8;
}

a:hover span {visibility: visible;}
/* konec vzhledu odkaz? */ 