* {
    margin: 0;
    padding: 0;
}
 
html, body {
    height: 100%;
}
 
#seite {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
}

footer {
    position:absolute;
    bottom: 0;
    width: 100%;
    background-color: yellow;
    height: 2em;
}

#einloggbereich {
	width: 300px;
	margin-right: 1em;
	text-align: right;
	float: right;
	display: inline-block;
	font-size: 10px !important;
}

#einloggbereich p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#inhalt {
	margin: 0 1em;
}

#inhalt h1, #inhalt p, form  {
	margin-top: 1em;
}

body {
	font-family: Montserrat;
}

header, footer {
	color: white;
	background-color: #fff;
}

header p {
	line-height: 3em;
	padding-left: 1em;
}
footer p {
	line-height: 2em;
	padding-left: 1em;
}

table {
	width: 100%;
	margin-top: 1em;
}

td {
	padding: 0.2em;
}

thead tr {
	color: #bbb;
	background-color: #eee;
}

tbody tr:nth-child(odd) {
	background-color: #eee;
}

tbody tr:nth-child(even) {
	background-color: #ccc;
}

tr:hover {
	background-color: #CCFFFF !important;
}

.seite_aktuell, .seite_nr {
	display: inline-block;
	color: white;
	background-color: limegreen;
	width: 1.4em;
	height: 1.4em;
	text-align: center;
	line-height: 1.4em;
	font-size: 1.2em;
	color: white;
}

.seite_nr {
	background-color: darkblue;
}

.seite_nr:hover {
	background-color: orange;
}

form#datenpflege {
	border: 1px solid black;
	border-radius: 1em;
	padding: .2em 1em;
	background-color: #eee;
}

#datenpflege span {
	display: inline-block;
	width: 140px;
	float: left;
}