body
{
 font-family: Arial, Helvetica, sans-serif;
}

a {
	color: red;
	cursor: pointer;
}

h1 {
	text-align: right;
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 0;
	color: #800000;
	display: inline;
}

h2 {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: right;
	color: #cccccc;
	font-size: 1em;
}

input[pattern]:invalid {
    color: red;
}

table {
	width: 100%;
	border-collapse: collapse;
	background: #f8f8f8;
}

table, th, td {
  border: 1px solid grey;
}

td {
	position: relative;
}

/*Allgemeine Formatierung*/
.fett {
	font-weight: bold;
}

.wert {
	text-align: right;
	padding-right: 10px;
}


/*Menü*/
.menuleiste {
	position: fixed;
	top: 0;
	z-index: 1;	
}


.dropdown {
    position: relative;
    display: inline-block;
	cursor: default;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content button
{
	width: 100%;
}

#pdfFenster
{
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	background: white;
	padding: 10px;
	border: 1px solid #a9a9a9;
}

#nachBeteiligtenDiv div {
	padding-left: 20px;
}

/*Hilfe*/
.hilfeclose
{
 float: right;
 text-decoration: none;
 font-size: 1.25em;
 display: block;
 padding: 5px;
 margin-top: -12px;
 margin-right: -5px;
}

#hilfediv
{
 position: absolute;
 width: 300px;
 font-size: 0.8125em;
 z-index: 1;
 background: white;
 padding: 10px;
 border: 1px solid #a9a9a9;
}

.hilfetext
{
 border-bottom: 1px dotted black;
 cursor: help;
}

/*Nachlassverzeichnistabelle*/
.anmerkungZelle {
	min-width: 18%;
	box-sizing: border-box;
}

.anmerkungZelleGeschlossen {
	min-width: 25%;
	padding: 10px;
}

.berechnenErgebnis {
	font-weight: bold;
}

.berechnenFehler {
	color: red;
}

.berechnenUeberschrift {
	background: #800000;
	font-size: 1.1em;
	color: white;
}

.berechnenUeberschrift2 {
	background: #cccccc;
}

.berechnenUeberschrift3 {
	font-weight: bold;
}

.bruch {
	width: 3em;
}

.ganzeZellenBreite {
	width: 100%;
	-webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
    -moz-box-sizing: border-box; /* FF1+ */
    box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
}

.menuRightLink {
	color: black;
	font-weight: bold;
	font-size: 2em;
	display: block;
	text-align: center;
}

.menuRightTable {
	border: 0;
}

.menuRightTable td {
	border: 0;
}

.nachlassverzeichnisueberschrift0 {
	font-size: 1.1em;
	background: #cccccc;
}

.nachlassverzeichnisueberschrift1 {
	text-align: center;
}

.wertHinweis {
	fonct-size: 0.75em;
	color: #666666;
	text-align: left;
}

.wertZelle {
	width: 6em;
	vertical-align: top;
	text-align: right;
}

.wertZelle input {
	width: 100%;
	-webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
    -moz-box-sizing: border-box; /* FF1+ */
    box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
}

.zelleAusfuellen {
	width: 100%;
	height: 100%;
    -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
    -moz-box-sizing: border-box; /* FF1+ */
    box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
	position: absolute;
	top: 0;
	resize: none;
	overflow: hidden;
}

/*Fußzeile*/
#fusszeile {
	margin-top: 50px;
}