﻿/* Daten ausgabe \*/

html
{ 
	top:0; left:0; right:0;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
}
	
body
{ 
	position:absolute;
/	font-family: arial;
/	bottom:5em;
	overflow:scroll;
	z-index:1;
}


button {
 background-color: transparent;
 border: 0;
}


div.Formentry{
	position:relative;
	width:100%;
	height:300px;
	overflow:scroll;
	
	}


div.listentry{
	position:relative;
/*	-w-wsl:cropText(lengthCrop=10,shrinkCharacterCrop=' ',delimiterCrop='...');
	text-overflow: ellipsis;
*/

	height:250px;
	overflow:scroll;
	width:100%;
}

#Datenliste
{
	overflow:auto;
}

.cssformfeld
{
	color:black;
	background:white;
}

.cssformfeld_mussfeld
{
	color:black;
	background:#FF6600;
}


.Text1_ON
{
	font-size:large;
	height: 50px;
	vertical-align:bottom;
	vertical-align:middle;
/	margin-top:20px;
/	margin-bottom:2px;
}

.Text1_
{
/	font-size: 
}