/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.feldnamen {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	font-size: 12px;
 	color: rgb(255,255,255);
 	text-decoration: none ;
 	text-align: right;
 	margin-right: 20px
}

H1 {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	font-size: 14px;
 	color: rgb(204,204,153)
}

.eingabe2 {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	font-size: 12px;
 	line-height: 14px;
 	text-decoration: none ;
 	background-color: rgb(191,184,158);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none;
 	width: 200px
}

.eingabe {
	font-size: 12px;
 	line-height: 14px;
 	background-color: rgb(191,184,158);
 	border: 1px solid rgb(255,255,255);
 	padding-left: 5px;
 	padding-right: 5px;
 	width: 250px
}

.nachricht {
	font-size: 12px;
 	text-decoration: none ;
 	background-color: rgb(191,184,158);
 	border: 1px solid rgb(255,255,255);
 	padding-left: 5px;
 	padding-right: 5px;
 	width: 250px;
 	overflow: hidden
}

.button {
	font-size: 12px;
 	color: rgb(128,121,101);
 	border: 1px solid rgb(255,255,255);
 	padding: 2px
}
