/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    elements definitions */
body, td, li {
    font-family: "Times New Roman", times, serif;
    font-size: 12pt;
}

body {
    background-color: white;
}

h1, h2, h3 {
    text-align: center;
}

p {
    text-align: justify;
}

li {
    margin-bottom: 0.3em;
}

a, a:visited {
    color: rgb(50,50,200);
}

a:hover {
    color: rgb(155,155,0);
}

/* forms */
label {
  border: hidden 1px black;
  cursor: pointer;
}

label:hover {
  border: dotted 1px #aaaaaa;
}

label:active {
  border-style: dotted 1px black;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    layout blocks definitions */
.layoutable {
    width: 622px;
    border-left: solid 1px rgb(102,154,204);
    border-right: solid 1px rgb(102,154,204);
    border-bottom: solid 1px rgb(102,154,204);
}

.title,
.subtitle,
.navicolumn,
.breadcrumb {
    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-weight: bold;
}

.title,
.subtitle {
    padding: 10px;
    background-color: rgb(102,154,204);
}

.title {
    font-size: 20pt;
}

.title a {
    color: white;
    text-decoration: none;
}

.title a:hover {
    color: rgb(255,255,100);
}

.navicolumn {
    vertical-align: top;
    text-align: center;
    color: rgb(51,102,102);
    background-color: rgb(222,245,255);
    font-size: 10px;
}

.navicolumn a {
    text-decoration: none;
}

.breadcrumb {
    vertical-align: top;
    color: black;
    font-size: 9px;
    border-bottom: 1px solid rgb(222,245,255);
    padding: 1px 4px;
}

.breadcrumb a {
    color: black;
    text-decoration: none;
}


.content {
    padding: 20px;
    padding-top: 25px;
    vertical-align: top;
    /*height: 600px;*/
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    subpages elements */
/* statistics */
table.stats {
    width: 85%;
    border: solid black 2px;
}
table.stats th,
table.stats td {
    padding: 2px;
}
table.stats th {
    border-bottom: solid black 1px;
}
table.stats .dat,
table.stats .num,
table.stats .num2 {
    border-left: solid black 1px;
}
table.stats .dat {
    width: 30%;
}
table.stats .num {
    width: 30%;
}
table.stats .num2 {
    width: 35%;
}
table.stats td {
    text-align: center;
}
table.stats .row0 {
    background-color: rgb(240,240,240);
}


/* articles */
.overtitle2,
.author {
    text-align: right;
    font-weight: bold;
}

.author-links,
.author-links a {
    font-weight: normal;
    color: grey;
}

.author-info {
    border: 1px solid rgb(102,154,204);
    padding: 4px;
}

.author-ord {
	text-align: right;
}


.overtitle {
    text-align: right;
    text-decoration: underline;
}

.center-subtitle {
    text-align: center;
    font-style: italic;
}

p.center-cite {
    text-align: center;
    font-style: italic;
}

p.cent-big {
    text-align: center;
    font-size: 120%;
}

p.stars {
    text-align: center;
    word-spacing: 2em;
}

p.rule {
    font-size: 4pt;
    border-bottom: 1px solid black;
}

p.more {
    text-align: right;
}

div.float-box {
    font-size: 75%;
    font-family: Arial, Helvetica, sans-serif;
    width: 45%;
    border: 1px dotted black;
    padding: 10px;
    margin: 10px 0 10px 20px;
    float: right;
}
div.float-box h5 {
    font-size: 100%;
    margin: 0 0 0 0;
    text-align: center;
}
div.float-box p {
    margin: 1em 0 0 0;
}

div.foto-break {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
div.foto {
    margin: 0 0 0 20px;
    float: right;
}
div.foto-left {
    margin: 0 20px 0 0;
    float: left;
}
div.foto-break div,
div.foto div,
div.foto-left div {
    margin:0;
    padding: 2px;
}
div.foto-break p,
div.foto p,
div.foto-left p {
    text-align: center;
    font-size: 75%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}
div.non-visible {
	  display: none;
  }

p.footnote {
    border-top: 1px solid black;
}

/* kobialka */
.kobialka-box p {
    font-style: italic;
}

.kobialka-box div p {
    margin: 0px;
}

/* start */
.table-of-contents li {
    margin: 0 0 0.5em 0;
    line-height: 1.2em;
}

/* reklama */
.reklama {
    padding: 0.2em 0.4em;
    border: 2px solid black;
    font-size: 11pt;
    font-family: "CG Times", "Times New Roman", serif;
}

.reklama p {
    margin: 0.5em 0;
    text-align: center;
}

.reklama a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.r-h1,
.r-h2,
.r-h3 {
    font-weight: bold;
}

.r-h1 {
    font-size: 201%;
}
.r-h2 {
    font-size: 161%;
}
.r-h3 {
    font-size: 115%;
}
