/*==============================================================================
                                    VSEOBECNE
==============================================================================*/

html {
    background-color: #f8f8f8;
    color: black;
}

body {
    background-color: #f8f8f8;
    color: black;
    font-family: arial, Verdana, fantasy;
    font-size: 11pt;
    font-weight: normal;
    font-style: normal;
    margin: 0px;
}

#container {
    border-top: solid 1px rgb(248,248,248);
    padding: 1px 2px;
}

img {
    border: solid 0px;
}

a {
    text-decoration: underline;
    color: #9c0204;
    background-color: inherit;
}

a:hover {
    text-decoration: none;
    color: red;
    background-color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: #9c0204;
    background-color: transparent;
}

h1 {
    text-align: center;
    clear: both;
}

h2 {
    margin-bottom: 5px;
}

h3 {
    margin-bottom: 3px;
}

p {
    text-indent: 0em;
    margin: 5px;
}

hr {
    width: 100%;
    color: #9c0205;
    background-color: #9c0204;
    margin: 20px 0px;
}

.chyby {
    text-indent: 0px;
    color: red;
    background-color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
}

.uspesne {
    text-indent: 0px;
    color: green;
    background-color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
}

form {
    margin-bottom: 0px;
}

fieldset {
    border: solid 1px #9c0204;
    background-color: #f8f8f8;
    color: black;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

legend {
    font-size: 11pt;
    color: white;
    border: solid 1px #9c0205;
    padding: 1px 5px;
    background: #9c0204 url("menu_over.gif") bottom;
    margin-bottom: 10px;
}

input[type="text"], input[type="password"] {
    border: solid 1px black;
    vertical-align: middle;
    padding-left: 2px;
}

textarea {
    border: solid 1px black;
    vertical-align: middle;
    padding-left: 2px;
}

input.radio {
    border: solid 0px;
}

select {
    border: solid 1px black;
    vertical-align: middle;
    padding-left: 2px;
}

.vysvetlenie {
    font-size: 70%;
}

.pointer {
    cursor: pointer;
}

.note {
    z-index: 1;
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    border: solid 1px #9c0204;
}

.mouseover_image {
    z-index: 1;
    border: solid 1px #9c0204;
}

table.tabulka_style {
    border: solid 1px rgb(156,2,4);
    background-color: rgb(220,222,220);
    color: black;
    padding: 1px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

table.tabulka_style caption {
    text-align: center;
    margin: 5px auto 2px auto;
    background-color: transparent;
    color: rgb(156,2,4);
    font-size: 120%;
}

table.tabulka_style td {
    background-color: rgb(250,250,250);
    color: black;
    border: solid 1px rgb(200,200,200);
    padding: 5px;
    text-align: center;
}

table.tabulka_style th {
    padding: 1px 2px;
}

.pridaj_cast {
    padding: 10px;
}

.pridaj_cast input[type=image] {
    border: solid 1px black;
}

/*==============================================================================
                                      MENU
==============================================================================*/

div#menu {
    background-color: #eeeeee;
    color: black;
    width: 200px;
    border-left: solid 1px #9c0204;
    border-right: solid 1px #9c0204;
    border-bottom: solid 1px #9c0204;
    border-top: solid 1px #9c0204;
    padding-bottom: 10px;
    position: absolute;
    left: 2px;
    top: 2px;
}

div#menu a {
    text-decoration: none;
}


div#menu div#logo {
    text-align: center;
    margin: 10px 0px;
}

div#menu div#icons {
    text-align: center;
}

div#menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    background-color: #eeeeee;
}

div#menu ul#linky {
    margin-bottom: 20px;
}

div#menu ul#linky a {
    display: block;
    font-size: 11pt;
    width: 180px;
    height: 19px;
    border: solid 1px white;
    padding-left: 10px;
    background-image: url('menu_out.gif');
    color: #9c0204;
    background-color: #dcdcdc;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

div#menu ul#linky a:hover, div#menu ul#linky li.current a, div#menu ul#linky li a.foldout_parent {
    color: white;
    background-color: #9c0204;
    background-image: url('menu_over.gif');
}

div#menu ul#linky ul {
    display: none;
    width: 190px;
    padding: 0px;
    padding: 8px 0px 5px 0px;
    border-left: solid 1px black;
    border-right: solid 1px white;
    border-bottom: solid 1px black;
    margin-left: auto;
    margin-right: auto;
}

div#menu ul#linky li.current ul {
    display: block !important;
}

div#menu ul#linky ul.submenu a {
    display: block;
	width: 175px;
	padding: 2px 0px 2px 15px;
	background: #eeeeee url('submenu_dot_out.gif') no-repeat 3px;
	color:black;
    font-size: 10pt;
    margin: 0px;
    border: solid 0px;
    height: 17px;
}

div#menu ul#linky ul a:hover {
    color: red;
    background-color: white;
    background-image: url('submenu_dot_over.gif');
}

div#menu ul#linky ul li.current a {
    background-image: url('submenu_dot_over.gif');
}

div#menu ul#linky li ul.foldout {
    z-index: 1;
    border: solid 1px #9c0204;
    padding: 0px;
    margin: 0px;
    display: block;
    position: absolute;
}

div#menu ul#linky li ul.foldout a{
    display: block;
	width: 175px;
	padding: 2px 0px 2px 15px;
	background: #eeeeee url('submenu_dot_out.gif') no-repeat 3px;
	color:black;
    font-size: 10pt;
    margin: 0px;
    border: solid 0px;
    height: 17px;
}

div#menu ul#linky li ul.foldout a:hover {
    color: red;
    background-color: white;
    background-image: url('submenu_dot_over.gif');
}

#nahodne_foto {
    text-align: center;
    text-indent: 0px;
    margin-bottom: 15px;
}

#nahodne_foto_link img {
    border: solid 2px #9c0204;
    padding: 2px;
}

#nahodne_foto_link:hover img {
    border-color: red;
}

#nahodne_foto_komentar {
    font-size: 0.8em;
}

#menu h3 {
    text-align: center;
}

#menu_ikony {
    text-indent: 0px;
}

#menu_ikony a {
    display: block;
    text-align: center;
    margin: 2px auto;
}

#dakujeme_link {
    display: block;
    width: 150px;
    height: 50px;
    background-image: url("dakujeme_off.png");
}

#dakujeme_link:hover {
    background-image: url("dakujeme_on.png");
}

#menu p.pocitadlo {
    font-weight: bold;
    font-size: 70%;
    text-align: center;
    margin-bottom: 1.5em;
}

#menu p.pocitadlo span.cislo {
    font-size: 130%;
}

/*==============================================================================
                                    STRANKA
==============================================================================*/

div#stranka {
    border: solid 1px #9c0204;
    padding: 10px;
    background-color: white;
    color: black;
    margin-left: 201px;
    margin-top: -92px;
    margin-right: 2px;
    padding-top: 80px;
}

/*==============================================================================
                                     HEADER
==============================================================================*/

#header {
    border: dashed 1px #9c0204;
    background-color: #f8f8f8;
    margin: 10px 20px 20px 220px;
    color: black;
    height: 60px;
    text-align: center;
    position: relative;
}

#logout {
    word-spacing: 30px;
}

#header p {
    display: inline;
}

#hodiny {
    display: block;
    float: right;
    border-left: dashed 1px #9c0204;
    padding: 5px;
    line-height: 25px;
}

#prihlaseny, #login_div {
    float: left;
    border-right: dashed 1px #9c0204;
    padding: 6px;
}

#prihlaseny {
    text-align: center;
    line-height: 23px;
}

#login_div {
    text-align: left;
}

#login_div label {
    display: block;
    float: left;
    width: 40px;
    text-align: right;
    margin-right: 5px;
    padding: 1px 0px;
}

#login_div input[type="text"], #login_div input[type="password"] {
    width: 100px;
}
/*==============================================================================
                                     FOOTER
==============================================================================*/

div#footer {
    margin-left: 201px;
    font-size: 9pt;
    text-align: center;
    background-color: transparent;
    color: rgb(80, 80, 80);
}

div#footer a {
    color: rgb(145, 30, 31);
}

