/**
 * CSS für Dotzheimer Kirchenbücher / Zivilstandsregister
 */

/*** Allgemein ***/
h1 {
    font-family: sans-serif;
    color: darkblue;
    font-size: 14pt;
    font-weight: bold;
}
body {
    margin: 2em ;
    line-height: 1.5 ;
    font-family: Lucida Console;
}

body.index li {
    line-height: 2;
    font-weight: bold;
    color: mediumblue;
}
table {
    border-collapse: collapse;
}
td, th {
    margin: 0;
    padding: 0.2em 0.5em 0.2em 0.5em;
}

/*** Zivilstandsbuch, Kirchenbücher ***/
body.RScreen button {
    margin-left: 0.75em;
    margin-right: 0.75em;
}
.RList table {
    border: 1px solid mediumblue;
}
.RList thead tr {
    background: #ccc;
    color: darkblue;
    border-bottom: 1px solid mediumblue;
}
.RList tbody tr:nth-child(2n) {
    background: #ffd;
}
.RList tbody tr:nth-child(2n+1) {
    background: #eef;
}
.RList tbody tr:hover {
    background: #ddd;
}

/*** Dialoge ***/
.RDialog {
    font-family: Arial;
}
.RDialog td {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 15px;
}
.RDialog input:read-only {
	background-color: lightgrey;
}
