#appDialog{
	display: -ms-grid;
	display: grid;
	position: absolute;
	top: 150px;
	width: 100%;
	text-align: center;
	/*background-color: rgba(15, 15, 15, 0.7);*/
}
#dialog01
{
	display: -ms-grid;
	display: grid;
	width: 90%;
	margin: 50px auto 600px auto;
	background: #f6f5f4;
	-moz-box-shadow: 3px 3px 12px #0f0e0e;
	-webkit-box-shadow: 3px 3px 12px #0f0e0e;
	box-shadow: 3px 3px 12px #0f0e0e;	
	color: #252525;
	border: solid 2px #1402fd;
	
}
.appheadline
{
	width: 100%;
	background: #1402fd;
	color: white;
	margin-top: 0px;
	overflow: hidden;
	text-align: left;
	height: 2.5em;
}
.appheadline h3
{
	line-height: 1px;
	margin-left: 6px;
}
.appheadlinePic
{
	width: 100%;
	overflow: hidden;
	text-align: left;
	height: 34px;
}
.forclose
{
	margin: 5px 5px 0 0;
	float: right;
	height: 28px;
	overflow: hidden;
	
}
.forclose a
{
	color: white;
	text-decoration: none;
}
.forclose a:hover
{
	color: red;
}
.theclose
{
	line-height: 2em;
	padding: 0 8px;
	margin-right: 3px;
	border: 1.7px solid white;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	-khtml-border-radius: 1.5em;
}
.contentD01
{
	margin: 1em;
	text-align: left;
}
.contentD01 li
{ 
	line-height: 2em;
}
.inputfeld{width: 25em;}