/* BODY */
body {
font-family: Tahoma, sans-serif;
font-size: small;
margin: 0px;
padding: 0px;
background-color: #ffcc33;
}
/* odkazy */
.text a:link, .htext a:link, .foot a:link {
color: #990000;
}
.text a:visited, .htext a:visited, .foot a:visited {
color: #994400;
}
.text a:active, .htext a:active, .foot a:active,
.text a:hover, .htext a:hover, .foot a:hover {
color: #ffff00;
background-color: #994400;
}
/* HLAVIČKA */
.head {
position: absolute;
left: 0px;
top: 0px;
background-color: #994400;
background-image: url("../gr/h-image-day.jpg");
background-repeat: no-repeat;
width: 100%;
height: 160px;
}
.h-gradient {
position: absolute;
right: 0px;
top: 0px;
width: 48px;
height: 159px;
}
.h-book {
position: absolute;
left: 320px;
top: 160px;
width: 380px;
height: 40px;
background-image: url("../gr/h-book-day.png");
background-position: 0% 0%;
background-repeat: no-repeat;
}
/* Hlavička - text vpravo nahoře */
/* TODO: Bez obrázkového pozadí je text nečitelný */
.htext-table {
float: right;
margin-right: 15px;
}
.htext-l {
width: 5px;
background-repeat: no-repeat;
background-position: 100% 100%;
}
* .htext-l { /* IE6- */
background-image: url("../gr/htext-l.gif");
}
tr > .htext-l { /* IE7 / ostatní */
background-image: url("../gr/htext-l.png");
}
.htext {
height: 25px;
background-repeat: repeat-x;
background-position: 0% 100%;
font-size: small;
}
* .htext { /* IE6- */
background-image: url("../gr/htext-bg.gif");
}
tr > .htext { /* IE7 / ostatní */
background-image: url("../gr/htext-bg.png");
}
.htext a:link {
color: #000000;
}
.htext a:visited {
color: #330000;
}
.htext a:active, .htext a:hover {
color: #ffff00;
background-color: #994400;
}
.htext-r {
width: 5px;
background-repeat: no-repeat;
background-position: 0% 100%;
}
* .htext-r { /* IE6- */
background-image: url("../gr/htext-r.gif");
}
tr > .htext-r { /* IE7 / ostatní */
background-image: url("../gr/htext-r.png");
}
/* MENU */
.menu {
position: absolute;
left: 0px;
top: 160px;
width: 200px;
}
/* TODO: pozadí pro položky menu, než se načtou obrázky, přednačítání obrázků */
.menu-items {
background-color: #ffcc33;
background-image: url("../gr/m-bg.png");
background-repeat: no-repeat;
background-position: 0% 0%;
font-size: small;
padding: 5px;
}
.menu a, .menu .m-active, .menu .m-active-sub {
text-decoration: none;
display: block;
height: 18px;
color: #990000;
padding-top: 2px;
padding-right: 5px;
}
.menu a:hover {
color: #ffff00;
}
.menu .m-active {
background-repeat: no-repeat;
background-position: 50% 50%;
padding-left: 25px;
background-image: url("../gr/m-active.png");
}
.menu .m-active-sub {
background-repeat: no-repeat;
background-position: 100% 50%;
padding-left: 50px;
background-image: url("../gr/m-active-sub.png");
}
.menu .m-item a {
background-repeat: no-repeat;
background-position: 50% 0%;
padding-left: 25px;
}
.menu .m-item-sub a {
background-repeat: no-repeat;
background-position: 50% 0%;
padding-left: 50px;
}
* .menu .m-item a, *.menu .m-item-sub a  { /* IE6- */
background-image: url("../gr/m-item.gif");
}
.menu .m-item > a, .menu .m-item-sub > a { /* IE7 / non-IE */
background-image: url("../gr/m-item.png");
}
.menu .m-item-arrow a {
background-repeat: no-repeat;
background-position: 100% 0%;
padding-left: 25px;
}
* .menu .m-item-arrow a { /* IE6- */
background-image: url("../gr/m-item-arrow.gif");
}
.menu .m-item-arrow > a { /* IE7 / non-IE */
background-image: url("../gr/m-item-arrow.png");
}
.menu .m-item a:hover {
background-position: 50% 50%;
background-repeat: no-repeat;
background-image: url("../gr/m-selected.png");
}
.menu .m-item-arrow a:hover {
background-position: 50% 50%;
background-repeat: no-repeat;
background-image: url("../gr/m-selected-arrow.png");
}
.menu .m-item-sub a:hover {
background-position: 100% 50%;
background-repeat: no-repeat;
background-image: url("../gr/m-selected-sub.png");
}
.menu-foot {
background-repeat: no-repeat;
background-position: 50% 0%;
width: 190px;
height: 69px;
color: #ffff00;
font-size: small;
/*padding: 5px;*/
margin-left: 5px;
margin-right: 5px;
text-align: center;
background-image: url("../gr/m-foot.png");
}
.menu-foot a {
padding: 0px;
}
.menu-foot img {
/*margin: 0px;
/*vertical-align: top;
display: inline;*/
border: 0;
}
/* TEXT */
.text2 {
margin-left: 200px;
margin-top: 160px;
background-color: #ffffff;
background-image: url("../gr/text-bg.png");
background-position: 0% 50%;
background-repeat: repeat-y;
}
.text {
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
background-position: 0% 100%;
background-repeat: repeat-x;
text-align: justify;
}
.text2 > .text { /* IE7 / non-IE */
background-image: url("../gr/f-bg.png");
}
* .text { /* IE6- */
background-image: url("../gr/f-bg.gif");
}
.text-bottom {
height: 5px;
clear: both;
}
/* BOXÍKY VPRAVO */
.box-space {
width: 200px;
float: right;
}
.box {
width: 190px;
margin-left: 5px;
margin-bottom: 1px;
}
.box-heading {
width: 190px;
height: 20px;
}
.box-heading-opened a, .box-heading-closed a {
text-decoration: none;
display: block;
width: 135px;
height: 18px;
padding-top: 2px;
padding-right: 45px;
padding-left: 10px;
background-color: #ffffff;
background-position: 50% 100%;
background-repeat: no-repeat;
}
.box-heading-opened a, .box-heading-opened a:link, .box-heading-opened a:visited,
.box-heading-opened a:hover, .box-heading-opened a:active {
background-color: #ffffff;
color: #ffff00;
background-image: url("../gr/box-opened.png");
}
.box-heading-closed a, .box-heading-closed a:link, .box-heading-closed a:visited,
.box-heading-closed a:hover, .box-heading-closed a:active {
background-color: #ffffff;
color: #000000;
background-image: url("../gr/box-closed.png");
}
.box-heading-opened a:hover {
background-image: url("../gr/box-opened-hover.png");
}
.box-heading-closed a:hover {
background-image: url("../gr/box-closed-hover.png");
}
.box-content {
text-align: left;
width: 178px;
padding: 5px;
border-color: #994400;
border-style: solid;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
background-color: #ffffff;
background-image: url("../gr/box-bg.png");
background-position: 0% 0%;
background-repeat: no-repeat;
}
/* IMPORTNAT MENU */
.important-item {
margin-bottom: 10px;
}
/* KALENDÁŘ */
.c-button {
padding-top: 2px;
padding-left: 1px;
padding-right: 1px;
padding-bottom: 2px;
}
.c-button img {
border-width: 0px;
vertical-align: text-top;
}
.c-month {
font-size: small;
font-weight: bold;
width: 118px;
text-align: center;
vertical-align: middle;
}
.calendar td {
padding: 1px;
width: 22px;
height: 18px;
text-align: center;
vertical-align: middle;
}
.c-day-name {
font-size: x-small;
font-weight: bold;
background-color: #ffcc33;
}
.c-day-name-off {
font-size: x-small;
font-weight: bold;
background-color: #ff9933;
}
.c-today {
color: #ffff00;
background-color: #994400;
}
.c-day {
background-color: #ffffff;
}
.c-today a:link, .c-today a:visited {
color: #ffff00;
}
.c-today a:hover, .c-today a:active {
background-color: #ffff00;
color: #994400;
}
.c-day-off {
background-color: #ffcc33;
}
.c-day-month-off {
color: #999999;
background-color: #ffffff;
}
.c-day-off-month-off {
color: #666666;
background-color: #cccc99;
}
.c-activity {
margin-top: 5px;
}
.c-activity-date {
font-size: x-small;
}
/* PATIČKA */
.foot {
clear: both;
padding-top: 16px;
margin-right: -5px;
padding-right: 100px;
height: 48px;
vertical-align: bottom;
font-size: x-small;
text-align: center;
background-image: url("../gr/f-rose.png");
background-position: 100% 100%;
background-repeat: no-repeat;
}
/* CHYBOVÁ HLÁŠENÍ */
.exception {
margin: 1px;
background-color: #ffcc33;
background-repeat: no-repeat;
background-position: 10px 50%;
border-style: solid;
border-color: #994400;
border-width: 1px;
height: 25px;
padding-left: 50px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
}
* .exception { /* IE6- */
background-image: url("../gr/warn.gif");
}
.foot > .exception { /* IE7 / non-IE */
background-image: url("../gr/warn.png");
}
.exceptionText {
font-weight: bold;
}
.exceptionCrc {
text-align: right;
font-size: x-small;
font-style: italic;
}
/* OBRÁZEK */
.im {
clear: both;
text-align: center;
margin: 5px;
}
.im-text {
margin-left: auto;
margin-right: auto;
height: 20px;
padding-left: 1px;  /* hack pro velikost o 2 px větší */
padding-right: 1px;
background-position: 0% 0%;
background-repeat: repeat-x;
font-size: x-small;
text-align: center;
}
* .im-text { /* IE6- */
background-image: url("../gr/im-text.gif");
}
.im > .im-text { /* IE7 / non-IE */
background-image: url("../gr/im-text.png");
}
.img {
margin-left: auto;
margin-right: auto;
border-style: solid;
border-color: #000000;
border-width: 1px;
display: block; /* XHTML Strict jinak dělá pitomý vokraje */
}
/* RÁMEČEK, PROUŽEK */
.frame {
background-color: #ffcc33;
background-image: url("../gr/fr-stripes.png");
background-position: 100% 100%;
background-repeat: no-repeat;
padding: 5px;
margin: 5px;
/* TODO: -moz-border-radius: 4px; udělat validní */
}
.bar {
margin-top: 5px;
padding-left: 5px;
padding-right: 5px;
height: 20px;
background-color: #ffcc33;
background-image: url("../gr/bar.png");
background-position: 0% 0%;
background-repeat: repeat-x;
border-top-style: solid;
border-top-color: #994400;
border-top-width: 1px;
}
.bar-date {
float: left;
width: 200px;
}
.bar-expiry {
float: left;
}
.bar-pernamentLink {
text-align: right;
}
/* OSTATNÍ */
.flag {
margin-left: 2px;
margin-right: 3px;
text-decoration: none;
}
.flag img, img.flag {
border-style: solid;
border-width: 1px;
border-color: #000000;
vertical-align: text-top;
}
.link-icon {
border-width: 0px;
vertical-align: text-top;
margin-left: 2px;
margin-right: 2px;
}
/* HTML TAGY */
.cite {
font-style: italic;
}
p {
text-indent: 5ex;
margin: 0px;
}
hr {
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 1px;
border-style: solid;
border-color: #994400;
}
/* zarovnání na střed, doprava */
.table, .centered {
margin-left: auto;
margin-right: auto;
text-align: left;
}
.center {
/*clear: both;*/
text-align: center;
}
.right {
text-align: right;
color: #994400;
font-style: italic;
}
/* tabulky */
.table, .table td, .table th {
border-width: 1px;
border-style: solid;
border-collapse: collapse;
border-color: #994400;
}
th {
background-color: #ffcc33;
text-align: center;
font-weight: bold;
}
/* nadpisy */
h1, h2, h3, h4, h5 {
margin-top: 5px;
margin-bottom: 5px;
color: #990000;
}
h1 {
margin-top: 35px;
text-align: center;
}
/* etc. */
.cl {
text-align: center;
font-size: medium;
margin-top: 5px;
}
