BODY
{
BACKGROUND-COLOR: #CCCC99; 
FONT-SIZE: 90%; 
MARGIN: 0px; 
font-family: Arial, Helvetica, sans-serif; 
}

A
{
COLOR: navy; 
TEXT-DECORATION: underline
}

A:hover
{
COLOR: blue; 
TEXT-DECORATION: none
}

hr {
COLOR: #333366; 
}

#imagetop
{
position: absolute; 
top: 0px; 
left: 0px; 
width: 100%; 
BACKGROUND-COLOR: #CC0000; 
background-image: url(../image/pix.jpg);
}

.nkp
{
BACKGROUND-COLOR: #CCCC66; 
padding: 10px; 
text-align: justify; 
color: #333366; 
FONT-WEIGHT: bold; 
}

#obsah
{
position: absolute; 
top: 120px; 
left: 145px; 
padding: 10px; 
padding-right: 30px; 
color: #000000; 
font-family: Arial, Helvetica, sans-serif; 
}

.nadpis1
{
COLOR: #b8584c; 
FONT-SIZE: 150%; 
FONT-WEIGHT: bold; 
}
h1 {
COLOR: #b8584c; 
FONT-SIZE: 150%; 
FONT-WEIGHT: bold; 
}
.box
{
BACKGROUND-COLOR: gray; 
}

#obsah img
{
margin: 10px;  
}

#navcontainer
{
position: absolute; 
top: 122px; 
left: 0px; 
width: 145px;  
height: 120%; 
BACKGROUND-COLOR: #CC0000; 
background-image: url(../image/pix.jpg);
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
FONT-WEIGHT: bold; 
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 117px; 
width: "145px";
background-color: #999;
background-image: url(../foto/l1_down.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #F60;
background-image: url(../foto/l1_over.gif);
color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(../foto/l1_over.gif);
color: #333;
}

@media print {
body {
font-family: Verdana, Arial, Courier, sans-serif;
}
#imagetop {
display: none;}
#navcontainer {
display: none;}
hr {
display: none;}
#obsah {
font-size: 11pt;
border: 0;
margin: 0;
width: auto;
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
margin-left: 0px;
top: 5px; 
left: 5px;}
a {
text-decoration: none;
color: blue;
font-size: 10pt;
}
a:hover {
color: navy;
text-decoration: none;
font-size: 10pt;
}
