
y {color: yellow;}

/* =============== styly pro monitorový výstup =============== */

/* tmave cervena #CC0000 */
/* svetle ruzova na odkazy #FFCCCC */
/* ruzova na hover #FF9999 */

* {font-family: Verdana, "Arial CE", Arial, sans-serif; font-size: 8pt; color: black;}
body {background-color: #CC0000; text-align: center;}

h1 {margin: 15 30 10 30; font-size: 150%; color: white;}
h2 {margin: 4 0 0 0; color: white; font-size: 120%; font-style: italic; font-family: "Arial Narrow CE", "Arial Narrow"; letter-spacing: 1px;}
a {color: #FFCCCC; text-decoration: none; background-image: url("images/underline.gif"); background-repeat: repeat-x; background-position: bottom; padding-bottom: 2px;}
a:hover {color: #FF9999;}
h2 a {background: none; font-size: 100%; color: white; font-family: "Arial Narrow CE", "Arial Narrow"; letter-spacing: 1px;}
h2 a:hover {background-image: url("images/underline.gif"); background-repeat: repeat-x; background-position: bottom; padding-bottom: 2px;}
p {padding: 10px; margin: 0; line-height: 140%;}
p.textvpravo {text-align: right; margin-right: 30px;}

.pozn {color: #FF9999;}
#celek {width: 760px; text-align: left; margin: 0 auto;}
#hlavicka {text-align: center;}
#menu a {margin: 0 26px; padding: 0; text-decoration: none; background: none;}
#paticka {margin: 30 0 8 0;}
#paticka, #paticka a {text-align: center; font-size: 90%; background: none; padding-bottom: 0!important; color: #660000; letter-spacing: 3px;}
#paticka a:hover {text-decoration: underline;}

ul {list-style-image: url("images/odrazka.gif"); margin-top: 0; margin-bottom: 0;}
li {line-height: 100%; padding: 0 10 10 0;}

.fotka {margin: -10px 10 0 0;}
#nabidka h2 {margin-top: 30px;}

.tiskni {display: none;}
.nepodtrhuj {background: none;}
.fotky {text-align: center; clear: both;}
.fotky img {border: solid 5px white; margin: 6px 18px;}
.fotky a {background: none;}
.sirsi img {margin: 6px 9px;}

.drobecky {float: right; margin-right: 10px; color: #FF9999; padding: 5px;}
.drobecky a {color: #FF9999;}
.rucicka {margin-left: 400px; cursor: pointer; cursor: hand;}

/* =============== styly pro tiskový výstup =============== */

@media print {

body {background-color: white;}
* {font-family: "Times New Roman CE", "Times New Roman", sans-serif; font-size: 8pt;}
#menu a {margin: 0 26px; text-decoration: underline; color: #CC0000;}
#celek {width: 100%;}
.netiskni {display: none;}
.tiskni {display: block;}
#paticka img {display: none;}
#paticka {border-top: solid 1px gray;}

}


