body {
background-color: white;
font-family: "arial ce", "helvetica ce", arial, helvetica, sans-serif;
}

.hlavni {
position: relative;
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
text-align: center;
}


.hlavicka {
width: 800px;
height: 200px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}


.horni {
width: 800px;
height: 60px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
background: url("horni-cara.gif");
overflow: visible;
visibility: visible;
}


.stred {
width: 800px;
padding: 10px;
background-image: url("hlavni-pozadi.jpg");
background-attachment: scroll;
text-align: center;
font-family: "Comic Sans MS","Times New Roman";
}

.zapati {
width: 800px;
height: 60px;
margin-top: 0px;
clear: both;
background-image: url("spodni-cara.gif");
background-repeat: no-repeat;
font-family: "arial ce", "helvetica ce", arial, helvetica, sans-serif;
}


.jmenom {
color: blue;
font-size: 15pt;
font-style: italic;
font-weight: 200;
font-family: "Georgia","helvetica ce";
}

.jmenoc {
color: red;
font-size: 15pt;
font-style: italic;
font-family: "Georgia","helvetica ce";
font-weight: 200;
}


a {
color: green;
font-size: 15pt;
}

a:visited {
color: #0066FF;
}


H2{
color: red;
}

H3{
font-size: 18pt;
}

@media print {
body {
font-family: "helvetica ce","arial CE","arial";
}
.horni {
display: none;}

.stred {
color: black;
font-size: 10pt;
border: 0;
margin: 0;
padding: 0px;
width: 60%;
text-align: left;}

.zapati{
display:none;}

.hlavicka {
display: none;}

H1 {
color: black;
font-size: 16pt;
font-style: italic;
font-family: "arial";
}

H2 {
color: black;
font-size: 14pt;
font-style: italic;
font-family: "arial";
}

H3 {
color: black;
font-size: 12pt;
font-style: italic;
font-family: "arial";
}

.jmenoc {
color: black;
font-size: 10pt;
font-style: italic;
font-family: "arial";
}

.jmenom {
color: black;
font-size: 10pt;
font-style: italic;
font-family: "arial";
}
}
