/* GLOBÁLNÍ DEFINICE */
*{
  margin: 0;
  padding: 0;
  border: 0;
}

hr{
  display: none;
}
table {
  border-collapse: separate;
}
p { 
  padding-top: 0.5em;
}

a {
  color: #1d7fc3;
}
a:hover {
  color: white;
}

a.link {
  color: white;
  text-decoration: none;
}
a.link:hover {
  color: white;
  text-decoration: none;
}

ul {
  list-style: square;
}
li {
  margin-left: 2em;
}


.red {
  color: red;
}

.green {
  color: #47cb15;
} 


/* DOKUMENT _____'trebuchet ms', geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;_____________*/
html{    
  font-family:  'trebuchet ms', geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  font-size: 80%;  
  line-height: 140%;
  text-align: center;
  color: #f5f5f5;
  width: 100%;
  overflow-y: scroll;
  z-index: 10;
}

body {
  background-color: black;
  text-align: center;
  z-index: 10;
}

div#main {
  margin: 0 auto 0 3em;
  text-align: left;
  padding-top: 65px;
}

div#head {
  width: 100%;
  position: fixed;
  z-index: 5;
  text-align: center;
  height: 2em;
  color: #ddd;
  background: url(img/logo.jpg) no-repeat left top black;
}

div#head div {
  padding-top: 0.5em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  background: url(img/tel.gif) no-repeat fixed right top;
  background-color: black;
}

div#head div div {
  background: url(img/logo.jpg) no-repeat left top;
  margin-top: -5px;
}



div.parg {
  padding-top: 50px;
  height: 150px; /* remove */
  width: 963px;
}

div#mainin{
}

div#uvod {
  margin: 0 auto;
  width: 963px;
}

div#uvod a {
  color: white;
  text-decoration: none;
}
div#uvod a:hover {
  text-decoration: none;
}

div#uvod a.link {
  color: white;
  text-decoration: none;
}
div#uvod a.link:hover {
  color: white;
  text-decoration: none;
}

div.parg div.text {
  margin-left: 160px;
  text-align: justify;
  margin-top: -15px;
  width: 774px;
}
div.parg .obrazek {
  float: left;
}

div.parg .nadpisek {
 margin-left: 33px;
}

/* Headers */



/* 
img#floater-a {
  margin-right: -180px;
  margin-top: -40px;
}
img#floater-b {
  margin-right: -180px;
  margin-top: -60px;
}
img#floater-c {
  margin-right: -180px;
  margin-top: -40px;
} */



#banner {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2m;
}






/* FOOTER */
#footer {
  text-align: left;
  margin-top: 4em;
  padding: 4px 40px;
  font-size: 90%;
  color: #333;
}

#footer a {
  color: #333;
}

#footer a.black {
  text-decoration: none;
}


/* LOGIN */

#extramail {
  margin-top: 10em;
  margin-left: 38%;
  margin-bottom: 30%;
}



/* KONTAKTY */

#kontakty {
  margin-top: 60px;
}

.vcard {
  margin-top: 15px;
  padding-left: 10px;
}
.fn {
  margin-left: -10px;
}
.url {
  display: none;
}
.organization-name {
  display: none;
}
.adr{
  display: none;
}
.tel .type{
  display: none;
}
.email{
  padding: 0;
}
#kontakty a {
padding: 0;
}
#kontakty ul {
  padding-top: 5px;
}

.kontosob {   /* kontaktni osoby - nadpisek */
  text-align:center;
  font-weight: bold;
  font-size: 130%;
}


/* O NAS */

#onas {
  margin-top: 60px;
  width: 60%;
  margin-bottom: 24%;
  margin-left: auto;
  margin-right:auto;
}











