body {
	margin: 0px;
	background: #fff; 
	height: 95%; 
	color: #000;
}
html {
	height: 100%;
}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 10px;
}
a {
	color: #000;
    text-decoration: none; 
}
a:hover {
	color: #000;
    text-decoration: none; 
}
div {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 10px;
}
button {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 10px;
}

.bildschirm {
	background-position: center; 
	height: 100vh; 
	position: relative; 
	background-image: url("../images/layout/hintergrund.jpg");
	background-repeat: no-repeat; 
	background-size: cover;
}

.blatt {
	position: relative;
	background-color: #fff;
	margin: auto; 
	top: 25vh; 
	width: 400px; 
	height: auto; 
}

.inhalt {
	margin: auto; 
	width: 250px; 
	height: calc(100% - 120px); 
	text-align: center; 
	padding-top: 60px; 
	padding-bottom: 60px;
}

.logo {
	margin: auto;
	width: 125px; height: 125px;
	background-image: url("../images/layout/logo.png");
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.input {
	margin: 0px; padding: 0px 6px; border: 1px solid #7D4126; border-image: none; width: 235px; height: 30px; display: block;
}
.passwort {
	margin: 15px 0px 0px; position: relative;
}
.passwort_vergessen {
	top: 35px; right: 0px; position: absolute; cursor: pointer; user-select: none;
}
a.passwort_vergessen {
	color: #7D4126;
    text-decoration: none; 
}
a:hover.passwort_vergessen {
	color: #7D4126;
    text-decoration: underline; 
}
.submitbutton {
	margin: 30px 0px 0px; position: relative;
}
.button {
	margin: 30px 0px 0px; 
	padding: 0px; 
	width: 100%; 
	height: 32px; 
	border: #7D4126; 
	border-image: none; 
	vertical-align: middle; 
	background-color: #7D4126;
	cursor: pointer;
}
.button_text {
	padding: 0px 12px; color: #fff; line-height: 23px; text-decoration: none; white-space: nowrap; user-select: none;
	font-size: 11pt;
}

.hinweis {
	padding-top: 20px;
	color: #f00;
	font-size: 11pt;
}





.fuss {
	padding: 5px 0px; width: 100%; text-align: center; bottom: 0px;
	position: fixed; background-color: rgba(0, 0, 0, 0.5);
}
.fuss a{
	margin: 0px 2.5px; color: #DED1C4; font-size: 11px;
}




.toplink {
	background: #7D4126; 
	padding: 5px; 
	top: 0px; 
	width: 100px; 
	text-align: center; 
	right: 0px; 
	position: absolute; 
	cursor: pointer; 
}
.toplink a {
	color: #fff;
    text-decoration: none; 
}
.toplink a:hover {
	color: #fff;
    text-decoration: none; 
}
