/* Zakladny Stylesheet */ 

body {
 margin:20px;
 background:#3a903a;
 color: #333333;
 text-align:center;
 padding:0;
 font-family: sans-serif;
 font-size:14px;
 }

a {
 color: #3927e7;
 text-decoration:none;
} 

a:visited {
 color: #7e08f8;
 text-decoration:none;
} 
a:hover {
 color: white;
 background-color: #3a903a;
 text-decoration:none;
}

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:650px;
 margin:auto;
 }

#hdr {
 height:95px;
 background:#d7ffd7;
 color: #203421;
 }

#bar {
 height:16px;
 background:#b9c8b8;
 color: #203421;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 padding:5px;
 text-align: left;
 font-size:12px;
 }

#bodyblock {
 position:relative;
 background: #d7ffd7;
 color: #203421;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 background:#d7ffd7;
 color: #203421;
 width:145px;
 text-align:left;
 padding:4px;
 }

#cont {
 width:495px;
 background:#f2fff2;
 color: #203421;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:20px;
 background:#b9c8b8;
 color: #203421;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 text-align:right;
 font-size:10px;
 }

/*
 styl tabulky pre ordinacne hodiny
*/
table.ordhod
{text-align: center;
color: #fff;
width: 450px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.ordhod td
{background-color: #d7ffd7;
color: #203421;
padding: 4px;
text-align: center;
font-weight: bold;
border: 1px #f2fff2 solid;}

table.ordhod th
{background-color: #b9c8b8;
color: #203421;
padding: 4px;
text-align: center;
border: 1px #f2fff2 solid;
font-weight: normal;} 

/*
 * styl tabulky pre cennik
 */
table.cennink
{text-align: left;
width: 450px;
border: 0px;
font-size: 12px;
border-collapse: collapse;
border-spacing: 0px;}

table.cennink td.cennink-polozka
{text-align: left;}

table.cennink td.cennink-cena
{text-align: right; font-weight: bold;}

table.cennink td.cennink-skk
{text-align: right; font-size: 10px;}

/*
 styl fotiek
*/
img.foto
{
border: medium double #203421;
}


