#kundensuche-wrapper
{
	display: none;
	position: fixed;
	top: 14%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	background-color: #eeeeee;
	color: #606060;
	border: 1px solid black;
	padding: 20px;
}

#font-wrapper
{
	display: none;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -170px;
	width: 340px;
	background-color: #eeeeee;
	color: #606060;
	border: 1px solid black;
	padding: 20px;
}


#agb-wrapper
{
	display: none;
	position: fixed;
	top: 5%;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	height: 84%;
	background-color: #eeeeee;
	color: #606060;
	border: 1px solid black;
	padding: 20px;
}


#save-msg
{
	display: none;
	position: fixed;
	top: 45%;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	background-color: #80B1FF;
	border: 1px solid black;
	padding: 10px;
}

.jqmOverlay
{
	background-color: #000000;
}

