/* HLAVA */
body {
 background-color: rgb(240,240,240);
 font-family: "Times New Roman", serif;
 font-size: 1em;
 margin: 0px;}
div.global {
 width: 1000px;
 margin: auto;}
div.head {
 background: rgb(50,120,200) url("./style/horizontal.png");
 height: 56px;}
form.login table {
 color: rgb(180,200,255);
 float: right;
 width: 190px;}
.login_ok {
 color: rgb(180,200,255);
 float: right;
 width: 190px;}
form.login input.text {
 border: 1px dotted rgb(180,200,255);
 background-color: rgb(50,120,200);
 width: 100px;}
form.login button.submit {
 background-color: transparent;
 border: 0px;
 padding: 0px;
 vertical-align: middle;
 width: 22px;
 height: 22px;}

/* MENU */
div.menu {
 background: rgb(50,120,200) url("./style/horizontal.png");
 height: 40px;
 text-align: center;}
div.menu a {
 color: rgb(180,200,255);
 font-weight: bold;}
div.menu a:hover {
 text-decoration: underline;}
.tlacitko_menu {
 background-color: rgb(50,120,200);
 color:rgb(180,200,255);
 text-decoration: underline;
 cursor: pointer;
 border-style: none;}

/* HLEDÁNÍ */
div.seek {
 color: rgb(0,0,0);
 background: rgb(120,170,230) url("./style/vertical.png");
 text-align: center;
 height: 24px;}
img.l {
 float: left;}
img.r {
 float: right;}
form.search input.text, form.search input.select {
 border: 1px solid rgb(50,120,200);
 background-color: rgb(250,250,250);
 width: 150px;}
form.search input.submit {
 height: 22px;}

/* ARCHIV */
div.left {
 background-color: rgb(240,240,240);
 width: 120px;
 height: 720px;
 float: left;}
div.left div {
 margin-left: 13px;}
div.left span {
 background-color: rgb(120,170,230);}

/* POLOŽKY */
div.center {
 background-color: rgb(240,240,240);
 width: 750px;
 min-height: 720px;
 overflow: auto;}
div.item {
 margin: 15px;
 overflow: auto;}
div.front, div.rear {
 background-color: rgb(250,250,250);
 height: 24px;}
div.main {
 background-color: rgb(250,250,250);
 clear: both;
 padding: 0 24px;}
img.ico {
 border: 3px solid rgb(255,255,255);
 width: 100px;
 height: 100px;
 float: right;}

/* OSTATNÍ LAYOUT */
div.right {
 background-color: rgb(240,240,240);
 width: 120px;
 height: 720px;
 float: right;}
div.bottom {
 color: rgb(150,150,150);
 background-color: rgb(240,240,240);
 width: 1000px;
 height: 20px;
 text-align: center;}

/* TEXTY */
a {
 color: rgb(20,50,120);}
h1, h2, h3, h4, h6 {
 font-family: Georgia, "Times New Roman";}
h1 {
 text-align: center;
 margin: 0px;
 padding-left: 190px;
 font-size: 2em;}
h1 a {
 color: rgb(0,0,0);
 text-decoration: none;}
h2 {
 margin: 20px 0px 0px 0px;
 text-align: center;}
h3 {
 margin: 0px 0px 15px;}
.i {
 font-style: italic;}
.citace {
 color: rgb(120,120,120);
 font-size: 9pt;
}
.pop {
 color: rgb(180,180,180);
 font-size: 9pt;
}

/* FORMULÁŘE */
form {
 display: inline;}
input {
 font-family: Times New Roman;
 font-size: 2ex;
 vertical-align: bottom;
 height: 17px;}
.sel_roc {
 text-decoration: underline;
 border-style: none;
 text-align: left;
 background-color: rgb(240,240,240);
 color: rgb(20,50,120);
 cursor: pointer;
}
.reklama {border: 1px black solid; margin-top: 5px; cursor: pointer; width: 120px}
