/*    CSS pro stránku: mudrczolko.cz

 *    Vytvořil:
 *    Michael Czolko 
 *    http://czolko.cz
 *    michael@czolko.cz
 */
 
body {
margin: 0;
padding: 0;
background-color: #E8EFF9;
background-image: url(img/bg.jpg);
background-repeat: repeat-x;
font-family: Verdana;
font-size: 14px;
}

h2, h1 {
display: none;
}

#hlavni {
margin: 0 auto;
width: 638px;
height: 900px;
}

#hlavicka {
background-image: url(img/head.jpg);
background-repeat: repeat-x;
width: 638px;
height: 226px;
text-align: right;
}

span {
color: rgb(62,85,93);
}

#telo {
background-image: url(img/body1.jpg);
background-repeat: no-repeat;
width: 638px;
height: 339px;
color: rgb(94,134,146);
}

#left {
margin-top: 0px;
margin-left: 66px;
width: 223px;
float: left;
}

#right {
margin-top: 0px;
width: 150px;
float: left;
line-height: 14px;
line-height: 14px;
}

#right1 {
width: 300px;
float: left;
line-height: 14px;
line-height: 14px;
}

#right-time {
width: 150px;
float: left;
line-height: 14px;
}

#paticka {
font: 8pt tahoma;
color: #888888;
margin: 0 auto;
text-align: left;
width: 480px;
}

#paticka a:link {
font: 8pt tahoma; 
text-decoration: none; 
color: #5897a8;
}

#paticka a:hover {
font: 8pt tahoma; 
text-decoration: underline; 
color: #a5cbd5;
}

#paticka a {
font: 8pt tahoma; 
text-decoration: none; 
color: #5897a8;
}

.kontakt {
font: 14px tahoma; 
text-decoration: none; 
color: #5897a8;
}

#popis {
display: none;
}

a {
text-decoration: none; 
color: #5897a8;
}

a:hover {
text-decoration: underline; 
color: #5897a8;
}

a:link {
text-decoration: none;
color: #5897a8;}