/* CSS Document */


body {
font-family: "Courier New", Courier, mono;
color: #FFFFFF;
background-color: #CCCCCC;
margin: 0px;
}

#page {
position: relative;
margin: auto;
background-color: #339933;
width: 600px;
padding: 1em;
margin-top: 15px;
margin-bottom: 15px;
text-align: justify;
}

h1 {
color: #000000;
font-weight: bold;
text-align: center;
margin-bottom: 0px;
}

.podnadpis {
text-align: center;
text-decoration: overline;
color: #000000;
}

#ukazatel {
position: relative;
margin: auto;
text-align: center;
margin: 5px;
}

h2 {
color: #000000;
text-decoration: underline;
margin-bottom: 0px;
}

p {
margin-top: 0px;
}

code {
display: block;
background-color: #CCCCCC;
color: #000000;
border: #FF0000 solid 1px;
padding: 0.2em;
}

.mail {
text-align: right;
color: #000000;
}
