body {
text-align: center;
font-family: Arial;
font-size: 14px;
color: black;
background-image: URL('images/pozadi/pozadi.png'); /* obrázek na pozadí */
background-attachment: fixed; /* pozadí neroluje */
background-color: rgb(204,255,255); /* případná barva pozadí*/
}

h1 {
color: rgb(0,3,136);
font-size: 20px;
font-weight: bold;
line-height: 70%;
margin-top: 10px;
text-align: center;
}

h2 {
color: rgb(0,3,136);
font-size: 16px;
font-weight: bold;
line-height:100%;
margin-top: 10px;
margin-bottom: 6px;
text-align: center;
}

h3 {
color: black;
font-size: 14px;
font-weight: bold;
line-height:100%;
margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}

h4 {
color: black;
font-size: 14px;
font-weight: bold;
line-height:100%;
margin-top: 3px;
margin-bottom: 3px;
text-align: left;
}

p {
color: black;
font-size: 14px;
font-weight: normal;
line-height:110%;
text-align: justify;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px; 
}

a {
color: rgb(0,3,136);
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

a:hover
{
color: grey;
}

table {
border-collapse: collapse;
background-color: rgb(240,240,240);
border: 0px solid;
border-color: black;
text-align: center;
vertical-align: top;
}

td {
border: 0px solid;
border-color: red;
vertical-align: top;
text-align: center; 
/*background-color: rgb(240,240,240);*/
background-color: rgb(255,255,255);
}

div#cela-stranka {
width: 900px;
height: 711px;
margin: 0px auto;
background-color: black; 
}

div#hlavicka1 {
width: 900px; 
height: 332px;
background: url(images/hlavicka1.jpg)!important;width:900px;height:332px;margin:0;
float: left;
vertical-align: top;
} 

div#hlavicka2 {
width: 900px; 
height: 230px;
float: left;
background: url(images/pozadi1.jpg)!important;width:900px;height:230px;margin:0;
vertical-align: top;
} 

div#hlavni1 {
width: 900px;
height: 379px;
float: left;
background-color: rgb(255,255,200);
}

div#hlavni2 {
width: 900px;
height: 481px;
float: left;
background-color: rgb(255,255,200); 
}

.menu {
width: 150px; 
background-color: rgb(253,254,152);
text-align: center; 
}

.kontakt td {
text-align: center;
}

